Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
[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 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
35         Log: Some hosts understand split -l 50, some only split -50
36              (from Paul Eggert).
37      Branch: perl
38            ! Configure
39 ____________________________________________________________________________
40 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
41         Log: Subject: Re: [PATCH bleadperl] socketpair.t
42              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43              Date: Sun, 24 Feb 2002 10:31:25 +0100
44              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
45              
46              (the pid half only)
47      Branch: perl
48            ! win32/win32.c
49 ____________________________________________________________________________
50 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
51         Log: Mention the new pack tricks.
52      Branch: perl
53            ! pod/perldelta.pod
54 ____________________________________________________________________________
55 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
56         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
57              From: Richard.Foley@t-online.de (Richard Foley)
58              Date: Mon, 25 Feb 2002 13:47:03 +0100
59              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
60      Branch: perl
61            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
62            ! pod/perldebug.pod pod/perldelta.pod
63 ____________________________________________________________________________
64 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
65         Log: Typo corrections from John P. Linderman.
66      Branch: perl
67            ! ext/IPC/SysV/Semaphore.pm
68 ____________________________________________________________________________
69 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
70         Log: Upgrade to Math::BigInt 1.52.
71      Branch: perl
72            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
73            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
74            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
75            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
76            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
77 ____________________________________________________________________________
78 [ 14862] By: ams                                   on 2002/02/25  10:39:40
79         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
80              From: Robin Barker <rmb1@cise.npl.co.uk>
81              Date: Mon, 25 Feb 2002 11:35:06 GMT
82              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
83              
84              Subject: [PATCH Net/Cmd.pm]
85              From: Robin Barker <rmb1@cise.npl.co.uk>
86              Date: Mon, 25 Feb 2002 11:37:06 GMT
87              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
88      Branch: perl
89            ! lib/Cwd.pm lib/Net/Cmd.pm
90 ____________________________________________________________________________
91 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
92         Log: Cut-and-paste errors.
93      Branch: perl
94            ! t/op/pat.t
95 ____________________________________________________________________________
96 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
97         Log: EBCDIC: the control characters are not that easy to find.
98      Branch: perl
99            ! t/op/pat.t
100 ____________________________________________________________________________
101 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
102         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
103              From: John Peacock <jpeacock@rowman.com>
104              Date: Sun, 24 Feb 2002 22:08:28 -0500
105              Message-ID: <3C79AAAC.6060903@rowman.com>
106      Branch: perl
107            ! sv.c
108 ____________________________________________________________________________
109 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
110         Log: SvSetSV() is not returnable, but that's okay since
111              sv_copypv() returns void.
112      Branch: perl
113            ! sv.c
114 ____________________________________________________________________________
115 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
116         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
117              From: John Peacock <jpeacock@rowman.com>                 
118              Date: Sun, 24 Feb 2002 16:40:07 -0500
119              Message-ID: <3C795DB7.40105@rowman.com>               
120      Branch: perl
121            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
122            ! pp_hot.c proto.h sv.c
123 ____________________________________________________________________________
124 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
125         Log: Tiny code cleanup.
126      Branch: perl
127            ! regexec.c
128 ____________________________________________________________________________
129 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
130         Log: Use to_uni_fold().
131      Branch: perl
132            ! regcomp.c
133 ____________________________________________________________________________
134 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
135         Log: Document the new taint behaviour of exec LIST and
136              system LIST.
137      Branch: perl
138            ! pod/perldelta.pod
139 ____________________________________________________________________________
140 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
141         Log: Subject: [PATCH] Re: taint news
142              From: Rick Delaney <rick.delaney@rogers.com>             
143              Date: 24 Feb 2002 11:35:00 -0500
144              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
145      Branch: perl
146            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
147 ____________________________________________________________________________
148 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
149         Log: EBCDIC tweak (native instead of uni) and comment update.
150      Branch: perl
151            ! regexec.c
152 ____________________________________________________________________________
153 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
154         Log: Using uninitialized (and wrong) variables is not good.
155      Branch: perl
156            ! regcomp.c
157 ____________________________________________________________________________
158 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
159         Log: EBCDIC: this seems to calm the last of the
160              Malformed UTF-8 warnings.
161      Branch: perl
162            ! regcomp.c utf8.c
163 ____________________________________________________________________________
164 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
165         Log: EBCDIC: document using Encode for character conversions.
166      Branch: perl
167            ! pod/perlebcdic.pod
168 ____________________________________________________________________________
169 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
170         Log: EBCDIC: disable also Unicode::Collate and
171              Unicode::Normalize for now.  Real users of
172              EBCDIC have to decide what they want.
173      Branch: perl
174            ! ext/Unicode/Normalize/Normalize.pm
175            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
176            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
177            ! lib/Unicode/Collate/t/test.t
178 ____________________________________________________________________________
179 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
180         Log: AUTHORS updates.
181      Branch: perl
182            ! AUTHORS
183 ____________________________________________________________________________
184 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
185         Log: Retract #14571: there may be a better solution than
186              tweaking the test.
187      Branch: perl
188            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
189 ____________________________________________________________________________
190 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
191         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
192              From: "Craig A. Berry" <craigberry@mac.com> 
193              Date: Sat, 23 Feb 2002 14:14:35 -0600
194              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
195      Branch: perl
196            ! configure.com
197 ____________________________________________________________________________
198 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
199         Log: metaconfig unit change for #14843.
200      Branch: metaconfig/U/perl
201            ! Extensions.U
202 ____________________________________________________________________________
203 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
204         Log: Also Encode/JP needs to be listed explicitly.
205              (Any other sub-Encode extensions?)
206      Branch: perl
207            ! Configure
208 ____________________________________________________________________________
209 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
210         Log: Document known UNICOS/mk deficiency.
211      Branch: perl
212            ! pod/perldelta.pod
213 ____________________________________________________________________________
214 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
215         Log: Subject: [PATCH] README mention version 5.0
216              From: Autrijus Tang <autrijus@autrijus.org>
217              Date: Sat, 23 Feb 2002 09:35:22 +0800
218              Message-ID: <20020223013522.GA8694@not.autrijus.org>
219      Branch: perl
220            ! README
221 ____________________________________________________________________________
222 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
223         Log: metaconfig unit change for #14839.
224      Branch: metaconfig
225            ! U/modified/Signal.U
226 ____________________________________________________________________________
227 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
228         Log: Old hosts like NeXT Classic don't have sort -k,
229              from Paul Eggert.
230      Branch: perl
231            ! Configure
232 ____________________________________________________________________________
233 [ 14838] By: ams                                   on 2002/02/22  21:14:29
234         Log: Minor clarifications as suggested by Anton Tagunov.
235      Branch: perl
236            ! pod/perlsyn.pod
237 ____________________________________________________________________________
238 [ 14837] By: ams                                   on 2002/02/22  21:07:02
239         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
241              Date: Fri, 22 Feb 2002 23:01:07 +0100
242              Message-Id: <20020222230107.A15069@rafael>
243      Branch: perl
244            ! sv.c t/op/gv.t
245 ____________________________________________________________________________
246 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
247         Log: metaconfig unit change for #14835.
248      Branch: metaconfig
249            ! U/modified/Chk_MANI.U
250 ____________________________________________________________________________
251 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
252         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
253      Branch: perl
254            ! Configure
255 ____________________________________________________________________________
256 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
257         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
258              From: Michael G Schwern <schwern@pobox.com>
259              Date: Fri, 22 Feb 2002 12:10:28 -0500
260              Message-ID: <20020222171027.GB4181@blackrider>
261      Branch: perl
262            ! ext/Encode/compile
263 ____________________________________________________________________________
264 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
265         Log: Update Changes.
266      Branch: perl
267            ! Changes patchlevel.h
268 ____________________________________________________________________________
269 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
270         Log: Implement IV/UV/NV/long double pack/unpack with
271              template letters j/J/F/D (the latter two have been
272              undocumented aliases of f/d).
273      Branch: perl
274            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
275 ____________________________________________________________________________
276 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
277         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
278              From: Nicholas Clark <nick@unfortu.net>
279              Date: Fri, 22 Feb 2002 14:01:25 +0000
280              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
281      Branch: perl
282            ! ext/Encode/compile
283 ____________________________________________________________________________
284 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
285         Log: NetWare change from Ananth Kesari.
286      Branch: perl
287            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
288            ! MANIFEST
289 ____________________________________________________________________________
290 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
291         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
293              Date: Fri, 22 Feb 2002 03:55:13 -0500
294              Message-ID: <20020222035513.A894@math.ohio-state.edu>
295      Branch: perl
296            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
297 ____________________________________________________________________________
298 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
299         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
300      Branch: perl
301            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
302 ____________________________________________________________________________
303 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
304         Log: Make measure_struct a file static.
305      Branch: perl
306            ! pp_pack.c
307 ____________________________________________________________________________
308 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
309         Log: EBCDIC: someone who knows what they are doing
310              and whether it is possible at all in the first
311              place needs to figure these tests out on EBCDIC.
312              The CJK encodings heavily abuse their knowledge
313              of ASCII and that may require a translation layer
314              or four to survive UTF-EBCDIC.
315      Branch: perl
316            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
317 ____________________________________________________________________________
318 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
319         Log: croak() needs context.
320      Branch: perl
321            ! pp_pack.c
322 ____________________________________________________________________________
323 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
324         Log: Subject: [PATCH @14577] pack with a human face: the sequel
325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
326              Date: Thu, 21 Feb 2002 21:33:37 -0500
327              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
328      Branch: perl
329            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
330            ! proto.h t/op/pack.t
331 ____________________________________________________________________________
332 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
333         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
334              From: Nicholas Clark <nick@unfortu.net> 
335              Date: Fri, 22 Feb 2002 00:49:44 +0000
336              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
337      Branch: perl
338            ! ext/Encode/compile
339 ____________________________________________________________________________
340 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
341         Log: Test for #14795.
342      Branch: perl
343            ! t/op/pat.t
344 ____________________________________________________________________________
345 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
346         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
347      Branch: perl
348            ! t/op/pat.t
349 ____________________________________________________________________________
350 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
351         Log: Subject: [PATCH] next batch of bugfixes
352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
353              Date: Thu, 21 Feb 2002 23:54:41 +0100
354              Message-ID: <20020221235441.A17260@rafael>
355      Branch: perl
356            ! ext/B/B/Deparse.pm
357 ____________________________________________________________________________
358 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
359         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
360              From: chromatic <chromatic@rmci.net>
361              Date: Thu, 21 Feb 2002 14:17:35 -0700
362              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
363      Branch: perl
364            ! lib/File/stat.pm lib/File/stat.t
365 ____________________________________________________________________________
366 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
367         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
368      Branch: perl
369            ! ext/re/re.xs
370 ____________________________________________________________________________
371 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
372         Log: Upgrade to Math::BigInt 1.51.
373      Branch: perl
374            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
375            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
376            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
377            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
378            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
379            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
380            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
381            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
382            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
383            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
384            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
385            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
386 ____________________________________________________________________________
387 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
388         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
389              From: "Gerrit P. Haase" <gp@familiehaase.de>
390              Date: Thu, 21 Feb 2002 21:20:25 +0100
391              Message-ID: <69510538936.20020221212025@familiehaase.de>
392      Branch: perl
393            ! Makefile.SH
394 ____________________________________________________________________________
395 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
396         Log: Subject: [PATCH @14577] grouping in pack/unpack
397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
398              Date: Thu, 21 Feb 2002 06:06:14 -0500
399              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
400      Branch: perl
401            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
402            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
403 ____________________________________________________________________________
404 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
405         Log: Subject: [PATCH propose] question about fs.t
406              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
407              Date: Thu, 21 Feb 2002 15:10:21 +0100
408              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
409      Branch: perl
410            ! t/io/fs.t
411 ____________________________________________________________________________
412 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
413         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
414              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
415              Date: Thu, 21 Feb 2002 09:54:28 +0100
416              Message-ID: <13576559576.20020221095428@familiehaase.de>     
417      Branch: perl
418            ! Makefile.SH
419 ____________________________________________________________________________
420 [ 14812] By: ams                                   on 2002/02/21  14:59:09
421         Log: Subject: typo correction
422              From: mjd@plover.com
423              Date: 21 Feb 2002 15:43:49 -0000
424              Message-Id: <20020221154349.22772.qmail@plover.com>
425      Branch: perl
426            ! pod/perldebug.pod
427 ____________________________________________________________________________
428 [ 14811] By: ams                                   on 2002/02/21  14:02:12
429         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
430              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
431              Date: Thu, 21 Feb 2002 15:22:22 +0100
432              Message-Id: <20020221152222.A15095@rafael>
433      Branch: perl
434            ! op.h toke.c
435 ____________________________________________________________________________
436 [ 14810] By: ams                                   on 2002/02/21  12:45:28
437         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
439              Date: Thu, 21 Feb 2002 06:02:48 -0500
440              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
441      Branch: perl
442            ! lib/ExtUtils/Mksymlists.pm makedef.pl
443 ____________________________________________________________________________
444 [ 14809] By: nick                                  on 2002/02/21  09:31:08
445         Log: Integrate mainline
446      Branch: perlio
447           +> lib/Pod/t/Select.t
448           !> (integrate 37 files)
449 ____________________________________________________________________________
450 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
451         Log: metaconfig unit change for #14807.
452      Branch: metaconfig
453            ! U/modified/Signal.U
454 ____________________________________________________________________________
455 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
456         Log: Revert #14805, didn't quite work.
457      Branch: perl
458            ! Configure config_h.SH
459 ____________________________________________________________________________
460 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
461         Log: metaconfig changes for #14805.
462      Branch: metaconfig
463            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
464 ____________________________________________________________________________
465 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
466         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
467              From: Paul Eggert <eggert@twinsun.com>
468              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
469              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
470      Branch: perl
471            ! Configure config_h.SH
472 ____________________________________________________________________________
473 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
474         Log: More advice.
475      Branch: perl
476            ! README.os390
477 ____________________________________________________________________________
478 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
479         Log: Missing MANIFESTation.
480      Branch: perl
481            ! MANIFEST
482 ____________________________________________________________________________
483 [ 14802] By: ams                                   on 2002/02/20  22:55:25
484         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
485              From: Autrijus Tang <autrijus@autrijus.org>
486              Date: Thu, 21 Feb 2002 07:13:12 +0800
487              Message-Id: <20020220231312.GA775@not.autrijus.org>
488      Branch: perl
489            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
490 ____________________________________________________________________________
491 [ 14801] By: ams                                   on 2002/02/20  22:27:20
492         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
493              From: Abe Timmerman <abe@ztreet.demon.nl>
494              Date: Thu, 21 Feb 2002 00:20:40 +0100
495              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
496      Branch: perl
497            + lib/Pod/t/Select.t
498 ____________________________________________________________________________
499 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
500         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
501              twice, causing the loop to skip every other character.
502      Branch: perl
503            ! utf8.c
504 ____________________________________________________________________________
505 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
506         Log: Better debugging info.
507      Branch: perl
508            ! t/uni/case.pl
509 ____________________________________________________________________________
510 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
511         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
512              From: Nicholas Clark <nick@unfortu.net>
513              Date: Wed, 20 Feb 2002 22:13:05 +0000
514              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
515      Branch: perl
516            ! ext/Encode/compile
517 ____________________________________________________________________________
518 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
519         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
520              From: Paul Eggert <eggert@twinsun.com>
521              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
522              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
523      Branch: perl
524            ! pod/perlhack.pod
525 ____________________________________________________________________________
526 [ 14796] By: nick                                  on 2002/02/20  18:15:00
527         Log: Integrate mainline
528      Branch: perlio
529           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
530           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
531           +> lib/Locale/Country.pod lib/Locale/Currency.pod
532           +> lib/Locale/Language.pod lib/Locale/Script.pm
533           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
534           +> t/uni/title.t t/uni/upper.t
535           !> (integrate 41 files)
536 ____________________________________________________________________________
537 [ 14795] By: ams                                   on 2002/02/20  17:08:38
538         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
540              Date: Wed, 20 Feb 2002 18:06:59 +0000
541              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
542      Branch: perl
543            ! pp_ctl.c
544 ____________________________________________________________________________
545 [ 14794] By: ams                                   on 2002/02/20  16:41:56
546         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
547              From: Paul_GreenVOS@vos.stratus.com
548              Date: Wed, 20 Feb 02 12:21 est
549              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
550      Branch: perl
551            ! Makefile.SH
552 ____________________________________________________________________________
553 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
554         Log: Forgot from #14790.
555      Branch: perl
556            ! pp_pack.c
557 ____________________________________________________________________________
558 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
559         Log: Update Changes.
560      Branch: perl
561            ! Changes patchlevel.h
562 ____________________________________________________________________________
563 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
564         Log: Integrate change #14778 from maintperl.
565      Branch: perl
566            ! t/lib/strict/subs
567           !> op.c
568 ____________________________________________________________________________
569 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
570         Log: Subject: Re: [ID 20020220.001] pack w with objects
571              From: Ulrich Pfeifer <upf@de.uu.net>
572              Date: 20 Feb 2002 11:21:15 +0100
573              Message-ID: <p5g03wcv38.fsf@de.uu.net>
574      Branch: perl
575            ! t/op/pack.t
576 ____________________________________________________________________________
577 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
578         Log: Subject: Re: [PATCH] go faster for Encode's compile
579              From: Nicholas Clark <nick@unfortu.net> 
580              Date: Tue, 19 Feb 2002 23:38:36 +0000
581              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
582      Branch: perl
583            ! ext/Encode/compile
584 ____________________________________________________________________________
585 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
586         Log: Regen Glossary.
587      Branch: perl
588            ! Porting/Glossary Porting/config.sh Porting/config_H
589 ____________________________________________________________________________
590 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
591         Log: metaconfig unit change for #14786 (not visible yet,
592              since Glossary needs regenerating)
593      Branch: metaconfig
594            ! U/compline/d_gconvert.U
595 ____________________________________________________________________________
596 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
597         Log: Subject: d_Gconvert hints and Glossary
598              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
599              Date: Tue, 19 Feb 2002 11:55:36 -0800
600              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
601      Branch: perl
602            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
603            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
604            ! hints/svr5.sh
605 ____________________________________________________________________________
606 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
607         Log: metaconfig unit changes for #14784.
608      Branch: metaconfig
609            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
610 ____________________________________________________________________________
611 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
612         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
613              From: Paul Eggert <eggert@twinsun.com>              
614              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
615              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
616      Branch: perl
617            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
618            ! pod/perlhack.pod
619 ____________________________________________________________________________
620 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
621         Log: metaconfig unit change for #14782.
622      Branch: metaconfig/U/perl
623            ! Mksymlinks.U
624 ____________________________________________________________________________
625 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
626         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
627              From: "Gerrit P. Haase" <gp@familiehaase.de>
628              Date: Wed, 20 Feb 2002 00:23:29 +0100
629              Message-ID: <70348722516.20020220002329@familiehaase.de>
630      Branch: perl
631            ! Configure
632 ____________________________________________________________________________
633 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
634         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
635              From: Nicholas Clark <nick@unfortu.net> 
636              Date: Tue, 19 Feb 2002 19:27:42 +0000
637              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
638              
639              (with modifications)
640      Branch: perl
641            ! pod/perlsub.pod
642 ____________________________________________________________________________
643 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
644         Log: NetWare tweak from Ananth Kesari.
645      Branch: perl
646            ! lib/ExtUtils/MakeMaker.pm
647 ____________________________________________________________________________
648 [ 14779] By: ams                                   on 2002/02/20  06:51:55
649         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
650      Branch: perl
651            ! pod/perlfaq4.pod
652 ____________________________________________________________________________
653 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
654         Log: constant folding on the range operator had the effect of disabling
655              peephole optimizations in all the siblings of the range OP; the
656              effect of this was that barewords could escape strictures when
657              they were hiding in such places
658      Branch: maint-5.6/perl
659            ! op.c t/pragma/strict-subs
660 ____________________________________________________________________________
661 [ 14777] By: ams                                   on 2002/02/20  00:56:21
662         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
663              From: Graham Barr <gbarr@pobox.com>
664              Date: Tue, 19 Feb 2002 23:08:47 +0000
665              Message-Id: <20020219230847.G66560@pobox.com>
666      Branch: perl
667            ! lib/Time/Local.pm
668 ____________________________________________________________________________
669 [ 14776] By: ams                                   on 2002/02/19  17:20:28
670         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
671              From: Nicholas Clark <nick@unfortu.net>
672              Date: Tue, 19 Feb 2002 16:23:22 +0000
673              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
674      Branch: perl
675            ! lib/Tie/Hash.pm
676 ____________________________________________________________________________
677 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
678         Log: Regen doc, regen toc.
679      Branch: perl
680            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
681 ____________________________________________________________________________
682 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
683         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
684              From: Dave Mitchell <davem@fdgroup.co.uk>
685              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
686              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
687      Branch: perl
688            ! pod/perlsub.pod
689 ____________________________________________________________________________
690 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
691         Log: Detypo.
692      Branch: perl
693            ! lib/Tie/Memoize.pm
694 ____________________________________________________________________________
695 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
696         Log: UTF-8 C API doc tweaks.
697      Branch: perl
698            ! pod/perlunicode.pod
699 ____________________________________________________________________________
700 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
701         Log: Mention that the case-switchers know about Unicode, too.
702      Branch: perl
703            ! pod/perlop.pod
704 ____________________________________________________________________________
705 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
706         Log: Upgrade to Locale::Codes 2.01.
707      Branch: perl
708            + lib/Locale/Constants.pod lib/Locale/Country.pod
709            + lib/Locale/Currency.pod lib/Locale/Language.pod
710            + lib/Locale/Script.pod
711            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
712            ! lib/Locale/Constants.pm lib/Locale/Country.pm
713            ! lib/Locale/Currency.pm lib/Locale/Language.pm
714            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
715 ____________________________________________________________________________
716 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
717         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
718              From: Dave Mitchell <davem@fdgroup.co.uk>
719              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
720              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
721      Branch: perl
722            ! pod/perlsub.pod
723 ____________________________________________________________________________
724 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
725         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
726              From: Sam Tregar <sam@tregar.com> 
727              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
728              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
729      Branch: perl
730            ! sv.h
731 ____________________________________________________________________________
732 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
733         Log: The test requires perlio.
734      Branch: perl
735            ! ext/Encode/t/JP.t
736 ____________________________________________________________________________
737 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
738         Log: Misplaced block end.
739      Branch: perl
740            ! utf8.c
741 ____________________________________________________________________________
742 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
743         Log: The POSIX extensions are deadly.
744      Branch: perl
745            ! regcomp.c
746 ____________________________________________________________________________
747 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
748         Log: Let's not overdo the growth.
749      Branch: perl
750            ! pp.c
751 ____________________________________________________________________________
752 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
753         Log: Third time makes the charm.
754      Branch: perl
755            ! README.os390
756 ____________________________________________________________________________
757 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
758         Log: Oops.
759      Branch: perl
760            ! utf8.c
761 ____________________________________________________________________________
762 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
763         Log: Add back the new casing tests.
764      Branch: perl
765            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
766            ! MANIFEST
767 ____________________________________________________________________________
768 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
769         Log: Prefer special case mappings.
770      Branch: perl
771            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
772            ! lib/unicore/To/Upper.pl lib/unicore/mktables
773 ____________________________________________________________________________
774 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
775         Log: Try special casing first.
776      Branch: perl
777            ! utf8.c
778 ____________________________________________________________________________
779 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
780         Log: Not extending enough.
781      Branch: perl
782            ! pp.c utf8.h
783 ____________________________________________________________________________
784 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
785         Log: No need to store identity mappings.
786      Branch: perl
787            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
788            ! lib/unicore/mktables
789 ____________________________________________________________________________
790 [ 14756] By: ams                                   on 2002/02/18  20:21:17
791         Log: Forward port #14704 from maint-5.6.
792      Branch: perl
793            ! doio.c
794 ____________________________________________________________________________
795 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
796         Log: Regen Changes.
797      Branch: perl
798            ! Changes
799 ____________________________________________________________________________
800 [ 14754] By: ams                                   on 2002/02/18  19:01:09
801         Log: Subject: [PATCH] VMS cando_by_name and current process privs
802              From: "Craig A. Berry" <craigberry@mac.com>
803              Date: Mon, 18 Feb 2002 14:03:30 -0600
804              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
805      Branch: perl
806            ! vms/vms.c
807 ____________________________________________________________________________
808 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
809         Log: Update Changes.
810      Branch: perl
811            ! Changes patchlevel.h
812 ____________________________________________________________________________
813 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
814         Log: What do you know; these tests unearthed nasty problems.
815              Will resolve those first.
816      Branch: perl
817            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
818            ! MANIFEST
819 ____________________________________________________________________________
820 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
821         Log: Update Changes.
822      Branch: perl
823            ! Changes patchlevel.h
824 ____________________________________________________________________________
825 [ 14750] By: ams                                   on 2002/02/18  17:36:05
826         Log: Subject: Re: IO::Poll: Removing Handles
827              From: Matthew Sachs <matthewg@zevils.com>
828              Date: Mon, 18 Feb 2002 13:19:01 -0500
829              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
830      Branch: perl
831            ! ext/IO/lib/IO/t/io_poll.t
832 ____________________________________________________________________________
833 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
834         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
835              From: "Craig A. Berry" <craigberry@mac.com>
836              Date: Mon, 18 Feb 2002 11:52:21 -0600
837              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
838      Branch: perl
839            ! t/op/alarm.t t/op/glob.t
840 ____________________________________________________________________________
841 [ 14748] By: ams                                   on 2002/02/18  15:53:36
842         Log: s/load_module/Perl_load_module/
843      Branch: perl
844            ! gv.c
845 ____________________________________________________________________________
846 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
847         Log: Unused in ASCII, used in EBCDIC.
848      Branch: perl
849            ! utf8.c
850 ____________________________________________________________________________
851 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
852         Log: Upgrade to Locale::Codes 2.00.
853      Branch: perl
854            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
855            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
856            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
857            ! lib/Locale/Constants.pm lib/Locale/Country.pm
858            ! lib/Locale/Currency.pm lib/Locale/Language.pm
859 ____________________________________________________________________________
860 [ 14745] By: ams                                   on 2002/02/18  15:20:44
861         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
863              Date: Sat, 16 Feb 2002 00:06:01 +0100
864              Message-Id: <20020216000601.A17249@rafael>
865      Branch: perl
866            ! gv.c
867 ____________________________________________________________________________
868 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
869         Log: More Unicode casing checks.
870      Branch: perl
871            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
872            ! MANIFEST
873 ____________________________________________________________________________
874 [ 14743] By: ams                                   on 2002/02/18  14:35:38
875         Log: Subject: IO::Poll: Removing Handles
876              From: Matthew Sachs <matthewg@zevils.com>
877              Date: Sun, 17 Feb 2002 04:49:46 -0500
878              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
879      Branch: perl
880            ! ext/IO/lib/IO/Poll.pm
881 ____________________________________________________________________________
882 [ 14741] By: ams                                   on 2002/02/18  13:59:48
883         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
884              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
885              Date: Mon, 18 Feb 2002 15:41:26 +0100
886              Message-Id: <20020218154126.A692@rafael>
887      Branch: perl
888            ! pp_ctl.c t/op/do.t
889 ____________________________________________________________________________
890 [ 14740] By: nick                                  on 2002/02/18  09:09:23
891         Log: Integrate mainline
892      Branch: perlio
893           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
894           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
895           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
896           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
897           +> ext/Encode/lib/Encode/JP/Constants.pm
898           +> ext/Encode/lib/Encode/JP/H2Z.pm
899           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
900           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
901           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
902           +> os2/OS2/Process/t/os2_process.t
903           +> os2/OS2/Process/t/os2_process_kid.t
904           +> os2/OS2/Process/t/os2_process_text.t
905            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
906            - ext/Encode/t/Japanese.t
907           !> (integrate 47 files)
908 ____________________________________________________________________________
909 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
910         Log: EBCDIC: now the worst seems to be over for
911              the "Malformed" warnings.  Still a few of them,
912              and plenty of test failures, but getting better.
913      Branch: perl
914            ! regcomp.c utf8.c
915 ____________________________________________________________________________
916 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
917         Log: Upgrade to Net::Ping 2.12.
918      Branch: perl
919            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
920            ! lib/Net/Ping/t/110_icmp_inst.t
921 ____________________________________________________________________________
922 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
923         Log: After much rewriting we are now pretty much
924              back to where we started.
925      Branch: perl
926            ! utf8.c
927 ____________________________________________________________________________
928 [ 14736] By: ams                                   on 2002/02/18  01:23:00
929         Log: Subject: [PATCH B::Deparse] two fixes
930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
931              Date: Sun, 17 Feb 2002 23:58:59 +0100
932              Message-Id: <20020217235859.A32513@rafael>
933      Branch: perl
934            ! ext/B/B/Deparse.pm
935 ____________________________________________________________________________
936 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
937         Log: Buglet.
938      Branch: perl
939            ! ext/Encode/lib/Encode/JP/JIS.pm
940 ____________________________________________________________________________
941 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
942         Log: Clearing up to_utf8_case() continues: this time use
943              a single return, and EBCDICification for all paths.
944      Branch: perl
945            ! utf8.c
946 ____________________________________________________________________________
947 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
948         Log: Small tweaks to get the test running (fix @INC and
949              do not overwrite the table.utf8 and table.rnd).
950      Branch: perl
951            ! ext/Encode/t/JP.t
952 ____________________________________________________________________________
953 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
954         Log: Tiny tweak.
955      Branch: perl
956            ! utf8.c
957 ____________________________________________________________________________
958 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
959         Log: Redundant casts.
960      Branch: perl
961            ! utf8.c
962 ____________________________________________________________________________
963 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
964         Log: More filename portability tips.
965      Branch: perl
966            ! pod/perlport.pod
967 ____________________________________________________________________________
968 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
969         Log: FAQ sync.
970      Branch: perl
971            ! pod/perlfaq3.pod pod/perlfaq5.pod
972 ____________________________________________________________________________
973 [ 14728] By: ams                                   on 2002/02/17  16:15:09
974         Log: Subject: podlators 1.21 released
975              From: Russ Allbery <rra@stanford.edu>
976              Date: Sat, 16 Feb 2002 21:42:56 -0800
977              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
978      Branch: perl
979            ! lib/Pod/Text/Overstrike.pm
980 ____________________________________________________________________________
981 [ 14727] By: sky                                   on 2002/02/17  11:36:52
982         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
983              From: Autrijus Tang <autrijus@autrijus.org>
984              Date: Sun, 17 Feb 2002 19:46:47 +0800
985              Message-ID: <20020217194647.A1410@not.autrijus.org>
986      Branch: perl
987            ! pp_ctl.c t/op/tiehandle.t util.c
988 ____________________________________________________________________________
989 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
990         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
991              input in native code points, not Unicode.
992      Branch: perl
993            ! utf8.c
994 ____________________________________________________________________________
995 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
996         Log: Regen Glossary.
997      Branch: perl
998            ! Porting/Glossary Porting/config.sh Porting/config_H
999 ____________________________________________________________________________
1000 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
1001         Log: The #14715 and #14716 were okay: they just revealed
1002              a bug in the EXACTF matching.
1003      Branch: perl
1004            ! regexec.c utf8.c
1005 ____________________________________________________________________________
1006 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
1007         Log: Retreat, retreat! (retract #14715 and #14716)
1008      Branch: perl
1009            ! utf8.c
1010 ____________________________________________________________________________
1011 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
1012         Log: Encode 0.40, from Dan Kogai.
1013      Branch: perl
1014            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1015            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1016            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
1017            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1018            + ext/Encode/lib/Encode/JP/Constants.pm
1019            + ext/Encode/lib/Encode/JP/H2Z.pm
1020            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1021            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
1022            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
1023            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
1024            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1025            - ext/Encode/t/Japanese.t
1026            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
1027            ! ext/Encode/t/Encode.t
1028 ____________________________________________________________________________
1029 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
1030         Log: metaconfig unit change for #14720.
1031      Branch: perl
1032            ! Configure
1033 ____________________________________________________________________________
1034 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
1035         Log: Regenerate Configure (small tweaks on Yitzchak's,
1036              main difference being that the preference variables are
1037              called gconvert_...).
1038      Branch: metaconfig
1039            ! U/compline/d_gconvert.U
1040 ____________________________________________________________________________
1041 [ 14719] By: ams                                   on 2002/02/16  14:11:01
1042         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
1043              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1044              Date: Thu, 14 Feb 2002 22:27:33 -0800
1045              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
1046              (Applied by hand.)
1047      Branch: perl
1048            ! Configure
1049 ____________________________________________________________________________
1050 [ 14718] By: ams                                   on 2002/02/16  13:45:28
1051         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
1052              From: Philip Newton <Philip.Newton@gmx.net>
1053              Date: Sat, 16 Feb 2002 10:05:05 +0100
1054              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
1055              (Applied by hand.)
1056      Branch: perl
1057            ! pod/perlport.pod
1058 ____________________________________________________________________________
1059 [ 14717] By: ams                                   on 2002/02/16  04:30:23
1060         Log: Remove dubious test.
1061      Branch: perl
1062            ! t/io/open.t
1063 ____________________________________________________________________________
1064 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
1065         Log: Tiny tweak.
1066      Branch: perl
1067            ! utf8.c
1068 ____________________________________________________________________________
1069 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
1070         Log: Restructure to_utf8_case() for simpler execution paths.
1071      Branch: perl
1072            ! utf8.c
1073 ____________________________________________________________________________
1074 [ 14714] By: ams                                   on 2002/02/16  02:43:59
1075         Log: Absorb #14701 by Sarathy from maint-5.6.
1076      Branch: perl
1077            ! doio.c t/io/open.t
1078 ____________________________________________________________________________
1079 [ 14713] By: ams                                   on 2002/02/16  01:51:27
1080         Log: Subject: [PATCH] VOS patches for perl 5.8
1081              From: Paul_GreenVOS@vos.stratus.com
1082              Date: Fri, 15 Feb 02 17:41 est
1083              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
1084      Branch: perl
1085            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
1086            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1087            ! vos/install_perl.cm
1088 ____________________________________________________________________________
1089 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
1090         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
1091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1092              Date: Fri, 15 Feb 2002 23:05:44 +0100
1093              Message-ID: <20020215230544.A690@rafael>
1094      Branch: perl
1095            ! ext/B/B/Deparse.pm
1096 ____________________________________________________________________________
1097 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
1098         Log: Add $VERSION.
1099      Branch: perl
1100            ! lib/Tie/Memoize.pm
1101 ____________________________________________________________________________
1102 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
1103         Log: Update Changes.
1104      Branch: perl
1105            ! Changes patchlevel.h
1106 ____________________________________________________________________________
1107 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
1108         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
1109              From: Robin Barker <rmb1@cise.npl.co.uk>
1110              Date: Thu, 14 Feb 2002 19:07:40 GMT
1111              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
1112              
1113              (the hints part only)
1114      Branch: perl
1115            ! hints/solaris_2.sh
1116 ____________________________________________________________________________
1117 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
1118         Log: metaconfig unit changes for #14707.
1119      Branch: metaconfig
1120            ! U/modified/cc.U
1121      Branch: metaconfig/U/perl
1122            ! Checkcc.U
1123 ____________________________________________________________________________
1124 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
1125         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
1126              From: Robin Barker <rmb1@cise.npl.co.uk>
1127              Date: Fri, 15 Feb 2002 12:14:39 GMT
1128              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
1129              
1130              Split checking-for-gcc and checking-for-cc.
1131      Branch: perl
1132            ! Configure
1133 ____________________________________________________________________________
1134 [ 14706] By: ams                                   on 2002/02/15  13:57:15
1135         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
1136              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
1137              Date: 15 Feb 2002 10:53:06 +0200
1138              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
1139      Branch: perl
1140            ! lib/Pod/Html.pm
1141 ____________________________________________________________________________
1142 [ 14705] By: ams                                   on 2002/02/15  08:42:55
1143         Log: Subject: [PATCH @14577] OS/2 tests and more
1144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1145              Date: Fri, 15 Feb 2002 03:56:24 -0500
1146              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
1147      Branch: perl
1148            + os2/OS2/Process/t/os2_process.t
1149            + os2/OS2/Process/t/os2_process_kid.t
1150            + os2/OS2/Process/t/os2_process_text.t
1151            ! MANIFEST configpm hints/os2.sh makedef.pl
1152            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
1153            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
1154            ! os2/os2ish.h
1155 ____________________________________________________________________________
1156 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
1157         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
1158              avoid wasteful PL_fdpid fiddling where that is not warranted;
1159              mostly whitespace fixes
1160              
1161              these were longstanding todo items from:
1162              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
1163      Branch: maint-5.6/perl
1164            ! doio.c
1165 ____________________________________________________________________________
1166 [ 14702] By: nick                                  on 2002/02/15  08:31:41
1167         Log: Integrate mainline
1168      Branch: perlio
1169           +> lib/if.pm lib/if.t
1170           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
1171           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1172           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1173           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1174           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1175           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
1176           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
1177           !> t/lib/warnings/pp_sys
1178 ____________________________________________________________________________
1179 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
1180         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
1181              (and also dies quickly on Windows); this bug crept in as
1182              change#610, a.k.a change#646
1183      Branch: maint-5.6/perl
1184            ! doio.c t/io/open.t
1185 ____________________________________________________________________________
1186 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
1187         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
1188              From: Ville "Skyttä" <ville.skytta@iki.fi>
1189              Date: Wed, 13 Feb 2002 22:29:39 +0200
1190              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
1191      Branch: perl
1192            ! lib/Pod/Html.pm
1193 ____________________________________________________________________________
1194 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
1195         Log: Document and test the C0 and C1.
1196      Branch: perl
1197            ! lib/charnames.pm lib/charnames.t
1198 ____________________________________________________________________________
1199 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
1200         Log: metaconfig unit change for #14697.
1201      Branch: metaconfig
1202            ! U/modified/Init.U
1203 ____________________________________________________________________________
1204 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
1205         Log: Also OS/2 seems to need exe set early.
1206      Branch: perl
1207            ! Configure
1208 ____________________________________________________________________________
1209 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
1210         Log: Document pack U0U.
1211      Branch: perl
1212            ! pod/perluniintro.pod
1213 ____________________________________________________________________________
1214 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
1215         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
1216              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1217              Date: Thu, 14 Feb 2002 23:58:00 +0100
1218              Message-ID: <20020214235800.A12901@rafael>
1219      Branch: perl
1220            ! pp_sys.c t/lib/warnings/pp_sys
1221 ____________________________________________________________________________
1222 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
1223         Log: Subject: [PATCH @13746] conditional pragmas
1224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1225              Date: Mon, 31 Dec 2001 18:18:09 -0500
1226              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
1227      Branch: perl
1228            + lib/if.pm lib/if.t
1229            ! MANIFEST
1230 ____________________________________________________________________________
1231 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
1232         Log: Deparse bug introduced by #14615: the fix is just a workaround,
1233              I suspect there to be another deeper bug, must distill simpler
1234              test case.
1235      Branch: perl
1236            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
1237 ____________________________________________________________________________
1238 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
1239         Log: Integrate perlio; 
1240              
1241              Make dependencies more precise (for nmake)
1242      Branch: perl
1243           !> ext/Encode/EUC_JP/Makefile.PL
1244 ____________________________________________________________________________
1245 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
1246         Log: Just a guess.
1247      Branch: perl
1248            ! lib/Tie/Handle.pm
1249 ____________________________________________________________________________
1250 [ 14690] By: nick                                  on 2002/02/14  16:30:56
1251         Log: Integrate mainline
1252      Branch: perlio
1253           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
1254           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
1255           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
1256           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
1257           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
1258           !> utf8.c
1259 ____________________________________________________________________________
1260 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
1261         Log: Upgrade to Net::Ping 2.11.
1262      Branch: perl
1263            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1264            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1265            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1266            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1267 ____________________________________________________________________________
1268 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
1269         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
1270              From: Robin Barker <rmb1@cise.npl.co.uk>
1271              Date: Wed, 13 Feb 2002 17:37:07 GMT
1272              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
1273              
1274              (updated version of the above)
1275      Branch: perl
1276            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
1277 ____________________________________________________________________________
1278 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
1279         Log: Excise inexact blather.
1280      Branch: perl
1281            ! utf8.c
1282 ____________________________________________________________________________
1283 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
1284         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
1285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1286              Date: Mon, 31 Dec 2001 20:28:46 -0500
1287              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
1288      Branch: perl
1289            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
1290            ! MANIFEST
1291 ____________________________________________________________________________
1292 [ 14685] By: nick                                  on 2002/02/14  14:20:20
1293         Log: Make dependencies more precise (for nmake)
1294      Branch: perlio
1295            ! ext/Encode/EUC_JP/Makefile.PL
1296 ____________________________________________________________________________
1297 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
1298         Log: Subject: [PATCH @13746] tied hashes
1299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
1300              Date: Mon, 31 Dec 2001 19:15:39 -0500
1301              Message-ID: <20011231191539.A46@math.ohio-state.edu>
1302      Branch: perl
1303            ! lib/Tie/Hash.pm pod/perltie.pod
1304 ____________________________________________________________________________
1305 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
1306         Log: Subject: Re: [PATCH] Configure followed by make minitest
1307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1308              Date: Sun, 10 Feb 2002 23:22:05 -0800
1309              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
1310      Branch: perl
1311            ! Makefile.SH
1312 ____________________________________________________________________________
1313 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
1314         Log: Subject: Re: perl@14647
1315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1316              Date: Mon, 11 Feb 2002 19:30:36 +0100
1317              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
1318      Branch: perl
1319            ! t/op/groups.t
1320 ____________________________________________________________________________
1321 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
1322         Log: Update Changes.
1323      Branch: perl
1324            ! Changes patchlevel.h
1325 ____________________________________________________________________________
1326 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
1327         Log: Integrate perlio;
1328              
1329              Do not lc() the file names before doing dirname() or they don't match.
1330      Branch: perl
1331           !> lib/ExtUtils/t/Installed.t
1332 ____________________________________________________________________________
1333 [ 14679] By: sky                                   on 2002/02/13  12:56:13
1334         Log: rename mutex to make a bit more sense
1335      Branch: perl
1336            ! ext/threads/threads.xs
1337 ____________________________________________________________________________
1338 [ 14678] By: sky                                   on 2002/02/13  12:46:11
1339         Log: Track active threads....
1340      Branch: perl
1341            ! ext/threads/threads.pm ext/threads/threads.xs
1342 ____________________________________________________________________________
1343 [ 14677] By: nick                                  on 2002/02/13  09:30:42
1344         Log: Do not lc() the file names before doing dirname() or they don't match.
1345      Branch: perlio
1346            ! lib/ExtUtils/t/Installed.t
1347 ____________________________________________________________________________
1348 [ 14676] By: sky                                   on 2002/02/13  09:03:37
1349         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
1350              From: Michael G Schwern <schwern@pobox.com>
1351              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
1352              Message-Id: <20020213100017.GA6288@blackrider>
1353      Branch: perl
1354            ! lib/File/Spec/t/rel2abs2rel.t
1355 ____________________________________________________________________________
1356 [ 14675] By: sky                                   on 2002/02/13  09:00:24
1357         Log: Do not propagate END blocks to child threads, test.
1358      Branch: perl
1359            + ext/threads/t/end.t
1360            ! MANIFEST ext/threads/threads.xs
1361 ____________________________________________________________________________
1362 [ 14674] By: nick                                  on 2002/02/13  08:34:55
1363         Log: Integrate mainline
1364      Branch: perlio
1365           +> ext/threads/t/join.t
1366           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
1367           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
1368           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
1369 ____________________________________________________________________________
1370 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
1371         Log: metaconfig unit change for #14672.
1372      Branch: metaconfig
1373            ! U/modified/lns.U
1374 ____________________________________________________________________________
1375 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
1376         Log: $ln is supposed to be already set to $ln + executable suffix
1377              on platforms that need it, from Paul Green.
1378      Branch: perl
1379            ! Configure
1380 ____________________________________________________________________________
1381 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
1382         Log: Subject: New command syntax for 'x' command
1383              From: Mark-Jason Dominus <mjd@plover.com>
1384              Date: Tue, 12 Feb 2002 20:54:01 -0500
1385              Message-ID: <20020213015401.25685.qmail@plover.com>
1386      Branch: perl
1387            ! lib/perl5db.pl pod/perldebug.pod
1388 ____________________________________________________________________________
1389 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
1390         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
1391              From: Mark-Jason Dominus <mjd@plover.com>
1392              Date: Tue, 12 Feb 2002 20:20:42 -0500
1393              Message-ID: <20020213012042.25245.qmail@plover.com>
1394      Branch: perl
1395            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
1396 ____________________________________________________________________________
1397 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
1398         Log: Iteration continues.
1399      Branch: perl
1400            ! utf8.c
1401 ____________________________________________________________________________
1402 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
1403         Log: Duh.
1404      Branch: perl
1405            ! pp_pack.c t/op/length.t
1406 ____________________________________________________________________________
1407 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
1408         Log: Retract #14666.
1409      Branch: perl
1410            ! t/op/lc.t
1411 ____________________________________________________________________________
1412 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
1413         Log: (retracted by #14667)
1414      Branch: perl
1415            ! t/op/lc.t
1416 ____________________________________________________________________________
1417 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
1418         Log: Tiny test script tweaks.
1419      Branch: perl
1420            ! t/uni/fold.t
1421 ____________________________________________________________________________
1422 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
1423         Log: Rewrite the "special mapping" part of to_utf8_case(),
1424              this time with fewer bugs.  (See: The Law of Cybernetic
1425              Entymology.)
1426      Branch: perl
1427            ! utf8.c
1428 ____________________________________________________________________________
1429 [ 14663] By: sky                                   on 2002/02/12  18:26:16
1430         Log: Stop failures if you pass an object, sv_dup might not be the right 
1431              thing to use since I have a feeling we end up cloning far too much. 
1432              (Like the stash for example).... Maybe we need a lightweight sv_dup 
1433              that searches the target for things....
1434              Real fix is another option to perl_clone which controls if you should 
1435              save stashes.
1436      Branch: perl
1437            ! ext/threads/threads.xs
1438 ____________________________________________________________________________
1439 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
1440         Log: Retract #14661.
1441      Branch: perl
1442            ! hints/solaris_2.sh
1443 ____________________________________________________________________________
1444 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
1445         Log: (retracted by #14662)
1446      Branch: perl
1447            ! hints/solaris_2.sh
1448 ____________________________________________________________________________
1449 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
1450         Log: EBCDIC: another "can't happen".
1451      Branch: perl
1452            ! utf8.c
1453 ____________________________________________________________________________
1454 [ 14659] By: sky                                   on 2002/02/12  14:38:21
1455         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
1456      Branch: perl
1457            + ext/threads/t/join.t
1458            ! MANIFEST ext/threads/threads.xs
1459 ____________________________________________________________________________
1460 [ 14658] By: nick                                  on 2002/02/12  13:54:06
1461         Log: Integrate mainline
1462      Branch: perlio
1463           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
1464           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
1465           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
1466 ____________________________________________________________________________
1467 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
1468         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
1469              From: Jan Dubois <JanD@ActiveState.com> 
1470              Date: Tue, 12 Feb 2002 00:56:31 -0800
1471              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
1472      Branch: perl
1473            ! lib/Win32.pod win32/win32.c win32/win32.h
1474 ____________________________________________________________________________
1475 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
1476         Log: Subject: [PATCH] Re: 14654 introduced a bug 
1477              From: Michael G Schwern <schwern@pobox.com> 
1478              Date: Tue, 12 Feb 2002 05:37:36 -0500
1479              Message-ID: <20020212103736.GC14327@blackrider>
1480      Branch: perl
1481            ! lib/File/Spec/t/rel2abs2rel.t
1482 ____________________________________________________________________________
1483 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
1484         Log: More unset installman[13]dir tweaks from chromatic.
1485      Branch: perl
1486            ! lib/ExtUtils/Installed.pm
1487 ____________________________________________________________________________
1488 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
1489         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
1490              From: Michael G Schwern <schwern@pobox.com>
1491              Date: Mon, 11 Feb 2002 12:23:02 -0500
1492              Message-ID: <20020211172302.GD9556@blackrider>
1493      Branch: perl
1494            ! lib/File/Spec/t/rel2abs2rel.t
1495 ____________________________________________________________________________
1496 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
1497         Log: Use `` instead of -| to be a little bit more portable,
1498              from Michael Schwern.
1499      Branch: perl
1500            ! lib/ExtUtils/t/Embed.t
1501 ____________________________________________________________________________
1502 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
1503         Log: EBCDIC: this change for \N{} in particular is now
1504              unnecessary because of the recent more general
1505              pack U change.
1506      Branch: perl
1507            ! toke.c
1508 ____________________________________________________________________________
1509 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
1510         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
1511              From: "Craig A. Berry" <craigberry@mac.com>
1512              Date: Mon, 11 Feb 2002 17:13:47 -0600
1513              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
1514      Branch: perl
1515            ! t/test.pl
1516 ____________________________________________________________________________
1517 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
1518         Log: EBCDIC: pack U bytes change.
1519      Branch: perl
1520            ! t/op/length.t
1521 ____________________________________________________________________________
1522 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
1523         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
1524      Branch: perl
1525            ! t/op/each.t
1526 ____________________________________________________________________________
1527 [ 14648] By: nick                                  on 2002/02/11  16:14:50
1528         Log: Integrate mainline
1529      Branch: perlio
1530           !> Changes Configure Makefile.SH autodoc.pl
1531           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
1532           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
1533           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
1534 ____________________________________________________________________________
1535 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
1536         Log: Update Changes.
1537      Branch: perl
1538            ! Changes patchlevel.h
1539 ____________________________________________________________________________
1540 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
1541         Log: Regen toc.
1542      Branch: perl
1543            ! pod/perltoc.pod
1544 ____________________________________________________________________________
1545 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
1546         Log: Forgot from #14641.
1547      Branch: perl
1548            ! lib/ExtUtils/t/Embed.t
1549 ____________________________________________________________________________
1550 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
1551         Log: A forgotten metaconfig unit.
1552      Branch: metaconfig/U/perl
1553            + i_features.U
1554 ____________________________________________________________________________
1555 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
1556         Log: metaconfig unit changes for #14642.
1557      Branch: metaconfig
1558            + U/modified/lns.U
1559      Branch: metaconfig/U/perl
1560            ! issymlink.U
1561 ____________________________________________________________________________
1562 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
1563         Log: -Dmksymlinks was broken by #14628.
1564      Branch: perl
1565            ! Configure
1566 ____________________________________________________________________________
1567 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
1568         Log: Subject: [PATCH @14577] OS/2 build
1569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1570              Date: Mon, 11 Feb 2002 06:56:41 -0500
1571              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
1572              
1573              (sans the Configure, perlio.sym, and t/op/stat.t parts)
1574      Branch: perl
1575            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
1576            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
1577            ! os2/os2ish.h
1578 ____________________________________________________________________________
1579 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
1580         Log: Integrate perlio;
1581              
1582              Re-structure Japanese encodings - part 1
1583              
1584              Split Japanese encodings - part 2
1585              - build separate .c files with separate 'compile' steps
1586              - overall Japanese.xs / Japanese.pm which loads them
1587              
1588              Add test for Japanese encoding (well euc-jp anyway).
1589              Fix one bug shown by above
1590              Skip test which does not pass yet.
1591              
1592              Patch up the failing multi-byte write case, and un-skip
1593              the test.
1594      Branch: perl
1595           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
1596           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
1597            - ext/Encode/EUC_JP/EUC_JP.pm
1598           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
1599 ____________________________________________________________________________
1600 [ 14639] By: nick                                  on 2002/02/11  11:59:18
1601         Log: Patch up the failing multi-byte write case, and un-skip
1602              the test.
1603      Branch: perlio
1604            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
1605 ____________________________________________________________________________
1606 [ 14638] By: nick                                  on 2002/02/11  10:55:39
1607         Log: Add test for Japanese encoding (well euc-jp anyway).
1608              Fix one bug shown by above
1609              Skip test which does not pass yet.
1610      Branch: perlio
1611            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
1612            + ext/Encode/t/table.ref
1613            ! MANIFEST ext/Encode/Encode.xs
1614 ____________________________________________________________________________
1615 [ 14637] By: nick                                  on 2002/02/11  09:07:04
1616         Log: Split Japanese encodings - part 2
1617              - build separate .c files with separate 'compile' steps
1618              - overall Japanese.xs / Japanese.pm which loads them
1619      Branch: perlio
1620            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1621 ____________________________________________________________________________
1622 [ 14636] By: nick                                  on 2002/02/11  08:15:42
1623         Log: Re-structure Japanese encodings - part 1
1624      Branch: perlio
1625           +> ext/Encode/EUC_JP/Japanese.pm
1626            - ext/Encode/EUC_JP/EUC_JP.pm
1627            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
1628 ____________________________________________________________________________
1629 [ 14635] By: nick                                  on 2002/02/11  08:05:12
1630         Log: Integrate mainline
1631      Branch: perlio
1632           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
1633           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
1634           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
1635 ____________________________________________________________________________
1636 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
1637         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
1638              From: Mike Guy <mjtg@cam.ac.uk>
1639              Date: Mon, 11 Feb 2002 02:50:42 +0000
1640              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
1641      Branch: perl
1642            ! t/op/arith.t
1643 ____________________________________________________________________________
1644 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
1645         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
1646              Stepping backward in the string would be majorly bad.
1647      Branch: perl
1648            ! regcomp.c
1649 ____________________________________________________________________________
1650 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
1651         Log: The debugger part of
1652              
1653              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
1654              From: Michael G Schwern <schwern@pobox.com> 
1655              Date: Wed, 6 Feb 2002 17:32:12 -0500
1656              Message-ID: <20020206223212.GG1346@blackrider>
1657      Branch: perl
1658            ! lib/perl5db.pl
1659 ____________________________________________________________________________
1660 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
1661         Log: Integrate perlio;
1662              
1663              Borland/Win32 tuning
1664              
1665              Move PerlIO_perlio to layer_syms where it belongs?
1666      Branch: perl
1667           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
1668 ____________________________________________________________________________
1669 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
1670         Log: EBCDIC: the low 256 needs to be shuffled also
1671              in pack/unpack U (this breaks the equivalence
1672              of pack U and v-strings, but I think if someone
1673              has to give, v-strings are a good victim)
1674      Branch: perl
1675            ! pp_pack.c t/op/pack.t
1676 ____________________________________________________________________________
1677 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
1678         Log: metaconfig unit changes for #14628.
1679      Branch: metaconfig/U/perl
1680            ! d_u32align.U issymlink.U
1681 ____________________________________________________________________________
1682 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
1683         Log: Two Configure tweaks; the u32align test was trying
1684              to write into a string literal, the ln -s test was
1685              failing in VOS.
1686      Branch: perl
1687            ! Configure
1688 ____________________________________________________________________________
1689 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
1690         Log: DJGPP tweaks from Laszlo Molnar.
1691      Branch: perl
1692            ! djgpp/djgpp.c lib/File/Spec.pm
1693 ____________________________________________________________________________
1694 [ 14626] By: nick                                  on 2002/02/10  18:36:47
1695         Log: Move PerlIO_perlio to layer_syms where it belongs?
1696      Branch: perlio
1697            ! makedef.pl
1698 ____________________________________________________________________________
1699 [ 14625] By: nick                                  on 2002/02/10  18:02:21
1700         Log: Borland/Win32 tuning
1701      Branch: perlio
1702            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
1703 ____________________________________________________________________________
1704 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
1705         Log: Additional explanation for the [:...:] failure.
1706      Branch: perl
1707            ! pod/perldiag.pod
1708 ____________________________________________________________________________
1709 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
1710         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
1711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1712              Date: Sun, 10 Feb 2002 13:32:48 +0100
1713              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
1714      Branch: perl
1715            ! makedef.pl
1716 ____________________________________________________________________________
1717 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
1718         Log: Test tweaks from chromatic for cases where there
1719              are no installman1dir or installman3dir.
1720      Branch: perl
1721            ! lib/ExtUtils/t/Installed.t
1722 ____________________________________________________________________________
1723 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
1724         Log: Integrate perlio;
1725              
1726              Nick Clark's tweaks to Encode compile process
1727              1. Use decimal constants to unit string arrays rather than
1728              very long string litterals (latter having possible "\0"
1729              on end issues, and needing ANSI C line splicing).
1730              2. Replace tail-recursion during insert process with itteration.
1731              Nick C sees 12% speedup from these.
1732      Branch: perl
1733           !> ext/Encode/Encode.pm ext/Encode/compile
1734 ____________________________________________________________________________
1735 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
1736         Log: Portability notes: filename characters, character sets.
1737      Branch: perl
1738            ! pod/perlport.pod
1739 ____________________________________________________________________________
1740 [ 14619] By: nick                                  on 2002/02/10  11:06:05
1741         Log: Integrate mainline
1742      Branch: perlio
1743            ! ext/Encode/Encode.pm
1744           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
1745           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
1746           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
1747           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
1748           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
1749 ____________________________________________________________________________
1750 [ 14618] By: nick                                  on 2002/02/10  10:48:15
1751         Log: Nick Clark's tweaks to Encode compile process
1752              1. Use decimal constants to unit string arrays rather than
1753              very long string litterals (latter having possible "\0"
1754              on end issues, and needing ANSI C line splicing).
1755              2. Replace tail-recursion during insert process with itteration.
1756              Nick C sees 12% speedup from these.
1757      Branch: perlio
1758            ! ext/Encode/compile
1759 ____________________________________________________________________________
1760 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
1761         Log: Use the "Unicode 1.0" name field for control characters,
1762              as suggested by Mark Davis.  Note that Unicode 3.2 will
1763              require some more legwork on this because of certain
1764              alternative names.
1765      Branch: perl
1766            ! lib/unicore/Name.pl lib/unicore/mktables
1767 ____________________________________________________________________________
1768 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
1769         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
1770      Branch: perl
1771            ! hints/os390.sh
1772 ____________________________________________________________________________
1773 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
1774         Log: EBCDIC: the non-printable characters are different.
1775      Branch: perl
1776            ! ext/B/B/Deparse.pm
1777 ____________________________________________________________________________
1778 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
1779         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
1780              From: Nicholas Clark <nick@unfortu.net> 
1781              Date: Sat, 9 Feb 2002 22:31:29 +0000
1782              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
1783      Branch: perl
1784            ! t/lib/warnings/pp_hot
1785 ____________________________________________________________________________
1786 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
1787         Log: Subject: [PATCH] Re: Modulus operator inconsistency
1788              From: Nicholas Clark <nick@unfortu.net>
1789              Date: Sat, 9 Feb 2002 21:00:13 +0000
1790              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
1791      Branch: perl
1792            ! op.c t/op/arith.t
1793 ____________________________________________________________________________
1794 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
1795         Log: Use the same escaping mechanism for all the *flags.
1796      Branch: perl
1797            ! lib/ExtUtils/Embed.pm
1798 ____________________________________________________________________________
1799 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
1800         Log: Protect possible parentheses in ccflags, ccdlflags, and
1801              ldflags.  (In OS/390 there are parentheses in ccflags.)
1802      Branch: perl
1803            ! lib/ExtUtils/Embed.pm
1804 ____________________________________________________________________________
1805 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
1806         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
1807              From: Peter Scott <Peter@PSDT.com>
1808              Date: Fri, 08 Feb 2002 19:20:19 -0800
1809              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
1810      Branch: perl
1811            ! lib/perl5db.pl
1812 ____________________________________________________________________________
1813 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
1814         Log: FAQ sync.
1815      Branch: perl
1816            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
1817 ____________________________________________________________________________
1818 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
1819         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
1820              From: Chris Nandor <pudge@pobox.com>
1821              Date: Fri, 08 Feb 2002 16:31:41 -0500
1822              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
1823      Branch: perl
1824            ! cop.h deb.c pp_ctl.c toke.c util.c
1825 ____________________________________________________________________________
1826 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
1827         Log: Redo CopFILE / MacPerl_MPWFIleName patch
1828      Branch: maint-5.6/macperl
1829            ! cop.h deb.c pp_ctl.c toke.c util.c
1830 ____________________________________________________________________________
1831 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
1832         Log: The metaconfig unit change to go with #14605.
1833      Branch: metaconfig/U/perl
1834            ! libperl.U
1835 ____________________________________________________________________________
1836 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
1837         Log: The Configure change to go with #14604.
1838      Branch: perl
1839            ! Configure
1840 ____________________________________________________________________________
1841 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
1842         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
1843              From: Andy Dougherty <doughera@lafayette.edu>
1844              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
1845              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
1846      Branch: perl
1847            ! hints/bsdos.sh
1848 ____________________________________________________________________________
1849 [ 14603] By: nick                                  on 2002/02/08  18:16:09
1850         Log: Integrate mainline
1851      Branch: perlio
1852           +> ext/threads/t/libc.t
1853           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
1854           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
1855 ____________________________________________________________________________
1856 [ 14602] By: sky                                   on 2002/02/08  15:19:15
1857         Log: Start testing for safe localtime functions, TODO, test more functions.
1858      Branch: perl
1859            + ext/threads/t/libc.t
1860            ! MANIFEST
1861 ____________________________________________________________________________
1862 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
1863         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
1864              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1865              Date: Fri, 8 Feb 2002 00:21:07 +0100
1866              Message-ID: <20020208002107.E763@rafael>
1867      Branch: perl
1868            ! doio.c pp_sys.c t/io/argv.t
1869 ____________________________________________________________________________
1870 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
1871         Log: Subject: [PATCH] Configure followed by make minitest
1872              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1873              Date: Wed, 06 Feb 2002 21:35:20 -0800
1874              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
1875      Branch: perl
1876            ! t/op/taint.t t/run/fresh_perl.t
1877 ____________________________________________________________________________
1878 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
1879         Log: Integrate perlio;
1880              
1881              Extract something from yesterdays effort - convert my mail on pad
1882              data structures (incoporating Sarathy's corrections/clarifications)
1883              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
1884      Branch: perl
1885           !> cv.h pod/perlapi.pod pod/perlintern.pod
1886 ____________________________________________________________________________
1887 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
1888         Log: metaconfig unit changes for #14597.
1889      Branch: metaconfig
1890            ! U/modified/Loc.U
1891      Branch: metaconfig/U/perl
1892            ! libperl.U
1893 ____________________________________________________________________________
1894 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
1895         Log: Configure DJGPP tweak from Laszlo Molnar.
1896      Branch: perl
1897            ! Configure
1898 ____________________________________________________________________________
1899 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
1900         Log: DJGPP tweaks from Laszlo Molnar.
1901      Branch: perl
1902            ! djgpp/djgppsed.sh perl.c
1903 ____________________________________________________________________________
1904 [ 14595] By: nick                                  on 2002/02/08  09:19:29
1905         Log: Extract something from yesterdays effort - convert my mail on pad
1906              data structures (incoporating Sarathy's corrections/clarifications)
1907              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
1908      Branch: perlio
1909            ! cv.h pod/perlapi.pod pod/perlintern.pod
1910 ____________________________________________________________________________
1911 [ 14594] By: nick                                  on 2002/02/08  08:34:49
1912         Log: Integrate mainline
1913      Branch: perlio
1914           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
1915           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
1916           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
1917           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
1918           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
1919           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
1920 ____________________________________________________________________________
1921 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
1922         Log: To really skip the test an exit() is needed.
1923      Branch: perl
1924            ! lib/encoding.t
1925 ____________________________________________________________________________
1926 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
1927         Log: More diagnostics from Nicholas Clark.
1928      Branch: perl
1929            ! lib/Benchmark.t
1930 ____________________________________________________________________________
1931 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
1932         Log: In case of failure be more verbose.
1933      Branch: perl
1934            ! t/base/num.t
1935 ____________________________________________________________________________
1936 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
1937         Log: Update Changes
1938      Branch: maint-5.6/macperl
1939            ! macos/Changes
1940 ____________________________________________________________________________
1941 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
1942         Log: Merge AEGizmos library into PPC binary
1943      Branch: maint-5.6/macperl
1944            ! macos/Makefile.mk
1945 ____________________________________________________________________________
1946 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
1947         Log: Add -ansifor for MrCpp options
1948      Branch: maint-5.6/macperl
1949            ! macos/BuildRules.mk
1950 ____________________________________________________________________________
1951 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
1952         Log: Check ownership of CatInfos (MacPerl Bug #494482)
1953      Branch: maint-5.6/macperl
1954            ! macos/ext/Mac/Files/Files.xs
1955 ____________________________________________________________________________
1956 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
1957         Log: Resource updates
1958      Branch: maint-5.6/macperl
1959            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
1960 ____________________________________________________________________________
1961 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
1962         Log: Empty path is ENOENT (MacPerl Bug #512351)
1963      Branch: maint-5.6/macperl
1964            ! macos/macperl/MPAppleEvents.c
1965 ____________________________________________________________________________
1966 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
1967         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
1968      Branch: maint-5.6/macperl
1969            ! macos/macperl/MPAEVTStream.cp
1970 ____________________________________________________________________________
1971 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
1972         Log: macify(ABSTRACT_FROM)
1973      Branch: maint-5.6/macperl
1974            ! macos/lib/ExtUtils/MM_MacOS.pm
1975 ____________________________________________________________________________
1976 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
1977         Log: Use correct Mac filenames in error messages, caller()
1978      Branch: maint-5.6/macperl
1979            ! deb.c pp_ctl.c toke.c util.c
1980 ____________________________________________________________________________
1981 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
1982         Log: Sanity checks to see that the IV/NV and the PV of numeric
1983              scalars stay in sync (unearthed this via the OS/390 gcvt()
1984              brokenness)
1985      Branch: perl
1986            + t/base/num.t
1987            ! MANIFEST
1988 ____________________________________________________________________________
1989 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
1990         Log: Retract the anon leak subpatch of #14418 and #14431
1991              (the latter came into bleadperl as part of #14433).
1992      Branch: perl
1993            ! op.c t/run/fresh_perl.t
1994 ____________________________________________________________________________
1995 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
1996         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
1997              mangles 0.1 to "10".  sprintf() seems more well-behaved.
1998      Branch: perl
1999            ! hints/os390.sh
2000 ____________________________________________________________________________
2001 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
2002         Log: Subject: [PATCH @14557] another Encode fix for VMS
2003              From: "Craig A. Berry" <craigberry@mac.com>
2004              Date: Wed, 06 Feb 2002 14:44:20 -0600
2005              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
2006      Branch: perl
2007            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
2008 ____________________________________________________________________________
2009 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
2010         Log: Integrate perlio;
2011              
2012              One way to avoid OS390 winge about #line directives.
2013      Branch: perl
2014           !> ext/Encode/EUC_JP/Makefile.PL
2015 ____________________________________________________________________________
2016 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
2017         Log: Update Changes.
2018      Branch: perl
2019            ! Changes patchlevel.h
2020 ____________________________________________________________________________
2021 [ 14575] By: nick                                  on 2002/02/06  15:23:24
2022         Log: One way to avoid OS390 winge about #line directives.
2023      Branch: perlio
2024            ! ext/Encode/EUC_JP/Makefile.PL
2025 ____________________________________________________________________________
2026 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
2027         Log: s/Netware/NetWare/
2028      Branch: perl
2029            ! MANIFEST
2030 ____________________________________________________________________________
2031 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
2032         Log: New Netware scripts.
2033      Branch: perl
2034            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
2035            + NetWare/t/NWScripts-Exist.pl
2036            ! MANIFEST
2037 ____________________________________________________________________________
2038 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
2039         Log: EBCDIC: the encoding pragma would need some rethinking,
2040              probably a pass of EBCDIC->Unicode mapping.  For now,
2041              disable it on EBCDIC.
2042      Branch: perl
2043            ! lib/encoding.pm lib/encoding.t
2044 ____________________________________________________________________________
2045 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
2046         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
2047              for the low 256.  Now tweaked the tests, but maybe it's
2048              the module that needs few NATIVE_TO_UNI()s somewhere?
2049      Branch: perl
2050            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
2051 ____________________________________________________________________________
2052 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
2053         Log: Subject: [PATCH utf8.c] format problem
2054              From: Robin Barker <rmb1@cise.npl.co.uk>
2055              Date: Wed, 6 Feb 2002 14:01:43 GMT
2056              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
2057      Branch: perl
2058            ! utf8.c
2059 ____________________________________________________________________________
2060 [ 14569] By: nick                                  on 2002/02/06  09:52:23
2061         Log: Integrate mainline
2062      Branch: perlio
2063           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
2064           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
2065           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
2066           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
2067           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
2068           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
2069 ____________________________________________________________________________
2070 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
2071         Log: EBCDIC: 0x41 is not cricket.
2072      Branch: perl
2073            ! ext/Encode/t/Encode.t
2074 ____________________________________________________________________________
2075 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
2076         Log: NetWare update from Ananth Kesari.
2077      Branch: perl
2078            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
2079            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
2080            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
2081            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
2082            ! NetWare/t/NWScripts.pl makedef.pl
2083 ____________________________________________________________________________
2084 [ 14566] By: sky                                   on 2002/02/05  18:39:13
2085         Log: Subject: Re: File::Spec::rel2abs2rel (?)
2086              From: Michael G Schwern <schwern@pobox.com>
2087              Date: Tue, 5 Feb 2002 13:47:39 -0500
2088              Message-ID: <20020205184739.GB17375@blackrider>
2089      Branch: perl
2090            ! lib/File/Spec/t/rel2abs2rel.t
2091 ____________________________________________________________________________
2092 [ 14565] By: nick                                  on 2002/02/05  17:31:24
2093         Log: Integrate mainline
2094      Branch: perlio
2095           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
2096           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
2097           !> utf8.h
2098 ____________________________________________________________________________
2099 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
2100         Log: Integrate perlio;
2101              
2102              More Encode tweaks:
2103              - make expensive and marginal substring search optional (-O)
2104              - enable -O for ASCII-oid encodings (search space is small)
2105              - add ASCII-oid jis0201 to basic Encode.so
2106              - add some other Japanese encodings to EUC_JP bundle (without -O)
2107      Branch: perl
2108           +> ext/Encode/Encode/jis0201.ucm
2109           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
2110           !> ext/Encode/compile
2111 ____________________________________________________________________________
2112 [ 14563] By: nick                                  on 2002/02/05  16:01:15
2113         Log: More Encode tweaks:
2114              - make expensive and marginal substring search optional (-O)
2115              - enable -O for ASCII-oid encodings (search space is small)
2116              - add ASCII-oid jis0201 to basic Encode.so
2117              - add some other Japanese encodings to EUC_JP bundle (without -O)
2118      Branch: perlio
2119            + ext/Encode/Encode/jis0201.ucm
2120            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
2121            ! ext/Encode/compile
2122 ____________________________________________________________________________
2123 [ 14562] By: sky                                   on 2002/02/05  14:50:36
2124         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
2125      Branch: perl
2126            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
2127 ____________________________________________________________________________
2128 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
2129         Log: EBCDIC: SHARP S is different.
2130      Branch: perl
2131            ! regexec.c utf8.h
2132 ____________________________________________________________________________
2133 [ 14560] By: sky                                   on 2002/02/05  13:49:40
2134         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
2135      Branch: perl
2136            ! t/op/filetest.t
2137 ____________________________________________________________________________
2138 [ 14559] By: sky                                   on 2002/02/05  11:39:24
2139         Log: Add . first to the PATH environment to test that we really
2140              get ./perl and not some other older perl.
2141      Branch: perl
2142            ! lib/File/Spec/t/rel2abs2rel.t
2143 ____________________________________________________________________________
2144 [ 14558] By: sky                                   on 2002/02/05  11:20:21
2145         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
2146      Branch: perl
2147            ! ext/POSIX/t/posix.t
2148 ____________________________________________________________________________
2149 [ 14557] By: sky                                   on 2002/02/05  10:30:58
2150         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
2151      Branch: perl
2152            ! hints/darwin.sh perl.h
2153 ____________________________________________________________________________
2154 [ 14556] By: nick                                  on 2002/02/05  06:58:52
2155         Log: Integrate mainline
2156      Branch: perlio
2157           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
2158           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
2159           !> lib/File/Find/t/taint.t
2160 ____________________________________________________________________________
2161 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
2162         Log: Integrate change #14439 from maintperl
2163      Branch: maint-5.6/macperl
2164           !> op.c
2165 ____________________________________________________________________________
2166 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
2167         Log: Subject: [PATCH] File::Find tests not cleaning up properly
2168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2169              Date: Mon, 4 Feb 2002 22:09:07 +0100
2170              Message-ID: <20020204220907.A8288@rafael>
2171      Branch: perl
2172            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2173 ____________________________________________________________________________
2174 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
2175         Log: Signedness mumblings from Tru64.
2176      Branch: perl
2177            ! ext/Encode/Encode.xs
2178 ____________________________________________________________________________
2179 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
2180         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
2181              From: "Craig A. Berry" <craigberry@mac.com>
2182              Date: Mon, 04 Feb 2002 17:16:00 -0600
2183              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
2184      Branch: perl
2185            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
2186            ! ext/Encode/Encode.xs
2187 ____________________________________________________________________________
2188 [ 14551] By: nick                                  on 2002/02/04  16:00:31
2189         Log: Integrate mainline
2190      Branch: perlio
2191           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
2192           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
2193           !> regcomp.c
2194 ____________________________________________________________________________
2195 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
2196         Log: Update Changes.
2197      Branch: perl
2198            ! Changes patchlevel.h
2199 ____________________________________________________________________________
2200 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
2201         Log: Comment microtweaks.
2202      Branch: perl
2203            ! lib/locale.t
2204 ____________________________________________________________________________
2205 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
2206         Log: Subject: trivial docu patch
2207              From: andreas.koenig@anima.de (Andreas J. Koenig)
2208              Date: 04 Feb 2002 08:15:19 +0100
2209              Message-ID: <m3pu3l7m60.fsf@anima.de>
2210      Branch: perl
2211            ! pod/perluniintro.pod
2212 ____________________________________________________________________________
2213 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
2214         Log: Subject: [PATCH] (??{ }) anomaly
2215              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2216              Date: Sun, 03 Feb 2002 20:21:45 -0800
2217              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
2218      Branch: perl
2219            ! regcomp.c
2220 ____________________________________________________________________________
2221 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
2222         Log: Integrate perlio.
2223              
2224              Carry on where we left off if we have to grow destination
2225              SV during XS encode/decode
2226              
2227              Remove debugging warning, be consistent about API fails.
2228      Branch: perl
2229           !> ext/Encode/Encode.xs
2230 ____________________________________________________________________________
2231 [ 14545] By: nick                                  on 2002/02/03  20:03:38
2232         Log: Remove debugging warning, be consistent about API fails.
2233      Branch: perlio
2234            ! ext/Encode/Encode.xs
2235 ____________________________________________________________________________
2236 [ 14544] By: nick                                  on 2002/02/03  19:47:48
2237         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
2238      Branch: perlio
2239            ! ext/Encode/Encode.xs
2240 ____________________________________________________________________________
2241 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
2242         Log: Subject: PATCH CPAN.pm
2243              From: Mark-Jason Dominus <mjd@plover.com>
2244              Date: Sun, 03 Feb 2002 12:36:36 -0500
2245              Message-ID: <20020203173636.27451.qmail@plover.com>
2246      Branch: perl
2247            ! lib/CPAN.pm
2248 ____________________________________________________________________________
2249 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
2250         Log: Must search further back.
2251      Branch: perl
2252            ! lib/h2xs.t
2253 ____________________________________________________________________________
2254 [ 14541] By: nick                                  on 2002/02/03  18:52:09
2255         Log: Integrate mainline
2256      Branch: perlio
2257           !> (integrate 29 files)
2258 ____________________________________________________________________________
2259 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
2260         Log: EBCDIC: more natification.
2261      Branch: perl
2262            ! regcomp.c
2263 ____________________________________________________________________________
2264 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
2265         Log: Debug noise.
2266      Branch: perl
2267            ! ext/Encode/Encode.xs
2268 ____________________________________________________________________________
2269 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
2270         Log: Integrate perlio;
2271              
2272              Stable intermediate point in Encode cleanup.
2273              :encode(euc-jp) works on Dan's table.euc
2274              Much buffer copying and other silliness remains.
2275      Branch: perl
2276           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2277           !> ext/Encode/lib/Encode/Encoding.pm
2278 ____________________________________________________________________________
2279 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
2280         Log: Prettify.
2281      Branch: perl
2282            ! lib/unicore/mktables
2283 ____________________________________________________________________________
2284 [ 14536] By: nick                                  on 2002/02/03  17:32:03
2285         Log: Stable intermediate point in Encode cleanup.
2286              :encode(euc-jp) works on Dan's table.euc
2287              Much buffer copying and other silliness remains.
2288      Branch: perlio
2289            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2290            ! ext/Encode/lib/Encode/Encoding.pm
2291 ____________________________________________________________________________
2292 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
2293         Log: EBCDIC: it's much nicer to compare Unicode code points
2294              to Unicode code points.
2295      Branch: perl
2296            ! regexec.c
2297 ____________________________________________________________________________
2298 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
2299         Log: EBCDIC: character classes must remap the low 256.
2300      Branch: perl
2301            ! regcomp.c
2302 ____________________________________________________________________________
2303 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
2304         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
2305      Branch: perl
2306            ! lib/I18N/LangTags/List.pm
2307 ____________________________________________________________________________
2308 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
2309         Log: FAQ sync.
2310      Branch: perl
2311            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
2312            ! pod/perlfaq6.pod pod/perlfaq7.pod
2313 ____________________________________________________________________________
2314 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
2315         Log: Integrate perlio;
2316              
2317              Re-indent Encode.xs
2318              
2319              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
2320              (Mis-feature discovered by Encode.)
2321      Branch: perl
2322           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
2323 ____________________________________________________________________________
2324 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
2325         Log: Subject: [PATCH] lstat FH and -l FH warnings
2326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2327              Date: Sat, 2 Feb 2002 22:24:54 +0100           
2328              Message-ID: <20020202222454.A11608@rafael>       
2329      Branch: perl
2330            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
2331            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
2332 ____________________________________________________________________________
2333 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
2334         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
2335              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2336              Date: Sat, 2 Feb 2002 13:11:01 +0100           
2337              Message-ID: <20020202131101.A722@rafael>               
2338              
2339              Subject: [PATCH t/op/ver.t] another false positive
2340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2341              Date: Sat, 2 Feb 2002 13:38:22 +0100           
2342              Message-ID: <20020202133822.E722@rafael>         
2343              
2344              Subject: [PATCH] t/test.pl:ok() doesn't work
2345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
2346              Date: Sun, 03 Feb 2002 00:02:38 -0800          
2347              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
2348      Branch: perl
2349            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
2350            ! t/test.pl
2351 ____________________________________________________________________________
2352 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
2353         Log: Subject: [PATCH @13746] OS2::Process's constants
2354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2355              Date: Sat, 2 Feb 2002 01:00:55 -0500           
2356              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
2357      Branch: perl
2358            ! os2/OS2/Process/Makefile.PL
2359 ____________________________________________________________________________
2360 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
2361         Log: Subject: [PATCH @13746] h2xs   
2362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2363              Date: Sat, 2 Feb 2002 00:58:44 -0500           
2364              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
2365      Branch: perl
2366            ! utils/h2xs.PL
2367 ____________________________________________________________________________
2368 [ 14526] By: nick                                  on 2002/02/03  14:54:18
2369         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
2370              (Mis-feature discovered by Encode.)
2371      Branch: perlio
2372            ! sv.c
2373 ____________________________________________________________________________
2374 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
2375         Log: EBCDIC: since #14519 made \N{...} to remap,
2376              the test cannot expect an ASCII code point.
2377      Branch: perl
2378            ! lib/charnames.t
2379 ____________________________________________________________________________
2380 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
2381         Log: Sub-MANIFEST-tweak.
2382      Branch: perl
2383            ! ext/Encode/MANIFEST
2384 ____________________________________________________________________________
2385 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
2386         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
2387              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2388              Date: Fri, 01 Feb 2002 23:51:03 +0900
2389              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
2390      Branch: perl
2391            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2392 ____________________________________________________________________________
2393 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
2394         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
2395              From: Andy Dougherty <doughera@lafayette.edu>
2396              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
2397              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
2398      Branch: perl
2399            ! README.solaris hints/solaris_2.sh
2400 ____________________________________________________________________________
2401 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
2402         Log: EBCDIC: no hope to get the low 256 right in unifolding.
2403      Branch: perl
2404            ! t/uni/fold.t
2405 ____________________________________________________________________________
2406 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
2407         Log: todo entry for missing pack formats.
2408      Branch: perl
2409            ! pod/perltodo.pod
2410 ____________________________________________________________________________
2411 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
2412         Log: EBCDIC: the low 256 \N{...} need to be remapped.
2413      Branch: perl
2414            ! toke.c
2415 ____________________________________________________________________________
2416 [ 14518] By: nick                                  on 2002/02/01  18:32:03
2417         Log: indent -kr -nce and some manual tweaks to match perl style.
2418      Branch: perlio
2419            ! ext/Encode/Encode.xs
2420 ____________________________________________________________________________
2421 [ 14517] By: nick                                  on 2002/02/01  18:20:46
2422         Log: Integrate mainline
2423      Branch: perlio
2424           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
2425           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
2426           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
2427           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
2428           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
2429           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
2430           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
2431 ____________________________________________________________________________
2432 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
2433         Log: Integrate perlio; 
2434              
2435              Minor Encode tweaks:
2436              - move Encode.pm back to top of Encode like normal XS extension
2437              - avoid .def as a file extension (Win32 builds)
2438      Branch: perl
2439            ! MANIFEST
2440           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2441           !> ext/Encode/Makefile.PL ext/Encode/compile
2442 ____________________________________________________________________________
2443 [ 14515] By: nick                                  on 2002/02/01  16:27:59
2444         Log: Minor Encode tweaks:
2445              - move Encode.pm back to top of Encode like normal XS extension
2446              - avoid .def as a file extension (Win32 builds)
2447      Branch: perlio
2448           +> ext/Encode/Encode.pm
2449            - ext/Encode/lib/Encode.pm
2450            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2451            ! ext/Encode/Makefile.PL ext/Encode/compile
2452 ____________________________________________________________________________
2453 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
2454         Log: Subject: [PATCH utf8.t] temp file not cleaned up
2455              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2456              Date: Fri, 1 Feb 2002 15:47:46 +0100
2457              Message-ID: <20020201154746.A24079@rafael>
2458      Branch: perl
2459            ! t/io/utf8.t
2460 ____________________________________________________________________________
2461 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
2462         Log: Subject: [PATCH] make "lstat FH" croak
2463              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2464              Date: Fri, 1 Feb 2002 15:12:50 +0100
2465              Message-ID: <20020201151250.A738@rafael>
2466      Branch: perl
2467            ! pod/perldiag.pod pp_sys.c t/op/stat.t
2468 ____________________________________________________________________________
2469 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
2470         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
2471              From: Kay Röpke <kroepke@dolphin-services.de>
2472              Date: Fri, 1 Feb 2002 01:10:43 +0100
2473              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
2474      Branch: perl
2475            ! t/op/stat.t
2476 ____________________________________________________________________________
2477 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
2478         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
2479              I got it in Tru64 + ithreads but only without -g, took
2480              some debugging by printf (which was no fun either since
2481              adding some debug printfs hid the error)
2482      Branch: perl
2483            ! regexec.c utf8.c
2484 ____________________________________________________________________________
2485 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
2486         Log: Subject: Re: [PATCH] perl -V:
2487              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
2488              Date: Thu, 31 Jan 2002 12:10:20 -0800
2489              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
2490              
2491              Subject: Re: [PATCH] perl -V:
2492              From: Michael G Schwern <schwern@pobox.com>
2493              Date: Thu, 31 Jan 2002 16:43:13 -0500
2494              Message-ID: <20020131214313.GH6498@blackrider>
2495      Branch: perl
2496            ! t/run/switches.t
2497 ____________________________________________________________________________
2498 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
2499         Log: #14505 effect.
2500      Branch: perl
2501            ! pod/perluniintro.pod
2502 ____________________________________________________________________________
2503 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
2504         Log: Daniel S. Lewart adopts the Math::Complex.
2505      Branch: perl
2506            ! lib/Math/Complex.pm
2507 ____________________________________________________________________________
2508 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
2509         Log: More Complex DWIMmery.
2510      Branch: perl
2511            ! lib/Math/Complex.pm lib/Math/Complex.t
2512 ____________________________________________________________________________
2513 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
2514         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
2515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2516              Date: Thu, 31 Jan 2002 14:37:52 +0100
2517              Message-ID: <20020131143752.A1452@rafael>
2518      Branch: perl
2519            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
2520 ____________________________________________________________________________
2521 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
2522         Log: Turn the I/O Unicode error by default on, but the
2523              character-generating Unicode error by default off,
2524              as Larry suggested.
2525      Branch: perl
2526            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
2527            ! utf8.c
2528 ____________________________________________________________________________
2529 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
2530         Log: Subject: [PATCH] open.pm minor cleanup
2531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2532              Date: Thu, 31 Jan 2002 15:03:02 +0100
2533              Message-ID: <20020131150302.C1452@rafael>
2534      Branch: perl
2535            ! lib/open.pm
2536 ____________________________________________________________________________
2537 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
2538         Log: Update Changes.
2539      Branch: perl
2540            ! Changes patchlevel.h
2541 ____________________________________________________________________________
2542 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
2543         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
2544              From: Robin Barker <rmb1@cise.npl.co.uk>
2545              Date: Wed, 30 Jan 2002 11:58:33 GMT
2546              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
2547      Branch: perl
2548            ! lib/CPAN.pm
2549 ____________________________________________________________________________
2550 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
2551         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
2552              re-sort MANIFEST.
2553      Branch: perl
2554            + ext/Encode/Encode.pm
2555            - ext/Encode/lib/Encode.pm
2556            ! MANIFEST ext/Encode/Makefile.PL
2557 ____________________________________________________________________________
2558 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
2559         Log: Integrate perlio;
2560              
2561              Collect some stats during compile process.
2562              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
2563              as one XS - inconclusive - marginal win?
2564              Add some comments to encode.h
2565      Branch: perl
2566           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
2567           !> ext/Encode/encode.h
2568 ____________________________________________________________________________
2569 [ 14499] By: nick                                  on 2002/01/30  09:57:47
2570         Log: Collect some stats during compile process.
2571              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
2572              as one XS - inconclusive - marginal win?
2573              Add some comments to encode.h
2574      Branch: perlio
2575            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
2576            ! ext/Encode/encode.h
2577 ____________________________________________________________________________
2578 [ 14498] By: nick                                  on 2002/01/30  07:27:55
2579         Log: Integrate Jarkko's path/INC tweaks
2580      Branch: perlio
2581           !> ext/Encode/compile
2582 ____________________________________________________________________________
2583 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
2584         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
2585              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2586              Date: Tue, 29 Jan 2002 01:13:09 -0800
2587              Message-ID: <lemV8gzkgu/K092yn@efn.org>
2588      Branch: perl
2589            ! configpm
2590 ____________________________________________________________________________
2591 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
2592         Log: Subject: [PATCH t/op/inccode.t] new test
2593              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2594              Date: Tue, 29 Jan 2002 22:03:45 +0100
2595              Message-ID: <20020129220345.A704@rafael>
2596      Branch: perl
2597            ! t/op/inccode.t
2598 ____________________________________________________________________________
2599 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
2600         Log: EBCDIC: t/op/lc.t now passes.
2601      Branch: perl
2602            ! t/op/lc.t
2603 ____________________________________________________________________________
2604 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
2605         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
2606      Branch: perl
2607            ! utf8.c
2608 ____________________________________________________________________________
2609 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
2610         Log: Must find stuff during build.
2611      Branch: perl
2612            ! ext/Encode/compile
2613 ____________________________________________________________________________
2614 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
2615         Log: Integrate with perlio;
2616              
2617              Basics of a compiled Encode XS extension
2618      Branch: perl
2619           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
2620           +> ext/Encode/Encode/euc-jp.ucm
2621           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
2622           !> ext/Encode/encode.h
2623 ____________________________________________________________________________
2624 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
2625         Log: EBCDIC tweaks-- no new test passes, but getting closer.
2626      Branch: perl
2627            ! utf8.c
2628 ____________________________________________________________________________
2629 [ 14490] By: nick                                  on 2002/01/29  21:20:57
2630         Log: Basics of a compiled Encode XS extension
2631      Branch: perlio
2632            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
2633            + ext/Encode/Encode/euc-jp.ucm
2634            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
2635            ! ext/Encode/encode.h
2636 ____________________________________________________________________________
2637 [ 14489] By: nick                                  on 2002/01/29  18:40:54
2638         Log: Integrate mainline
2639      Branch: perlio
2640           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
2641           +> ext/Encode/lib/Encode/Encoding.pm
2642           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
2643           +> ext/Encode/lib/Encode/Tcl/Escape.pm
2644           +> ext/Encode/lib/Encode/Tcl/Extended.pm
2645           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
2646           +> ext/Encode/lib/Encode/Tcl/Table.pm
2647           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2648           +> ext/Encode/lib/Encode/iso10646_1.pm
2649           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2650           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
2651           +> ext/Encode/t/Tcl.t
2652            - ext/Encode.t ext/Encode/Encode.pm
2653            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
2654            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
2655           !> (integrate 33 files)
2656 ____________________________________________________________________________
2657 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
2658         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
2659              From: Richard Clamp <richardc@unixbeard.net>
2660              Date: Mon, 28 Jan 2002 02:17:55 +0000
2661              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
2662      Branch: perl
2663            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2664 ____________________________________________________________________________
2665 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
2666         Log: OS/390 seems to do length 0 udp reads, Nicholas says
2667              skippage is for now the best cause of action.
2668      Branch: perl
2669            ! ext/Socket/socketpair.t
2670 ____________________________________________________________________________
2671 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
2672         Log: Encode cleanup from Dan Kogai; reworked even further.
2673      Branch: perl
2674            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
2675            + ext/Encode/lib/Encode/Encoding.pm
2676            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
2677            + ext/Encode/lib/Encode/Tcl/Escape.pm
2678            + ext/Encode/lib/Encode/Tcl/Extended.pm
2679            + ext/Encode/lib/Encode/Tcl/HanZi.pm
2680            + ext/Encode/lib/Encode/Tcl/Table.pm
2681            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2682            + ext/Encode/lib/Encode/iso10646_1.pm
2683            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2684            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
2685            + ext/Encode/t/Tcl.t
2686            - ext/Encode.t ext/Encode/Encode.pm
2687            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
2688            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
2689            ! MANIFEST ext/Encode/Encode/8859-1.ucm
2690            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
2691            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2692            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2693            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2694            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2695            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2696            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2697            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2698            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
2699            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
2700            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
2701            ! ext/Encode/compile
2702 ____________________________________________________________________________
2703 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
2704         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
2705      Branch: perl
2706            ! djgpp/djgpp.c perlio.c
2707 ____________________________________________________________________________
2708 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
2709         Log: Prettier printing from Michael Schwern.
2710      Branch: perl
2711            ! t/test.pl
2712 ____________________________________________________________________________
2713 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
2714         Log: Show also the debug and debugcolor as known pragmas.
2715      Branch: perl
2716            ! ext/re/re.pm
2717 ____________________________________________________________________________
2718 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
2719         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
2720              From: "Craig A. Berry" <craigberry@mac.com>
2721              Date: Mon, 28 Jan 2002 16:30:30 -0600
2722              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
2723      Branch: perl
2724            ! ext/B/t/assembler.t
2725 ____________________________________________________________________________
2726 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
2727         Log: metaconfig unit change for #14480.
2728      Branch: metaconfig
2729            ! U/modified/Init.U
2730 ____________________________________________________________________________
2731 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
2732         Log: DJGPP needs to know its exe soon, too.
2733      Branch: perl
2734            ! Configure
2735 ____________________________________________________________________________
2736 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
2737         Log: Round #2 on EBCDICation.
2738      Branch: perl
2739            ! t/op/append.t
2740 ____________________________________________________________________________
2741 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
2742         Log: Integrate perlio;
2743              
2744              Set makefile.mk CCHOME etc. for default locations of MinGW and free
2745              Borland compilers. (Borland builds one or two oddities.)
2746      Branch: perl
2747           !> win32/config.bc win32/makefile.mk
2748 ____________________________________________________________________________
2749 [ 14477] By: nick                                  on 2002/01/28  20:12:31
2750         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
2751              Borland compilers. (Borland builds one or two oddities.)
2752      Branch: perlio
2753            ! win32/config.bc win32/makefile.mk
2754 ____________________________________________________________________________
2755 [ 14476] By: nick                                  on 2002/01/28  18:43:47
2756         Log: Integrate mainline
2757      Branch: perlio
2758           !> Configure hints/hpux.sh
2759 ____________________________________________________________________________
2760 [ 14475] By: nick                                  on 2002/01/28  17:15:12
2761         Log: Integrate mainline
2762      Branch: perlio
2763           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
2764           !> patchlevel.h pp_sys.c t/lib/warnings/perl
2765 ____________________________________________________________________________
2766 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
2767         Log: metaconfig unit change for #14472.
2768      Branch: metaconfig/U/perl
2769            ! d_u32align.U
2770 ____________________________________________________________________________
2771 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
2772         Log: Misunderstood Merijn's patch.
2773      Branch: perl
2774            ! hints/hpux.sh
2775 ____________________________________________________________________________
2776 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
2777         Log: Misapplied Merijn's patch.
2778      Branch: perl
2779            ! Configure
2780 ____________________________________________________________________________
2781 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
2782         Log: Update Changes.
2783      Branch: perl
2784            ! Changes patchlevel.h
2785 ____________________________________________________________________________
2786 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
2787         Log: BeOS has sockets but not true ones.
2788      Branch: perl
2789            ! pp_sys.c
2790 ____________________________________________________________________________
2791 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
2792         Log: metaconfig unit change for #14467.
2793      Branch: metaconfig/U/perl
2794            ! d_u32align.U
2795 ____________________________________________________________________________
2796 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
2797         Log: For some strange reason under the smoke harness the alignment
2798              test hangs in HP-UX 10.20.  So hint it to avoid the test.
2799      Branch: perl
2800            ! hints/hpux.sh
2801 ____________________________________________________________________________
2802 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
2803         Log: Allow d_u32align to be hinted.
2804      Branch: perl
2805            ! Configure
2806 ____________________________________________________________________________
2807 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
2808         Log: The shift key is important.
2809      Branch: perl
2810            ! ext/B/B.xs
2811 ____________________________________________________________________________
2812 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
2813         Log: The "used only once" warnings (from gv_check) come
2814              in pseudorandom hash order-- in EBCDIC the order
2815              is different.  Add a new option that allow the warnings
2816              to come in any order (Paul Marquess).
2817      Branch: perl
2818            ! lib/warnings.t t/lib/warnings/perl
2819 ____________________________________________________________________________
2820 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
2821         Log: Integrate perlio; the 0nothread test failure without threads.
2822      Branch: perl
2823           !> ext/threads/shared/t/0nothread.t
2824 ____________________________________________________________________________
2825 [ 14463] By: nick                                  on 2002/01/28  08:22:36
2826         Log: Integrate mainline
2827      Branch: perlio
2828           !> (integrate 37 files)
2829 ____________________________________________________________________________
2830 [ 14462] By: nick                                  on 2002/01/28  08:09:53
2831         Log: 1st attempt at skipping broke threads case.
2832      Branch: perlio
2833            ! ext/threads/shared/t/0nothread.t
2834 ____________________________________________________________________________
2835 [ 14461] By: nick                                  on 2002/01/28  07:25:58
2836         Log: Skip new threads::shared test unless -Duseithreads
2837      Branch: perlio
2838            ! ext/threads/shared/t/0nothread.t
2839 ____________________________________________________________________________
2840 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
2841         Log: FAQ sync.
2842      Branch: perl
2843            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2844            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2845            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2846            ! pod/perlfaq9.pod
2847 ____________________________________________________________________________
2848 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
2849         Log: Upgrade to podlators 1.20.
2850      Branch: perl
2851            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
2852 ____________________________________________________________________________
2853 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
2854         Log: Retract #14448, a better patch coming up.
2855      Branch: perl
2856            ! lib/Pod/t/basic.t
2857 ____________________________________________________________________________
2858 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
2859         Log: EBCDIC portability.
2860      Branch: perl
2861            ! t/op/append.t
2862 ____________________________________________________________________________
2863 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
2864         Log: Further cygwin installperl tweak from Gerrit P. Haase.
2865      Branch: perl
2866            ! installperl
2867 ____________________________________________________________________________
2868 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
2869         Log: A bug in Bulgarian EBCDIC locale (this sounds like
2870              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
2871              locales failed, too.  The patch works around the bug by
2872              skipping the test, but the real problem may be deeper
2873              (affecting probably only EBCDIC platforms, though):
2874              see the comment in locale.t for more details.
2875      Branch: perl
2876            ! lib/locale.t
2877 ____________________________________________________________________________
2878 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
2879         Log: metaconfig unit change for #14453.
2880      Branch: metaconfig/U/perl
2881            ! libperl.U
2882 ____________________________________________________________________________
2883 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
2884         Log: Subject: Bleadperl on Cygwin today
2885              From: "Gerrit P. Haase" <gp@familiehaase.de>              
2886              Date: Sun, 27 Jan 2002 22:30:41 +0100
2887              Message-ID: <462007239437.20020127223041@familiehaase.de>
2888      Branch: perl
2889            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
2890            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
2891            ! lib/ExtUtils/t/MM_Cygwin.t
2892 ____________________________________________________________________________
2893 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
2894         Log: Unfinished EBCDIC branch.
2895      Branch: perl
2896            ! t/op/ver.t
2897 ____________________________________________________________________________
2898 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
2899         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
2900      Branch: perl
2901            ! ext/B/B.xs ext/B/B/Deparse.pm
2902 ____________________________________________________________________________
2903 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
2904         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
2905              platforms.
2906      Branch: perl
2907            ! ext/B/t/stash.t
2908 ____________________________________________________________________________
2909 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
2910         Log: Apparently no need for EBCDIC exception any more.
2911      Branch: perl
2912            ! ext/B/t/showlex.t
2913 ____________________________________________________________________________
2914 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
2915         Log: (retracted by #14458)
2916              (Russ Allbery) OS/390 is using a high-bit character for ESC,
2917              skip the test for now.  A better fix would be to override
2918              the notion of the platform's escape sequence in the test
2919              of Pod::Text::Termcap.  We may have to apply a filter to
2920              the output to substitute back in the ESC character that
2921              the test expects, but only on OS/390.
2922      Branch: perl
2923            ! lib/Pod/t/basic.t
2924 ____________________________________________________________________________
2925 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
2926         Log: Detypo.
2927      Branch: perl
2928            ! ext/Devel/Peek/Peek.t
2929 ____________________________________________________________________________
2930 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
2931         Log: OS/390 USS has a different idea of the pw* functions.
2932              Also, test the name with eq, not with ==.
2933      Branch: perl
2934            ! lib/User/pwent.t
2935 ____________________________________________________________________________
2936 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
2937         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
2938      Branch: perl
2939            ! doio.c
2940 ____________________________________________________________________________
2941 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
2942         Log: ASCIIisms.
2943      Branch: perl
2944            ! ext/PerlIO/t/encoding.t
2945 ____________________________________________________________________________
2946 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
2947         Log: chr(42) ne '*'  if one is in EBCDIC.
2948      Branch: perl
2949            ! t/op/pack.t
2950 ____________________________________________________________________________
2951 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
2952         Log: Subject: [PATCH] Fix up recent op/stat.t failures
2953              From: Andy Dougherty <doughera@lafayette.edu>
2954              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
2955              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
2956      Branch: perl
2957            ! t/op/stat.t
2958 ____________________________________________________________________________
2959 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
2960         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
2961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2962              Date: Sun, 27 Jan 2002 15:03:18 +0100
2963              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
2964      Branch: perl
2965            ! lib/ExtUtils/t/Command.t
2966 ____________________________________________________________________________
2967 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
2968         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
2969              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2970              Date: Sun, 27 Jan 2002 14:51:10 +0100
2971              Message-ID: <20020127145110.A16332@rafael>
2972      Branch: perl
2973            ! ext/B/B/Deparse.pm
2974 ____________________________________________________________________________
2975 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
2976         Log: integrate change#14431 from perlio branch (Nick's fix for
2977              change#13474 to be more defensive about looking at pad entries
2978              that may not exist yet)
2979      Branch: maint-5.6/perl
2980            ! op.c
2981 ____________________________________________________________________________
2982 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
2983         Log: Comment to avoid later "cleanups."
2984      Branch: perl
2985            ! lib/ExtUtils/MakeMaker.pm
2986 ____________________________________________________________________________
2987 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
2988         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
2989              instead of just FOO=... cmd ...
2990      Branch: perl
2991            ! Makefile.SH
2992 ____________________________________________________________________________
2993 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
2994         Log: Overquoting bad (in UNIX one would get
2995              Can't open perl script "'-I../lib'": No such file or directory)
2996      Branch: perl
2997            ! lib/Pod/t/Usage.t
2998 ____________________________________________________________________________
2999 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
3000         Log: Integrate perlio;
3001              
3002              "All tests successful" VC6.0 Win32
3003              (Update config.vc to need cppstdin so those tests are skipped...)
3004      Branch: perl
3005           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3006           !> win32/config_H.vc
3007 ____________________________________________________________________________
3008 [ 14434] By: nick                                  on 2002/01/26  22:27:08
3009         Log: "All tests successful" VC6.0 Win32
3010              (Update config.vc to need cppstdin so those tests are skipped...)
3011      Branch: perlio
3012            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3013            ! win32/config_H.vc
3014 ____________________________________________________________________________
3015 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
3016         Log: Integrate perlio;
3017              
3018              1st two tests of File/Find/t/find.t and taint.t were run after 
3019              calling cleanup(). If previous fail had left for_find directory,
3020              but no content in it then cleanup() returned cd'ed to that directory.
3021              So tests failed. Fixed cleanup()-s.
3022              
3023              If we get to sighandler by mistake (no perl handler set) then
3024              warn() and exit() rather than die() - should never happen
3025              but if it does context needed to die is likely to be trashed
3026              as well.
3027              
3028              Win32 signal emulation cleanup.
3029              
3030              Tinkering with thread cleanup mutex-ing - not the problem 
3031              (op.c is) but could have been...
3032              
3033              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
3034              Should really be looked at by someone that knows about pads.
3035              
3036              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
3037              for CRLF line endings.
3038      Branch: perl
3039           !> ext/threads/threads.xs lib/File/Find/t/find.t
3040           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
3041           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3042 ____________________________________________________________________________
3043 [ 14432] By: nick                                  on 2002/01/26  21:10:38
3044         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
3045              for CRLF line endings.
3046      Branch: perlio
3047            ! lib/Filter/Simple.pm
3048 ____________________________________________________________________________
3049 [ 14431] By: nick                                  on 2002/01/26  21:08:35
3050         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
3051              Should really be looked at by someone that knows about pads.
3052      Branch: perlio
3053            ! op.c
3054 ____________________________________________________________________________
3055 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
3056         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
3057              From: "Craig A. Berry" <craigberry@mac.com>       
3058              Date: Sat, 26 Jan 2002 11:19:44 -0600
3059              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
3060      Branch: perl
3061            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
3062 ____________________________________________________________________________
3063 [ 14429] By: nick                                  on 2002/01/26  18:04:22
3064         Log: Tinkering with thread cleanup mutex-ing - not the problem 
3065              (op.c is) but could have been...
3066      Branch: perlio
3067            ! ext/threads/threads.xs
3068 ____________________________________________________________________________
3069 [ 14428] By: nick                                  on 2002/01/26  18:03:13
3070         Log: Win32 signal emulation cleanup.
3071      Branch: perlio
3072            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3073 ____________________________________________________________________________
3074 [ 14427] By: nick                                  on 2002/01/26  13:59:33
3075         Log: If we get to sighandler by mistake (no perl handler set) then
3076              warn() and exit() rather than die() - should never happen
3077              but if it does context needed to die is likely to be trashed
3078              as well.
3079      Branch: perlio
3080            ! mg.c
3081 ____________________________________________________________________________
3082 [ 14426] By: nick                                  on 2002/01/26  13:56:23
3083         Log: Integrate mainline
3084      Branch: perlio
3085           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
3086           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
3087           !> t/run/fresh_perl.t
3088 ____________________________________________________________________________
3089 [ 14425] By: nick                                  on 2002/01/26  08:11:33
3090         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
3091              calling cleanup(). If previous fail had left for_find directory,
3092              but no content in it then cleanup() returned cd'ed to that directory.
3093              So tests failed. Fixed cleanup()-s.
3094      Branch: perlio
3095            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
3096 ____________________________________________________________________________
3097 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
3098         Log: Integrate perlio;
3099              
3100              Fix winsystem.t's attempt to build showav.exe to work
3101              with gcc (which writes a.exe unless told with -o ).
3102              Also put in a few more fail-safes to check .exe got
3103              built somehow.
3104              
3105              More Win32 tuning
3106              
3107              Save $! so that other syscalls don't disturb it before
3108              we test it.
3109      Branch: perl
3110           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
3111           !> t/op/winsystem.t
3112 ____________________________________________________________________________
3113 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
3114         Log: Subject: [PATCH] new test in op/universal.t
3115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3116              Date: Fri, 25 Jan 2002 23:17:33 +0100
3117              Message-ID: <20020125231733.A11733@rafael>
3118      Branch: perl
3119            ! t/op/universal.t
3120 ____________________________________________________________________________
3121 [ 14422] By: nick                                  on 2002/01/25  21:37:03
3122         Log: Save $! so that other syscalls don't disturb it before 
3123              we test it.
3124      Branch: perlio
3125            ! ext/Socket/socketpair.t
3126 ____________________________________________________________________________
3127 [ 14421] By: nick                                  on 2002/01/25  19:05:57
3128         Log: More Win32 tuning
3129      Branch: perlio
3130            ! t/op/stat.t t/op/taint.t
3131 ____________________________________________________________________________
3132 [ 14420] By: nick                                  on 2002/01/25  18:21:42
3133         Log: Fix winsystem.t's attempt to build showav.exe to work 
3134              with gcc (which writes a.exe unless told with -o ).
3135              Also put in a few more fail-safes to check .exe got 
3136              built somehow.
3137      Branch: perlio
3138            ! t/op/winsystem.t
3139 ____________________________________________________________________________
3140 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
3141         Log: Subject: [Patch Encode.xs] calculation of need overflows
3142              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3143              Date: Sat, 26 Jan 2002 00:58:50 +0900
3144              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
3145      Branch: perl
3146            ! ext/Encode/Encode.xs
3147 ____________________________________________________________________________
3148 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
3149         Log: Integrate changes 13474+13478+13584 from maintperl;
3150              anon sub leakage.
3151      Branch: perl
3152            ! op.c t/run/fresh_perl.t
3153 ____________________________________________________________________________
3154 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
3155         Log: Update Changes.
3156      Branch: perl
3157            ! Changes patchlevel.h
3158 ____________________________________________________________________________
3159 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
3160         Log: Integrate perlio; extensive threads and threads::shared work
3161              (note that the below is a chronological list of perlio
3162              check-in entries since the last integrate)
3163              
3164              Nearly-working threads re-structuring. Do not integrate,
3165              submit-ing to get to Win32, and as "off site" backup.
3166              
3167              threads work again on Win32. (Not threads::shared yet)
3168              Submit to see if they do on Linux.
3169              
3170              Add new threads/typemap to MANIFEST
3171              
3172              XS side of new threads::shared designed, coded and compiles,
3173              and mostly commented but is totaly untested.
3174              submit in case anyone wants a preview.
3175              
3176              Miss mg_len == 0 meaning don't Safefree
3177              
3178              Shared scalars working, some shared array ops working.
3179              
3180              Implement recursive lock and use of scope for PL_sharedsv_space,
3181              so now croak() from asserts does not leave locks.
3182              Make hv_simple compile (new prototype for debugging probe).
3183              
3184              thread::shared nearly working again - remaining issue
3185              is references withing shared space.
3186              Added bulk test with no threads involved (for debugging)
3187              Tuned tests to skip those needing _thrcnt
3188              
3189              SvTEMP_off to stop private PV's being stolen and stored in shared space
3190              
3191              Except Win32 from echo tests. (Alarm does not break into connect)
3192              
3193              Expand command line test globs on Win32.
3194              
3195              threads::shared tidy up:
3196              - Add _id() function to shared.xs so we can test refs point at same thing.
3197              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
3198              - Allow no_share to pass if sharing to works despite mis-ordering.
3199              - Change docs of threads to document ->create() (as used in tests),
3200              and not mention "new".
3201              
3202              Linux/NFS hackery was not faking right number of passes.
3203      Branch: perl
3204           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
3205           +> ext/threads/typemap
3206            - ext/threads/threads.h sharedsv.c sharedsv.h
3207            ! NetWare/config_H.wc
3208           !> (integrate 38 files)
3209 ____________________________________________________________________________
3210 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
3211         Log: Subject: Re: perldebguts minor tweaks
3212              From: Joe McMahon <mcmahon@metalab.unc.edu>
3213              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
3214              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
3215      Branch: perl
3216            ! pod/perldebguts.pod
3217 ____________________________________________________________________________
3218 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
3219         Log: metaconfig unit change for #14413.
3220      Branch: metaconfig
3221            ! U/modified/prototype.U
3222 ____________________________________________________________________________
3223 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
3224         Log: Okay, you can come home now, _().
3225      Branch: perl
3226            ! config_h.SH
3227 ____________________________________________________________________________
3228 [ 14412] By: nick                                  on 2002/01/25  11:01:49
3229         Log: Integrate mainline
3230              All but ../lib/Unicode/UCD.t pass.
3231      Branch: perlio
3232           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
3233           +> lib/unicore/CaseFolding.txt
3234           +> lib/unicore/CompositionExclusions.txt
3235           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
3236           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
3237           +> vos/vos.c
3238            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
3239            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
3240            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
3241            - lib/unicore/NamesList.html lib/unicore/PropList.html
3242            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
3243            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
3244            - lib/unicore/rename
3245           !> (integrate 424 files)
3246 ____________________________________________________________________________
3247 [ 14411] By: nick                                  on 2002/01/25  09:45:13
3248         Log: Linux/NFS hackery was not faking right number of passes.
3249      Branch: perlio
3250            ! t/io/fs.t
3251 ____________________________________________________________________________
3252 [ 14410] By: nick                                  on 2002/01/25  09:35:07
3253         Log: threads::shared tidy up:
3254              - Add _id() function to shared.xs so we can test refs point at same thing.
3255              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
3256              - Allow no_share to pass if sharing to works despite mis-ordering.
3257              - Change docs of threads to document ->create() (as used in tests),
3258              and not mention "new".
3259      Branch: perlio
3260            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3261            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
3262            ! ext/threads/threads.pm
3263 ____________________________________________________________________________
3264 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
3265         Log: Subject: perldebguts minor tweaks
3266              From: Joe McMahon <mcmahon@metalab.unc.edu>
3267              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
3268              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
3269      Branch: perl
3270            ! pod/perldebguts.pod
3271 ____________________________________________________________________________
3272 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
3273         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
3274              From: Peter Scott <Peter@PSDT.com>
3275              Date: Thu, 24 Jan 2002 08:51:34 -0800
3276              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
3277      Branch: perl
3278            ! pod/perldebguts.pod
3279 ____________________________________________________________________________
3280 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
3281         Log: Few more paranoia checks for Unicode hash keys.
3282      Branch: perl
3283            ! t/op/each.t
3284 ____________________________________________________________________________
3285 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
3286         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
3287              From: Andy Dougherty <doughera@lafayette.edu>
3288              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
3289              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
3290      Branch: perl
3291            ! t/op/stat.t
3292 ____________________________________________________________________________
3293 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
3294         Log: The
3295              
3296              Subject: Very old debugger UTF-8 bug
3297              From: andreas.koenig@anima.de (Andreas J. Koenig)
3298              Date: 24 Jan 2002 12:45:44 +0100
3299              Message-ID: <m3y9iot1jr.fsf@anima.de>
3300              
3301              still broken, but this should work as a stopgap
3302              measure to stop pp_match accessing naughty data.
3303      Branch: perl
3304            ! pod/perldiag.pod pp_hot.c
3305 ____________________________________________________________________________
3306 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
3307         Log: metaconfig unit change for #14403.
3308      Branch: metaconfig/U/perl
3309            ! d_u32align.U
3310 ____________________________________________________________________________
3311 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
3312         Log: Pacify picky compilers (this time Sun Workshop).
3313      Branch: perl
3314            ! Configure
3315 ____________________________________________________________________________
3316 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
3317         Log: Subject: Very old debugger UTF-8 bug
3318              From: andreas.koenig@anima.de (Andreas J. Koenig)
3319              Date: 24 Jan 2002 12:45:44 +0100
3320              Message-ID: <m3y9iot1jr.fsf@anima.de>
3321      Branch: perl
3322            ! lib/dumpvar.pl
3323 ____________________________________________________________________________
3324 [ 14401] By: nick                                  on 2002/01/24  07:50:38
3325         Log: Expand command line test globs on Win32.
3326      Branch: perlio
3327            ! t/harness
3328 ____________________________________________________________________________
3329 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
3330         Log: Sprinkle some copyrights (use the oldest timestamp to
3331              be found in the repository, which is most often not right,
3332              but at least consistent)
3333      Branch: perl
3334            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
3335            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
3336            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
3337            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
3338            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
3339            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
3340            ! unixish.h xsutils.c
3341 ____________________________________________________________________________
3342 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
3343         Log: Don't crash on Help for long text (bug #506672)
3344      Branch: maint-5.6/macperl
3345            ! macos/macperl/MPHelp.c
3346 ____________________________________________________________________________
3347 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
3348         Log: Fix minor path problem
3349      Branch: maint-5.6/macperl
3350            ! macos/macperl/Droplets/tarzipme.plx
3351 ____________________________________________________________________________
3352 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
3353         Log: Minor text changes
3354      Branch: maint-5.6/macperl
3355            ! macos/Perl.r
3356 ____________________________________________________________________________
3357 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
3358         Log: Bump versions, dates, etc.
3359      Branch: maint-5.6/macperl
3360            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
3361 ____________________________________________________________________________
3362 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
3363         Log: coderefs in @INC and absolute paths
3364      Branch: maint-5.6/macperl
3365            ! embed.h pp_ctl.c proto.h
3366 ____________________________________________________________________________
3367 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
3368         Log: Minor module thingys
3369      Branch: maint-5.6/macperl
3370            ! macos/ext/Mac/Controls/Controls.xs
3371            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
3372            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
3373            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
3374            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
3375            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
3376            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
3377            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
3378            ! macos/ext/Mac/Movies/Movies.xs
3379            ! macos/ext/Mac/Navigation/Navigation.pm
3380            ! macos/ext/Mac/Navigation/Navigation.xs
3381            ! macos/ext/Mac/Notification/Notification.xs
3382            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
3383            ! macos/ext/Mac/Processes/Processes.xs
3384            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
3385            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
3386            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
3387            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
3388            ! macos/ext/Mac/Resources/Resources.pm
3389            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
3390            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
3391            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
3392            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
3393            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
3394 ____________________________________________________________________________
3395 [ 14393] By: nick                                  on 2002/01/23  19:52:19
3396         Log: Except Win32 from echo tests. (Alarm does not break into connect)
3397      Branch: perlio
3398            ! ext/Socket/Socket.t
3399 ____________________________________________________________________________
3400 [ 14392] By: nick                                  on 2002/01/23  19:31:57
3401         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
3402      Branch: perlio
3403            ! ext/threads/shared/shared.xs
3404 ____________________________________________________________________________
3405 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
3406         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
3407      Branch: perl
3408            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3409            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
3410            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
3411            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
3412            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
3413            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
3414            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
3415            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
3416            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
3417            ! x2p/util.c x2p/util.h x2p/walk.c
3418 ____________________________________________________________________________
3419 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
3420         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
3421              therefore quite probably also obsolete code.
3422      Branch: perl
3423            ! sv.c
3424 ____________________________________________________________________________
3425 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
3426         Log: Update Changes.
3427      Branch: perl
3428            ! Changes patchlevel.h
3429 ____________________________________________________________________________
3430 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
3431         Log: Small update on todo.  Could use a lot more.
3432      Branch: perl
3433            ! pod/perltodo.pod
3434 ____________________________________________________________________________
3435 [ 14387] By: nick                                  on 2002/01/23  14:19:30
3436         Log: thread::shared nearly working again - remaining issue
3437              is references withing shared space.
3438              Added bulk test with no threads involved (for debugging)
3439              Tuned tests to skip those needing _thrcnt
3440      Branch: perlio
3441            + ext/threads/shared/t/0nothread.t
3442            ! MANIFEST ext/threads/shared/shared.pm
3443            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
3444            ! ext/threads/shared/t/hv_refs.t
3445            ! ext/threads/shared/t/hv_simple.t
3446            ! ext/threads/shared/t/sv_simple.t
3447 ____________________________________________________________________________
3448 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
3449         Log: Subject: [ID 20020121.003] perldata doco bug
3450              From: John Stumbles <jstumbles@bluearc.com>
3451              Date: Mon, 21 Jan 2002 14:19:56 -0000
3452              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
3453      Branch: perl
3454            ! pod/perldata.pod
3455 ____________________________________________________________________________
3456 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
3457         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
3458              From: Michael G Schwern <schwern@pobox.com>
3459              Date: Mon, 21 Jan 2002 15:16:42 -0500
3460              Message-ID: <20020121201642.GA6659@blackrider>
3461      Branch: perl
3462            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
3463 ____________________________________________________________________________
3464 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
3465         Log: Subject: [PATCH] Re: eval not catching warnings?
3466              From: abigail@foad.org
3467              Date: Wed, 23 Jan 2002 15:35:47 +0100
3468              Message-ID: <20020123143547.24798.qmail@foad.org>
3469      Branch: perl
3470            ! pod/perlfunc.pod
3471 ____________________________________________________________________________
3472 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
3473         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
3474              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3475              Date: Tue, 22 Jan 2002 17:00:54 -0800            
3476              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
3477      Branch: perl
3478            ! t/run/fresh_perl.t
3479 ____________________________________________________________________________
3480 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
3481         Log: metaconfig unit change for #14381.
3482      Branch: metaconfig/U/perl
3483            ! d_u32align.U
3484 ____________________________________________________________________________
3485 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
3486         Log: HP-UX 10.20 cc pacifying from Merijn.
3487      Branch: perl
3488            ! Configure
3489 ____________________________________________________________________________
3490 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
3491         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
3492              From: "Craig A. Berry" <craigberry@mac.com> 
3493              Date: Tue, 22 Jan 2002 22:14:26 -0600
3494              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
3495      Branch: perl
3496            ! vms/test.com
3497 ____________________________________________________________________________
3498 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
3499         Log: AIX cpp bug: having macro arguments and character constants
3500              "the same" means trouble (here s and 's')
3501              What broke now was 841 and 842 of t/op/pat.t, because of the
3502              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
3503              (note that breakage happened only under cc_r and usethreads+
3504              useithreads)
3505      Branch: perl
3506            ! utf8.h
3507 ____________________________________________________________________________
3508 [ 14378] By: nick                                  on 2002/01/22  20:33:15
3509         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
3510              so now croak() from asserts does not leave locks.
3511              Make hv_simple compile (new prototype for debugging probe).
3512      Branch: perlio
3513            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3514            ! ext/threads/shared/t/hv_simple.t
3515 ____________________________________________________________________________
3516 [ 14377] By: nick                                  on 2002/01/22  17:32:21
3517         Log: Shared scalars working, some shared array ops working.
3518      Branch: perlio
3519            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3520            ! ext/threads/shared/t/sv_refs.t
3521            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
3522 ____________________________________________________________________________
3523 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
3524         Log: Subject: [PATCH] Support truncate() in VOS port
3525              From: Paul_GreenVOS@vos.stratus.com
3526              Date: Mon, 21 Jan 02 23:27 est
3527              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
3528      Branch: perl
3529            + vos/vos.c
3530            ! MANIFEST hints/vos.sh vos/vosish.h
3531 ____________________________________________________________________________
3532 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
3533         Log: metaconfig unit changes for #14374.  Couldn't figure
3534              how to get completely rid of _() (some weird dependency
3535              pulling it in?) so renamed it as PROTO_().
3536      Branch: metaconfig
3537            + U/modified/d_shmat.U U/modified/prototype.U
3538            ! U/protos/d_drand48proto.U
3539      Branch: metaconfig/U/perl
3540            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
3541 ____________________________________________________________________________
3542 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
3543         Log: Get rid of the _() macro since (1) we require ANSI anyway
3544              (2) Other software (GNU) seems to use it and we don't need it,
3545              so let's give it up.
3546      Branch: perl
3547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3548            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
3549            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
3550            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
3551            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
3552            ! wince/config.h wince/config_H.ce
3553 ____________________________________________________________________________
3554 [ 14373] By: nick                                  on 2002/01/22  10:10:48
3555         Log: Miss mg_len == 0 meaning don't Safefree
3556      Branch: perlio
3557            ! mg.c
3558 ____________________________________________________________________________
3559 [ 14372] By: nick                                  on 2002/01/21  22:34:06
3560         Log: XS side of new threads::shared designed, coded and compiles,
3561              and mostly commented but is totaly untested.
3562              submit in case anyone wants a preview.
3563      Branch: perlio
3564            + ext/threads/shared/typemap
3565            ! MANIFEST ext/threads/shared/shared.pm
3566            ! ext/threads/shared/shared.xs
3567 ____________________________________________________________________________
3568 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
3569         Log: Subject: [BUG] /\_/ an unrecognized escape?
3570              From: Michael G Schwern <schwern@pobox.com>
3571              Date: Mon, 21 Jan 2002 15:22:54 -0500
3572              Message-ID: <20020121202254.GA6731@blackrider>
3573      Branch: perl
3574            ! t/lib/warnings/toke toke.c
3575 ____________________________________________________________________________
3576 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
3577         Log: Undo the renaming of the Unicode data files; the simple
3578              solution being not including the *.html files.  This means
3579              that in the future there is no need for any renamings
3580              (well, assuming that the Consortium doesn't cause any),
3581              and the files are named like they are in the Consortium
3582              website, thus alleviating confusion.
3583      Branch: perl
3584            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
3585            + lib/unicore/CaseFolding.txt
3586            + lib/unicore/CompositionExclusions.txt
3587            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
3588            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
3589            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
3590            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
3591            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
3592            - lib/unicore/NamesList.html lib/unicore/PropList.html
3593            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
3594            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
3595            - lib/unicore/rename
3596            ! (edit 285 files)
3597 ____________________________________________________________________________
3598 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
3599         Log: Update Changes.
3600      Branch: perl
3601            ! Changes patchlevel.h
3602 ____________________________________________________________________________
3603 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
3604         Log: Subject: RE: BCC for Win32 is unhappy @14331
3605              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
3606              Date: Mon, 21 Jan 2002 09:48:40 +0300
3607              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
3608              
3609              (using IV instead of int)
3610      Branch: perl
3611            ! hv.h
3612 ____________________________________________________________________________
3613 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
3614         Log: path_is_absolute() needs a prototype (and maybe
3615              a better name, but that's another story).
3616      Branch: perl
3617            ! embed.fnc embed.h pp_ctl.c proto.h
3618 ____________________________________________________________________________
3619 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
3620         Log: Subject: Re: coderefs in @INC
3621              From: Chris Nandor <pudge@pobox.com>
3622              Date: Thu, 17 Jan 2002 11:26:02 -0500
3623              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
3624      Branch: perl
3625            ! pp_ctl.c
3626 ____________________________________________________________________________
3627 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
3628         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
3629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3630              Date: Sun, 20 Jan 2002 22:53:56 +0100
3631              Message-ID: <20020120225356.A12093@rafael>
3632      Branch: perl
3633            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
3634            ! t/lib/warnings/9enabled warnings.h warnings.pl
3635 ____________________________________________________________________________
3636 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
3637         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
3638              From: "Craig A. Berry" <craigberry@mac.com>
3639              Date: Sun, 20 Jan 2002 22:49:42 -0600
3640              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
3641      Branch: perl
3642            ! lib/ExtUtils/MakeMaker.pm
3643 ____________________________________________________________________________
3644 [ 14363] By: nick                                  on 2002/01/20  20:38:23
3645         Log: Add new threads/typemap to MANIFEST
3646      Branch: perlio
3647            ! MANIFEST
3648 ____________________________________________________________________________
3649 [ 14362] By: nick                                  on 2002/01/20  20:34:36
3650         Log: Integrate mainline
3651      Branch: perlio
3652           +> lib/Pod/t/Usage.t
3653           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
3654           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
3655           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
3656           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
3657           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
3658           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
3659           !> util.c
3660 ____________________________________________________________________________
3661 [ 14361] By: nick                                  on 2002/01/20  18:51:47
3662         Log: Integrate MANIFEST
3663      Branch: perlio
3664           !> MANIFEST
3665 ____________________________________________________________________________
3666 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
3667         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
3668              From: Paul_GreenVOS@vos.stratus.com
3669              Date: Sat, 19 Jan 02 17:17 est
3670              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
3671              
3672              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
3673              From: Paul_GreenVOS@vos.stratus.com
3674              Date: Sat, 19 Jan 02 17:19 est
3675              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
3676      Branch: perl
3677            ! lib/ExtUtils/t/Command.t
3678 ____________________________________________________________________________
3679 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
3680         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
3681              From: Paul_GreenVOS@vos.stratus.com
3682              Date: Sat, 19 Jan 02 14:30 est
3683              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
3684      Branch: perl
3685            ! lib/AnyDBM_File.t
3686 ____________________________________________________________________________
3687 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
3688         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
3689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3690              Date: Sun, 20 Jan 2002 13:51:36 +0100
3691              Message-ID: <20020120135136.A710@rafael>
3692      Branch: perl
3693            ! ext/File/Glob/t/basic.t
3694 ____________________________________________________________________________
3695 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
3696         Log: #14352 deleted ext/threads/threads.h
3697      Branch: perlio
3698            ! MANIFEST
3699 ____________________________________________________________________________
3700 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
3701         Log: Eradicate sharedsv.*
3702      Branch: perlio
3703            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
3704 ____________________________________________________________________________
3705 [ 14355] By: nick                                  on 2002/01/20  11:50:22
3706         Log: threads work again on Win32. (Not threads::shared yet)
3707              Submit to see if they do on Linux.
3708      Branch: perlio
3709            ! ext/threads/shared/shared.xs ext/threads/threads.xs
3710            ! win32/makefile.mk
3711 ____________________________________________________________________________
3712 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
3713         Log: Make also hex() and oct() to croak if their arguments
3714              cannot be downgraded (that is, if they contain wide
3715              characters), just like crypt() does (and use the croak
3716              feature of sv_utf8_downgrade()).
3717      Branch: perl
3718            ! pp.c t/op/oct.t
3719 ____________________________________________________________________________
3720 [ 14353] By: nick                                  on 2002/01/19  22:20:09
3721         Log: Integrate Time/Local and its test
3722      Branch: perlio
3723           !> lib/Time/Local.pm lib/Time/Local.t
3724 ____________________________________________________________________________
3725 [ 14352] By: nick                                  on 2002/01/19  22:17:07
3726         Log: Nearly-working threads re-structuring. Do not integrate,
3727              submit-ing to get to Win32, and as "off site" backup.
3728      Branch: perlio
3729            + ext/threads/typemap
3730            - ext/threads/threads.h sharedsv.c sharedsv.h
3731            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
3732            ! embedvar.h ext/threads/shared/shared.pm
3733            ! ext/threads/shared/shared.xs ext/threads/threads.pm
3734            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
3735            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
3736            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
3737 ____________________________________________________________________________
3738 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
3739         Log: Regen toc.
3740      Branch: perl
3741            ! pod/perltoc.pod
3742 ____________________________________________________________________________
3743 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
3744         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
3745              From: David Dyck <dcd@tc.fluke.com>
3746              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
3747              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
3748      Branch: perl
3749            ! pod/perl5004delta.pod pod/perl5005delta.pod
3750            ! pod/perl561delta.pod pod/perl56delta.pod
3751 ____________________________________________________________________________
3752 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
3753         Log: FAQ sync.
3754      Branch: perl
3755            ! pod/perlfaq1.pod pod/perlfaq2.pod
3756 ____________________________________________________________________________
3757 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
3758         Log: Subject: [PATCH lib/Pod/t/Usage.t]
3759              From: Abe Timmerman <abe@ztreet.demon.nl>
3760              Date: Sat, 19 Jan 2002 19:57:57 +0100
3761              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
3762      Branch: perl
3763            + lib/Pod/t/Usage.t
3764            ! MANIFEST
3765 ____________________________________________________________________________
3766 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
3767         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
3768              From: Paul_GreenVOS@vos.stratus.com
3769              Date: Sat, 19 Jan 02 13:15 est
3770              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
3771      Branch: perl
3772            ! ext/SDBM_File/sdbm.t
3773 ____________________________________________________________________________
3774 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
3775         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
3776      Branch: perl
3777           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
3778           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
3779 ____________________________________________________________________________
3780 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
3781         Log: Alternative Time::Local algorithm that uses matemathical formula
3782              for timegm instead of progressive guessing
3783      Branch: perl
3784            ! lib/Time/Local.pm
3785 ____________________________________________________________________________
3786 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
3787         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
3788              From: Paul_GreenVOS@vos.stratus.com
3789              Date: Sat, 19 Jan 02 11:20 est
3790              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
3791      Branch: perl
3792            ! ext/File/Glob/t/basic.t
3793 ____________________________________________________________________________
3794 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
3795         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
3796              From: Paul_GreenVOS@vos.stratus.com
3797              Date: Fri, 18 Jan 02 22:56 est
3798              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
3799      Branch: perl
3800            ! ext/Cwd/t/cwd.t
3801 ____________________________________________________________________________
3802 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
3803         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
3804              From: Paul_GreenVOS@vos.stratus.com
3805              Date: Fri, 18 Jan 02 22:48 est
3806              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
3807      Branch: perl
3808            ! lib/Time/Local.t
3809 ____________________________________________________________________________
3810 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
3811         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
3812              From: Paul_GreenVOS@vos.stratus.com
3813              Date: Fri, 18 Jan 02 16:22 est
3814              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
3815      Branch: perl
3816            ! ext/Devel/DProf/DProf.t
3817 ____________________________________________________________________________
3818 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
3819         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
3820              From: Tels <perl_dummy@bloodgate.com>
3821              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
3822              Message-Id: <200201182106.XAA19133@taku.hut.fi>
3823      Branch: perl
3824            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
3825 ____________________________________________________________________________
3826 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
3827         Log: Don't do socketpair udp unless you've got all what it takes.
3828      Branch: perl
3829            ! util.c
3830 ____________________________________________________________________________
3831 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
3832         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
3833              From: Tels <perl_dummy@bloodgate.com>
3834              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
3835              Message-Id: <200201182206.AAA15310@taku.hut.fi>
3836      Branch: perl
3837            ! lib/ExtUtils/MM_BeOS.pm
3838 ____________________________________________________________________________
3839 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
3840         Log: metaconfig unit change for #14336.
3841      Branch: metaconfig
3842            ! U/modified/myhostname.U
3843 ____________________________________________________________________________
3844 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
3845         Log: Avoid bare "set", and kiss .uucp goodbye.
3846      Branch: perl
3847            ! Configure
3848 ____________________________________________________________________________
3849 [ 14335] By: nick                                  on 2002/01/18  22:11:42
3850         Log: Split out core of sv_magic() into sv_magicext().
3851              sv_magic provides the extra restictions (no READONLY, only
3852              one of each type, canned set of vtables), and sv_magicext()
3853              does the actual data twiddling.
3854              Also enhances semantics of ->mg_ptr setting via name/namlen
3855              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
3856              scratch area (namlen > 0 && name == NULL).
3857              sv_magicext also returns the MAGIC * it added.
3858              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
3859              
3860              To come sv_unmagicext() - which will remove just one magic
3861              of particular type, and additionaly match against ->mg_ptr,
3862              or the MAGIC * (need to experiment as to which is more natural).
3863      Branch: perlio
3864            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
3865            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
3866 ____________________________________________________________________________
3867 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
3868         Log: Retract #14327 for now, going to the limit seems
3869              to be too much for many platforms.
3870      Branch: perl
3871            ! lib/Time/Local.t
3872 ____________________________________________________________________________
3873 [ 14333] By: nick                                  on 2002/01/18  18:58:33
3874         Log: Integrate mainline
3875      Branch: perlio
3876           !> Changes patchlevel.h
3877 ____________________________________________________________________________
3878 [ 14332] By: nick                                  on 2002/01/18  16:19:06
3879         Log: Integrate mainline
3880      Branch: perlio
3881           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
3882           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
3883            - lib/ExtUtils/inst
3884           !> (integrate 32 files)
3885 ____________________________________________________________________________
3886 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
3887         Log: Update Changes.
3888      Branch: perl
3889            ! Changes patchlevel.h
3890 ____________________________________________________________________________
3891 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
3892         Log: Try to make the connect/read/write timeouting.
3893      Branch: perl
3894            ! ext/Socket/Socket.t
3895 ____________________________________________________________________________
3896 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
3897         Log: Netware Makefile tweak from Ananth Kesari.
3898      Branch: perl
3899            ! NetWare/Makefile
3900 ____________________________________________________________________________
3901 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
3902         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
3903              From: Michael G Schwern <schwern@pobox.com>
3904              Date: Fri, 18 Jan 2002 03:10:27 -0500
3905              Message-ID: <20020118081027.GE7226@blackrider>
3906      Branch: perl
3907            ! lib/File/Find.pm
3908 ____________________________________________________________________________
3909 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
3910         Log: (retracted by #14334)
3911              
3912              Subject: [PATCH] Improving lib/Time/Local.t
3913              From: Paul_GreenVOS@vos.stratus.com        
3914              Date: Thu, 17 Jan 02 22:36 est
3915              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
3916      Branch: perl
3917            ! lib/Time/Local.t
3918 ____________________________________________________________________________
3919 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
3920         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
3921              From: Abe Timmerman <abe@ztreet.demon.nl>  
3922              Date: Fri, 18 Jan 2002 13:18:47 +0100
3923              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
3924      Branch: perl
3925            ! lib/ExtUtils/t/MM_Win32.t
3926 ____________________________________________________________________________
3927 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
3928         Log: Subject: [PATCH] Syncing with bleadperl 
3929              From: Michael G Schwern <schwern@pobox.com> 
3930              Date: Fri, 18 Jan 2002 03:04:33 -0500
3931              Message-ID: <20020118080432.GC7226@blackrider>
3932      Branch: perl
3933            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
3934            - lib/ExtUtils/inst
3935            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
3936            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3937            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
3938            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
3939            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
3940            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
3941            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
3942            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
3943            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
3944            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
3945            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
3946            ! lib/ExtUtils/testlib.pm
3947 ____________________________________________________________________________
3948 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
3949         Log: Detypo.
3950      Branch: perl
3951            ! AUTHORS
3952 ____________________________________________________________________________
3953 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
3954         Log: Subject: [PATCH] MM check_hints test
3955              From: Michael G Schwern <schwern@pobox.com>
3956              Date: Thu, 17 Jan 2002 20:25:57 -0500
3957              Message-ID: <20020118012557.GE32762@blackrider>
3958      Branch: perl
3959            + lib/ExtUtils/t/hints.t
3960            ! MANIFEST
3961 ____________________________________________________________________________
3962 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
3963         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
3964              From: Michael G Schwern <schwern@pobox.com> 
3965              Date: Thu, 17 Jan 2002 20:12:20 -0500
3966              Message-ID: <20020118011220.GC32762@blackrider>
3967              
3968              (#14317 replaced with this)
3969      Branch: perl
3970            ! lib/ExtUtils/MakeMaker.pm
3971 ____________________________________________________________________________
3972 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
3973         Log: Subject: [PATCH perldiag] overload.pm warnings
3974              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3975              Date: Thu, 17 Jan 2002 23:53:49 +0100
3976              Message-ID: <20020117235349.A14530@rafael>
3977      Branch: perl
3978            ! pod/perldiag.pod
3979 ____________________________________________________________________________
3980 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
3981         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
3982              From: Michael G Schwern <schwern@pobox.com>
3983              Date: Thu, 17 Jan 2002 16:35:47 -0500
3984              Message-ID: <20020117213546.GD23830@blackrider>
3985      Branch: perl
3986            ! lib/File/Find.pm
3987 ____________________________________________________________________________
3988 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
3989         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
3990              From: chromatic <chromatic@rmci.net>
3991              Date: Thu, 17 Jan 2002 13:04:22 -0700
3992              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
3993      Branch: perl
3994            ! pod/perltodo.pod
3995 ____________________________________________________________________________
3996 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
3997         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
3998              From: chromatic <chromatic@rmci.net>
3999              Date: Thu, 17 Jan 2002 12:59:04 -0700
4000              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
4001      Branch: perl
4002            ! lib/ExtUtils/t/Mkbootstrap.t
4003 ____________________________________________________________________________
4004 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
4005         Log: (replaced by #14322)
4006              The #14300 broke hints file handling.
4007      Branch: perl
4008            ! lib/ExtUtils/MakeMaker.pm
4009 ____________________________________________________________________________
4010 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
4011         Log: metaconfig unit change for #14315.
4012      Branch: metaconfig/U/perl
4013            ! uselongdbl.U
4014 ____________________________________________________________________________
4015 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
4016         Log: Subject: [PATCH] long doubles
4017              From: Nicholas Clark <nick@unfortu.net>
4018              Date: Thu, 17 Jan 2002 17:06:28 +0000
4019              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
4020      Branch: perl
4021            ! Configure
4022 ____________________________________________________________________________
4023 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
4024         Log: metaconfig unit change for #14313.
4025      Branch: metaconfig
4026            ! U/modified/i_ndbm.U
4027 ____________________________________________________________________________
4028 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
4029         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
4030              From: Andy Dougherty <doughera@lafayette.edu>
4031              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
4032              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
4033      Branch: perl
4034            ! Configure
4035 ____________________________________________________________________________
4036 [ 14312] By: nick                                  on 2002/01/17  21:38:38
4037         Log: Integrate mainline (for ndbm fixes etc.)
4038      Branch: perlio
4039           +> t/run/fresh_perl.t
4040            - t/run/kill_perl.t
4041           !> Changes MANIFEST ext/Opcode/Opcode.xs
4042           !> ext/SDBM_File/sdbm/Makefile.PL
4043           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
4044           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
4045           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
4046           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
4047           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
4048 ____________________________________________________________________________
4049 [ 14311] By: sky                                   on 2002/01/17  21:01:00
4050         Log: Simplify the code that duplicates the threads 
4051              init function and the parameters to the thread by using sv_dup. 
4052              Note,what happens if you pass a shared variable as a parameter?
4053      Branch: perl
4054            ! ext/threads/threads.xs
4055 ____________________________________________________________________________
4056 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
4057         Log: Update Changes.
4058      Branch: perl
4059            ! Changes patchlevel.h
4060 ____________________________________________________________________________
4061 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
4062         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
4063              with fresh_perl_is() and fresh_perl_like().
4064      Branch: perl
4065            + t/run/fresh_perl.t
4066            - t/run/kill_perl.t
4067            ! MANIFEST t/test.pl
4068 ____________________________________________________________________________
4069 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
4070         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
4071              From: Benjamin Goldberg <goldbb2@earthlink.net>
4072              Date: Wed, 09 Jan 2002 21:03:16 -0500
4073              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
4074      Branch: perl
4075            ! ext/Unicode/Normalize/Normalize.pm
4076 ____________________________________________________________________________
4077 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
4078         Log: Retract #14144 as Hugo isn't happy with it.
4079      Branch: perl
4080            ! scope.c t/run/kill_perl.t
4081 ____________________________________________________________________________
4082 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
4083         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
4084              From: Richard Clamp <richardc@unixbeard.net>
4085              Date: Wed, 16 Jan 2002 17:34:31 +0000
4086              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
4087      Branch: perl
4088            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
4089 ____________________________________________________________________________
4090 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
4091         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
4092              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4093              Date: Tue, 15 Jan 2002 21:23:30 +0100
4094              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
4095      Branch: perl
4096            ! ext/Opcode/Opcode.xs
4097 ____________________________________________________________________________
4098 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
4099         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
4100              From: Paul_GreenVOS@vos.stratus.com
4101              Date: Wed, 16 Jan 02 6:42 est
4102              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
4103      Branch: perl
4104            ! t/io/fs.t t/op/crypt.t
4105 ____________________________________________________________________________
4106 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
4107         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
4108              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4109              Date: Wed, 16 Jan 2002 13:43:39 +0100
4110              Message-ID: <20020116134339.A704@rafael>
4111              
4112              (replaces #14302)
4113      Branch: perl
4114            ! mg.c t/lib/warnings/mg
4115 ____________________________________________________________________________
4116 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
4117         Log: (replaced by #14303)
4118              Subject: [PATCH] length of undefined $(digit) should warn
4119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4120              Date: Tue, 15 Jan 2002 23:02:44 +0100            
4121              Message-ID: <20020115230244.A31786@rafael>     
4122      Branch: perl
4123            ! mg.c t/lib/warnings/mg
4124 ____________________________________________________________________________
4125 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
4126         Log: The non-MakeMaker.pm parts of
4127              
4128              Subject: [PATCH] Re: MM_Beos.pm?
4129              From: Tels <perl_dummy@bloodgate.com>
4130              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
4131              Message-Id: <200201142006.WAA29544@taas.iki.fi>
4132      Branch: perl
4133            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
4134            ! lib/ExtUtils/t/MM_Unix.t
4135 ____________________________________________________________________________
4136 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
4137         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
4138              From: Michael G Schwern <schwern@pobox.com>    
4139              Date: Tue, 15 Jan 2002 20:07:50 -0500            
4140              Message-ID: <20020116010750.GH625@blackrider>  
4141      Branch: perl
4142            ! lib/ExtUtils/MakeMaker.pm
4143 ____________________________________________________________________________
4144 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
4145         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
4146              From: Jeffrey Friedl <jfriedl@yahoo.com>       
4147              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
4148              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
4149      Branch: perl
4150            ! lib/Text/Tabs.pm
4151 ____________________________________________________________________________
4152 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
4153         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
4154              From: "Green, Paul" <Paul.Green@stratus.com>
4155              Date: Tue, 15 Jan 2002 22:28:10 -0500
4156              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
4157      Branch: perl
4158            ! lib/ExtUtils/MM_Unix.pm
4159 ____________________________________________________________________________
4160 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
4161         Log: Integrate perlio; offsetof() is in <stddef.h>
4162      Branch: perl
4163           !> ext/Socket/Socket.xs
4164 ____________________________________________________________________________
4165 [ 14296] By: nick                                  on 2002/01/16  13:02:29
4166         Log: offsetof() is in <stddef.h>
4167      Branch: perlio
4168            ! ext/Socket/Socket.xs
4169 ____________________________________________________________________________
4170 [ 14295] By: nick                                  on 2002/01/16  07:25:29
4171         Log: Integrate mainline
4172      Branch: perlio
4173           +> (branch 262 files)
4174            - (delete 285 files)
4175           !> (integrate 34 files)
4176 ____________________________________________________________________________
4177 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
4178         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
4179              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
4180              Canonical.pl and Exact.pl.
4181      Branch: perl
4182            + (add 259 files)
4183            - (delete 288 files)
4184            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
4185            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
4186            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
4187            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
4188 ____________________________________________________________________________
4189 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
4190         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
4191      Branch: perl
4192            ! ext/Socket/Socket.xs
4193 ____________________________________________________________________________
4194 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
4195         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
4196              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4197              Date: Tue, 15 Jan 2002 21:59:19 +0100
4198              Message-ID: <3C44A637.16602.25EB208@localhost>
4199      Branch: perl
4200            ! embed.fnc embed.h proto.h
4201 ____________________________________________________________________________
4202 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
4203         Log: Duh.  The updated In/*.pl weren't checked in.
4204      Branch: perl
4205            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
4206            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
4207            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
4208            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
4209            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
4210            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
4211            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
4212            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
4213            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
4214            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
4215            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
4216            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
4217            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
4218            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
4219            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
4220            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
4221            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
4222            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
4223            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
4224            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
4225            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
4226            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
4227            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
4228            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
4229            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
4230            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
4231            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
4232            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
4233            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
4234            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
4235            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
4236            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
4237            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
4238            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
4239            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
4240            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
4241            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
4242            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
4243            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
4244            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
4245            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
4246            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
4247            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
4248            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
4249            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
4250            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
4251            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
4252            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
4253 ____________________________________________________________________________
4254 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
4255         Log: Update Changes.
4256      Branch: perl
4257            ! Changes patchlevel.h
4258 ____________________________________________________________________________
4259 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
4260         Log: Jeffrey is trying very hard to avoid working on his
4261              book, it would seem :-) (better naming, better comments
4262              in the files)
4263      Branch: perl
4264            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
4265            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
4266            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
4267            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
4268            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
4269            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
4270            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
4271            - lib/unicore/Is/IDStart.pl
4272            ! (edit 200 files)
4273 ____________________________________________________________________________
4274 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
4275         Log: metaconfig unit changes for #14287.
4276      Branch: metaconfig
4277            + U/modified/Chk_MANI.U
4278            ! U/modified/Extract.U U/modified/Finish.U
4279      Branch: metaconfig/U/perl
4280            ! Extensions.U dlsrc.U
4281 ____________________________________________________________________________
4282 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
4283         Log: Some protection against spaces in directory names.
4284              (Tru64 still has some makedepend problems in such
4285              cases but that looks like Tru64's problem.)
4286      Branch: perl
4287            ! Configure Makefile.SH
4288 ____________________________________________________________________________
4289 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
4290         Log: Should have been in #14285 but I have sausages for fingers.
4291      Branch: perl
4292            + lib/ExtUtils/MM_BeOS.pm
4293 ____________________________________________________________________________
4294 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
4295         Log: MM_BeOS from Tels.
4296      Branch: perl
4297            + lib/ExtUtils/t/MM_BeOS.t
4298            ! MANIFEST
4299 ____________________________________________________________________________
4300 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
4301         Log: Integrate perlio;
4302              
4303              (reintroduce #14251) Slab allocator for ops
4304              - moved the statics to intrpvar.h
4305              - implemented Slab_Free()
4306              - uses PerlMemShared (for now) if distinction exists.
4307              
4308              Slab allocator submit after resolve -ay to keep it!
4309              
4310              Hand merge of non slab allocator stuff
4311              
4312              const-ness fix in savepv's passing of NULL
4313              
4314              Typo in #else branch of PL_SLAB_ALLOC
4315              
4316              Integrate rest of mainline
4317              
4318              Regen embed enable slab for PERL_IMPLICIT_SYS
4319              
4320              Correct name of PL_OP_SLAB_ALLOC
4321              
4322              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
4323              e.g. -Duse64bitint on a 32-bit platform.
4324              Now uses I32 for use-count and is more careful with its casts.
4325      Branch: perl
4326           !> (integrate 28 files)
4327 ____________________________________________________________________________
4328 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
4329         Log: Add Shuck URL
4330      Branch: maint-5.6/macperl
4331            ! macos/macperl/MacPerl.podhelp
4332 ____________________________________________________________________________
4333 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
4334         Log: Remove obsolete docs
4335      Branch: maint-5.6/macperl
4336            ! ext/File/Glob/Glob.pm
4337 ____________________________________________________________________________
4338 [ 14281] By: nick                                  on 2002/01/15  15:08:43
4339         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
4340              e.g. -Duse64bitint on a 32-bit platform.
4341              Now uses I32 for use-count and is more careful with its casts.
4342      Branch: perlio
4343            ! intrpvar.h op.c
4344 ____________________________________________________________________________
4345 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
4346         Log: Update bundled modules.  Yow!
4347      Branch: maint-5.6/macperl
4348            + macos/bundled_ext/Compress/Zlib/constants.h
4349            + macos/bundled_ext/Compress/Zlib/constants.xs
4350            + macos/bundled_ext/Filter/Util/Call/ppport.h
4351            + macos/bundled_ext/Storable/t/compat-0.6.t
4352            + macos/bundled_ext/Storable/t/dump.pl
4353            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
4354            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
4355            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
4356            + macos/bundled_lib/blib/lib/URI/ssh.pm
4357            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
4358            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
4359            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
4360            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
4361            + macos/bundled_lib/t/Filter/Simple/data.t
4362            + macos/bundled_lib/t/Filter/Simple/export.t
4363            + macos/bundled_lib/t/Filter/Simple/filter_only.t
4364            + macos/bundled_lib/t/Filter/Simple/import.t
4365            + macos/bundled_lib/t/NEXT/actual.t
4366            + macos/bundled_lib/t/NEXT/actuns.t
4367            + macos/bundled_lib/t/NEXT/next.t
4368            + macos/bundled_lib/t/NEXT/unseen.t
4369            + macos/bundled_lib/t/libnet/netrc.t
4370            + macos/bundled_lib/t/libwww-perl/base/http.t
4371            + macos/bundled_lib/t/libwww-perl/live/activestate.t
4372            - macos/bundled_ext/Filter/t/FilterTest.pm
4373            - macos/bundled_ext/Storable/t/compat06.t
4374            - macos/bundled_ext/Storable/t/st-dump.pl
4375            - macos/bundled_lib/t/NEXT/test.pl
4376            - macos/bundled_lib/t/libwww-perl/live/google.t
4377            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
4378            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
4379            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
4380            ! macos/bundled_ext/Compress/Zlib/README
4381            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
4382            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
4383            ! macos/bundled_ext/Compress/Zlib/t/examples.t
4384            ! macos/bundled_ext/Filter/Util/Call/Call.pm
4385            ! macos/bundled_ext/Filter/Util/Call/Call.xs
4386            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
4387            ! macos/bundled_ext/Filter/t/call.t
4388            ! macos/bundled_ext/Filter/t/filter-util.pl
4389            ! macos/bundled_ext/Storable/ChangeLog
4390            ! macos/bundled_ext/Storable/README
4391            ! macos/bundled_ext/Storable/Storable.pm
4392            ! macos/bundled_ext/Storable/t/blessed.t
4393            ! macos/bundled_ext/Storable/t/canonical.t
4394            ! macos/bundled_ext/Storable/t/dclone.t
4395            ! macos/bundled_ext/Storable/t/forgive.t
4396            ! macos/bundled_ext/Storable/t/freeze.t
4397            ! macos/bundled_ext/Storable/t/lock.t
4398            ! macos/bundled_ext/Storable/t/overload.t
4399            ! macos/bundled_ext/Storable/t/recurse.t
4400            ! macos/bundled_ext/Storable/t/retrieve.t
4401            ! macos/bundled_ext/Storable/t/store.t
4402            ! macos/bundled_ext/Storable/t/tied.t
4403            ! macos/bundled_ext/Storable/t/tied_hook.t
4404            ! macos/bundled_ext/Storable/t/tied_items.t
4405            ! macos/bundled_ext/Storable/t/utf8.t
4406            ! macos/bundled_lib/blib/lib/File/Sort.pm
4407            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
4408            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
4409            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
4410            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
4411            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
4412            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
4413            ! macos/bundled_lib/blib/lib/LWP.pm
4414            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
4415            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
4416            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
4417            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
4418            ! macos/bundled_lib/blib/lib/Mail/Address.pm
4419            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
4420            ! macos/bundled_lib/blib/lib/Mail/Field.pm
4421            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
4422            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
4423            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
4424            ! macos/bundled_lib/blib/lib/Mail/Header.pm
4425            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
4426            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
4427            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
4428            ! macos/bundled_lib/blib/lib/Mail/Send.pm
4429            ! macos/bundled_lib/blib/lib/Mail/Util.pm
4430            ! macos/bundled_lib/blib/lib/NEXT.pm
4431            ! macos/bundled_lib/blib/lib/Net/Config.pm
4432            ! macos/bundled_lib/blib/lib/Net/Domain.pm
4433            ! macos/bundled_lib/blib/lib/Net/FTP.pm
4434            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
4435            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
4436            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
4437            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
4438            ! macos/bundled_lib/blib/lib/Net/POP3.pm
4439            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
4440            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
4441            ! macos/bundled_lib/blib/lib/Switch.pm
4442            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
4443            ! macos/bundled_lib/blib/lib/URI/Escape.pm
4444            ! macos/bundled_lib/blib/lib/URI/ftp.pm
4445            ! macos/bundled_lib/blib/lib/lwpcook.pod
4446            ! macos/bundled_lib/t/Filter/Simple/filter.t
4447            ! macos/bundled_lib/t/Switch/t/nested.t
4448            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4449            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4450            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
4451            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
4452            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4453            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
4454            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
4455            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
4456            ! macos/bundled_lib/t/libnet/config.t
4457            ! macos/bundled_lib/t/libnet/ftp.t
4458            ! macos/bundled_lib/t/libnet/hostname.t
4459            ! macos/bundled_lib/t/libnet/nntp.t
4460            ! macos/bundled_lib/t/libnet/require.t
4461            ! macos/bundled_lib/t/libnet/smtp.t
4462            ! macos/bundled_lib/t/libwww-perl/base/headers.t
4463            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
4464            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
4465            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
4466            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4467            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
4468            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
4469            ! macos/bundled_lib/t/libwww-perl/live/validator.t
4470            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
4471 ____________________________________________________________________________
4472 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
4473         Log: Subject: [PATCH] Socket::sockaddr_family
4474              From: Gisle Aas <gisle@ActiveState.com> 
4475              Date: 15 Jan 2002 06:35:28 -0800
4476              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
4477      Branch: perl
4478            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
4479 ____________________________________________________________________________
4480 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
4481         Log: Subject: [PATCH perldiag] Style issue
4482              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4483              Date: Tue, 15 Jan 2002 15:36:30 +0100                
4484              Message-ID: <20020115153630.A11568@rafael>
4485      Branch: perl
4486            ! pod/perldiag.pod
4487 ____________________________________________________________________________
4488 [ 14277] By: nick                                  on 2002/01/15  14:30:51
4489         Log: Correct name of PL_OP_SLAB_ALLOC
4490      Branch: perlio
4491            ! perl.h
4492 ____________________________________________________________________________
4493 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
4494         Log: NetWare tweak from Ananth Kesari.
4495      Branch: perl
4496            ! lib/ExtUtils/MakeMaker.pm
4497 ____________________________________________________________________________
4498 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
4499         Log: Throwback.
4500      Branch: perl
4501            ! MANIFEST
4502 ____________________________________________________________________________
4503 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
4504         Log: A couple of additional character classes from Jeffrey,
4505              hopefully useful in future for internal use for implementing
4506              some special cases of casing.
4507              
4508              Also regenerate once more all the character classes,
4509              now without the timestamp.  A timestamp would be kind of
4510              nice but it's not: having a timestamp in a file means that
4511              even if the effective contents of file really didn't
4512              change, the file looks as if it changed.
4513      Branch: perl
4514            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
4515            + lib/unicore/Is/CombAbov.pl
4516            ! (edit 304 files)
4517 ____________________________________________________________________________
4518 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
4519         Log: Make the test harder.
4520      Branch: perl
4521            ! t/op/pat.t
4522 ____________________________________________________________________________
4523 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
4524         Log: Additional utf8_heavy.pl tweak from Jeffrey.
4525      Branch: perl
4526            ! lib/utf8_heavy.pl
4527 ____________________________________________________________________________
4528 [ 14271] By: nick                                  on 2002/01/15  11:29:47
4529         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
4530      Branch: perlio
4531            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
4532            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
4533 ____________________________________________________________________________
4534 [ 14270] By: nick                                  on 2002/01/15  08:19:08
4535         Log: Integrate rest of mainline
4536      Branch: perlio
4537           !> (integrate 28 files)
4538 ____________________________________________________________________________
4539 [ 14269] By: nick                                  on 2002/01/15  08:02:44
4540         Log: Typo in #else branch of PL_SLAB_ALLOC
4541      Branch: perlio
4542            ! op.c
4543 ____________________________________________________________________________
4544 [ 14268] By: nick                                  on 2002/01/15  07:57:47
4545         Log: const-ness fix in savepv's passing of NULL
4546      Branch: perlio
4547            ! util.c
4548 ____________________________________________________________________________
4549 [ 14267] By: nick                                  on 2002/01/15  07:42:17
4550         Log: Hand merge of non slab allocator stuff
4551      Branch: perlio
4552            ! op.c
4553 ____________________________________________________________________________
4554 [ 14266] By: nick                                  on 2002/01/15  07:39:33
4555         Log: Slab allocator submit after resolve -ay to keep it!
4556      Branch: perlio
4557           !> op.c
4558 ____________________________________________________________________________
4559 [ 14265] By: nick                                  on 2002/01/15  07:05:06
4560         Log: Blind integrate of bulk of mainline.
4561      Branch: perlio
4562           +> (branch 173 files)
4563            - (delete 184 files)
4564           !> (integrate 146 files)
4565 ____________________________________________________________________________
4566 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
4567         Log: Pod nits.
4568      Branch: perl
4569            ! lib/Unicode/UCD.pm pod/perlunicode.pod
4570 ____________________________________________________________________________
4571 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
4572         Log: The Unicode categories doc patch to go with #14254,
4573              from Jeffrey.
4574      Branch: perl
4575            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
4576 ____________________________________________________________________________
4577 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
4578         Log: There isn't going to be perl.third.exe.
4579      Branch: perl
4580            ! Makefile.SH
4581 ____________________________________________________________________________
4582 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
4583         Log: Subject: [PATCH] small coredump correction
4584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4585              Date: Tue, 15 Jan 2002 00:22:52 +0100
4586              Message-ID: <20020115002252.I691@rafael>
4587      Branch: perl
4588            ! op.c
4589 ____________________________________________________________________________
4590 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
4591         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
4592              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4593              Date: Mon, 14 Jan 2002 23:03:04 +0100
4594              Message-ID: <20020114230304.A691@rafael>   
4595              
4596              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
4597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4598              Date: Mon, 14 Jan 2002 23:18:43 +0100
4599              Message-ID: <20020114231843.E691@rafael>   
4600      Branch: perl
4601            ! pod/perlsub.pod t/op/override.t toke.c
4602 ____________________________________________________________________________
4603 [ 14259] By: nick                                  on 2002/01/14  22:02:49
4604         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
4605              Need to use CopXXXXX macros everywhere and add CopSTASH_free
4606              Add new scope type and add support for it to scope.c and scope stack
4607              dup-er in sv.c. Add savesharedpv().
4608              Also zealous version of Win32's vmem.h to catch all the abuses.
4609              With this t/op/fork.t passes even with zealous checking and 
4610              checker is point a finger at various threads/shared issues.
4611              
4612              PL_curcop->cop_io is still an issue.
4613      Branch: perlio
4614            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
4615            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
4616            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
4617            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
4618            ! win32/vmem.h win32/win32.c win32/win32.h
4619 ____________________________________________________________________________
4620 [ 14258] By: nick                                  on 2002/01/14  20:24:28
4621         Log: Integrate build parts of mainline
4622      Branch: perlio
4623           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
4624           !> lib/ExtUtils/t/MM_Win32.t
4625 ____________________________________________________________________________
4626 [ 14257] By: nick                                  on 2002/01/14  16:10:54
4627         Log: Inverted sense of special-ness of specialCopIO - supposed to 
4628              be true if value is "special" i.e. NOT an SV.
4629      Branch: perlio
4630            ! perlio.h
4631 ____________________________________________________________________________
4632 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
4633         Log: Update Changes.
4634      Branch: perl
4635            ! Changes patchlevel.h
4636 ____________________________________________________________________________
4637 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
4638         Log: Retract #14251 (the op slab allocator from perlio)
4639              until we figure out why 2.2.19 x86 debian gets
4640              a circular sibling chain and therefore hangs in
4641              the Perl_ck_subr() sibling for-loop.
4642      Branch: perl
4643            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4644            ! perlapi.c perlapi.h proto.h
4645 ____________________________________________________________________________
4646 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
4647         Log: Big mktables rewrite from Jeffrey;
4648              documentation not yet updated.
4649      Branch: perl
4650            + (add 171 files)
4651            - (delete 182 files)
4652            ! (edit 135 files)
4653 ____________________________________________________________________________
4654 [ 14253] By: ams                                   on 2002/01/14  03:15:05
4655         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
4656              From: Michael G Schwern <schwern@pobox.com>
4657              Date: Sun, 13 Jan 2002 21:00:07 -0500
4658              Message-Id: <20020114020007.GB2877@blackrider>
4659      Branch: perl
4660            ! lib/Cwd.pm
4661 ____________________________________________________________________________
4662 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
4663         Log: Subject: Re: Win32 status - progress !
4664              From: Abe Timmerman <abe@ztreet.demon.nl>       
4665              Date: Mon, 14 Jan 2002 02:29:51 +0100
4666              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
4667      Branch: perl
4668            ! lib/ExtUtils/t/MM_Win32.t
4669 ____________________________________________________________________________
4670 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
4671         Log: Integrate perlio.
4672              
4673              Slab allocator for ops
4674              - moved the statics to intrpvar.h
4675              - implemented Slab_Free()
4676              - uses PerlMemShared (for now) if distinction exists.
4677      Branch: perl
4678           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4679           !> perlapi.c perlapi.h proto.h
4680 ____________________________________________________________________________
4681 [ 14250] By: nick                                  on 2002/01/13  23:22:34
4682         Log: Slab allocator for ops
4683              - moved the statics to intrpvar.h
4684              - implemented Slab_Free()
4685              - uses PerlMemShared (for now) if distinction exists.
4686      Branch: perlio
4687            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4688            ! perlapi.c perlapi.h proto.h
4689 ____________________________________________________________________________
4690 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
4691         Log: Start a new test category: uni.  Much of t/op/pat
4692              should probably be moved here, but holding on that
4693              until Jeffrey finishes his big mktables rewrite.
4694              Bits and pieces of op/split, op/pack, op/append,
4695              op/join, could probably be moved to respective uni
4696              tests, too.
4697      Branch: perl
4698            + t/uni/fold.t t/uni/sprintf.t
4699            - t/op/unifold.t t/op/unisprintf.t
4700            ! MANIFEST t/TEST t/harness
4701 ____________________________________________________________________________
4702 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
4703         Log: Subject: [PATCH] enable Win32 to build again
4704              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4705              Date: Sun, 13 Jan 2002 21:49:24 +0100
4706              Message-ID: <3C4200E4.15926.23F6131@localhost>
4707              
4708              miniperl.exe.exe does not exe that well.
4709      Branch: perl
4710            ! lib/ExtUtils/MM_Unix.pm
4711 ____________________________________________________________________________
4712 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
4713         Log: Mention some of the load-affected tests.
4714      Branch: perl
4715            ! INSTALL
4716 ____________________________________________________________________________
4717 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
4718         Log: Move the UTF-8 conversion code earlier so that
4719              op/ver is happy.
4720      Branch: perl
4721            ! sv.c t/op/ver.t
4722 ____________________________________________________________________________
4723 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
4724         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
4725              have diverged quite a bit so no updates there.
4726      Branch: perl
4727            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
4728            ! ext/List/Util/lib/List/Util.pm
4729            ! ext/List/Util/lib/Scalar/Util.pm
4730 ____________________________________________________________________________
4731 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
4732         Log: Make the crypt() pickier: if downgrading doesn't work,
4733              croak.
4734      Branch: perl
4735            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
4736 ____________________________________________________________________________
4737 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
4738         Log: Grow the buffer in case Unicode caused size changes
4739              (and it very probably did).
4740      Branch: perl
4741            ! sv.c
4742 ____________________________________________________________________________
4743 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
4744         Log: Future-proofing from Jeffrey Friedl (for conflicting
4745              In* and Is* names).
4746      Branch: perl
4747            ! lib/utf8_heavy.pl
4748 ____________________________________________________________________________
4749 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
4750         Log: Subject: [PATCH] Re: Warning in B.xs
4751              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4752              Date: Sun, 13 Jan 2002 19:39:52 +0100
4753              Message-ID: <3C41E288.20562.1C8C895@localhost>
4754      Branch: perl
4755            ! ext/B/B.xs
4756 ____________________________________________________________________________
4757 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
4758         Log: Subject: Re: lookbehind broken with latest bleedperl
4759              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4760              Date: Sun, 13 Jan 2002 18:06:22 +0000
4761              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
4762      Branch: perl
4763            ! regexec.c t/op/re_tests
4764 ____________________________________________________________________________
4765 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
4766         Log: Subject: [PATCH] more MM_Unix.t tests
4767              From: Tels <perl_dummy@bloodgate.com>
4768              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
4769              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
4770              
4771              Subject: [PATCH] 14220 misunderstood, I bet          
4772              From: andreas.koenig@anima.de (Andreas J. Koenig)
4773              Date: 12 Jan 2002 21:31:58 +0100
4774              Message-ID: <m3k7un8g5d.fsf@anima.de>
4775      Branch: perl
4776            ! lib/ExtUtils/t/MM_Unix.t
4777 ____________________________________________________________________________
4778 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
4779         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
4780              From: Tels <perl_dummy@bloodgate.com>
4781              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
4782              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
4783              
4784              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
4785              From: Tels <perl_dummy@bloodgate.com>
4786              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
4787              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
4788      Branch: perl
4789            ! lib/ExtUtils/MM_Unix.pm
4790 ____________________________________________________________________________
4791 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
4792         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
4793              From: Nicholas Clark <nick@unfortu.net> 
4794              Date: Sun, 13 Jan 2002 15:58:34 +0000
4795              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
4796      Branch: perl
4797            ! lib/Benchmark.t
4798 ____________________________________________________________________________
4799 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
4800         Log: Anton Berezin did more reading and the uid setting story
4801              gets more complex.
4802      Branch: perl
4803            ! pod/perltodo.pod utils/perldoc.PL
4804 ____________________________________________________________________________
4805 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
4806         Log: Integrate perlio;
4807              
4808              Win32 fixes:
4809              - vmem.h hack to handle free-by-wrong-thread after eval "".
4810              - Initialize timerid 
4811      Branch: perl
4812           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
4813 ____________________________________________________________________________
4814 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
4815         Log: Subject: Re: HiRes
4816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4817              Date: Sun, 13 Jan 2002 10:18:46 +0100
4818              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
4819              
4820              Give up on socketpair in HP-UX.
4821      Branch: perl
4822            ! ext/Socket/socketpair.t
4823 ____________________________________________________________________________
4824 [ 14233] By: nick                                  on 2002/01/13  16:29:30
4825         Log: Integrate mainline
4826      Branch: perlio
4827           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
4828           !> (integrate 46 files)
4829 ____________________________________________________________________________
4830 [ 14232] By: nick                                  on 2002/01/13  15:37:48
4831         Log: Win32 fixes:
4832              - vmem.h hack to handle free-by-wrong-thread after eval "".
4833              - Initialize timerid 
4834      Branch: perlio
4835            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
4836 ____________________________________________________________________________
4837 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
4838         Log: *groan*
4839      Branch: perl
4840            ! t/op/pat.t
4841 ____________________________________________________________________________
4842 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
4843         Log: One more sharp s case found by Jeffrey.
4844      Branch: perl
4845            ! regexec.c t/op/pat.t
4846 ____________________________________________________________________________
4847 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
4848         Log: Comment tweak.
4849      Branch: perl
4850            ! regexec.c
4851 ____________________________________________________________________________
4852 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
4853         Log: Don't bother checking for the Greek special
4854              cases if the node is too short.
4855      Branch: perl
4856            ! regcomp.c
4857 ____________________________________________________________________________
4858 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
4859         Log: Update Changes.
4860      Branch: perl
4861            ! Changes patchlevel.h
4862 ____________________________________________________________________________
4863 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
4864         Log: metaconfig unit change for #14225.
4865      Branch: metaconfig
4866            + U/modified/i_ndbm.U
4867 ____________________________________________________________________________
4868 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
4869         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
4870              From: Jonathan Stowe <gellyfish@gellyfish.com>
4871              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
4872              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
4873      Branch: perl
4874            ! Configure config_h.SH
4875 ____________________________________________________________________________
4876 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
4877         Log: Quick reformat using indent -kr -nce, as requested
4878              by Dan Kogai and suggest by NI-S.
4879      Branch: perl
4880            ! ext/Encode/encengine.c
4881 ____________________________________________________________________________
4882 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
4883         Log: Couple more Unicode lookbehind tests.
4884      Branch: perl
4885            ! t/op/pat.t
4886 ____________________________________________________________________________
4887 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
4888         Log: Sharp S as a special treat for our German UTF-8 testers :-)
4889      Branch: perl
4890            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
4891 ____________________________________________________________________________
4892 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
4893         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
4894              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4895              Date: Sat, 12 Jan 2002 20:37:32 +0100
4896              Message-ID: <3C409E8C.16203.196C2D3@localhost>
4897      Branch: perl
4898            ! ext/B/B/Deparse.pm
4899 ____________________________________________________________________________
4900 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
4901         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
4902              really worth the bits it's printed on?
4903      Branch: perl
4904            ! lib/ExtUtils/t/MM_Unix.t
4905 ____________________________________________________________________________
4906 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
4907         Log: Special treatment for U+03B0 and U+0390 in //i,
4908              this means that we can remove the minlen pessimisations
4909              introduced by the #14096.
4910      Branch: perl
4911            ! pp_hot.c regcomp.c regexec.c
4912 ____________________________________________________________________________
4913 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
4914         Log: Integrate perlio;
4915              
4916              Abstract out the cloning of SvPVX and handle shared pv in a 
4917              safe (if suboptimal) manner. Does not fix op/fork.t :-(
4918              
4919              Win32-ize socketpair test
4920              - Win32 can fork even though $Config{d_fork} is undef
4921              - SOCK_DGRAM does not work - skip those tests.
4922      Branch: perl
4923           !> ext/Socket/socketpair.t sv.c
4924 ____________________________________________________________________________
4925 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
4926         Log: One should first drop the real uid, not the effective uid.
4927              [ID 20020110.003]
4928      Branch: perl
4929            ! utils/perldoc.PL
4930 ____________________________________________________________________________
4931 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
4932         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
4933              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4934              Date: Fri, 11 Jan 2002 23:29:48 +0100
4935              Message-ID: <3C3F756C.4581.2E2A938@localhost>
4936      Branch: perl
4937            + ext/B/C/C.xs ext/B/C/Makefile.PL
4938            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
4939            ! utils/perlcc.PL
4940 ____________________________________________________________________________
4941 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
4942         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
4943              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
4944              Date: Fri, 11 Jan 2002 14:29:30 -0800
4945              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
4946      Branch: perl
4947            ! ext/B/t/concise.t
4948 ____________________________________________________________________________
4949 [ 14214] By: nick                                  on 2002/01/12  12:31:12
4950         Log: Win32-ize socketpair test
4951              - Win32 can fork even though $Config{d_fork} is undef
4952              - SOCK_DGRAM does not work - skip those tests.
4953      Branch: perlio
4954            ! ext/Socket/socketpair.t
4955 ____________________________________________________________________________
4956 [ 14213] By: nick                                  on 2002/01/12  11:46:28
4957         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
4958              safe (if suboptimal) manner. Does not fix op/fork.t :-(
4959      Branch: perlio
4960            ! sv.c
4961 ____________________________________________________________________________
4962 [ 14212] By: ams                                   on 2002/01/12  06:10:52
4963         Log: Subject: [PATCH] More fixes for Stratus VOS
4964              From: "Green, Paul" <Paul.Green@stratus.com>
4965              Date: Fri, 11 Jan 2002 17:30:37 -0500
4966              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
4967      Branch: perl
4968            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
4969 ____________________________________________________________________________
4970 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
4971         Log: Upgrade to CGI.pm 2.80.
4972      Branch: perl
4973            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
4974 ____________________________________________________________________________
4975 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
4976         Log: FAQ sync.
4977      Branch: perl
4978            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4979            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4980            ! pod/perlfaq8.pod
4981 ____________________________________________________________________________
4982 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
4983         Log: This is getting embarrassing.
4984      Branch: perl
4985            ! t/op/pat.t
4986 ____________________________________________________________________________
4987 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
4988         Log: Doc tweaks.
4989      Branch: perl
4990            ! pod/perlunicode.pod
4991 ____________________________________________________________________________
4992 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
4993         Log: Updating the test count is good; also rephrasing
4994              so that there is no ok output containing "not".
4995      Branch: perl
4996            ! t/op/pat.t
4997 ____________________________________________________________________________
4998 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
4999         Log: Andreas is busy :-)
5000      Branch: perl
5001            ! doop.c t/op/unisprintf.t
5002 ____________________________________________________________________________
5003 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
5004         Log: Unicode lookbehind looked bad.
5005      Branch: perl
5006            ! regexec.c t/op/pat.t
5007 ____________________________________________________________________________
5008 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
5009         Log: Garbage collection.
5010      Branch: perl
5011            ! t/run/kill_perl.t
5012 ____________________________________________________________________________
5013 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
5014         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
5015              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5016              Date: Fri, 11 Jan 2002 23:29:48 +0100
5017              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
5018      Branch: perl
5019            ! embed.fnc global.sym makedef.pl
5020 ____________________________________________________________________________
5021 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
5022         Log: Subject: [PATCH] perldelta nit?
5023              From: Robert Spier <rspier@pobox.com>
5024              Date: Fri, 11 Jan 2002 15:19:16 -0800
5025              Message-ID: <15423.29428.164185.251700@rls.cx>
5026      Branch: perl
5027            ! pod/perldelta.pod
5028 ____________________________________________________________________________
5029 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
5030         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
5031              From: Michael G Schwern <schwern@pobox.com>
5032              Date: Fri, 11 Jan 2002 17:08:17 -0500
5033              Message-ID: <20020111220817.GG2838@blackrider>
5034      Branch: perl
5035            ! t/run/kill_perl.t t/test.pl
5036 ____________________________________________________________________________
5037 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
5038         Log: Subject: [PATCH] Correct misleading error message
5039              From: Mike Guy <mjtg@cam.ac.uk>
5040              Date: Fri, 11 Jan 2002 18:36:33 +0000
5041              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
5042              
5043              hash assignment -> anonymous hash
5044      Branch: perl
5045            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
5046 ____________________________________________________________________________
5047 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
5048         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
5049              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5050              Date: Fri, 11 Jan 2002 16:58:14 +0100
5051              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
5052      Branch: perl
5053            ! ext/Unicode/Normalize/mkheader
5054 ____________________________________________________________________________
5055 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
5056         Log: Add a new test for is-sprintf-preserving Unicodeness:
5057              #14194 and an old one from kill_perl.t (I could have used
5058              sprintf.t, but it's format was quite fixed, and I didn't
5059              feel like breaking the format)
5060      Branch: perl
5061            + t/op/unisprintf.t
5062            ! MANIFEST t/run/kill_perl.t
5063 ____________________________________________________________________________
5064 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
5065         Log: Integrate perlio;
5066              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
5067      Branch: perl
5068           !> win32/win32.c
5069 ____________________________________________________________________________
5070 [ 14196] By: nick                                  on 2002/01/11  20:58:20
5071         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
5072              as C runtime seems to get its hands on them even though we said
5073              they were handled.
5074              Still an issue with "die" out of signal handler - get panic: pp_iter
5075      Branch: perlio
5076            ! win32/win32.c
5077 ____________________________________________________________________________
5078 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
5079         Log: Integrate perlio;
5080              A mostly-stable version of "new" Win32 signal/kill support.
5081      Branch: perl
5082           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
5083           !> win32/config.gc win32/config.vc win32/config_H.bc
5084           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
5085           !> win32/makefile.mk win32/win32.c win32/win32.h
5086 ____________________________________________________________________________
5087 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
5088         Log: Fix for
5089              
5090              Subject: UTF-8 sprintf bug in bleadperl
5091              From: andreas.koenig@anima.de (Andreas J. Koenig)
5092              Date: 11 Jan 2002 15:47:15 +0100
5093              Message-ID: <m3vge99c7g.fsf@anima.de>
5094              
5095              I have tests, have just to figure out where to put them
5096              since op/sprintf looks a bit unfriendly for tests of
5097              somewhat freer form.
5098      Branch: perl
5099            ! doop.c sv.c
5100 ____________________________________________________________________________
5101 [ 14193] By: nick                                  on 2002/01/11  18:25:34
5102         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
5103              Builds and passes a few tests.
5104      Branch: perlio
5105           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
5106           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
5107           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
5108           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
5109           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
5110           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5111           +> t/lib/sample-tests/lone_not_bug
5112           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
5113           +> t/lib/sample-tests/vms_nit
5114           !> (integrate 63 files)
5115 ____________________________________________________________________________
5116 [ 14192] By: nick                                  on 2002/01/11  17:49:39
5117         Log: A mostly-stable version of "new" Win32 signal/kill support.
5118      Branch: perlio
5119            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
5120            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5121            ! win32/config_h.PL win32/makefile.mk win32/win32.c
5122            ! win32/win32.h
5123 ____________________________________________________________________________
5124 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
5125         Log: Update Changes.
5126      Branch: perl
5127            ! Changes patchlevel.h
5128 ____________________________________________________________________________
5129 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
5130         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
5131              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5132              Date: Thu, 10 Jan 2002 18:21:34 -0800
5133              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
5134      Branch: perl
5135            + ext/B/t/concise.t
5136            ! MANIFEST
5137 ____________________________________________________________________________
5138 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
5139         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
5140              necessary in form.t and html.t @INC setups.
5141      Branch: perl
5142            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
5143 ____________________________________________________________________________
5144 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
5145         Log: Yet another twist.
5146      Branch: perl
5147            ! t/test.pl
5148 ____________________________________________________________________________
5149 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
5150         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
5151              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5152              Date: Fri, 11 Jan 2002 13:04:15 +0100      
5153              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
5154      Branch: perl
5155            ! hints/aix.sh
5156 ____________________________________________________________________________
5157 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
5158         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
5159              From: Jonathan Stowe <gellyfish@gellyfish.com> 
5160              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
5161              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
5162      Branch: perl
5163            ! lib/AnyDBM_File.t
5164 ____________________________________________________________________________
5165 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
5166         Log: Arguments were being mangled.
5167      Branch: perl
5168            ! t/test.pl
5169 ____________________________________________________________________________
5170 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
5171         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
5172              From: Jonathan Stowe <gellyfish@gellyfish.com>
5173              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
5174              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
5175      Branch: perl
5176            ! lib/AnyDBM_File.t
5177 ____________________________________________________________________________
5178 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
5179         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
5180              From: Michael G Schwern <schwern@pobox.com> 
5181              Date: Fri, 11 Jan 2002 04:26:27 -0500
5182              Message-ID: <20020111092626.GA16544@blackrider>
5183      Branch: perl
5184            ! t/run/kill_perl.t t/test.pl
5185 ____________________________________________________________________________
5186 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
5187         Log: Subject: [PATCH] Test::Harness 2.01
5188              From: Michael G Schwern <schwern@pobox.com> 
5189              Date: Thu, 10 Jan 2002 21:11:24 -0500
5190              Message-ID: <20020111021123.GA30666@blackrider>
5191      Branch: perl
5192            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
5193            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
5194            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
5195            + lib/Test/Harness/t/nonumbers.t
5196            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
5197            + t/lib/sample-tests/lone_not_bug
5198            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
5199            + t/lib/sample-tests/vms_nit
5200            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5201            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
5202 ____________________________________________________________________________
5203 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
5204         Log: patch is silly when creating new files: don't run
5205              patch more than once.
5206      Branch: perl
5207            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5208 ____________________________________________________________________________
5209 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
5210         Log: Forgot from #14179.
5211      Branch: perl
5212            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
5213 ____________________________________________________________________________
5214 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
5215         Log: Subject: [PATCH] is() undef/'' behavior change
5216              From: Michael G Schwern <schwern@pobox.com> 
5217              Date: Fri, 11 Jan 2002 03:35:51 -0500
5218              Message-ID: <20020111083551.GC30666@blackrider>
5219              
5220              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
5221              From: Michael G Schwern <schwern@pobox.com> 
5222              Date: Fri, 11 Jan 2002 03:37:44 -0500
5223              Message-ID: <20020111083744.GD30666@blackrider>
5224      Branch: perl
5225            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
5226            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
5227            ! lib/Pod/t/InputObjects.t lib/blib.t
5228 ____________________________________________________________________________
5229 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
5230         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
5231              From: Michael G Schwern <schwern@pobox.com> 
5232              Date: Thu, 10 Jan 2002 19:56:23 -0500
5233              Message-ID: <20020111005623.GA13192@blackrider>
5234      Branch: perl
5235            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5236            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
5237            ! lib/Test/Simple.pm lib/Test/Simple/Changes
5238            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
5239            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5240            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5241            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
5242            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
5243            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
5244            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
5245            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
5246            ! lib/Test/Simple/t/plan_is_noplan.t
5247            ! lib/Test/Simple/t/plan_no_plan.t
5248            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
5249            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
5250            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
5251            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
5252            ! lib/Test/Tutorial.pod
5253 ____________________________________________________________________________
5254 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
5255         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
5256              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
5257              
5258              turns out even the malloc() was never really needed to begin with,
5259              so get rid of it
5260      Branch: perl
5261            ! sv.c
5262 ____________________________________________________________________________
5263 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
5264         Log: Small doc tweaks.
5265      Branch: perl
5266            ! pod/perluniintro.pod
5267 ____________________________________________________________________________
5268 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
5269         Log: support using the CRT's malloc() family of functions instead of
5270              the internal one when ithreads is enabled; allocate large blocks
5271              using VirtualAlloc() since the Heap*() functions may only be tuned
5272              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
5273              
5274              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
5275              also see comments at the top of win32/vmem.h for other options that
5276              can be set
5277      Branch: perl
5278            ! win32/vmem.h
5279 ____________________________________________________________________________
5280 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
5281         Log: Subject: micropatch
5282              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5283              Date: Thu, 10 Jan 2002 18:20:58 +0000
5284              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
5285      Branch: perl
5286            ! regcomp.c
5287 ____________________________________________________________________________
5288 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
5289         Log: Subject: [PATCH] Embed.t on Win32
5290              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5291              Date: Thu, 10 Jan 2002 18:56:21 +0100
5292              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
5293      Branch: perl
5294            ! lib/ExtUtils/t/Embed.t
5295 ____________________________________________________________________________
5296 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
5297         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
5298              From: Gisle Aas <gisle@ActiveState.com>
5299              Date: 10 Jan 2002 08:56:05 -0800
5300              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
5301      Branch: perl
5302            ! toke.c
5303 ____________________________________________________________________________
5304 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
5305         Log: Subject: [PATCH] doc fixes
5306              From: "Brendan O'Dea" <bod@debian.org>
5307              Date: Fri, 11 Jan 2002 03:49:54 +1100
5308              Message-ID: <20020110164954.GA21891@compusol.com.au>
5309      Branch: perl
5310            ! lib/I18N/Collate.pm pod/perlfunc.pod
5311 ____________________________________________________________________________
5312 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
5313         Log: Integrate perlio; More signal hackery.
5314      Branch: perl
5315           !> win32/win32.c
5316 ____________________________________________________________________________
5317 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
5318         Log: No need to show internal encodings, or return them
5319              in random order.
5320      Branch: perl
5321            ! ext/Encode/Encode.pm
5322 ____________________________________________________________________________
5323 [ 14168] By: nick                                  on 2002/01/10  17:33:31
5324         Log: Integrate mainline
5325      Branch: perlio
5326            - ext/Unicode/Normalize/Normalize.pod
5327           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5328           !> ext/Unicode/Normalize/Makefile.PL
5329           !> ext/Unicode/Normalize/Normalize.pm
5330           !> ext/Unicode/Normalize/Normalize.xs
5331           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
5332           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
5333           !> t/run/kill_perl.t toke.c
5334 ____________________________________________________________________________
5335 [ 14167] By: nick                                  on 2002/01/10  17:08:35
5336         Log: More signal hackery
5337      Branch: perlio
5338            ! win32/win32.c
5339 ____________________________________________________________________________
5340 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
5341         Log: I think we can claim to be supporting Unicode
5342              "loose matching" now.
5343      Branch: perl
5344            ! pod/perlunicode.pod
5345 ____________________________________________________________________________
5346 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
5347         Log: Subject: doc patch
5348              From: mjd@plover.com
5349              Date: 10 Jan 2002 15:12:27 -0000
5350              Message-ID: <20020110151227.14850.qmail@plover.com>
5351      Branch: perl
5352            ! pod/perlrun.pod
5353 ____________________________________________________________________________
5354 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
5355         Log: Subject: Re: [ID 20011223.001] accept leaks memory
5356              From: Andy Dougherty <doughera@lafayette.edu>
5357              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
5358              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
5359      Branch: perl
5360            ! hints/linux.sh
5361 ____________________________________________________________________________
5362 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
5363         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
5364      Branch: perl
5365           !> win32/win32.c
5366 ____________________________________________________________________________
5367 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
5368         Log: Subject: [PATCH] Magic numbers in B::Concise
5369              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
5370              Date: Wed, 9 Jan 2002 23:04:01 -0800
5371              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
5372      Branch: perl
5373            ! ext/B/B/Concise.pm ext/B/O.pm
5374 ____________________________________________________________________________
5375 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
5376         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
5377              From: Gisle Aas <gisle@ActiveState.com>
5378              Date: 09 Jan 2002 21:52:40 -0800
5379              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
5380      Branch: perl
5381            ! t/lib/strict/vars toke.c
5382 ____________________________________________________________________________
5383 [ 14160] By: nick                                  on 2002/01/09  21:29:39
5384         Log: Skeleton coding of more kill() support on Win32.
5385      Branch: perlio
5386            ! win32/win32.c
5387 ____________________________________________________________________________
5388 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
5389         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
5390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5391              Date: Wed, 9 Jan 2002 23:24:32 +0100
5392              Message-ID: <20020109232432.A692@rafael>
5393      Branch: perl
5394            ! ext/B/B/Deparse.pm
5395 ____________________________________________________________________________
5396 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
5397         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
5398              From: Jonathan Stowe <gellyfish@gellyfish.com>
5399              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
5400              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
5401      Branch: perl
5402            ! t/run/kill_perl.t
5403 ____________________________________________________________________________
5404 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
5405         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
5406              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5407              Date: Wed, 09 Jan 2002 20:16:54 +0000
5408              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
5409      Branch: perl
5410            ! regexec.c
5411 ____________________________________________________________________________
5412 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
5413         Log: Subject: [Patch @14129] fixes Unicode::Normalize
5414              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5415              Date: Thu, 10 Jan 2002 01:08:56 +0900
5416              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
5417      Branch: perl
5418            - ext/Unicode/Normalize/Normalize.pod
5419            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
5420            ! ext/Unicode/Normalize/Normalize.pm
5421            ! ext/Unicode/Normalize/Normalize.xs
5422            ! ext/Unicode/Normalize/mkheader
5423 ____________________________________________________________________________
5424 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
5425         Log: Integrate perlio; (Re-)implement alarm() for Win32.
5426      Branch: perl
5427           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
5428           !> win32/win32iop.h
5429 ____________________________________________________________________________
5430 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
5431         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
5432              From: Nicholas Clark <nick@unfortu.net>
5433              Date: Wed, 9 Jan 2002 17:56:04 +0000
5434              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
5435      Branch: perl
5436            ! t/op/readdir.t
5437 ____________________________________________________________________________
5438 [ 14153] By: nick                                  on 2002/01/09  16:18:57
5439         Log: Integrate mainline
5440      Branch: perlio
5441           +> ext/threads/t/stress_re.t t/op/unifold.t
5442            - lib/unifold.t
5443           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
5444           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
5445           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
5446 ____________________________________________________________________________
5447 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
5448         Log: Update Changes.
5449      Branch: perl
5450            ! Changes patchlevel.h
5451 ____________________________________________________________________________
5452 [ 14151] By: nick                                  on 2002/01/09  14:27:36
5453         Log: (Re-)implement alarm() for Win32.
5454      Branch: perlio
5455            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
5456            ! win32/win32iop.h
5457 ____________________________________________________________________________
5458 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
5459         Log: Thinko.
5460      Branch: perl
5461            ! ext/threads/t/stress_re.t
5462 ____________________________________________________________________________
5463 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
5464         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
5465              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5466              Date: Wed, 09 Jan 2002 13:37:17 +0000                
5467              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
5468      Branch: perl
5469            ! regexec.c t/op/re_tests
5470 ____________________________________________________________________________
5471 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
5472         Log: Subject: Re: Weird Malformed warning in bleadperl    
5473              From: andreas.koenig@anima.de (Andreas J. Koenig)    
5474              Date: 09 Jan 2002 11:12:37 +0100
5475              Message-ID: <m3itabbzoq.fsf@anima.de>
5476      Branch: perl
5477            ! regexec.c t/op/pat.t
5478 ____________________________________________________________________________
5479 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
5480         Log: Forgot stress_re.t from MANIFEST.
5481      Branch: perl
5482            ! MANIFEST
5483 ____________________________________________________________________________
5484 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
5485         Log: In dumping use isPRINT() instead of isprint() so that locale
5486              does not come into play.
5487      Branch: perl
5488            ! utf8.c
5489 ____________________________________________________________________________
5490 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
5491         Log: Add a threads stress test for regular expressions
5492              (mostly just a modified stress_string.t) and doesn't
5493              test that much of regular expressions, just that $1
5494              doesn't get stomped by competing threads (as it does
5495              in the 5005threads of old).
5496      Branch: perl
5497            + ext/threads/t/stress_re.t
5498            ! MANIFEST
5499 ____________________________________________________________________________
5500 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
5501         Log: (retracted by #14307)
5502              Subject: Re: [ID 20010912.007] substr reference core dump
5503              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5504              Date: Tue, 08 Jan 2002 19:17:50 +0000
5505              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
5506      Branch: perl
5507            ! scope.c t/run/kill_perl.t
5508 ____________________________________________________________________________
5509 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
5510         Log: SANY (. with /s) wasn't happy on Unicode.
5511      Branch: perl
5512            ! regexec.c t/op/pat.t
5513 ____________________________________________________________________________
5514 [ 14142] By: ams                                   on 2002/01/08  22:42:10
5515         Log: Subject: [PATCH] perldebug nit
5516              From: Tels <tels@bloodgate.com>
5517              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
5518      Branch: perl
5519            ! pod/perldebug.pod
5520 ____________________________________________________________________________
5521 [ 14141] By: ams                                   on 2002/01/08  21:32:59
5522         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
5523              From: "Green, Paul" <Paul.Green@stratus.com>
5524              Date: Tue, 8 Jan 2002 17:31:35 -0500
5525              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
5526      Branch: perl
5527            ! Makefile.SH
5528 ____________________________________________________________________________
5529 [ 14140] By: ams                                   on 2002/01/08  21:27:57
5530         Log: Subject: [PATCH] Re: Slight chokage from Deparse
5531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5532              Date: Tue, 8 Jan 2002 23:04:45 +0100
5533              Message-Id: <20020108230445.A4798@rafael>
5534      Branch: perl
5535            ! ext/B/B/Deparse.pm
5536 ____________________________________________________________________________
5537 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
5538         Log: Subject: [patch] peep() is rude
5539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
5540              Date: Tue, 08 Jan 2002 19:17:50 +0000            
5541              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
5542      Branch: perl
5543            ! op.c t/run/kill_perl.t
5544 ____________________________________________________________________________
5545 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
5546         Log: unifold is really an op test since it requires
5547              no external modules for its actual testing:
5548              only the unicore CaseFold.txt file, and File::Spec
5549              to portably access that file.
5550      Branch: perl
5551            + t/op/unifold.t
5552            - lib/unifold.t
5553            ! MANIFEST
5554 ____________________________________________________________________________
5555 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
5556         Log: Subject: [patch] save a test 
5557              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5558              Date: Tue, 08 Jan 2002 16:18:47 +0000
5559              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
5560      Branch: perl
5561            ! regcomp.c
5562 ____________________________________________________________________________
5563 [ 14136] By: nick                                  on 2002/01/08  16:11:55
5564         Log: Integrate mainline
5565      Branch: perlio
5566           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
5567           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
5568           !> (integrate 37 files)
5569 ____________________________________________________________________________
5570 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
5571         Log: Subject: Not OK 13843 
5572              From: andreas.koenig@anima.de (Andreas J. Koenig)
5573              Date: 08 Jan 2002 14:12:29 +0100
5574              Message-ID: <m38zb9c7gi.fsf@anima.de>
5575      Branch: perl
5576            ! op.c t/op/subst.t
5577 ____________________________________________________________________________
5578 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
5579         Log: Missed one variant of the fold testing, noticed bu Hugo.
5580      Branch: perl
5581            ! lib/unifold.t
5582 ____________________________________________________________________________
5583 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
5584         Log: Enchance the Storable magic description.
5585      Branch: perl
5586            ! ext/Storable/Storable.pm
5587 ____________________________________________________________________________
5588 [ 14132] By: ams                                   on 2002/01/08  09:16:12
5589         Log: Subject: [PATCH] don't installperl pods
5590              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5591              Date: Tue, 08 Jan 2002 10:36:01 +0100
5592              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
5593      Branch: perl
5594            ! installperl
5595 ____________________________________________________________________________
5596 [ 14131] By: ams                                   on 2002/01/08  03:38:40
5597         Log: Subject: Math-BigInt v1.49 released
5598              From: Tels <perl_dummy@bloodgate.com>
5599              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
5600      Branch: perl
5601            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
5602            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
5603            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5604            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
5605            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5606            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
5607            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
5608            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5609            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
5610            ! t/lib/Math/BigInt/Subclass.pm
5611 ____________________________________________________________________________
5612 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
5613         Log: A little better comments.
5614      Branch: perl
5615            ! regexec.c
5616 ____________________________________________________________________________
5617 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
5618         Log: No normalization form DNF.
5619      Branch: perl
5620            ! ext/Unicode/Normalize/Normalize.pm
5621 ____________________________________________________________________________
5622 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
5623         Log: Extension nits found by -Wall (several from threads
5624              and threads::shared, but leaving them to Arthur).
5625      Branch: perl
5626            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
5627            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
5628            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
5629            ! ext/Unicode/Normalize/mkheader x2p/str.c
5630 ____________________________________________________________________________
5631 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
5632         Log: Sync up Changes etc.
5633      Branch: maint-5.6/macperl
5634            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
5635 ____________________________________________________________________________
5636 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
5637         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
5638      Branch: maint-5.6/macperl
5639            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
5640 ____________________________________________________________________________
5641 [ 14125] By: ams                                   on 2002/01/07  22:03:22
5642         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
5643              From: Nicholas Clark (sans From field in mail header)
5644              Date: Mon, 7 Jan 2002 16:18:23 +0000
5645              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
5646      Branch: perl
5647            ! lib/Exporter.pm
5648 ____________________________________________________________________________
5649 [ 14124] By: ams                                   on 2002/01/07  21:46:11
5650         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
5651              From: "Green, Paul" <Paul.Green@stratus.com>
5652              Date: Mon, 7 Jan 2002 16:59:38 -0500
5653              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
5654      Branch: perl
5655            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
5656 ____________________________________________________________________________
5657 [ 14123] By: nick                                  on 2002/01/07  18:49:55
5658         Log: Integrate mainline
5659      Branch: perlio
5660           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
5661           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
5662           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
5663           !> regexec.c t/op/re_tests utf8.c utf8.h
5664 ____________________________________________________________________________
5665 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
5666         Log: Update Changes.
5667      Branch: perl
5668            ! Changes patchlevel.h
5669 ____________________________________________________________________________
5670 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
5671         Log: Subject: [PATCH] Correct module name in perldelta*
5672              From: Mike Guy <mjtg@cam.ac.uk>
5673              Date: Mon, 07 Jan 2002 17:02:43 +0000
5674              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
5675      Branch: perl
5676            ! pod/perl561delta.pod pod/perl56delta.pod
5677 ____________________________________________________________________________
5678 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
5679         Log: AUTHORS update.
5680      Branch: perl
5681            ! AUTHORS
5682 ____________________________________________________________________________
5683 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
5684         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
5685      Branch: perl
5686            ! ext/Storable/Storable.pm
5687 ____________________________________________________________________________
5688 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
5689         Log: perldelta updates.
5690      Branch: perl
5691            ! pod/perldelta.pod
5692 ____________________________________________________________________________
5693 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
5694         Log: Document the flags of pv_uni_display().
5695      Branch: perl
5696            ! pod/perlapi.pod utf8.c
5697 ____________________________________________________________________________
5698 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
5699         Log: Forgot from #14115.
5700      Branch: perl
5701            ! t/op/re_tests
5702 ____________________________________________________________________________
5703 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
5704         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
5705              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5706              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
5707              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
5708      Branch: perl
5709            ! regcomp.c
5710 ____________________________________________________________________________
5711 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
5712         Log: More regex and utf8 debug dumping.
5713      Branch: perl
5714            ! dump.c regcomp.c regexec.c utf8.c utf8.h
5715 ____________________________________________________________________________
5716 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
5717         Log: Unused variable.
5718      Branch: perl
5719            ! regcomp.c
5720 ____________________________________________________________________________
5721 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
5722         Log: Regen toc.
5723      Branch: perl
5724            ! pod/perltoc.pod
5725 ____________________________________________________________________________
5726 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
5727         Log: capitalize correctly, noticed by David Dyck.
5728      Branch: perl
5729            ! lib/sort.pm
5730 ____________________________________________________________________________
5731 [ 14110] By: nick                                  on 2002/01/06  22:05:19
5732         Log: Integrate mainline - threads mended, DB_File sick?
5733      Branch: perlio
5734           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
5735           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5736           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5737           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
5738           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
5739 ____________________________________________________________________________
5740 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
5741         Log: No need to overqualify.
5742      Branch: perl
5743            ! lib/sort.pm
5744 ____________________________________________________________________________
5745 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
5746         Log: PL_debug_pad wasn't initialized to zeroes which broke
5747              ithreads + DEBUGGING.
5748      Branch: perl
5749            ! sv.c
5750 ____________________________________________________________________________
5751 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
5752         Log: Update Changes.
5753      Branch: perl
5754            ! Changes patchlevel.h
5755 ____________________________________________________________________________
5756 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
5757         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
5758              From: Jonathan Stowe <gellyfish@gellyfish.com>
5759              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
5760              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
5761      Branch: perl
5762            ! pp_sys.c
5763 ____________________________________________________________________________
5764 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
5765         Log: DB_File sync from Paul Marquess.
5766      Branch: perl
5767            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5768            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5769            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
5770 ____________________________________________________________________________
5771 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
5772         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
5773              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
5774              Date: Sun, 6 Jan 2002 11:44:30 +0100
5775              Message-ID: <3C38389E.7831.493570@localhost>
5776      Branch: perl
5777            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
5778            ! utils/perlcc.PL
5779 ____________________________________________________________________________
5780 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
5781         Log: Tests for #14098.
5782      Branch: perl
5783            ! t/op/lc.t
5784 ____________________________________________________________________________
5785 [ 14102] By: nick                                  on 2002/01/06  11:33:55
5786         Log: Integrate mainline (PPPort still multi-building).
5787      Branch: perlio
5788           +> lib/unifold.t
5789           !> (integrate 30 files)
5790 ____________________________________________________________________________
5791 [ 14101] By: ams                                   on 2002/01/06  04:52:50
5792         Log: Subject: [PATCH] Bad prototype detection now an optional warning
5793              From: Sam Tregar <sam@tregar.com>
5794              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
5795              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
5796      Branch: perl
5797            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
5798            ! t/comp/proto.t toke.c
5799 ____________________________________________________________________________
5800 [ 14100] By: ams                                   on 2002/01/06  01:56:59
5801         Log: Subject: [PATCH] Correct several Stratus VOS build issues
5802              From: "Green, Paul" <Paul.Green@stratus.com>
5803              Date: Sat, 5 Jan 2002 21:30:56 -0500
5804              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
5805      Branch: perl
5806            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
5807 ____________________________________________________________________________
5808 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
5809         Log: Further perl.org URL elaboration from Ask.
5810      Branch: perl
5811            ! pod/perlfaq1.pod pod/perlfaq2.pod
5812 ____________________________________________________________________________
5813 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
5814         Log: The same problem with To{Lower,Title,Upper}
5815              as earlier with ToFold.
5816      Branch: perl
5817            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5818            ! lib/unicore/To/Upper.pl lib/unicore/mktables
5819 ____________________________________________________________________________
5820 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
5821         Log: Retract #14057 for now; the alarm/setitimer timers
5822              seen to be the same in many systems, which leads into
5823              hangups.
5824      Branch: perl
5825            ! ext/Time/HiRes/HiRes.t
5826 ____________________________________________________________________________
5827 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
5828         Log: Finish up (ha!) the Unicode case folding;
5829              enhance regex dumping code.
5830      Branch: perl
5831            + lib/unifold.t
5832            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
5833            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
5834 ____________________________________________________________________________
5835 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
5836         Log: Use the perl.org news gw instead of the perl.com one
5837              (from Ask).
5838      Branch: perl
5839            ! pod/perlfaq1.pod pod/perlfaq2.pod
5840 ____________________________________________________________________________
5841 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
5842         Log: Zero() wasn't documented.
5843      Branch: perl
5844            ! pod/perlclib.pod
5845 ____________________________________________________________________________
5846 [ 14093] By: ams                                   on 2002/01/05  17:58:35
5847         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
5848              From: Nicholas Clark <nick@unfortu.net>
5849              Date: Sat, 5 Jan 2002 18:55:39 +0000
5850              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
5851      Branch: perl
5852            ! lib/Memoize/t/tie_ndbm.t
5853 ____________________________________________________________________________
5854 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
5855         Log: Also UNICOS/mk has deviant socketpair().
5856      Branch: perl
5857            ! ext/Socket/socketpair.t
5858 ____________________________________________________________________________
5859 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
5860         Log: Ooops.  Retract the regex parts of #14090.
5861      Branch: perl
5862            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
5863 ____________________________________________________________________________
5864 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
5865         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
5866              From: Nicholas Clark <nick@unfortu.net> 
5867              Date: Sat, 5 Jan 2002 18:10:13 +0000
5868              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
5869      Branch: perl
5870            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
5871            ! regcomp.h regexec.c
5872 ____________________________________________________________________________
5873 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
5874         Log: Integrate perlio; a missing aTHX.
5875      Branch: perl
5876           !> op.c
5877 ____________________________________________________________________________
5878 [ 14088] By: nick                                  on 2002/01/05  12:35:01
5879         Log: One missing aTHX_
5880      Branch: perlio
5881            ! op.c
5882 ____________________________________________________________________________
5883 [ 14087] By: nick                                  on 2002/01/05  12:00:48
5884         Log: Raw integrate of mainline - op.c looks dodgy.
5885      Branch: perlio
5886           +> lib/Pod/t/Functions.t t/op/winsystem.t
5887            - lib/File/Spec/NW5.pm t/op/system.t
5888           !> (integrate 77 files)
5889 ____________________________________________________________________________
5890 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
5891         Log: integrate changes from maint-5.6/macperl branch
5892      Branch: maint-5.6/perl
5893           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
5894           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
5895 ____________________________________________________________________________
5896 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
5897         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
5898              found by Marc Lehmann.
5899      Branch: perl
5900            ! pp.c
5901 ____________________________________________________________________________
5902 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
5903         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
5904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5905              Date: Sat, 5 Jan 2002 00:31:12 +0100
5906              Message-ID: <20020105003112.E1850@rafael>              
5907      Branch: perl
5908            ! t/comp/proto.t
5909 ____________________________________________________________________________
5910 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
5911         Log: A bit of "perl.com" cleanup.
5912      Branch: perl
5913            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
5914            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5915            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
5916            ! pod/perlmodlib.PL pod/perlmodlib.pod
5917 ____________________________________________________________________________
5918 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
5919         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
5920              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5921              Date: Fri, 4 Jan 2002 23:35:19 +0100
5922              Message-ID: <20020104233519.A1850@rafael>
5923      Branch: perl
5924            ! op.c
5925 ____________________________________________________________________________
5926 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
5927         Log: Integrate change #14062 from macperl;
5928              Define setbuf, setvbuf for Mac OS
5929      Branch: perl
5930           !> ext/IO/IO.xs
5931 ____________________________________________________________________________
5932 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
5933         Log: Bump version, update Changes
5934      Branch: maint-5.6/macperl
5935            ! macos/Changes macos/MPVersion.r
5936 ____________________________________________________________________________
5937 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
5938         Log: Add more droplets
5939      Branch: maint-5.6/macperl
5940            + macos/macperl/Droplets/gluedialect.plx
5941            + macos/macperl/Droplets/glueedit.plx
5942            + macos/macperl/Droplets/gluemac.plx
5943            + macos/macperl/Droplets/gluescriptadds.plx
5944            + macos/macperl/Droplets/installme.plx
5945            + macos/macperl/Droplets/show_glue_pods.plx
5946            + macos/macperl/Droplets/tarzipme.plx
5947            + macos/macperl/Droplets/untarzipme.plx
5948 ____________________________________________________________________________
5949 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
5950         Log: Display the native pwd command.
5951      Branch: perl
5952            ! ext/Cwd/t/cwd.t
5953 ____________________________________________________________________________
5954 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
5955         Log: Under Mac OS X /dev/stdout is normally a symlink,
5956              but when running the test it seems to become a socket.
5957              So let's extend our censorship.
5958      Branch: perl
5959            ! t/op/stat.t
5960 ____________________________________________________________________________
5961 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
5962         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
5963      Branch: maint-5.6/macperl
5964            + macos/HandleSocket.cp
5965            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
5966            ! macos/macperl.sym
5967 ____________________________________________________________________________
5968 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
5969         Log: Doc updates
5970      Branch: maint-5.6/macperl
5971            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
5972 ____________________________________________________________________________
5973 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
5974         Log: Update libraries
5975      Branch: maint-5.6/macperl
5976            ! macos/macperl/Makefile.mk
5977 ____________________________________________________________________________
5978 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
5979         Log: Update tests to Mac::StandardFile from StandardFile.pl,
5980              plus other fixes
5981      Branch: maint-5.6/macperl
5982            ! macos/ext/Mac/Menus/t/MenuBar.t
5983            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
5984            ! macos/ext/Mac/Movies/t/PlayMovie.t
5985            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
5986            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
5987            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
5988            ! macos/ext/Mac/Resources/t/Resources.t
5989 ____________________________________________________________________________
5990 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
5991         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
5992      Branch: maint-5.6/macperl
5993            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
5994            ! macos/ext/Mac/Movies/Movies.xs
5995            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
5996            ! macos/ext/Mac/StandardFile/StandardFile.xs
5997            ! macos/ext/Mac/Windows/Windows.xs
5998 ____________________________________________________________________________
5999 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
6000         Log: Updates for Universal Headers 3.4 (forgot one)
6001      Branch: maint-5.6/macperl
6002            ! macos/macperl/MPConsole.cp
6003 ____________________________________________________________________________
6004 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
6005         Log: Updates for Universal Headers 3.4
6006      Branch: maint-5.6/macperl
6007            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
6008            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
6009            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
6010            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
6011            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
6012            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
6013            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
6014            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
6015            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
6016 ____________________________________________________________________________
6017 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
6018         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
6019              from <200112112327.JAA25434@gpo.metropolis.net.au>;
6020              don't crash on quit for 68K (MacPerl Bug #490013)
6021      Branch: maint-5.6/macperl
6022            ! macos/macish.c macos/macperl/MPConsole.cp
6023 ____________________________________________________________________________
6024 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
6025         Log: If we do have socketpair(), make my_socketpair()
6026              just call the real socketpair().  This way we always
6027              have real code behind my_socketpair() and a symbol
6028              corresponding to the my_socketpair in global.sym.
6029      Branch: perl
6030            ! embed.fnc embed.h makedef.pl proto.h util.c
6031 ____________________________________________________________________________
6032 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
6033         Log: Disable sigaction (MacPerl Bug #470321)
6034      Branch: maint-5.6/macperl
6035            ! macos/config.h macos/config.sh
6036 ____________________________________________________________________________
6037 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
6038         Log: Make GUSI resource work (MacPerl Bug #464638)
6039      Branch: maint-5.6/macperl
6040            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
6041            ! macos/macperl/MacPerl.rsrc
6042 ____________________________________________________________________________
6043 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
6044         Log: Make AutoSplit go a little deeper
6045      Branch: maint-5.6/macperl
6046            ! macos/Makefile.mk
6047 ____________________________________________________________________________
6048 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
6049         Log: A few doc updates from bleadperl
6050      Branch: maint-5.6/macperl
6051            ! pod/perlmodinstall.pod pod/perlport.pod
6052 ____________________________________________________________________________
6053 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
6054         Log: Sync up to latest changes from bleadperl
6055      Branch: maint-5.6/macperl
6056            ! lib/File/Find.pm
6057 ____________________________________________________________________________
6058 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
6059         Log: Define setbuf, setvbuf for Mac OS
6060      Branch: maint-5.6/macperl
6061            ! ext/IO/IO.xs
6062 ____________________________________________________________________________
6063 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
6064         Log: Delete by request of Mark-Jason Dominus (change #13676)
6065      Branch: maint-5.6/macperl
6066            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
6067 ____________________________________________________________________________
6068 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
6069         Log: Spread the good word of "env".
6070      Branch: perl
6071            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
6072 ____________________________________________________________________________
6073 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
6074         Log: Till the system tests do something non-Win*, better rename
6075              the test so that people on other platforms don't get confused.
6076              (Not win32system, because assumedly there's win64, too.)
6077      Branch: perl
6078            + t/op/winsystem.t
6079            - t/op/system.t
6080            ! MANIFEST
6081 ____________________________________________________________________________
6082 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
6083         Log: Some tweaks.
6084      Branch: perl
6085            ! lib/Pod/t/Functions.t
6086 ____________________________________________________________________________
6087 [ 14057] By: ams                                   on 2002/01/04  17:40:31
6088         Log: (retracted by #14057)
6089              
6090              Subject: [PATCH] Time/HiRes/HiRes.t
6091              From: Nicholas Clark <nick@unfortu.net>
6092              Date: Fri, 4 Jan 2002 17:28:46 +0000
6093              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
6094      Branch: perl
6095            ! ext/Time/HiRes/HiRes.t
6096 ____________________________________________________________________________
6097 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
6098         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
6099              From: Abe Timmerman <abe@ztreet.demon.nl>
6100              Date: Fri, 04 Jan 2002 18:42:33 +0100
6101              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
6102      Branch: perl
6103            + lib/Pod/t/Functions.t
6104            ! MANIFEST lib/Pod/Functions.pm
6105 ____________________________________________________________________________
6106 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
6107         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
6108              From: "Craig A. Berry" <craigberry@mac.com>
6109              Date: Thu, 3 Jan 2002 17:32:20 -0600
6110              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
6111      Branch: perl
6112            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
6113 ____________________________________________________________________________
6114 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
6115         Log: Document the U+0085, U+2028, and U+2029.
6116      Branch: perl
6117            ! pod/perlre.pod pod/perlretut.pod
6118 ____________________________________________________________________________
6119 [ 14053] By: ams                                   on 2002/01/04  03:27:44
6120         Log: Subject: [PATCH] warn if not CORE::dump
6121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6122              Date: Thu, 3 Jan 2002 22:04:00 +0100
6123              Message-Id: <20020103220400.A13958@rafael>
6124      Branch: perl
6125            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
6126 ____________________________________________________________________________
6127 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
6128         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
6129      Branch: perl
6130            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
6131 ____________________________________________________________________________
6132 [ 14051] By: ams                                   on 2002/01/04  03:00:12
6133         Log: Subject: [PATCH] File::Compare::VERSION
6134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6135              Date: Thu, 3 Jan 2002 23:42:52 +0100
6136              Message-Id: <20020103234252.G13958@rafael>
6137      Branch: perl
6138            ! lib/File/Compare.pm
6139 ____________________________________________________________________________
6140 [ 14050] By: ams                                   on 2002/01/04  02:58:05
6141         Log: Subject: [PATCH @14042] threads::shared doc
6142              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
6143              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
6144              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
6145      Branch: perl
6146            ! ext/threads/shared/shared.pm
6147 ____________________________________________________________________________
6148 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
6149         Log: #14048 exposed few false positives, to be fixed soonish.
6150      Branch: perl
6151            ! t/op/pat.t
6152 ____________________________________________________________________________
6153 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
6154         Log: Do not add the first characters of multicharacter foldings
6155              into character classes.
6156      Branch: perl
6157            ! regcomp.c
6158 ____________________________________________________________________________
6159 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
6160         Log: A bit of testing for #14046.
6161      Branch: perl
6162            ! t/op/pat.t
6163 ____________________________________________________________________________
6164 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
6165         Log: Allow emitting the foldcased version of "\x{df}", "ss"
6166              (among others, another example would be \x{fb00} -> "ff")
6167      Branch: perl
6168            ! regcomp.c
6169 ____________________________________________________________________________
6170 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
6171         Log: Subject: [PATCH] File::Spec & NetWare
6172              From: Dave Rolsky <autarch@urth.org>
6173              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
6174              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
6175      Branch: perl
6176            - lib/File/Spec/NW5.pm
6177            ! MANIFEST lib/File/Spec.pm
6178 ____________________________________________________________________________
6179 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
6180         Log: FAQ sync (RCS Ids only?)
6181      Branch: perl
6182            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
6183 ____________________________________________________________________________
6184 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
6185         Log: AUTHORs updates.
6186      Branch: perl
6187            ! AUTHORS
6188 ____________________________________________________________________________
6189 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
6190         Log: Update Changes.
6191      Branch: perl
6192            ! Changes patchlevel.h
6193 ____________________________________________________________________________
6194 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
6195         Log: Missed the =head1 additions.
6196      Branch: perl
6197            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
6198            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
6199            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
6200            ! util.c
6201 ____________________________________________________________________________
6202 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
6203         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
6204              From: Robin Barker <rmb1@cise.npl.co.uk>
6205              Date: Thu, 3 Jan 2002 15:26:20 GMT
6206              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
6207      Branch: perl
6208            ! lib/Carp.t lib/Carp/Heavy.pm
6209 ____________________________________________________________________________
6210 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
6211         Log: Subject: [PATCH hv.c] 
6212              From: Robin Barker <rmb1@cise.npl.co.uk>
6213              Date: Thu, 3 Jan 2002 14:49:06 GMT
6214              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
6215              
6216              -Wformat check.
6217      Branch: perl
6218            ! hv.c
6219 ____________________________________________________________________________
6220 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
6221         Log: NetWare tweaks from Ananth Kesari.
6222      Branch: perl
6223            ! NetWare/t/NWScripts.pl lib/File/Find.pm
6224 ____________________________________________________________________________
6225 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
6226         Log: Cast.
6227      Branch: perl
6228            ! regexec.c
6229 ____________________________________________________________________________
6230 [ 14036] By: ams                                   on 2002/01/03  12:12:31
6231         Log: Grammar fix suggested by Gwyn Judd.
6232      Branch: perl
6233            ! pod/perldiag.pod
6234 ____________________________________________________________________________
6235 [ 14035] By: nick                                  on 2002/01/03  09:22:42
6236         Log: More strange perlio != mainline differences where
6237              I have not been.
6238      Branch: perlio
6239           !> hints/unicos.sh hints/unicosmk.sh
6240 ____________________________________________________________________________
6241 [ 14034] By: nick                                  on 2002/01/03  09:19:37
6242         Log: Integrate mainline (including force integrate of
6243              lib/charnames.pm which had got out-of-step)
6244      Branch: perlio
6245           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
6246 ____________________________________________________________________________
6247 [ 14033] By: ams                                   on 2002/01/03  08:24:24
6248         Log: Subject: Not ok 14031: PPPort Makefile.PL
6249              From: andreas.koenig@anima.de (Andreas J. Koenig)
6250              Date: 03 Jan 2002 10:17:46 +0100
6251              Message-Id: <m3sn9n94jp.fsf@anima.de>
6252      Branch: perl
6253            ! ext/Devel/PPPort/Makefile.PL
6254 ____________________________________________________________________________
6255 [ 14032] By: nick                                  on 2002/01/03  08:24:00
6256         Log: Integrate mainline.
6257      Branch: perlio
6258           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
6259           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
6260           !> (integrate 31 files)
6261 ____________________________________________________________________________
6262 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
6263         Log: Off-by-one is my middle name.
6264      Branch: perl
6265            ! regexec.c
6266 ____________________________________________________________________________
6267 [ 14030] By: ams                                   on 2002/01/02  23:56:37
6268         Log: Subject: [PATCH @14015] threads::shared disabling
6269              From: Andy Bussey <andybussey@yahoo.co.uk>
6270              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
6271              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
6272      Branch: perl
6273            + ext/threads/shared/t/no_share.t
6274            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
6275 ____________________________________________________________________________
6276 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
6277         Log: Simon's new perlapi scheme, I hope I got all the pieces.
6278      Branch: perl
6279            + autodoc.pl embed.fnc
6280            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
6281 ____________________________________________________________________________
6282 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
6283         Log: Integrate perlio; more PPPort Makefile source dependence removal
6284      Branch: perl
6285           !> ext/Devel/PPPort/Makefile.PL perl.h
6286 ____________________________________________________________________________
6287 [ 14027] By: ams                                   on 2002/01/02  21:42:50
6288         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
6289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6290              Date: Wed, 2 Jan 2002 23:09:13 +0100
6291              Message-Id: <20020102230913.A17373@rafael>
6292      Branch: perl
6293            ! pod/perldiag.pod
6294 ____________________________________________________________________________
6295 [ 14026] By: ams                                   on 2002/01/02  21:38:34
6296         Log: Subject: Re: PATCH: lib/Term/Cap.pm
6297              From: Jonathan Stowe <gellyfish@gellyfish.com>
6298              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
6299              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
6300      Branch: perl
6301            ! lib/Term/Cap.pm
6302 ____________________________________________________________________________
6303 [ 14025] By: ams                                   on 2002/01/02  18:34:26
6304         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
6305              From: Sam Tregar <sam@tregar.com>
6306              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
6307              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
6308      Branch: perl
6309            ! pod/perldiag.pod t/comp/proto.t toke.c
6310 ____________________________________________________________________________
6311 [ 14024] By: ams                                   on 2002/01/02  18:16:12
6312         Log: Subject: PATCH: lib/Term/Cap.pm
6313              From: Norton Allen <allen@huarp.harvard.edu>
6314              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
6315              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
6316      Branch: perl
6317            ! lib/Term/Cap.pm
6318 ____________________________________________________________________________
6319 [ 14023] By: ams                                   on 2002/01/02  18:12:31
6320         Log: Subject: PATCH: lib/Cwd.pm for QNX4
6321              From: Norton Allen <allen@huarp.harvard.edu>
6322              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
6323              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
6324      Branch: perl
6325            ! lib/Cwd.pm
6326 ____________________________________________________________________________
6327 [ 14022] By: nick                                  on 2002/01/02  18:01:21
6328         Log: More PPPort Makefile source dependence removal
6329      Branch: perlio
6330            ! ext/Devel/PPPort/Makefile.PL
6331 ____________________________________________________________________________
6332 [ 14021] By: nick                                  on 2002/01/02  17:44:36
6333         Log: Sort out muddle of editing on three machines ...
6334      Branch: perlio
6335           !> Changes MANIFEST cygwin/Makefile.SHs
6336           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
6337           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
6338           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
6339 ____________________________________________________________________________
6340 [ 14020] By: ams                                   on 2002/01/02  17:06:27
6341         Log: Fix misplaced application of #14016.
6342      Branch: perl
6343            ! op.c
6344 ____________________________________________________________________________
6345 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
6346         Log: Integrate perlio; avoid uninit debug_pad.
6347      Branch: perl
6348           !> sv.c
6349 ____________________________________________________________________________
6350 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
6351         Log: makedepend VOS fix from Paul Green.
6352      Branch: perl
6353            ! makedepend.SH
6354 ____________________________________________________________________________
6355 [ 14017] By: nick                                  on 2002/01/02  16:09:43
6356         Log: Avoid un-init perl_debug_pad in clones
6357      Branch: perlio
6358            ! sv.c
6359 ____________________________________________________________________________
6360 [ 14016] By: ams                                   on 2002/01/02  15:58:11
6361         Log: Subject: [PATCH] random crash in B::LISTOP::last
6362              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6363              Date: Wed, 2 Jan 2002 17:37:28 +0100
6364              Message-Id: <3C334558.3906.19CB98D@localhost>
6365      Branch: perl
6366            ! op.c
6367 ____________________________________________________________________________
6368 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
6369         Log: Update Changes.
6370      Branch: perl
6371            ! Changes patchlevel.h
6372 ____________________________________________________________________________
6373 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
6374         Log: One more iteration of the ibcmp_utf8() interface,
6375              hopefully this is a convergent iteration...
6376      Branch: perl
6377            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
6378 ____________________________________________________________________________
6379 [ 14013] By: ams                                   on 2002/01/02  13:43:58
6380         Log: Upgrade to podlators-1.19.
6381      Branch: perl
6382            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
6383            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
6384            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
6385            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
6386            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
6387 ____________________________________________________________________________
6388 [ 14012] By: ams                                   on 2002/01/02  09:48:51
6389         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
6390              From: martyn@inpharmatica.co.uk
6391              Date: Wed, 19 Dec 2001 19:05:00 +0000
6392              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
6393      Branch: perl
6394            ! lib/Pod/Usage.pm
6395 ____________________________________________________________________________
6396 [ 14011] By: nick                                  on 2002/01/02  08:38:18
6397         Log: Integrate mainline
6398      Branch: perlio
6399           !> (integrate 28 files)
6400 ____________________________________________________________________________
6401 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
6402         Log: Make ibcmp_utf8() optionally progress in either string for
6403              as long as it takes and optionally record how far it got.
6404      Branch: perl
6405            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
6406 ____________________________________________________________________________
6407 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
6408         Log: Once more try to get the PPPort Makefile right.
6409      Branch: perl
6410            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
6411 ____________________________________________________________________________
6412 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
6413         Log: -Wall silencing.
6414      Branch: perl
6415            ! utf8.c
6416 ____________________________________________________________________________
6417 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
6418         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
6419              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6420              Date: Tue, 1 Jan 2002 22:45:21 +0100       
6421              Message-ID: <20020101224521.A691@rafael>
6422      Branch: perl
6423            ! ext/B/B/Deparse.pm
6424 ____________________________________________________________________________
6425 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
6426         Log: VOS tweak from Paul Green: VOS has different O_BINARY
6427              and O_TEXT, but VOS always uses LF, never CRLF.
6428      Branch: perl
6429            ! perl.h
6430 ____________________________________________________________________________
6431 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
6432         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
6433      Branch: perl
6434            ! regexec.c utf8.c
6435 ____________________________________________________________________________
6436 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
6437         Log: Now that to_utf8_fold() was fixed.
6438      Branch: perl
6439            ! regcomp.c regexec.c
6440 ____________________________________________________________________________
6441 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
6442         Log: Integrate perlio; experimental binmode() re-coding.
6443      Branch: perl
6444           !> perlio.c
6445 ____________________________________________________________________________
6446 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
6447         Log: Document the to_utf8_*() functions.
6448      Branch: perl
6449            ! embed.pl pod/perlapi.pod utf8.c
6450 ____________________________________________________________________________
6451 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
6452         Log: Better support for multicharacter foldings.
6453              Now all but two of the CaseFold.txt cases work-- but
6454              only when the target string is single-character, more
6455              debugging needed.
6456      Branch: perl
6457            ! regexec.c
6458 ____________________________________________________________________________
6459 [ 14000] By: ams                                   on 2002/01/01  15:59:43
6460         Log: Subject: [PATCH] don't installperl pods
6461              From: Nicholas Clark <nick@unfortu.net>
6462              Date: Tue, 1 Jan 2002 16:44:12 +0000
6463              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
6464      Branch: perl
6465            ! installperl
6466 ____________________________________________________________________________
6467 [ 13999] By: ams                                   on 2002/01/01  14:34:04
6468         Log: Subject: [PATCH] perldiag.pod transposition
6469              From: Nicholas Clark <nick@unfortu.net>
6470              Date: Tue, 1 Jan 2002 15:03:52 +0000
6471              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
6472      Branch: perl
6473            ! pod/perldiag.pod
6474 ____________________________________________________________________________
6475 [ 13998] By: ams                                   on 2002/01/01  13:36:49
6476         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
6477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6478              Date: Tue, 1 Jan 2002 15:12:36 +0100
6479              Message-Id: <20020101151236.A951@rafael>
6480      Branch: perl
6481            ! pod/perldiag.pod
6482 ____________________________________________________________________________
6483 [ 13997] By: ams                                   on 2002/01/01  13:33:06
6484         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
6485              From: Nicholas Clark <nick@unfortu.net>
6486              Date: Tue, 1 Jan 2002 13:13:17 +0000
6487              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
6488      Branch: perl
6489            ! ext/Socket/socketpair.t
6490 ____________________________________________________________________________
6491 [ 13996] By: ams                                   on 2002/01/01  04:44:28
6492         Log: Subject: [PATCH @13746] Leaner exporter
6493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6494              Date: Mon, 31 Dec 2001 18:16:08 -0500
6495              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
6496      Branch: perl
6497            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
6498 ____________________________________________________________________________
6499 [ 13995] By: ams                                   on 2002/01/01  04:29:44
6500         Log: Subject: [PATCH @13746] h2xs broken
6501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6502              Date: Mon, 31 Dec 2001 17:48:55 -0500
6503              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
6504      Branch: perl
6505            ! utils/h2xs.PL
6506 ____________________________________________________________________________
6507 [ 13994] By: ams                                   on 2002/01/01  04:25:46
6508         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
6509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6510              Date: Mon, 31 Dec 2001 17:42:25 -0500
6511              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
6512      Branch: perl
6513            ! lib/ExtUtils/MM_Unix.pm
6514 ____________________________________________________________________________
6515 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
6516         Log: Rename the variables to be a bit more consistent.
6517      Branch: perl
6518            ! utf8.c
6519 ____________________________________________________________________________
6520 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
6521         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
6522              (found by Jeffrey Friedl)
6523      Branch: perl
6524            ! regexec.c t/op/pat.t utf8.c
6525 ____________________________________________________________________________
6526 [ 13991] By: nick                                  on 2001/12/31  18:08:55
6527         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
6528      Branch: perlio
6529            ! perlio.c
6530 ____________________________________________________________________________
6531 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
6532         Log: Update Changes.
6533      Branch: perl
6534            ! Changes patchlevel.h
6535 ____________________________________________________________________________
6536 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
6537         Log: Less unused ones.
6538      Branch: perl
6539            ! regexec.c
6540 ____________________________________________________________________________
6541 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
6542         Log: Unused variable.
6543      Branch: perl
6544            ! regcomp.c
6545 ____________________________________________________________________________
6546 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
6547         Log: Forgotten file.
6548      Branch: perl
6549            ! MANIFEST
6550 ____________________________________________________________________________
6551 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
6552         Log: Subject: Re: Cygwin: one down one to go 
6553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6554              Date: Mon, 31 Dec 2001 18:34:36 +0100
6555              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
6556      Branch: perl
6557            ! cygwin/Makefile.SHs
6558 ____________________________________________________________________________
6559 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
6560         Log: Add some comments to the recent Unicode case-folding saga.
6561      Branch: perl
6562            ! regcomp.c regexec.c
6563 ____________________________________________________________________________
6564 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
6565         Log: Slight comment tweakage.
6566      Branch: perl
6567            ! ext/I18N/Langinfo/Langinfo.t
6568 ____________________________________________________________________________
6569 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
6570         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
6571      Branch: perl
6572            ! perl.h
6573 ____________________________________________________________________________
6574 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
6575         Log: Subject: [ PATCH] Cygwin: one down one to go
6576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6577              Date: Mon, 31 Dec 2001 17:03:40 +0100
6578              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
6579      Branch: perl
6580            ! lib/Pod/t/basic.t
6581 ____________________________________________________________________________
6582 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
6583         Log: Tweak the dependencies not to recompile everytime,
6584              as suggested by NI-S.
6585      Branch: perl
6586            ! ext/Devel/PPPort/Makefile.PL
6587 ____________________________________________________________________________
6588 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
6589         Log: Planning still not right.
6590      Branch: perl
6591            ! lib/User/grent.t
6592 ____________________________________________________________________________
6593 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
6594         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
6595              From: Michael G Schwern <schwern@pobox.com>
6596              Date: Sun, 30 Dec 2001 18:07:55 -0500
6597              Message-ID: <20011230230755.GG12840@blackrider>
6598              
6599              (lib/User/grent, really)
6600      Branch: perl
6601            ! lib/User/grent.t
6602 ____________________________________________________________________________
6603 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
6604         Log: Integrate perlio; cleanup, in particular avoid accidental
6605              PerlIO_flush(NULL) if PerlIONext is NULL.
6606      Branch: perl
6607           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
6608 ____________________________________________________________________________
6609 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
6610         Log: Subject: typo in IO::Socket::INET.pm
6611              From: mjd@plover.com
6612              Date: 31 Dec 2001 14:31:10 -0000
6613              Message-ID: <20011231143110.4989.qmail@plover.com>
6614      Branch: perl
6615            ! ext/IO/lib/IO/Socket/INET.pm
6616 ____________________________________________________________________________
6617 [ 13976] By: nick                                  on 2001/12/31  13:56:11
6618         Log: Integrate mainline
6619      Branch: perlio
6620           !> (integrate 29 files)
6621 ____________________________________________________________________________
6622 [ 13975] By: nick                                  on 2001/12/31  12:40:50
6623         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
6624              if PerlIONext is NULL.
6625      Branch: perlio
6626            ! perlio.c perliol.h
6627 ____________________________________________________________________________
6628 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
6629         Log: Subject: Re: [PATCH] Basic bad prototype detection
6630              From: Sam Tregar <sam@tregar.com>
6631              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
6632              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
6633      Branch: perl
6634            ! t/comp/proto.t toke.c
6635 ____________________________________________________________________________
6636 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
6637         Log: Subject: [PATCH] configure.com / scriptdirexp
6638              From: "Craig A. Berry" <craigberry@mac.com>
6639              Date: Sun, 30 Dec 2001 15:47:28 -0600
6640              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
6641      Branch: perl
6642            ! configure.com
6643 ____________________________________________________________________________
6644 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
6645         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
6646              From: Abe Timmerman <abe@ztreet.demon.nl>
6647              Date: Mon, 31 Dec 2001 03:55:27 +0100
6648              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
6649      Branch: perl
6650            ! lib/ExtUtils/t/MM_Win32.t
6651 ____________________________________________________________________________
6652 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
6653         Log: Subject: [PATCH] Basic bad prototype detection
6654              From: Sam Tregar <sam@tregar.com> 
6655              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
6656              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
6657      Branch: perl
6658            ! pod/perldiag.pod t/comp/proto.t toke.c
6659 ____________________________________________________________________________
6660 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
6661         Log: Makefiles are sloppy about the exe suffix
6662              (from Paul Green)
6663      Branch: perl
6664            ! Makefile.SH x2p/Makefile.SH
6665 ____________________________________________________________________________
6666 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
6667         Log: Delay folding until necessary; start of handling
6668              folding into several characters.
6669      Branch: perl
6670            ! regcomp.c regexec.c
6671 ____________________________________________________________________________
6672 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
6673         Log: gcc -Wall dewhine.
6674      Branch: perl
6675            ! regexec.c
6676 ____________________________________________________________________________
6677 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
6678         Log: More Unicode folding tweaks, avoid potential false matches.
6679      Branch: perl
6680            ! regexec.c
6681 ____________________________________________________________________________
6682 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
6683         Log: Make that six wrongs.
6684      Branch: perl
6685            ! regexec.c utf8.c
6686 ____________________________________________________________________________
6687 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
6688         Log: Four wrongs can make a right.
6689      Branch: perl
6690            ! regexec.c utf8.c
6691 ____________________________________________________________________________
6692 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
6693         Log: Fix all the I case foldings as per CaseFold.txt.
6694      Branch: perl
6695            ! regcomp.c regexec.c
6696 ____________________________________________________________________________
6697 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
6698         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
6699      Branch: perl
6700            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
6701            ! regexec.c utf8.c
6702 ____________________________________________________________________________
6703 [ 13962] By: nick                                  on 2001/12/30  18:33:41
6704         Log: Integrate 8.3 fix for PPPort fix
6705      Branch: perlio
6706           +> ext/Devel/PPPort/ppport_h.PL
6707            - ext/Devel/PPPort/ppport.h.PL
6708            ! ext/Devel/PPPort/MANIFEST
6709           !> ext/Devel/PPPort/Makefile.PL
6710 ____________________________________________________________________________
6711 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
6712         Log: Integrate perlio; more win32 stuff:
6713              
6714              A. Use Perl_my_socketpair()
6715              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
6716              load winsock.
6717              C. (In passing) work round fact that $$ is now SvREADONLY
6718              so we need to take special measures to set it during
6719              pseudo-fork.
6720      Branch: perl
6721           !> util.c win32/perlhost.h
6722 ____________________________________________________________________________
6723 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
6724         Log: Fix ppport.h for Unix.
6725      Branch: perl
6726            + ext/Devel/PPPort/ppport_h.PL
6727            - ext/Devel/PPPort/ppport.h.PL
6728            ! MANIFEST ext/Devel/PPPort/Makefile.PL
6729 ____________________________________________________________________________
6730 [ 13959] By: nick                                  on 2001/12/30  16:53:42
6731         Log: Win32 stuff:
6732              A. Use Perl_my_socketpair()
6733              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
6734              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
6735              take special measures to set it during pseudo-fork.
6736      Branch: perlio
6737            ! util.c win32/perlhost.h
6738 ____________________________________________________________________________
6739 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
6740         Log: Integrate perlio; win32 kicking.
6741      Branch: perl
6742           +> ext/Devel/PPPort/ppport.h.PL
6743           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
6744           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
6745           !> proto.h
6746 ____________________________________________________________________________
6747 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
6748         Log: metaconfig unit change for #13956.
6749      Branch: metaconfig
6750            ! U/modified/spitshell.U
6751 ____________________________________________________________________________
6752 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
6753         Log: Must look for cat also in $PATH (noticed by Philip Newton).
6754      Branch: perl
6755            ! Configure
6756 ____________________________________________________________________________
6757 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
6758         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
6759              From: Blair Zajac <blair@orcaware.com>
6760              Date: Sat, 29 Dec 2001 22:37:03 -0800
6761              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
6762      Branch: perl
6763            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
6764 ____________________________________________________________________________
6765 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
6766         Log: Regen files.
6767      Branch: perl
6768            ! embed.h global.sym pod/perlapi.pod uconfig.h
6769 ____________________________________________________________________________
6770 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
6771         Log: Subject: [PATCH] -t without -w 
6772              From: Michael G Schwern <schwern@pobox.com>
6773              Date: Sat, 29 Dec 2001 23:46:25 -0500
6774              Message-ID: <20011230044625.GA14386@blackrider>
6775      Branch: perl
6776            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
6777            ! warnings.pl
6778 ____________________________________________________________________________
6779 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
6780         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
6781              From: Dave Rolsky <autarch@urth.org>               
6782              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
6783              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
6784              
6785              $^O is NetWare, not Netware.
6786      Branch: perl
6787            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
6788 ____________________________________________________________________________
6789 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
6790         Log: Sarathy thinks undoing C++ comments from C++ files
6791              is a bit too zealous.
6792      Branch: perl
6793            ! win32/perlhost.h win32/vmem.h
6794 ____________________________________________________________________________
6795 [ 13950] By: nick                                  on 2001/12/30  14:30:02
6796         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
6797              This gets them into Errno.pm - yet to prove they end up in $!.
6798      Branch: perlio
6799            ! ext/Errno/Errno_pm.PL
6800 ____________________________________________________________________________
6801 [ 13949] By: nick                                  on 2001/12/30  12:02:21
6802         Log: Integrate Cwd muddle
6803      Branch: perlio
6804           !> MANIFEST installperl lib/Cwd.pm
6805 ____________________________________________________________________________
6806 [ 13948] By: nick                                  on 2001/12/30  11:51:40
6807         Log: remove embed.pl duplicates
6808      Branch: perlio
6809            ! embed.h embed.pl global.sym proto.h
6810 ____________________________________________________________________________
6811 [ 13947] By: nick                                  on 2001/12/30  11:35:51
6812         Log: More Cwd tidy up
6813      Branch: perl
6814            ! MANIFEST installperl
6815 ____________________________________________________________________________
6816 [ 13946] By: nick                                  on 2001/12/30  11:12:42
6817         Log: Undo a mess trying Cwd.pm in its ext directory
6818      Branch: perl
6819            + lib/Cwd.pm
6820            - ext/Cwd/Cwd.pm
6821 ____________________________________________________________________________
6822 [ 13945] By: nick                                  on 2001/12/30  10:03:43
6823         Log: Integrate mainline
6824      Branch: perl
6825           +> ext/Cwd/Cwd.pm
6826            - lib/Cwd.pm
6827            ! MANIFEST
6828      Branch: perlio
6829           !> (integrate 45 files)
6830 ____________________________________________________________________________
6831 [ 13944] By: nick                                  on 2001/12/30  09:27:16
6832         Log: "Port" Devel::PPPort to Win32:
6833              - need to set @INC before use in the test
6834              - {} are special to dmake, so use ppport.h.PL
6835              rather than commandline 
6836      Branch: perlio
6837            + ext/Devel/PPPort/ppport.h.PL
6838            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
6839 ____________________________________________________________________________
6840 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
6841         Log: Update Changes.
6842      Branch: perl
6843            ! Changes patchlevel.h
6844 ____________________________________________________________________________
6845 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
6846         Log: Subject: [PATCH] cleaner close on tests, take 2
6847              From: andreas.koenig@anima.de (Andreas J. Koenig)
6848              Date: 29 Dec 2001 21:42:37 +0100
6849              Message-ID: <m33d1tvjuq.fsf@anima.de>
6850              
6851              (the DB_File patches)
6852      Branch: perl
6853            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6854            ! ext/DB_File/t/db-recno.t
6855 ____________________________________________________________________________
6856 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
6857         Log: Integrate perlio; regen'ed config_H.?c
6858      Branch: perl
6859           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6860 ____________________________________________________________________________
6861 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
6862         Log: Subject: [PATCH] cleaner close on tests, take 2             
6863              From: andreas.koenig@anima.de (Andreas J. Koenig)
6864              Date: 29 Dec 2001 21:42:37 +0100
6865              Message-ID: <m33d1tvjuq.fsf@anima.de>
6866              
6867              (except for the three DB_File patch fragments)
6868      Branch: perl
6869            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
6870            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
6871            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
6872            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
6873            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
6874            ! t/op/runlevel.t t/op/write.t t/run/switches.t
6875 ____________________________________________________________________________
6876 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
6877         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
6878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6879              Date: Sat, 29 Dec 2001 20:38:59 +0100
6880              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
6881              
6882              (NetWare tree not touched because it's very //)
6883      Branch: perl
6884            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
6885            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
6886            ! wince/include/errno.h wince/include/netdb.h
6887            ! wince/include/sys/socket.h wince/include/sys/stat.h
6888            ! wince/perllib.c wince/perlmain.c wince/win32.h
6889            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
6890            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
6891 ____________________________________________________________________________
6892 [ 13938] By: nick                                  on 2001/12/29  19:23:32
6893         Log: Integrate mainline (ok linux)
6894      Branch: perlio
6895           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
6896           !> (integrate 33 files)
6897 ____________________________________________________________________________
6898 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
6899         Log: Give up on serious testing of langinfo().  Leave the old
6900              code in place, though.
6901      Branch: perl
6902            ! ext/I18N/Langinfo/Langinfo.t
6903 ____________________________________________________________________________
6904 [ 13936] By: nick                                  on 2001/12/29  18:20:33
6905         Log: Routine regen_config_h - no real differences other than order of crypt 
6906      Branch: perlio
6907            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6908 ____________________________________________________________________________
6909 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
6910         Log: Integrate perlio;
6911              
6912              Define the two socket error numbers in terms of WSAEXXXXX equivalents
6913              
6914              Fudge Config.pm so File::Spec does not croak.
6915      Branch: perl
6916           !> win32/FindExt.pm win32/win32.h
6917 ____________________________________________________________________________
6918 [ 13934] By: nick                                  on 2001/12/29  17:27:50
6919         Log: Fudge Config.pm so File::Spec does not croak.
6920      Branch: perlio
6921            ! win32/FindExt.pm
6922 ____________________________________________________________________________
6923 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
6924         Log: metaconfig unit changes for #13932.
6925      Branch: metaconfig
6926            + U/modified/Init.U
6927            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
6928 ____________________________________________________________________________
6929 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
6930         Log: VOS tweaks from Paul Green.
6931              
6932              The Configure tweaks: the _exe needs to be
6933              set after the init; VOS has fd 3 hardwired to /dev/tty;
6934              the grep/ln/make substitutions really need to stick.
6935      Branch: perl
6936            ! Configure hints/vos.sh perl.h util.c vos/build.cm
6937            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6938            ! vos/config.ga.h vos/vosish.h
6939 ____________________________________________________________________________
6940 [ 13931] By: nick                                  on 2001/12/29  17:00:38
6941         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
6942              (just to get util.c to compile)
6943      Branch: perlio
6944            ! win32/win32.h
6945 ____________________________________________________________________________
6946 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
6947         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
6948              From: coral@eekeek.org
6949              Date: Fri, 28 Dec 2001 19:58:22 -0500      
6950              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
6951      Branch: perl
6952            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
6953            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
6954            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
6955            ! pod/perlunicode.pod pod/perlxs.pod util.c
6956 ____________________________________________________________________________
6957 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
6958         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
6959      Branch: perl
6960            ! t/op/exec.t
6961 ____________________________________________________________________________
6962 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
6963         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
6964              From: Abe Timmerman <abe@ztreet.demon.nl>
6965              Date: Sat, 29 Dec 2001 13:10:06 +0100
6966              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
6967      Branch: perl
6968            + lib/Pod/t/InputObjects.t
6969 ____________________________________________________________________________
6970 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
6971         Log: Integrate perlio;
6972              
6973              Quick fix (after couple of clever fixes failed) for
6974              "accept leaks memory" fail [ID 20011223.001]
6975              
6976              Nick Clark's embed.pl fix for my_socketpair
6977      Branch: perl
6978           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
6979 ____________________________________________________________________________
6980 [ 13926] By: nick                                  on 2001/12/29  15:23:21
6981         Log: Nick Clark's embed.pl fix for my_socketpair
6982      Branch: perlio
6983            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
6984 ____________________________________________________________________________
6985 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
6986         Log: Slight tweaks on the MM_Win32.t.
6987      Branch: perl
6988            ! lib/ExtUtils/t/MM_Win32.t
6989 ____________________________________________________________________________
6990 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
6991         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
6992              From: Abe Timmerman <abe@ztreet.demon.nl>
6993              Date: Sat, 29 Dec 2001 12:51:36 +0100
6994              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
6995      Branch: perl
6996            + lib/ExtUtils/t/MM_Win32.t
6997            ! MANIFEST
6998 ____________________________________________________________________________
6999 [ 13923] By: nick                                  on 2001/12/29  15:12:07
7000         Log: Quick fix (after couple of clever fixes failed) for
7001              "accept leaks memory" fail [ID 20011223.001]
7002      Branch: perlio
7003            ! pp_sys.c
7004 ____________________________________________________________________________
7005 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
7006         Log: Subject: [PATCH] Module names and other nits
7007              From: Autrijus Tang <autrijus@autrijus.org>                 
7008              Date: Sat, 29 Dec 2001 01:59:28 +0800
7009              Message-ID: <20011229015928.A29712@geb.elixus.org>              
7010      Branch: perl
7011            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
7012            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
7013            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
7014            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
7015            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
7016 ____________________________________________________________________________
7017 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
7018         Log: socketpair tweaks from Nicholas Clark.
7019      Branch: perl
7020            ! ext/Socket/socketpair.t util.c
7021 ____________________________________________________________________________
7022 [ 13920] By: nick                                  on 2001/12/29  12:36:21
7023         Log: Integrate mainline
7024      Branch: perlio
7025           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
7026           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
7027           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7028           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
7029           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
7030           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
7031           !> t/op/sysio.t
7032 ____________________________________________________________________________
7033 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
7034         Log: Retract #13917.
7035      Branch: perl
7036            ! doop.c
7037 ____________________________________________________________________________
7038 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
7039         Log: Subject: provisional MakeMaker patch for VMS
7040              From: "Craig A. Berry" <craigberry@mac.com> 
7041              Date: Thu, 27 Dec 2001 22:29:37 -0600
7042              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
7043      Branch: perl
7044            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7045 ____________________________________________________________________________
7046 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
7047         Log: (retracted by #13919)
7048      Branch: perl
7049            ! doop.c
7050 ____________________________________________________________________________
7051 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
7052         Log: metaconfig unit change for #13915.
7053      Branch: metaconfig/U/perl
7054            ! d_u32align.U
7055 ____________________________________________________________________________
7056 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
7057         Log: Remove debris in any case.
7058      Branch: perl
7059            ! Configure
7060 ____________________________________________________________________________
7061 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
7062         Log: Subject: [PATCH] Re: B::walksymtable oddness
7063              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7064              Date: Thu, 27 Dec 2001 19:14:24 +0100
7065              Message-ID: <3C2B7310.861.18820D0@localhost>
7066      Branch: perl
7067            ! ext/B/B.pm
7068 ____________________________________________________________________________
7069 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
7070         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
7071              From: Nicholas Clark <nick@unfortu.net> 
7072              Date: Fri, 28 Dec 2001 00:43:02 +0000
7073              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
7074      Branch: perl
7075            ! ext/Socket/socketpair.t
7076 ____________________________________________________________________________
7077 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
7078         Log: Fast Latin1<->UTF-8 conversion for older Perls.
7079      Branch: perl
7080            ! pod/perluniintro.pod
7081 ____________________________________________________________________________
7082 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
7083         Log: Update Changes.
7084      Branch: perl
7085            ! Changes patchlevel.h
7086 ____________________________________________________________________________
7087 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
7088         Log: More wait status trickery for BeOS.
7089      Branch: perl
7090            ! ext/POSIX/POSIX.xs
7091 ____________________________________________________________________________
7092 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
7093         Log: metaconfig unit change for #13908.
7094      Branch: metaconfig/U/perl
7095            ! d_u32align.U
7096 ____________________________________________________________________________
7097 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
7098         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
7099      Branch: perl
7100            ! Configure
7101 ____________________________________________________________________________
7102 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
7103         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
7104              From: gbarr@monty.mutatus.co.uk
7105              Date: 27 Dec 2001 14:41:36 -0000
7106              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
7107      Branch: perl
7108            ! lib/ExtUtils/t/Embed.t
7109 ____________________________________________________________________________
7110 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
7111         Log: Subject: [PATCH] Re: socketpair emulation
7112              From: Nicholas Clark <nick@unfortu.net> 
7113              Date: Wed, 26 Dec 2001 20:08:14 +0000
7114              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
7115      Branch: perl
7116            ! ext/Socket/socketpair.t
7117 ____________________________________________________________________________
7118 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
7119         Log: Subject: [DOC PATCH] left is right and right is left
7120              From: Philip Newton <Philip.Newton@gmx.net>
7121              Date: Thu, 27 Dec 2001 10:04:17 +0100
7122              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
7123      Branch: perl
7124            ! pod/perlfunc.pod pod/perlport.pod
7125 ____________________________________________________________________________
7126 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
7127         Log: Subject: [PATCH] check return of close
7128              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7129              Date: 27 Dec 2001 09:47:30 +0100
7130              Message-ID: <m3ellhgicd.fsf@anima.de> 
7131              
7132              Subject: [PATCH] improve error reporting
7133              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7134              Date: 27 Dec 2001 09:54:55 +0100
7135              Message-ID: <m3adw5gi00.fsf@anima.de> 
7136              
7137              Subject: [PATCH] check return value of close
7138              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7139              Date: 27 Dec 2001 10:03:55 +0100
7140              Message-ID: <m3666tghl0.fsf@anima.de> 
7141              
7142              Subject: [PATCH] return of close
7143              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7144              Date: 27 Dec 2001 10:22:15 +0100
7145              Message-ID: <m31yhhggqg.fsf@anima.de> 
7146      Branch: perl
7147            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
7148            ! t/io/fflush.t
7149 ____________________________________________________________________________
7150 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
7151         Log: Subject: [PATCH] check return of close
7152              From: andreas.koenig@anima.de (Andreas J. Koenig)            
7153              Date: 27 Dec 2001 09:47:30 +0100
7154              Message-ID: <m3ellhgicd.fsf@anima.de> 
7155      Branch: perl
7156            ! t/base/rs.t
7157 ____________________________________________________________________________
7158 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
7159         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
7160              From: andreas.koenig@anima.de (Andreas J. Koenig)
7161              Date: 27 Dec 2001 09:21:16 +0100
7162              Message-ID: <m3n105gjk3.fsf@anima.de>
7163      Branch: perl
7164            ! t/op/sysio.t
7165 ____________________________________________________________________________
7166 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
7167         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
7168              From: "Gerrit P. Haase" <gp@familiehaase.de>
7169              Date: Thu, 27 Dec 2001 09:23:55 +0100 
7170              Message-ID: <98211521662.20011227092355@familiehaase.de>
7171      Branch: perl
7172            ! lib/ExtUtils/t/MM_Cygwin.t
7173 ____________________________________________________________________________
7174 [ 13900] By: nick                                  on 2001/12/27  11:11:51
7175         Log: Integrate mainline
7176      Branch: perlio
7177           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
7178           +> lib/File/Spec/NW5.pm
7179           !> (integrate 52 files)
7180 ____________________________________________________________________________
7181 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
7182         Log: Replace the awful (most likely generated and not very persistent)
7183              URL with something tangible.
7184      Branch: perl
7185            ! README.hpux
7186 ____________________________________________________________________________
7187 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
7188         Log: Naughty /dev/printer (ls -l, really) of IRIX.
7189      Branch: perl
7190            ! t/op/stat.t
7191 ____________________________________________________________________________
7192 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
7193         Log: Upgrade to Net::Ping 2.10.
7194      Branch: perl
7195            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
7196            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
7197            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
7198            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
7199 ____________________________________________________________________________
7200 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
7201         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
7202              (this showed up in Benchmark.t)
7203      Branch: perl
7204            ! pp_sys.c
7205 ____________________________________________________________________________
7206 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
7207         Log: BeOS updates.
7208      Branch: perl
7209            ! README.beos beos/beos.c
7210 ____________________________________________________________________________
7211 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
7212         Log: Subject: Re: bleadperl doesn't compile
7213              From: "Gerrit P. Haase" <gp@familiehaase.de>
7214              Date: Wed, 26 Dec 2001 21:29:08 +0100
7215              Message-ID: <22168634623.20011226212908@familiehaase.de>
7216              
7217              Cygwin with multiplicity.
7218      Branch: perl
7219            ! perlio.c
7220 ____________________________________________________________________________
7221 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
7222         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
7223              From: Nicholas Clark <nick@ccl4.org>
7224              Date: Wed, 26 Dec 2001 19:07:33 +0000
7225              Message-ID: <20011226190732.J48842@plum.flirble.org>            
7226              
7227              socketpair() (un)signedness nit.
7228      Branch: perl
7229            ! util.c
7230 ____________________________________________________________________________
7231 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
7232         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
7233              From: Nicholas Clark <nick@ccl4.org>
7234              Date: Wed, 26 Dec 2001 19:19:47 +0000
7235              Message-ID: <20011226191946.K48842@plum.flirble.org>
7236              
7237              Use report_evil_fh().
7238      Branch: perl
7239            ! doio.c
7240 ____________________________________________________________________________
7241 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
7242         Log: Bad $? assumptions.
7243      Branch: perl
7244            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
7245 ____________________________________________________________________________
7246 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
7247         Log: Net::Ping isn't going to work much without
7248              the Socket extension; fail more gracefully.
7249      Branch: perl
7250            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7251            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7252            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7253            ! lib/Net/Ping/t/300_ping_stream.t
7254 ____________________________________________________________________________
7255 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
7256         Log: metaconfig unit change for #13888.
7257      Branch: metaconfig
7258            ! U/modified/Oldconfig.U
7259 ____________________________________________________________________________
7260 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
7261         Log: test -d /system is a bit too generic test for VOS
7262              (false hit in BeOS)
7263      Branch: perl
7264            ! Configure
7265 ____________________________________________________________________________
7266 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
7267         Log: No AF_UNIX in BeOS.
7268      Branch: perl
7269            ! util.c
7270 ____________________________________________________________________________
7271 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
7272         Log: FAQ sync.
7273      Branch: perl
7274            ! pod/perlfaq5.pod
7275 ____________________________________________________________________________
7276 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
7277         Log: Update Changes.
7278      Branch: perl
7279            ! Changes patchlevel.h
7280 ____________________________________________________________________________
7281 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
7282         Log: Make -t equal -tw.
7283      Branch: perl
7284            ! perl.c pod/perlrun.pod
7285 ____________________________________________________________________________
7286 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
7287         Log: Subject: Re: Not OK 13881
7288              From: John Peacock <jpeacock@rowman.com>
7289              Date: Tue, 25 Dec 2001 06:02:12 -0500
7290              Message-ID: <3C285CB4.8040006@rowman.com>
7291      Branch: perl
7292            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
7293 ____________________________________________________________________________
7294 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
7295         Log: Subject: Re: Not OK 13881
7296              From: andreas.koenig@anima.de (Andreas J. Koenig)
7297              Date: 25 Dec 2001 07:33:23 +0100
7298              Message-ID: <m3bsgnajws.fsf@anima.de>
7299      Branch: perl
7300            ! op.c
7301 ____________________________________________________________________________
7302 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
7303         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
7304              From: Mark-Jason Dominus <mjd@plover.com>    
7305              Date: Mon, 24 Dec 2001 18:14:48 -0500
7306              Message-ID: <20011224231448.25826.qmail@plover.com>
7307      Branch: perl
7308            ! op.c t/op/eval.t
7309 ____________________________________________________________________________
7310 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
7311         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
7312              From: Dave Rolsky <autarch@urth.org>
7313              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
7314              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
7315      Branch: perl
7316            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
7317            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
7318            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7319            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7320            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
7321 ____________________________________________________________________________
7322 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
7323         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
7324              From: Jeffrey Friedl <jfriedl@yahoo.com>
7325              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
7326              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
7327              
7328              The rest of the tests for plus few extras.
7329      Branch: perl
7330            ! t/op/pat.t
7331 ____________________________________________________________________________
7332 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
7333         Log: metaconfig unit change for #13877.
7334      Branch: metaconfig
7335            ! U/modified/Unix.U
7336 ____________________________________________________________________________
7337 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
7338         Log: No-op.
7339      Branch: perl
7340            ! Configure
7341 ____________________________________________________________________________
7342 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
7343         Log: More constant casting.
7344      Branch: perl
7345            ! regexec.c
7346 ____________________________________________________________________________
7347 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
7348         Log: Subject: perlhack.pod 
7349              From: "John P. Linderman" <jpl@research.att.com>
7350              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
7351              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
7352      Branch: perl
7353            ! pod/perlhack.pod
7354 ____________________________________________________________________________
7355 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
7356         Log: File::Find patch patches from Thomas Wegner.
7357      Branch: perl
7358            ! lib/File/Find.pm
7359 ____________________________________________________________________________
7360 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
7361         Log: Subject: Re: socketpair emulation 
7362              From: Nicholas Clark <nick@unfortu.net>                 
7363              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
7364              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
7365      Branch: perl
7366            ! ext/Socket/socketpair.t
7367 ____________________________________________________________________________
7368 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
7369         Log: Must cast constants if they can be quads.
7370      Branch: perl
7371            ! regcomp.c
7372 ____________________________________________________________________________
7373 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
7374         Log: Promote the e/uid to wide enough un/signed integers
7375              and printf them as such.
7376      Branch: perl
7377            ! taint.c
7378 ____________________________________________________________________________
7379 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
7380         Log: metaconfig unit change for #13869.
7381      Branch: metaconfig/U/perl
7382            ! d_u32align.U
7383 ____________________________________________________________________________
7384 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
7385         Log: The U32 alignment test wasn't really working, noticed
7386              by Paul Green.  Now the test works, but this means that
7387              we may see coredumps from the test.   I sure hope MMUless
7388              places don't crash on the test.
7389      Branch: perl
7390            ! Configure
7391 ____________________________________________________________________________
7392 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
7393         Log: metaconfig unit changes for #13867.
7394      Branch: metaconfig
7395            ! U/compline/nblock_io.U U/modified/Unix.U
7396            ! U/modified/spitshell.U
7397 ____________________________________________________________________________
7398 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
7399         Log: More VOS tweaks.
7400      Branch: perl
7401            ! Configure
7402 ____________________________________________________________________________
7403 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
7404         Log: The funky final sigma casefolding.
7405      Branch: perl
7406            ! regcomp.c regexec.c t/op/pat.t utf8.h
7407 ____________________________________________________________________________
7408 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
7409         Log: Update Changes.
7410      Branch: perl
7411            ! Changes patchlevel.h
7412 ____________________________________________________________________________
7413 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
7414         Log: Move the \C and \X to pat.t.
7415      Branch: perl
7416            ! t/op/pat.t t/op/re_tests
7417 ____________________________________________________________________________
7418 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
7419         Log: More logical test ordering.
7420      Branch: perl
7421            ! perl.h
7422 ____________________________________________________________________________
7423 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
7424         Log: Integrate perlio;
7425              
7426              Add at least the "important" PerlIO_xxxx functions to embed.pl
7427              so that they get implicit pTHX_ and we can avoid slow dTHX.
7428              
7429              Put PerlIO stuff inside EXTERN C
7430              
7431              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
7432      Branch: perl
7433           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
7434           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
7435           !> win32/win32.c
7436 ____________________________________________________________________________
7437 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
7438         Log: Even more \X fixing.
7439      Branch: perl
7440            ! regexec.c t/op/pat.t
7441 ____________________________________________________________________________
7442 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
7443         Log: More \X fixing.
7444      Branch: perl
7445            ! regexec.c t/op/pat.t
7446 ____________________________________________________________________________
7447 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
7448         Log: Fix encoding pragma.
7449      Branch: perl
7450            ! regcomp.c
7451 ____________________________________________________________________________
7452 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
7453         Log: Subject: socketpair emulation
7454              From: Nicholas Clark <nick@unfortu.net>
7455              Date: Sat, 22 Dec 2001 18:38:18 +0000
7456              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
7457      Branch: perl
7458            + ext/Socket/socketpair.t
7459            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
7460            ! pp_sys.c proto.h util.c
7461 ____________________________________________________________________________
7462 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
7463         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
7464              From: Jeffrey Friedl <jfriedl@yahoo.com>
7465              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
7466              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
7467              
7468              (partially applied, most of the new tests need to be rethought)
7469      Branch: perl
7470            ! regcomp.c t/op/re_tests
7471 ____________________________________________________________________________
7472 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
7473         Log: Small tweaks.
7474      Branch: perl
7475            ! handy.h regexec.c
7476 ____________________________________________________________________________
7477 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
7478         Log: Unicode casefolding continues.
7479              (lib/encoding.t still failing.)
7480      Branch: perl
7481            ! regexec.c t/op/pat.t
7482 ____________________________________________________________________________
7483 [ 13854] By: nick                                  on 2001/12/22  20:01:27
7484         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
7485      Branch: perlio
7486            ! makedef.pl perlio.h perlio.sym win32/win32.c
7487 ____________________________________________________________________________
7488 [ 13853] By: nick                                  on 2001/12/22  19:58:53
7489         Log: Put PerlIO stuff inside EXTERN C
7490      Branch: perlio
7491            ! embed.pl proto.h
7492 ____________________________________________________________________________
7493 [ 13852] By: nick                                  on 2001/12/22  18:04:34
7494         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
7495              so that they get implicit pTHX_ and we can avoid slow dTHX.
7496      Branch: perlio
7497            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
7498            ! perlio.h pod/perlapi.pod proto.h
7499 ____________________________________________________________________________
7500 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
7501         Log: metaconfig unit change for #13850.
7502      Branch: metaconfig
7503            ! U/modified/Loc.U
7504 ____________________________________________________________________________
7505 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
7506         Log: Rework the make logic (again).
7507      Branch: perl
7508            ! Configure
7509 ____________________________________________________________________________
7510 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
7511         Log: Integrate perlio;
7512              Fix mis-parse of autoloaded usage code by declaring the sub
7513              Correct checking code which Ilya spotted was tripped by CR at EOF.
7514              The CR at EOF fix earlier broke CR at end-of-buffer.
7515      Branch: perl
7516            ! regexec.c
7517           !> ext/POSIX/POSIX.pm perlio.c sv.c
7518 ____________________________________________________________________________
7519 [ 13848] By: nick                                  on 2001/12/22  15:11:17
7520         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
7521              This should be okay for both?
7522      Branch: perlio
7523            ! perlio.c
7524 ____________________________________________________________________________
7525 [ 13847] By: nick                                  on 2001/12/22  12:26:32
7526         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
7527              Also tone down perl -DP tracing of sv_gets.
7528      Branch: perlio
7529            ! perlio.c sv.c
7530 ____________________________________________________________________________
7531 [ 13846] By: nick                                  on 2001/12/22  10:49:27
7532         Log: Fix mis-parse of autoloaded usage code by declaring the sub
7533      Branch: perlio
7534            ! ext/POSIX/POSIX.pm
7535 ____________________________________________________________________________
7536 [ 13845] By: nick                                  on 2001/12/22  10:44:11
7537         Log: Integrate mainline - some fails:
7538              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
7539              -------------------------------------------------------------------------------
7540              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
7541              ../lib/encoding.t                    19    2  10.53%  17-18
7542              op/pat.t                            770    3   0.39%  754-755 757
7543      Branch: perlio
7544           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
7545           !> (integrate 36 files)
7546 ____________________________________________________________________________
7547 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
7548         Log: More Unicode casing fixes.
7549      Branch: perl
7550            ! regexec.c t/op/pat.t
7551 ____________________________________________________________________________
7552 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
7553         Log: Unicode casefolding fixes.
7554      Branch: perl
7555            ! op.c regcomp.c regexec.c t/op/pat.t
7556 ____________________________________________________________________________
7557 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
7558         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
7559              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7560              Date: Sat, 22 Dec 2001 00:01:29 +0100
7561              Message-ID: <20011222000129.A713@rafael>
7562      Branch: perl
7563            ! ext/B/B/Deparse.pm
7564 ____________________________________________________________________________
7565 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
7566         Log: VOS config from Paul Green.
7567      Branch: perl
7568            ! hints/vos.sh
7569 ____________________________________________________________________________
7570 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
7571         Log: Subject: [PATCH @13746] CreateTTY on OS/2
7572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7573              Date: Fri, 21 Dec 2001 15:59:45 -0500
7574              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
7575      Branch: perl
7576            ! lib/perl5db.pl
7577 ____________________________________________________________________________
7578 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
7579         Log: Subject: [PATCH @13746] uninstalled build of modules broken
7580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7581              Date: Fri, 21 Dec 2001 15:49:09 -0500
7582              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
7583      Branch: perl
7584            ! lib/ExtUtils/MM_Unix.pm
7585 ____________________________________________________________________________
7586 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
7587         Log: Subject: [PATCH @13746] OS/2 File::* modules
7588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7589              Date: Fri, 21 Dec 2001 15:43:24 -0500
7590              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
7591      Branch: perl
7592            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
7593 ____________________________________________________________________________
7594 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
7595         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
7596              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7597              Date: Fri, 21 Dec 2001 17:29:07 +0100
7598              Message-ID: <3C236353.6625C4C0@alcatel.at>
7599      Branch: perl
7600            ! pod/perltie.pod
7601 ____________________________________________________________________________
7602 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
7603         Log: metaconfig unit changes for #13835
7604      Branch: metaconfig
7605            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
7606            ! U/modified/sh.U
7607 ____________________________________________________________________________
7608 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
7609         Log: Further VOS tweaks: the _exe needs to be introduced
7610              in the very beginning, and the make/gmake needs special
7611              VOS logic.
7612      Branch: perl
7613            ! Configure Makefile.SH
7614 ____________________________________________________________________________
7615 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
7616         Log: Update Changes.
7617      Branch: perl
7618            ! Changes patchlevel.h
7619 ____________________________________________________________________________
7620 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
7621         Log: metaconfig unit change for #13832.
7622      Branch: metaconfig
7623            ! U/modified/spitshell.U
7624 ____________________________________________________________________________
7625 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
7626         Log: Also the search for cat needs to be _exe-aware.
7627      Branch: perl
7628            ! Configure
7629 ____________________________________________________________________________
7630 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
7631         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
7632              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7633              Date: Fri, 21 Dec 2001 14:02:01 +0100
7634              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
7635      Branch: perl
7636            ! ext/B/B/Xref.pm
7637 ____________________________________________________________________________
7638 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
7639         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
7640      Branch: perl
7641            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7642            ! ext/B/t/assembler.t
7643 ____________________________________________________________________________
7644 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
7645         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
7646              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7647              Date: Fri, 21 Dec 2001 11:15:38 +0100
7648              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
7649      Branch: perl
7650            ! hv.c
7651 ____________________________________________________________________________
7652 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
7653         Log: A plan is good.
7654      Branch: perl
7655            ! ext/re/re.t
7656 ____________________________________________________________________________
7657 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
7658         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
7659              From: chromatic <chromatic@rmci.net>
7660              Date: Thu, 20 Dec 2001 16:16:48 -0700
7661              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
7662      Branch: perl
7663            + ext/re/re.t
7664            ! MANIFEST
7665 ____________________________________________________________________________
7666 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
7667         Log: Synchronize the skippage message.
7668      Branch: perl
7669            ! lib/ExtUtils/t/MM_OS2.t
7670 ____________________________________________________________________________
7671 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
7672         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
7673              From: chromatic <chromatic@rmci.net>
7674              Date: Thu, 20 Dec 2001 16:09:10 -0700
7675              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
7676      Branch: perl
7677            + lib/ExtUtils/t/MM_OS2.t
7678            ! MANIFEST
7679 ____________________________________________________________________________
7680 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
7681         Log: Subject: perlfunc.pod patch re flock via fcntl
7682              From: "Tye McQueen" <tye@metronet.com>
7683              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
7684              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
7685      Branch: perl
7686            ! pod/perlfunc.pod
7687 ____________________________________________________________________________
7688 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
7689         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
7690              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
7691              (the Unicode maximum code point) warnable offenses.
7692      Branch: perl
7693            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
7694            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
7695 ____________________________________________________________________________
7696 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
7697         Log: Sterner admonishment on -t.
7698      Branch: perl
7699            ! pod/perlrun.pod
7700 ____________________________________________________________________________
7701 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
7702         Log: Subject: [PATCH B::Dpparse] minor qr// fix
7703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7704              Date: Thu, 20 Dec 2001 22:53:34 +0100
7705              Message-ID: <20011220225334.A735@rafael>
7706      Branch: perl
7707            ! ext/B/B/Deparse.pm
7708 ____________________________________________________________________________
7709 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
7710         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
7711              From: Robert Spier <rspier@pobox.com>
7712              Date: Thu, 20 Dec 2001 08:10:00 -0800
7713              Message-ID: <15394.3416.693353.107334@rls.cx>
7714      Branch: perl
7715            ! lib/Carp/Heavy.pm
7716 ____________________________________________________________________________
7717 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
7718         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
7719      Branch: perl
7720           !> win32/win32io.c
7721 ____________________________________________________________________________
7722 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
7723         Log: Subject: Re: [PATCH pod/perliol.pod] resend
7724              From: Stas Bekman <stas@stason.org>
7725              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
7726              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
7727      Branch: perl
7728            ! pod/perliol.pod
7729 ____________________________________________________________________________
7730 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
7731         Log: Fix up the APIs noone hopefully uses.
7732      Branch: perl
7733            ! utf8.c
7734 ____________________________________________________________________________
7735 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
7736         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
7737              Date: Wed, 19 Dec 2001 14:13:38 -0800
7738              From: Robert Spier <rspier@pobox.com>
7739              Message-ID: <15393.4370.605214.548582@rls.cx>
7740      Branch: perl
7741            ! lib/Carp.t lib/Carp/Heavy.pm
7742 ____________________________________________________________________________
7743 [ 13815] By: nick                                  on 2001/12/20  10:23:42
7744         Log: pTHX_ fixes for :win32 layer
7745      Branch: perlio
7746            ! win32/win32io.c
7747 ____________________________________________________________________________
7748 [ 13814] By: nick                                  on 2001/12/20  08:20:11
7749         Log: Integrate mainline (mostly) utf8.c does not compile.
7750      Branch: perlio
7751           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
7752           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7753           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7754           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7755           +> lib/Net/Ping/t/300_ping_stream.t
7756           !> Changes MANIFEST embed.h embed.pl embedvar.h
7757           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
7758           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
7759           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
7760           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
7761           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
7762 ____________________________________________________________________________
7763 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
7764         Log: Some bincompat clawbacks.
7765      Branch: perl
7766            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
7767            ! wince/perldll.def
7768 ____________________________________________________________________________
7769 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
7770         Log: gcc pacifying (RH 7.1/ia64).
7771      Branch: perl
7772            ! pp.c
7773 ____________________________________________________________________________
7774 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
7775         Log: Update Changes.
7776      Branch: perl
7777            ! Changes patchlevel.h
7778 ____________________________________________________________________________
7779 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
7780         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
7781              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7782              Date: Wed, 19 Dec 2001 12:35:07 +0100
7783              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
7784              
7785              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
7786              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7787              Date: Wed, 19 Dec 2001 17:34:51 +0000
7788              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
7789      Branch: perl
7790            ! pod/perlre.pod
7791 ____________________________________________________________________________
7792 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
7793         Log: Integrate perlio.
7794      Branch: perl
7795           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7796           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
7797 ____________________________________________________________________________
7798 [ 13808] By: nick                                  on 2001/12/19  16:08:27
7799         Log: Add pTHX to all vtable functions for future-proofing and
7800              consistency of PerlIO layers.
7801      Branch: perlio
7802            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7803            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
7804 ____________________________________________________________________________
7805 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
7806         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
7807      Branch: perl
7808            ! ext/B/B/Assembler.pm
7809 ____________________________________________________________________________
7810 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
7811         Log: Reword the alarm explanation.
7812      Branch: perl
7813            ! pod/perlfunc.pod
7814 ____________________________________________________________________________
7815 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
7816         Log: Subject: [PATCH @13746] OS/2 build
7817              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
7818              Date: Wed, 19 Dec 2001 02:45:41 -0500
7819              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
7820              
7821              (skipped the t/TEST change)
7822      Branch: perl
7823            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
7824            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
7825            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
7826 ____________________________________________________________________________
7827 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
7828         Log: Upgrade to Net::Ping 2.09.
7829      Branch: perl
7830            + lib/Net/Ping/CHANGES lib/Net/Ping/README
7831            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7832            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7833            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7834            + lib/Net/Ping/t/300_ping_stream.t
7835            ! MANIFEST lib/Net/Ping.pm
7836 ____________________________________________________________________________
7837 [ 13803] By: nick                                  on 2001/12/19  14:43:24
7838         Log: Integrate mainline
7839      Branch: perlio
7840           +> ext/B/t/assembler.t lib/lib.t
7841           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7842           !> lib/lib_pm.PL t/op/glob.t utf8.c
7843 ____________________________________________________________________________
7844 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
7845         Log: B::Assembler/B::Disassembler patches and test;
7846              from Wolfgang Laun.
7847              
7848              TODO: getting perlcc working.
7849      Branch: perl
7850            + ext/B/t/assembler.t
7851            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7852 ____________________________________________________________________________
7853 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
7854         Log: Can't printf U8s as UVs.
7855      Branch: perl
7856            ! utf8.c
7857 ____________________________________________________________________________
7858 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
7859         Log: Subject: Re: [PATCH] ...while $var = glob(...)
7860              From: Robin Houston <robin@kitsite.com> 
7861              Date: Wed, 19 Dec 2001 13:48:55 +0000
7862              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
7863              
7864              Not exactly a glob test but internal-logically correct.
7865      Branch: perl
7866            ! t/op/glob.t
7867 ____________________________________________________________________________
7868 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
7869         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
7870              From: Michael G Schwern <schwern@pobox.com> 
7871              Date: Wed, 19 Dec 2001 07:42:54 -0500
7872              Message-ID: <20011219124254.GF8630@blackrider>
7873      Branch: perl
7874            + lib/lib.t
7875            ! MANIFEST lib/lib_pm.PL
7876 ____________________________________________________________________________
7877 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
7878         Log: Integrate with perlio.
7879      Branch: perl
7880           !> hv.c hv.h scope.c util.c
7881 ____________________________________________________________________________
7882 [ 13797] By: nick                                  on 2001/12/19  12:03:21
7883         Log: Remove the sometimes-lvalue cast
7884      Branch: perlio
7885            ! hv.h
7886 ____________________________________________________________________________
7887 [ 13796] By: nick                                  on 2001/12/19  11:02:27
7888         Log: alarm.t with -Uuseperlio fix
7889              - SA_RESTART should only be function of PERL_OLD_SIGNALS
7890              not USE_PERLIO
7891      Branch: perlio
7892            ! util.c
7893 ____________________________________________________________________________
7894 [ 13795] By: nick                                  on 2001/12/19  10:19:40
7895         Log: Fix READONLY hashes:
7896              1. Discovered need for disabled scope.c part of Jeff's patch.
7897              2. Corrected hv_delete* - entry was being de-linked from
7898              chain (patch program not smart enough?)
7899      Branch: perlio
7900            ! hv.c scope.c
7901 ____________________________________________________________________________
7902 [ 13794] By: nick                                  on 2001/12/19  09:35:13
7903         Log: Integrate mainline
7904      Branch: perlio
7905           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
7906           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
7907           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
7908           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
7909           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
7910 ____________________________________________________________________________
7911 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
7912         Log: Regen toc.
7913      Branch: perl
7914            ! pod/perltoc.pod
7915 ____________________________________________________________________________
7916 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
7917         Log: FAQ sync.
7918      Branch: perl
7919            ! pod/perlfaq5.pod
7920 ____________________________________________________________________________
7921 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
7922         Log: Reformat round.
7923      Branch: perl
7924            ! pod/perlunicode.pod
7925 ____________________________________________________________________________
7926 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
7927         Log: Subject: [PATCH] pod/perlunicode.pod
7928              From: Jeffrey Friedl <jfriedl@yahoo.com>
7929              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
7930              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
7931      Branch: perl
7932            ! pod/perlunicode.pod
7933 ____________________________________________________________________________
7934 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
7935         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
7936              From: Jeffrey Friedl <jfriedl@yahoo.com>
7937              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
7938              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
7939      Branch: perl
7940            ! pod/perluniintro.pod
7941 ____________________________________________________________________________
7942 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
7943         Log: Slight pod reformatting.
7944      Branch: perl
7945            ! pod/perluniintro.pod
7946 ____________________________________________________________________________
7947 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
7948         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
7949              From: Jeffrey Friedl <jfriedl@yahoo.com>    
7950              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
7951              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
7952      Branch: perl
7953            ! pod/perluniintro.pod
7954 ____________________________________________________________________________
7955 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
7956         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
7957              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7958              Date: Wed, 19 Dec 2001 01:45:23 +0000
7959              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
7960      Branch: perl
7961            ! sv.c
7962 ____________________________________________________________________________
7963 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
7964         Log: Subject: Porting/checkURL.pl
7965              From: abigail@foad.org
7966              Date: Tue, 18 Dec 2001 19:03:22 +0100          
7967              Message-ID: <20011218180322.8278.qmail@foad.org> 
7968      Branch: perl
7969            ! Porting/checkURL.pl
7970 ____________________________________________________________________________
7971 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
7972         Log: metaconfig unit change for #13783.
7973      Branch: metaconfig
7974            ! U/modified/Loc.U
7975 ____________________________________________________________________________
7976 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
7977         Log: A bit too oversweeping matching in #13778.
7978      Branch: perl
7979            ! Configure
7980 ____________________________________________________________________________
7981 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
7982         Log: Re-gen Configure based on #13778..13781.
7983      Branch: perl
7984            ! Configure config_h.SH
7985 ____________________________________________________________________________
7986 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
7987         Log: First assume that crypt() can live happy normal life in
7988              the libc or the moral equivalent; only then try magic.
7989      Branch: metaconfig
7990            + U/modified/d_crypt.U
7991 ____________________________________________________________________________
7992 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
7993         Log: In VOS ACLs confuse the testing.
7994      Branch: metaconfig
7995            ! U/modified/Findhdr.U
7996 ____________________________________________________________________________
7997 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
7998         Log: Either make or gmake.
7999      Branch: metaconfig
8000            ! U/modified/Loc.U
8001 ____________________________________________________________________________
8002 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
8003         Log: If your _exe is different from .exe and your test -f $foo
8004              doesn't do magic to recognize $foo$_exe, you will need to
8005              specify -D_exe=... on command line-- and this patch.
8006      Branch: metaconfig
8007            + U/modified/sh.U
8008            ! U/modified/Loc.U
8009 ____________________________________________________________________________
8010 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
8011         Log: Fix the bugs in #13768..13776, and regen Configure.
8012      Branch: metaconfig
8013            ! U/compline/nblock_io.U U/modified/Findhdr.U
8014            ! U/modified/spitshell.U
8015      Branch: metaconfig/U/perl
8016            ! issymlink.U perlpath.U
8017      Branch: perl
8018            ! Configure config_h.SH
8019 ____________________________________________________________________________
8020 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
8021         Log: Must test with $_exe. (There are plenty of similar
8022              spots earlier but they are a tad more complex to fix
8023              since they come before the hints are run.)
8024      Branch: metaconfig
8025            + U/modified/yacc.U
8026 ____________________________________________________________________________
8027 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
8028         Log: F_SETFL might require <fcntl.h>
8029      Branch: metaconfig
8030            ! U/compline/nblock_io.U
8031 ____________________________________________________________________________
8032 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
8033         Log: Don't require make; have both make and gmake optional.
8034              (Maybe have a check that at least one of them is available?)
8035      Branch: metaconfig
8036            ! U/modified/Loc.U
8037 ____________________________________________________________________________
8038 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
8039         Log: cat might be farther than /bin or /usr/bin.
8040      Branch: metaconfig
8041            ! U/modified/spitshell.U
8042 ____________________________________________________________________________
8043 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
8044         Log: In VOS the path component separator is >, not /.
8045      Branch: metaconfig
8046            ! U/modified/Findhdr.U
8047 ____________________________________________________________________________
8048 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
8049         Log: The VOS shell doesn't implement the ? wildcard
8050              (? is used for other purposes, I assume); but
8051              it does implement the * wildcard, and that works
8052              in the general case just fine.
8053      Branch: metaconfig/U/perl
8054            ! d_dlsymun.U
8055 ____________________________________________________________________________
8056 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
8057         Log: VOS detection.
8058      Branch: metaconfig
8059            ! U/modified/Oldconfig.U
8060 ____________________________________________________________________________
8061 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
8062         Log: Proper path for VOS.
8063      Branch: metaconfig
8064            ! U/modified/Head.U
8065 ____________________________________________________________________________
8066 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
8067         Log: Change s/>& 4/>&4/g for consistency.
8068      Branch: metaconfig
8069            + U/modified/d_dosuid.U
8070            ! U/modified/d_socket.U
8071      Branch: metaconfig/U/perl
8072            ! issymlink.U perlxvf.U
8073 ____________________________________________________________________________
8074 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
8075         Log: Subject: Re: Benchmark.t failure on Linux
8076              From: Nicholas Clark <nick@ccl4.org>
8077              Date: Tue, 18 Dec 2001 22:51:25 +0000
8078              Message-ID: <20011218225124.N21702@plum.flirble.org>
8079      Branch: perl
8080            ! lib/Benchmark.t
8081 ____________________________________________________________________________
8082 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
8083         Log: Re-applying #13752 until a better solution can be found.
8084      Branch: perl
8085            ! lib/ExtUtils/t/MM_Unix.t
8086 ____________________________________________________________________________
8087 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
8088         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
8089              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
8090              Date: Tue, 18 Dec 2001 12:05:40 -0500
8091              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
8092      Branch: perl
8093            ! lib/Exporter.pm
8094 ____________________________________________________________________________
8095 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
8096         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
8097              findings -- some of the warnings I can't explain except
8098              by NVgf being detected wrong, though.
8099      Branch: perl
8100            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
8101 ____________________________________________________________________________
8102 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
8103         Log: Subject: [PATCH] pod/perluniintro.pod
8104              From: Jeffrey Friedl <jfriedl@yahoo.com>
8105              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
8106              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
8107      Branch: perl
8108            ! pod/perluniintro.pod
8109 ____________________________________________________________________________
8110 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
8111         Log: ".pm" is the native executable suffix in VOS.
8112      Branch: perl
8113            ! hints/vos.sh
8114 ____________________________________________________________________________
8115 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
8116         Log: Integrate perlio;
8117              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
8118      Branch: perl
8119           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
8120 ____________________________________________________________________________
8121 [ 13760] By: nick                                  on 2001/12/18  15:55:22
8122         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
8123              - added delete of READONLY value inhibit & test for same
8124              - re-tabbed
8125      Branch: perlio
8126            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
8127 ____________________________________________________________________________
8128 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
8129         Log: (Undone by #13766.)
8130              Retract #13752.
8131      Branch: perl
8132            ! lib/ExtUtils/t/MM_Unix.t
8133 ____________________________________________________________________________
8134 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
8135         Log: Echoes of #13757.
8136      Branch: perl
8137            ! t/lib/warnings/utf8
8138 ____________________________________________________________________________
8139 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
8140         Log: Make the utf8 malformedness messages more verbose.
8141      Branch: perl
8142            ! lib/utf8.t utf8.c
8143 ____________________________________________________________________________
8144 [ 13756] By: nick                                  on 2001/12/18  14:43:58
8145         Log: Integrate mainline
8146      Branch: perlio
8147           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
8148           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
8149           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
8150           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
8151           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8152           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
8153            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
8154            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
8155            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
8156            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
8157            - lib/ExtUtils/testlib.t
8158           !> (integrate 28 files)
8159 ____________________________________________________________________________
8160 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
8161         Log: README.aix updates from Jens-Uwe Mager.
8162      Branch: perl
8163            ! README.aix
8164 ____________________________________________________________________________
8165 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
8166         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
8167              From: Michael G Schwern <schwern@pobox.com>
8168              Date: Tue, 18 Dec 2001 00:58:18 -0500
8169              Message-ID: <20011218055818.GC4362@blackrider>
8170      Branch: perl
8171            ! lib/Benchmark.t
8172 ____________________________________________________________________________
8173 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
8174         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
8175              From: Michael G Schwern <schwern@pobox.com>
8176              Date: Tue, 18 Dec 2001 00:40:38 -0500
8177              Message-ID: <20011218054038.GB4362@blackrider>
8178      Branch: perl
8179            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
8180 ____________________________________________________________________________
8181 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
8182         Log: (reintroduced by #13766)
8183              (retracted by #13759)
8184              
8185              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
8186              From: Michael G Schwern <schwern@pobox.com>  
8187              Date: Tue, 18 Dec 2001 00:00:23 -0500
8188              Message-ID: <20011218050023.GA27893@blackrider>
8189      Branch: perl
8190            ! lib/ExtUtils/t/MM_Unix.t
8191 ____________________________________________________________________________
8192 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
8193         Log: Re-patch #13749.
8194      Branch: perl
8195            ! t/op/glob.t
8196 ____________________________________________________________________________
8197 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
8198         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
8199              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8200              Date: Tue, 18 Dec 2001 12:55:43 +0000
8201              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
8202      Branch: perl
8203            ! ext/Devel/Peek/Peek.pm
8204 ____________________________________________________________________________
8205 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
8206         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
8207              From: Robin Houston <robin@kitsite.com> 
8208              Date: Tue, 18 Dec 2001 14:54:33 +0000
8209              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
8210      Branch: perl
8211            ! t/op/glob.t
8212 ____________________________________________________________________________
8213 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
8214         Log: Subject: [PATCH] slightly more for Exporter.pm
8215              From: Nicholas Clark <nick@ccl4.org>
8216              Date: Tue, 18 Dec 2001 00:22:03 +0000
8217              Message-ID: <20011218002203.M21702@plum.flirble.org>
8218      Branch: perl
8219            ! lib/Exporter.pm
8220 ____________________________________________________________________________
8221 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
8222         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
8223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8224              Date: Mon, 17 Dec 2001 16:37:18 +0100
8225              Message-ID: <20011217163718.A2292@rafael>
8226              
8227              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
8228              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8229              Date: Mon, 17 Dec 2001 23:17:06 +0100
8230              Message-ID: <20011217231706.A730@rafael>
8231      Branch: perl
8232            ! pod/perlsub.pod pp.c toke.c
8233 ____________________________________________________________________________
8234 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
8235         Log: Update Changes.
8236      Branch: perl
8237            ! Changes patchlevel.h
8238 ____________________________________________________________________________
8239 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
8240         Log: New test warrants a MANIFEST entry.
8241      Branch: perl
8242            ! MANIFEST
8243 ____________________________________________________________________________
8244 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
8245         Log: Subject: Re: [PATCH] ...while $var = glob(...)
8246              From: Robin Houston <robin@kitsite.com>
8247              Date: Mon, 17 Dec 2001 20:27:30 +0000
8248              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
8249              
8250              Can't portably unlink open files.
8251      Branch: perl
8252            ! t/op/glob.t
8253 ____________________________________________________________________________
8254 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
8255         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
8256      Branch: perl
8257            ! pod/perluniintro.pod
8258 ____________________________________________________________________________
8259 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
8260         Log: Move typeglob test from glob.t to gv.t.
8261      Branch: perl
8262            ! t/op/glob.t t/op/gv.t
8263 ____________________________________________________________________________
8264 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
8265         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
8266              From: Robin Houston <robin@kitsite.com> 
8267              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
8268              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
8269      Branch: perl
8270            ! t/op/glob.t
8271 ____________________________________________________________________________
8272 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
8273         Log: Demote the surrogate and non-character errors to warnings.
8274      Branch: perl
8275            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
8276 ____________________________________________________________________________
8277 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
8278         Log: Subject: [PATCH] more POSIX tests, and more autoloading
8279              From: Nicholas Clark <nick@ccl4.org>
8280              Date: Mon, 17 Dec 2001 18:27:47 +0000
8281              Message-ID: <20011217182747.D21702@plum.flirble.org>
8282      Branch: perl
8283            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
8284 ____________________________________________________________________________
8285 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
8286         Log: Subject: [PATCH] ...while $var = glob(...)
8287              From: Robin Houston <robin@kitsite.com> 
8288              Date: Mon, 17 Dec 2001 15:51:54 +0000
8289              Message-ID: <20011217155153.A311@robin.kitsite.com>
8290      Branch: perl
8291            ! op.c
8292 ____________________________________________________________________________
8293 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
8294         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
8295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8296              Date: Mon, 17 Dec 2001 15:23:01 +0100
8297              Message-ID: <20011217152301.A704@rafael>
8298      Branch: perl
8299            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
8300 ____________________________________________________________________________
8301 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
8302         Log: The system() vs $SIG{ARLM} is no more a todo.
8303      Branch: perl
8304            ! t/op/alarm.t
8305 ____________________________________________________________________________
8306 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
8307         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
8308              From: Michael G Schwern <schwern@pobox.com>
8309              Date: Sun, 16 Dec 2001 23:59:01 -0500
8310              Message-ID: <20011217045901.GL17232@blackrider>
8311      Branch: perl
8312            + t/op/alarm.t
8313            ! MANIFEST
8314 ____________________________________________________________________________
8315 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
8316         Log: s/UNIX/Unix/
8317      Branch: perl
8318            ! MANIFEST
8319 ____________________________________________________________________________
8320 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
8321         Log: Move ExtUtils tests to lib/ExtUtils/t.
8322      Branch: perl
8323            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
8324            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
8325            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
8326            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
8327            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8328            + lib/ExtUtils/t/testlib.t
8329            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
8330            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
8331            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
8332            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
8333            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
8334            ! MANIFEST
8335 ____________________________________________________________________________
8336 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
8337         Log: Subject: [PATCH] MM_Unix tests, and some questions
8338              From: Tels <perl_dummy@bloodgate.com>
8339              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
8340              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
8341              
8342              Subject: Re: [PATCH] MM_Unix tests, and some questions
8343              From: Tels <perl_dummy@bloodgate.com>
8344              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
8345              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
8346      Branch: perl
8347            + lib/ExtUtils/MM_Unix.t
8348            ! MANIFEST lib/ExtUtils/MM_Unix.pm
8349 ____________________________________________________________________________
8350 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
8351         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
8352              From: Michael G Schwern <schwern@pobox.com>
8353              Date: Sun, 16 Dec 2001 17:53:55 -0500
8354              Message-ID: <20011216225354.GE8900@blackrider>
8355      Branch: perl
8356            ! lib/ExtUtils/MM_Unix.pm
8357 ____________________________________________________________________________
8358 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
8359         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
8360              From: Michael G Schwern <schwern@pobox.com>                
8361              Date: Sun, 16 Dec 2001 16:12:55 -0500
8362              Message-ID: <20011216211255.GV8900@blackrider>
8363      Branch: perl
8364            ! ext/B/B/Deparse.pm
8365 ____________________________________________________________________________
8366 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
8367         Log: Subject: [PATCH] Exporter.pm
8368              From: Nicholas Clark <nick@ccl4.org>
8369              Date: Sun, 16 Dec 2001 19:24:25 +0000
8370              Message-ID: <20011216192425.R21702@plum.flirble.org>
8371      Branch: perl
8372            ! lib/Exporter.pm
8373 ____________________________________________________________________________
8374 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
8375         Log: Subject: [PATCH] Exporter.t (and question)
8376              From: Nicholas Clark <nick@ccl4.org>
8377              Date: Sun, 16 Dec 2001 17:24:55 +0000
8378              Message-ID: <20011216172455.P21702@plum.flirble.org>
8379      Branch: perl
8380            ! lib/Exporter.t
8381 ____________________________________________________________________________
8382 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
8383         Log: Subject: Re: perl@13661
8384              From: "John P. Linderman" <jpl@research.att.com>              
8385              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
8386              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
8387      Branch: perl
8388            ! pp_sort.c
8389 ____________________________________________________________________________
8390 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
8391         Log: Subject: Will the real Unicode encoding please stand up?
8392              From: Jeffrey Friedl <jfriedl@yahoo.com>
8393              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
8394              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
8395      Branch: perl
8396            ! pod/perluniintro.pod
8397 ____________________________________________________________________________
8398 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
8399         Log: Integrate perlio; interruptable system().
8400      Branch: perl
8401           !> util.c
8402 ____________________________________________________________________________
8403 [ 13724] By: nick                                  on 2001/12/17  09:16:50
8404         Log: Fix for alarm() breaking into wait*().
8405              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
8406              signal handler before caller re-does the system call.
8407      Branch: perlio
8408            ! util.c
8409 ____________________________________________________________________________
8410 [ 13723] By: nick                                  on 2001/12/17  07:45:13
8411         Log: Integrate mainline
8412      Branch: perlio
8413           +> (branch 26 files)
8414           !> (integrate 47 files)
8415 ____________________________________________________________________________
8416 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
8417         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
8418              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
8419              and characters beyond 0x10FFF should be disallowed, too,
8420              but some tests would need changing, but more importantly some
8421              APIs would need remodeling since one can easily generate such
8422              characters either by bitwise complements, tr complements, or
8423              v-strings.
8424      Branch: perl
8425            ! pod/perldiag.pod utf8.c
8426 ____________________________________________________________________________
8427 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
8428         Log: Make surrogates illegal also on EBCDIC.
8429      Branch: perl
8430            ! utf8.c
8431 ____________________________________________________________________________
8432 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
8433         Log: Subject: [patch @13687] Unicode::Collate 0.10
8434              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
8435              Date: Sun, 16 Dec 2001 21:22:12 +0900
8436              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
8437      Branch: perl
8438            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8439            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8440 ____________________________________________________________________________
8441 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
8442         Log: More documentation for the encoding pragma.
8443      Branch: perl
8444            ! lib/encoding.pm
8445 ____________________________________________________________________________
8446 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
8447         Log: Subject: [PATCH] lib/open.pm 
8448              From: Jeffrey Friedl <jfriedl@yahoo.com>
8449              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
8450              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
8451      Branch: perl
8452            ! lib/open.pm
8453 ____________________________________________________________________________
8454 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
8455         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
8456              From: chromatic <chromatic@rmci.net>
8457              Date: Sat, 15 Dec 2001 23:24:40 -0700
8458              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
8459      Branch: perl
8460            + lib/ExtUtils/Installed.t
8461            ! MANIFEST
8462 ____________________________________________________________________________
8463 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
8464         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
8465              From: Michael G Schwern <schwern@pobox.com>
8466              Date: Sun, 16 Dec 2001 01:14:00 -0500
8467              Message-ID: <20011216061400.GC8900@blackrider>
8468      Branch: perl
8469            ! lib/diagnostics.pm
8470 ____________________________________________________________________________
8471 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
8472         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
8473              From: Michael G Schwern <schwern@pobox.com>
8474              Date: Sun, 16 Dec 2001 01:12:42 -0500
8475              Message-ID: <20011216061242.GB8900@blackrider>
8476      Branch: perl
8477            ! t/test.pl
8478 ____________________________________________________________________________
8479 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
8480         Log: I sometimes outsmart myself.
8481      Branch: perl
8482            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
8483 ____________________________________________________________________________
8484 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
8485         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
8486              From: Michael G Schwern <schwern@pobox.com>
8487              Date: Sat, 15 Dec 2001 15:08:29 -0500
8488              Message-ID: <20011215200829.GK1548@blackrider>
8489      Branch: perl
8490            ! lib/AutoSplit.pm
8491 ____________________________________________________________________________
8492 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
8493         Log: perlunicode enchancements suggested by Jeffrey Friedl.
8494      Branch: perl
8495            ! pod/perlunicode.pod
8496 ____________________________________________________________________________
8497 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
8498         Log: Subject: [PATCH] perlunicode.pod
8499              From: Jeffrey Friedl <jfriedl@yahoo.com>
8500              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
8501              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
8502      Branch: perl
8503            ! pod/perlunicode.pod
8504 ____________________________________________________________________________
8505 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
8506         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
8507              From: Jeffrey Friedl <jfriedl@yahoo.com>
8508              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
8509              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
8510      Branch: perl
8511            ! lib/utf8_heavy.pl
8512 ____________________________________________________________________________
8513 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
8514         Log: Can't create surrogates; so can't match them, either.
8515      Branch: perl
8516            ! pod/perlunicode.pod
8517 ____________________________________________________________________________
8518 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
8519         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
8520              From: Michael G Schwern <schwern@pobox.com>
8521              Date: Sat, 15 Dec 2001 21:20:35 -0500
8522              Message-ID: <20011216022035.GE5672@blackrider>
8523      Branch: perl
8524            ! t/test.pl
8525 ____________________________________________________________________________
8526 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
8527         Log: Make creating UTF-8 surrogates a punishable act.
8528      Branch: perl
8529            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
8530 ____________________________________________________________________________
8531 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
8532         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
8533      Branch: perl
8534            + lib/unicore/In/172.pl lib/unicore/In/173.pl
8535            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
8536            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
8537            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
8538            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
8539            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
8540 ____________________________________________________________________________
8541 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
8542         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
8543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8544              Date: Sat, 15 Dec 2001 23:21:43 +0100
8545              Message-ID: <20011215232143.A11790@rafael>
8546      Branch: perl
8547            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8548 ____________________________________________________________________________
8549 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
8550         Log: Make charnames more robust.
8551      Branch: perl
8552            ! lib/charnames.pm
8553 ____________________________________________________________________________
8554 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
8555         Log: The hoops one has to jump through.
8556      Branch: perl
8557            ! ext/I18N/Langinfo/Langinfo.pm
8558 ____________________________________________________________________________
8559 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
8560         Log: Subject: [PATCH] perlstyle.pod nit on warnings
8561              From: Autrijus Tang <autrijus@egb.elixus.org>
8562              Date: Sat, 15 Dec 2001 04:24:34 -0800
8563              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
8564      Branch: perl
8565            ! pod/perlstyle.pod
8566 ____________________________________________________________________________
8567 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
8568         Log: I don't think we are in FooOS, Toto.
8569      Branch: perl
8570            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
8571 ____________________________________________________________________________
8572 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
8573         Log: Subject: Re: Untested modules update:  There's more than we thought
8574              From: chromatic <chromatic@rmci.net>
8575              Date: Fri, 14 Dec 2001 17:20:24 -0700
8576              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
8577      Branch: perl
8578            + lib/ExtUtils/MM_Cygwin.t
8579            ! MANIFEST
8580 ____________________________________________________________________________
8581 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
8582         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
8583              From: Michael G Schwern <schwern@pobox.com> 
8584              Date: Fri, 14 Dec 2001 20:59:42 -0500
8585              Message-ID: <20011215015942.GF28596@blackrider>
8586      Branch: perl
8587            ! t/TEST
8588 ____________________________________________________________________________
8589 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
8590         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
8591              From: Michael G Schwern <schwern@pobox.com> 
8592              Date: Fri, 14 Dec 2001 20:03:46 -0500
8593              Message-ID: <20011215010346.GD28596@blackrider>
8594      Branch: perl
8595            + ext/B/t/bblock.t
8596            ! MANIFEST
8597 ____________________________________________________________________________
8598 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
8599         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
8600              From: Michael G Schwern <schwern@pobox.com> 
8601              Date: Fri, 14 Dec 2001 19:59:13 -0500
8602              Message-ID: <20011215005913.GC28596@blackrider>
8603      Branch: perl
8604            ! ext/B/B/Bblock.pm
8605 ____________________________________________________________________________
8606 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
8607         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
8608              From: Michael G Schwern <schwern@pobox.com> 
8609              Date: Fri, 14 Dec 2001 19:36:12 -0500
8610              Message-ID: <20011215003611.GA28596@blackrider>
8611      Branch: perl
8612            + ext/B/t/asmdata.t
8613            ! MANIFEST
8614 ____________________________________________________________________________
8615 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
8616         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
8617              From: Michael G Schwern <schwern@pobox.com> 
8618              Date: Fri, 14 Dec 2001 19:14:14 -0500
8619              Message-ID: <20011215001414.GA25077@blackrider>
8620      Branch: perl
8621            ! bytecode.pl ext/B/B/Asmdata.pm
8622 ____________________________________________________________________________
8623 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
8624         Log: Permissions.
8625      Branch: perl
8626            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
8627            ! ext/Devel/PPPort/module3.c
8628 ____________________________________________________________________________
8629 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
8630         Log: Benchmark test from Nicholas Clark.
8631      Branch: perl
8632            + lib/Benchmark.t
8633            ! MANIFEST lib/Benchmark.pm
8634 ____________________________________________________________________________
8635 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
8636         Log: Mithing.
8637      Branch: perl
8638            + lib/Attribute/Handlers/demo/demo2.pl
8639            + lib/Attribute/Handlers/demo/demo3.pl
8640            + lib/Attribute/Handlers/demo/demo4.pl
8641 ____________________________________________________________________________
8642 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
8643         Log: Silence compiler worries found by Schwern/Digital cc.
8644      Branch: perl
8645            ! perlio.c sv.c x2p/str.c
8646 ____________________________________________________________________________
8647 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
8648         Log: User may not have a valid home directory even if
8649              getpwuid() succedds.
8650      Branch: perl
8651            ! ext/File/Glob/t/basic.t
8652 ____________________________________________________________________________
8653 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
8654         Log: Integrate with perlio.  (No changes, but that's okay.)
8655      Branch: perl
8656           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
8657 ____________________________________________________________________________
8658 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
8659         Log: Add a Configure hints file for VOS: the POSIX support
8660              of VOS is getting close to the point where it can run
8661              Configure (some Configure tweaks will be required).
8662      Branch: perl
8663            + hints/vos.sh
8664            ! MANIFEST
8665 ____________________________________________________________________________
8666 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
8667         Log: Update Changes.
8668      Branch: perl
8669            ! Changes patchlevel.h
8670 ____________________________________________________________________________
8671 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
8672         Log: Reintroduce Attribute::Handlers with Spider's fixes.
8673      Branch: perl
8674            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8675            + lib/Attribute/Handlers/README
8676            + lib/Attribute/Handlers/demo/Demo.pm
8677            + lib/Attribute/Handlers/demo/Descriptions.pm
8678            + lib/Attribute/Handlers/demo/MyClass.pm
8679            + lib/Attribute/Handlers/demo/demo.pl
8680            + lib/Attribute/Handlers/demo/demo_call.pl
8681            + lib/Attribute/Handlers/demo/demo_chain.pl
8682            + lib/Attribute/Handlers/demo/demo_cycle.pl
8683            + lib/Attribute/Handlers/demo/demo_hashdir.pl
8684            + lib/Attribute/Handlers/demo/demo_phases.pl
8685            + lib/Attribute/Handlers/demo/demo_range.pl
8686            + lib/Attribute/Handlers/demo/demo_rawdata.pl
8687            + lib/Attribute/Handlers/t/multi.t
8688            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
8689 ____________________________________________________________________________
8690 [ 13685] By: nick                                  on 2001/12/14  15:57:00
8691         Log: Integrate mainline
8692      Branch: perlio
8693           +> t/run/switcht.t
8694           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
8695           !> perlapi.h pod/perlrun.pod t/TEST taint.c
8696 ____________________________________________________________________________
8697 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
8698         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
8699              From: Michael G Schwern <schwern@pobox.com> 
8700              Date: Thu, 13 Dec 2001 19:27:08 -0500
8701              Message-ID: <20011214002707.GA10532@blackrider>
8702              
8703              (reword the perlrun -t description a bit,
8704              and move the Itaint_warn to the bottom of
8705              the intrpvar.h for binary compatibility)
8706      Branch: perl
8707            + t/run/switcht.t
8708            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
8709            ! perlapi.h pod/perlrun.pod t/TEST taint.c
8710 ____________________________________________________________________________
8711 [ 13683] By: nick                                  on 2001/12/14  12:29:41
8712         Log: Integrate mainline
8713      Branch: perlio
8714           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
8715           +> lib/Term/ReadLine.t t/op/hashassign.t
8716            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8717            - lib/Attribute/Handlers/README
8718            - lib/Attribute/Handlers/demo/Demo.pm
8719            - lib/Attribute/Handlers/demo/Descriptions.pm
8720            - lib/Attribute/Handlers/demo/MyClass.pm
8721            - lib/Attribute/Handlers/demo/demo.pl
8722            - lib/Attribute/Handlers/demo/demo2.pl
8723            - lib/Attribute/Handlers/demo/demo3.pl
8724            - lib/Attribute/Handlers/demo/demo4.pl
8725            - lib/Attribute/Handlers/demo/demo_call.pl
8726            - lib/Attribute/Handlers/demo/demo_chain.pl
8727            - lib/Attribute/Handlers/demo/demo_cycle.pl
8728            - lib/Attribute/Handlers/demo/demo_hashdir.pl
8729            - lib/Attribute/Handlers/demo/demo_phases.pl
8730            - lib/Attribute/Handlers/demo/demo_range.pl
8731            - lib/Attribute/Handlers/demo/demo_rawdata.pl
8732            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
8733           !> (integrate 101 files)
8734 ____________________________________________________________________________
8735 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
8736         Log: Detypo.
8737      Branch: perl
8738            ! utf8.c
8739 ____________________________________________________________________________
8740 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
8741         Log: Buffer overflow checks.
8742      Branch: perl
8743            ! utf8.c
8744 ____________________________________________________________________________
8745 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
8746         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
8747              From: Spider Boardman <spider@leggy.zk3.dec.com>
8748              Date: Thu, 13 Dec 2001 15:32:51 -0500
8749              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
8750      Branch: perl
8751            ! lib/ExtUtils/Embed.t
8752 ____________________________________________________________________________
8753 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
8754         Log: More on the Unicode "line" definition.
8755      Branch: perl
8756            ! pod/perlunicode.pod
8757 ____________________________________________________________________________
8758 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
8759         Log: Open-ended VERSION?
8760      Branch: perl
8761            ! lib/ExtUtils/Install.pm
8762 ____________________________________________________________________________
8763 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
8764         Log: Subject: [PATCH] Better make distclean
8765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8766              Date: Thu, 13 Dec 2001 21:10:18 +0100
8767              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
8768      Branch: perl
8769            ! Makefile.SH
8770 ____________________________________________________________________________
8771 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
8772         Log: Remove Memoize::Saves as requested by mjd.
8773      Branch: perl
8774            - lib/Memoize/Saves.pm
8775            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
8776 ____________________________________________________________________________
8777 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
8778         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
8779              From: Michael G Schwern <schwern@pobox.com>
8780              Date: Tue, 11 Dec 2001 23:17:32 -0500
8781              Message-ID: <20011212041732.GS17250@blackrider>
8782      Branch: perl
8783            ! lib/ExtUtils/Install.pm
8784 ____________________________________________________________________________
8785 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
8786         Log: Subject: [PATCH] Re: use utf8; with bad utf8
8787              From: Nicholas Clark <nick@ccl4.org>
8788              Date: Thu, 13 Dec 2001 17:09:39 +0000
8789              Message-ID: <20011213170939.L21702@plum.flirble.org>
8790      Branch: perl
8791            ! t/lib/1_compile.t
8792 ____________________________________________________________________________
8793 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
8794         Log: Subject: (LONG!) Sort benchmarks and patch
8795              From: "John P. Linderman" <jpl@research.att.com>
8796              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
8797              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
8798      Branch: perl
8799            ! pp_sort.c
8800 ____________________________________________________________________________
8801 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
8802         Log: Unadorned numbers evil.
8803      Branch: perl
8804            ! pp.c regcomp.c regexec.c utf8.c utf8.h
8805 ____________________________________________________________________________
8806 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
8807         Log: "preprocessing directive not recognized within macro arg"
8808      Branch: perl
8809            ! ext/Data/Dumper/Dumper.xs
8810 ____________________________________________________________________________
8811 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
8812         Log: Subject: Clarifying the documentation of goto            
8813              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
8814              Date: Thu, 13 Dec 2001 08:57:38 -0500
8815              Message-ID: <3C18BD8B@operamail.com>
8816      Branch: perl
8817            ! pod/perlfunc.pod
8818 ____________________________________________________________________________
8819 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
8820         Log: It could be possible for the case-insensitive
8821              Unicode-aware string comparison to wander off
8822              to the la-la land.
8823      Branch: perl
8824            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
8825            ! regexec.c utf8.c
8826 ____________________________________________________________________________
8827 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
8828         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
8829              From: Michael G Schwern <schwern@pobox.com> 
8830              Date: Wed, 12 Dec 2001 21:53:46 -0500
8831              Message-ID: <20011213025346.GH25129@blackrider>
8832      Branch: perl
8833            ! lib/Net/hostent.t t/op/stat.t t/test.pl
8834 ____________________________________________________________________________
8835 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
8836         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
8837              From: Michael G Schwern <schwern@pobox.com> 
8838              Date: Wed, 12 Dec 2001 20:33:42 -0500
8839              Message-ID: <20011213013342.GX25129@blackrider>
8840      Branch: perl
8841            ! t/io/fs.t
8842 ____________________________________________________________________________
8843 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
8844         Log: Subject: Re: [PATCH] use utf8; tests
8845              From: Nicholas Clark <nick@ccl4.org>
8846              Date: Thu, 13 Dec 2001 00:16:58 +0000
8847              Message-ID: <20011213001658.I21702@plum.flirble.org>
8848      Branch: perl
8849            ! lib/utf8.t
8850 ____________________________________________________________________________
8851 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
8852         Log: EPOC fixes from Olaf Flebbe.
8853      Branch: perl
8854            ! README.epoc epoc/config.sh epoc/createpkg.pl
8855            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
8856 ____________________________________________________________________________
8857 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
8858         Log: Subject: [PATCH perl@13661] VMS test fix-ups
8859              From: "Craig A. Berry" <craigberry@mac.com>
8860              Date: Wed, 12 Dec 2001 16:27:48 -0600
8861              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
8862      Branch: perl
8863            ! lib/Net/hostent.t t/io/fs.t
8864 ____________________________________________________________________________
8865 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
8866         Log: Subject: Re: Next cygwin round.
8867              From: "Gerrit P. Haase" <gp@familiehaase.de>
8868              Date: Wed, 12 Dec 2001 21:59:00 +0100
8869              Message-ID: <122343874595.20011212215900@familiehaase.de>
8870      Branch: perl
8871            ! t/io/fs.t
8872 ____________________________________________________________________________
8873 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
8874         Log: Subject: [PATCH] use utf8; tests
8875              From: Nicholas Clark <nick@ccl4.org>
8876              Date: Wed, 12 Dec 2001 20:07:04 +0000
8877              Message-ID: <20011212200704.E21702@plum.flirble.org>
8878      Branch: perl
8879            ! lib/utf8.t t/test.pl
8880 ____________________________________________________________________________
8881 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
8882         Log: Update Changes.
8883      Branch: perl
8884            ! Changes patchlevel.h
8885 ____________________________________________________________________________
8886 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
8887         Log: Subject: [PATCH] Passing in env to perl_parse did not work
8888              From: Gisle Aas <gisle@ActiveState.com>
8889              Date: 11 Dec 2001 20:52:57 -0800
8890              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
8891      Branch: perl
8892            ! perl.c perl.h
8893 ____________________________________________________________________________
8894 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
8895         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
8896              mostly gcc -Wall complaining about the argument of %p not
8897              being a void *.
8898      Branch: perl
8899            ! perlio.c regcomp.c taint.c toke.c
8900 ____________________________________________________________________________
8901 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
8902         Log: metaconfig unit change for #13657.
8903      Branch: metaconfig
8904            ! U/modified/nis.U
8905 ____________________________________________________________________________
8906 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
8907         Log: Try YP/NIS also from /usr/lib/yp.
8908      Branch: perl
8909            ! Configure
8910 ____________________________________________________________________________
8911 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
8912         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
8913              From: Michael G Schwern <schwern@pobox.com>                
8914              Date: Wed, 12 Dec 2001 05:27:02 -0500      
8915              Message-ID: <20011212102702.GW17250@blackrider>
8916              
8917              (the op/grent part)
8918      Branch: perl
8919            ! t/op/grent.t
8920 ____________________________________________________________________________
8921 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
8922         Log: Weed out .files from ls and readdir() results.
8923      Branch: perl
8924            ! t/op/stat.t
8925 ____________________________________________________________________________
8926 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
8927         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
8928              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
8929              Date: Wed, 12 Dec 2001 10:52:21 +0100
8930              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
8931      Branch: perl
8932            ! lib/File/Find.pm
8933 ____________________________________________________________________________
8934 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
8935         Log: Subject: [PATCH] doio fatal on cygwin for 13651
8936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
8937              Date: Wed, 12 Dec 2001 11:28:13 +0100      
8938              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
8939      Branch: perl
8940            ! doio.c
8941 ____________________________________________________________________________
8942 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
8943         Log: Get the whole line of ls, makes debugging easier
8944              (from Schwern)
8945      Branch: perl
8946            ! t/op/stat.t
8947 ____________________________________________________________________________
8948 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
8949         Log: rename() must be tested even without link()
8950              or the utime() and rename-directory tests fail.
8951              (Also got the BeOS utime atime/time the wrong way round.)
8952      Branch: perl
8953            ! t/io/fs.t
8954 ____________________________________________________________________________
8955 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
8956         Log: Now that the beos.c is compiled at the main level
8957              the header is in the beos/
8958      Branch: perl
8959            ! beos/beos.c
8960 ____________________________________________________________________________
8961 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
8962         Log: Must remember to require Socket.
8963      Branch: perl
8964            ! ext/Sys/Syslog/syslog.t
8965 ____________________________________________________________________________
8966 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
8967         Log: In BeOS Errno must resort to actual compilation
8968              and execution for some of the error constants.
8969      Branch: perl
8970            ! ext/Errno/Errno_pm.PL
8971 ____________________________________________________________________________
8972 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
8973         Log: BeOS still has no good sockets.
8974      Branch: perl
8975            ! ext/IO/lib/IO/t/io_sel.t
8976 ____________________________________________________________________________
8977 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
8978         Log: BeOS sockets are not true sockets.
8979      Branch: perl
8980            ! ext/IO/lib/IO/t/io_poll.t
8981 ____________________________________________________________________________
8982 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
8983         Log: No Socket, no Syslog.
8984      Branch: perl
8985            ! ext/Sys/Syslog/syslog.t
8986 ____________________________________________________________________________
8987 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
8988         Log: (On some platforms) missing truncate FH.
8989      Branch: perl
8990            ! pod/perltodo.pod
8991 ____________________________________________________________________________
8992 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
8993         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
8994              and vms would be muchly appreciated.
8995      Branch: perl
8996            ! t/io/fs.t
8997 ____________________________________________________________________________
8998 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
8999         Log: utime() updates only the mtime in BeOS. 
9000      Branch: perl
9001            ! pod/perlport.pod
9002 ____________________________________________________________________________
9003 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
9004         Log: No link(), no need to dSP.
9005      Branch: perl
9006            ! pp_sys.c
9007 ____________________________________________________________________________
9008 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
9009         Log: Missing argument.
9010      Branch: perl
9011            ! utf8.c
9012 ____________________________________________________________________________
9013 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
9014         Log: (1) To assume any setuid programs is silly.
9015              (2) Chaining tests with booleans means that some
9016              of them may not get run which means getting out
9017              of test count sync.
9018      Branch: perl
9019            ! t/op/stat.t
9020 ____________________________________________________________________________
9021 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
9022         Log: The beos.c needs to be in the main directory.
9023      Branch: perl
9024            ! hints/beos.sh
9025 ____________________________________________________________________________
9026 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
9027         Log: Detypo and rename.
9028      Branch: perl
9029            ! doio.c perl.h perlio.c perliol.h
9030 ____________________________________________________________________________
9031 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
9032         Log: This time I test compiled.  Honest.
9033      Branch: perl
9034            ! beos/beos.c
9035 ____________________________________________________________________________
9036 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
9037         Log: Subject: [PATCH] slightly more pack tests
9038              From: Nicholas Clark <nick@ccl4.org>
9039              Date: Tue, 11 Dec 2001 23:41:23 +0000
9040              Message-ID: <20011211234123.Y21702@plum.flirble.org>
9041      Branch: perl
9042            ! t/op/pack.t
9043 ____________________________________________________________________________
9044 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
9045         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
9046              From: "Craig A. Berry" <craigberry@mac.com>
9047              Date: Tue, 11 Dec 2001 16:39:13 -0600
9048              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
9049      Branch: perl
9050            ! configure.com
9051 ____________________________________________________________________________
9052 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
9053         Log: metaconfig unit change for #13632.
9054      Branch: metaconfig/U/perl
9055            ! perlpath.U
9056 ____________________________________________________________________________
9057 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
9058         Log: Subject: $Config{perlpath} and -Dversiononly
9059              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9060              Date: Tue, 11 Dec 2001 23:32:33 +0100
9061              Message-ID: <20011211233233.A11587@rafael>
9062      Branch: perl
9063            ! Configure
9064 ____________________________________________________________________________
9065 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
9066         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
9067              From: Nicholas Clark <nick@ccl4.org>
9068              Date: Tue, 11 Dec 2001 21:59:36 +0000
9069              Message-ID: <20011211215935.W21702@plum.flirble.org>
9070      Branch: perl
9071            ! t/op/pack.t
9072 ____________________________________________________________________________
9073 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
9074         Log: More UTF-8 API docs.
9075      Branch: perl
9076            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
9077 ____________________________________________________________________________
9078 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
9079         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
9080              From: Nicholas Clark <nick@ccl4.org>
9081              Date: Tue, 11 Dec 2001 20:08:59 +0000
9082              Message-ID: <20011211200859.S21702@plum.flirble.org>
9083      Branch: perl
9084            ! t/op/pack.t
9085 ____________________________________________________________________________
9086 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
9087         Log: Subject: Re: use utf8; with bad utf8
9088              From: Nicholas Clark <nick@ccl4.org>
9089              Date: Tue, 11 Dec 2001 19:49:21 +0000
9090              Message-ID: <20011211194921.R21702@plum.flirble.org>
9091      Branch: perl
9092            ! lib/utf8.t
9093 ____________________________________________________________________________
9094 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
9095         Log: Can't spell worth a dam.  (Try Three Gorges.)
9096      Branch: perl
9097            ! beos/beos.c
9098 ____________________________________________________________________________
9099 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
9100         Log: We need DWIM cpps.
9101      Branch: perl
9102            ! perlio.c
9103 ____________________________________________________________________________
9104 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
9105         Log: The unixish.h needs to be found and the waitpid wrapper
9106              could use a proto.
9107      Branch: perl
9108            ! beos/beosish.h
9109 ____________________________________________________________________________
9110 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
9111         Log: The BeOS waitpid() seems to be broken,
9112              have a wrapper for it.
9113      Branch: perl
9114            + beos/beos.c beos/beosish.h
9115            ! MANIFEST hints/beos.sh perl.h
9116 ____________________________________________________________________________
9117 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
9118         Log: Unlean the leaning tower of Babel.
9119      Branch: perl
9120            ! perl.h
9121 ____________________________________________________________________________
9122 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
9123         Log: Retract #13607 until we figure out what to do with autouse.
9124      Branch: perl
9125            ! lib/Carp.pm
9126 ____________________________________________________________________________
9127 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
9128         Log: Try to handle platforms that have O_TEXT != O_BINARY but
9129              which are not DOSish, BeOS being one of such platforms.
9130              Ideally this should be a Configure test, not a hardwired
9131              cpp symbol test... 
9132      Branch: perl
9133            ! doio.c perl.h perlio.c perliol.h
9134 ____________________________________________________________________________
9135 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
9136         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
9137              From: Jonathan Stowe <gellyfish@gellyfish.com>
9138              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
9139              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
9140      Branch: perl
9141            ! lib/Term/Cap.pm lib/Term/Cap.t
9142 ____________________________________________________________________________
9143 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
9144         Log: Subject: [patch perlio.c] test for NULL before derefencing
9145              From: Stas Bekman <stas@stason.org>
9146              Date: Tue, 11 Dec 2001 16:17:55 +0800
9147              Message-ID: <3C15C133.8@stason.org>
9148      Branch: perl
9149            ! perlio.c
9150 ____________________________________________________________________________
9151 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
9152         Log: metaconfig unit change for #13617.
9153      Branch: metaconfig/U/perl
9154            ! Extensions.U
9155 ____________________________________________________________________________
9156 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
9157         Log: BeOS has socket() but not enough to build a working Socket.
9158              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
9159              new networking implementation, which is rumored to fix the
9160              non-standardness of sockets, but it's apparently not publicly
9161              available, and anything to do with BeOS has become quite
9162              complicated with the sale of the Be assets to Palm.)
9163      Branch: perl
9164            ! Configure
9165 ____________________________________________________________________________
9166 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
9167         Log: Update changes
9168      Branch: maint-5.6/macperl
9169            ! macos/Changes
9170 ____________________________________________________________________________
9171 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
9172         Log: Add extra pod to help
9173      Branch: maint-5.6/macperl
9174            ! macos/macperl/MacPerl.podhelp
9175 ____________________________________________________________________________
9176 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
9177         Log: Return DoAppleScript errors in $@
9178      Branch: maint-5.6/macperl
9179            ! macos/ext/MacPerl/OSA.xs
9180 ____________________________________________________________________________
9181 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
9182         Log: Clear out $^E before each script run
9183      Branch: maint-5.6/macperl
9184            ! macos/macperl/MPScript.c
9185 ____________________________________________________________________________
9186 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
9187         Log: Integrate various changes from maint-5.6/perl/.
9188      Branch: maint-5.6/macperl
9189           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
9190           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
9191 ____________________________________________________________________________
9192 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
9193         Log: Subject: Exporter's documentation shouldn't lie               
9194              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
9195              Date: Mon, 10 Dec 2001 21:30:20 -0500
9196              Message-ID: <3C4AA201@operamail.com>
9197      Branch: perl
9198            ! lib/Exporter.pm
9199 ____________________________________________________________________________
9200 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
9201         Log: Make Errno better in BeOS (the second hunk is
9202              good on any platform).  Still not working in BeOS
9203              are the E constants that refer BeOS native error
9204              constants (B_...) which are enums (*groan*).
9205      Branch: perl
9206            ! ext/Errno/Errno_pm.PL
9207 ____________________________________________________________________________
9208 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
9209         Log: The BeOS linker seems to link the last seen symbol,
9210              not the first (so the symbols of op.o from libperl.so
9211              would get linked to miniperl instead of the symbols of
9212              opmini.o)-- use the same trick as for NeXT4 for linking
9213              miniperl.
9214      Branch: perl
9215            ! Makefile.SH
9216 ____________________________________________________________________________
9217 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
9218         Log: Subject: Re: [PATCH] tests for hash assignment
9219              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9220              Date: Tue, 11 Dec 2001 01:48:55 +0000
9221              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
9222      Branch: perl
9223            ! utf8.c
9224 ____________________________________________________________________________
9225 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
9226         Log: (retracted by #13622)
9227              
9228              Subject: RE: More verbose POD for Carp
9229              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
9230              Date: Mon, 10 Dec 2001 20:23:20 -0500
9231              Message-ID: <3C4A3566@operamail.com>
9232      Branch: perl
9233            ! lib/Carp.pm
9234 ____________________________________________________________________________
9235 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
9236         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
9237              From: "Craig A. Berry" <craigberry@mac.com>
9238              Date: Mon, 10 Dec 2001 18:25:37 -0600
9239              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
9240      Branch: perl
9241            ! t/op/write.t t/test.pl
9242 ____________________________________________________________________________
9243 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
9244         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
9245              From: Michael G Schwern <schwern@pobox.com>
9246              Date: Mon, 10 Dec 2001 08:00:01 -0500
9247              Message-ID: <20011210130000.GK1770@blackrider>
9248      Branch: perl
9249            ! t/comp/multiline.t
9250 ____________________________________________________________________________
9251 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
9252         Log: Subject: Re: [PATCH] tests for hash assignment
9253              From: Nicholas Clark <nick@ccl4.org>
9254              Date: Mon, 10 Dec 2001 23:22:28 +0000
9255              Message-ID: <20011210232228.M21702@plum.flirble.org>
9256      Branch: perl
9257            + t/op/hashassign.t
9258            ! MANIFEST t/op/each.t t/test.pl
9259 ____________________________________________________________________________
9260 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
9261         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
9262              From: "Craig A. Berry" <craigberry@mac.com>
9263              Date: Mon, 10 Dec 2001 16:38:14 -0600
9264              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
9265      Branch: perl
9266            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
9267 ____________________________________________________________________________
9268 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
9269         Log: Subject: [PATCH perl@13600] configure.com fixes
9270              From: "Craig A. Berry" <craigberry@mac.com>
9271              Date: Mon, 10 Dec 2001 14:40:20 -0600
9272              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
9273      Branch: perl
9274            ! configure.com
9275 ____________________________________________________________________________
9276 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
9277         Log: Silence BeOS compilation moaning.
9278      Branch: perl
9279            ! perl.h
9280 ____________________________________________________________________________
9281 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
9282         Log: Update Changes.
9283      Branch: perl
9284            ! Changes patchlevel.h
9285 ____________________________________________________________________________
9286 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
9287         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
9288              From: Michael G Schwern <schwern@pobox.com>
9289              Date: Mon, 10 Dec 2001 01:21:03 -0500
9290              Message-ID: <20011210062103.GC1770@blackrider>
9291      Branch: perl
9292            ! lib/ExtUtils/Command.t
9293 ____________________________________________________________________________
9294 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
9295         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
9296              From: Michael G Schwern <schwern@pobox.com>
9297              Date: Mon, 10 Dec 2001 01:10:57 -0500
9298              Message-ID: <20011210061057.GB1770@blackrider>
9299      Branch: perl
9300            ! t/op/groups.t
9301 ____________________________________________________________________________
9302 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
9303         Log: Retract #13596, #13593 should do the trick.
9304      Branch: perl
9305            ! t/op/stat.t
9306 ____________________________________________________________________________
9307 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
9308         Log: (retracted by #13597, #13593 does the job better)
9309              
9310              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
9311              From: Michael G Schwern <schwern@pobox.com>
9312              Date: Mon, 10 Dec 2001 00:53:16 -0500
9313              Message-ID: <20011210055316.GA1770@blackrider>
9314      Branch: perl
9315            ! t/op/stat.t
9316 ____________________________________________________________________________
9317 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
9318         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
9319              From: Michael G Schwern <schwern@pobox.com> 
9320              Date: Mon, 10 Dec 2001 02:19:14 -0500
9321              Message-ID: <20011210071914.GF1770@blackrider>
9322      Branch: perl
9323            ! lib/AutoSplit.t
9324 ____________________________________________________________________________
9325 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
9326         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
9327              From: Michael G Schwern <schwern@pobox.com>
9328              Date: Mon, 10 Dec 2001 02:47:40 -0500
9329              Message-ID: <20011210074739.GH1770@blackrider>
9330      Branch: perl
9331            ! t/op/pack.t
9332 ____________________________________________________________________________
9333 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
9334         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
9335              From: Michael G Schwern <schwern@pobox.com>
9336              Date: Mon, 10 Dec 2001 02:54:22 -0500
9337              Message-ID: <20011210075422.GI1770@blackrider>
9338      Branch: perl
9339            ! t/test.pl
9340 ____________________________________________________________________________
9341 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
9342         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
9343              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9344              Date: Mon, 10 Dec 2001 08:45:20 +0100
9345              Message-ID: <3C146810.60B5B7C0@alcatel.at>
9346      Branch: perl
9347            ! pp_pack.c
9348 ____________________________________________________________________________
9349 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
9350         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
9351              From: Michael G Schwern <schwern@pobox.com>
9352              Date: Mon, 10 Dec 2001 03:27:02 -0500
9353              Message-ID: <20011210082702.GN1770@blackrider>
9354      Branch: perl
9355            ! t/io/openpid.t
9356 ____________________________________________________________________________
9357 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
9358         Log: More chmod +w.
9359      Branch: perl
9360            ! Porting/makerel
9361 ____________________________________________________________________________
9362 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
9363         Log: Just skip the readability test if running as root.
9364      Branch: perl
9365            ! lib/Net/t/netrc.t
9366 ____________________________________________________________________________
9367 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
9368         Log: Tell about the downside of safe signals.
9369      Branch: perl
9370            ! pod/perldelta.pod
9371 ____________________________________________________________________________
9372 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
9373         Log: Make the whole -lperl thing NetBSD only until we
9374              find some other platform that needs the same.
9375      Branch: perl
9376            ! lib/ExtUtils/MM_Unix.pm
9377 ____________________________________________________________________________
9378 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
9379         Log: Subject: [PATCH t/op/pack.t] Cleanup
9380              From: Michael G Schwern <schwern@pobox.com> 
9381              Date: Sun, 9 Dec 2001 23:08:26 -0500
9382              Message-ID: <20011210040826.GD660@blackrider>
9383      Branch: perl
9384            ! t/op/pack.t
9385 ____________________________________________________________________________
9386 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
9387         Log: Add threads support for NetBSD.
9388              
9389              This is also the first (I think) Perl threads build with
9390              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
9391              NetBSD does not as of yet have true kernel POSIX threads,
9392              but the user-level pth seems to be doing pretty well--
9393              the only failure is that threads/t/basic okays 6 and 7
9394              consistently seem be arriving in the reverse order.
9395              Well, gdbm.t is also failing: 'Undefined PLT symbol
9396              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
9397              guessing that GDBM would need a threaded rebuild.
9398      Branch: perl
9399            ! hints/netbsd.sh
9400 ____________________________________________________________________________
9401 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
9402         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
9403              potential performance hit and change in semantics of closure
9404              lookups after C<undef &foo>)
9405      Branch: maint-5.6/perl
9406            ! op.c
9407 ____________________________________________________________________________
9408 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
9409         Log: metaconfig unit change for #13582.
9410      Branch: metaconfig
9411            ! U/threads/usethreads.U
9412 ____________________________________________________________________________
9413 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
9414         Log: Update the ithreads selection info in Configure,
9415              as suggested by Michael Schwern.
9416      Branch: perl
9417            ! Configure
9418 ____________________________________________________________________________
9419 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
9420         Log: Clearing locale environment simply doesn't seem to
9421              guarantee that (nl_)langinfo(CODESET) would return nil.
9422              (I for example get "ISO8859-1", so <guess>maybe there can
9423              be per-system default settings at work</guess>.)
9424      Branch: perl
9425            ! lib/open.t
9426 ____________________________________________________________________________
9427 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
9428         Log: Subject: RE: Exporter fixes reversed in 13540?
9429              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
9430              Date: Sun, 9 Dec 2001 12:55:15 -0500
9431              Message-ID: <3C13F455@operamail.com>
9432      Branch: perl
9433            ! lib/open.pm
9434 ____________________________________________________________________________
9435 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
9436         Log: Root is the lizard king.
9437      Branch: perl
9438            ! lib/Net/t/netrc.t
9439 ____________________________________________________________________________
9440 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
9441         Log: Telling how many tests we are expecting helps.
9442      Branch: perl
9443            ! ext/POSIX/t/waitpid.t
9444 ____________________________________________________________________________
9445 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
9446         Log: Add a test case for waitpid(): from Rocco Caputo.
9447      Branch: perl
9448            + ext/POSIX/t/waitpid.t
9449            ! MANIFEST
9450 ____________________________________________________________________________
9451 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
9452         Log: Subject: [PATCH] Term::ReadLine tweaks and test
9453              From: Richard Clamp <richardc@unixbeard.net>
9454              Date: Mon, 10 Dec 2001 00:51:47 +0000
9455              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
9456      Branch: perl
9457            + lib/Term/ReadLine.t
9458            ! MANIFEST lib/Term/ReadLine.pm
9459 ____________________________________________________________________________
9460 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
9461         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
9462              From: Rocco Caputo <troc@netrus.net>
9463              Date: Sun, 9 Dec 2001 18:12:38 -0500
9464              Message-ID: <20011209181238.A803@eyrie.homenet>
9465      Branch: perl
9466            ! win32/win32.c
9467 ____________________________________________________________________________
9468 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
9469         Log: make sure that va_start() has matching va_end();
9470              from OpenBSD 3.0.
9471      Branch: perl
9472            ! x2p/util.c
9473 ____________________________________________________________________________
9474 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
9475         Log: h2ph updates from OpenBSD 3.0.
9476      Branch: perl
9477            ! utils/h2ph.PL
9478 ____________________________________________________________________________
9479 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
9480         Log: OpenBSD hints update from OpenBSD 3.0.
9481      Branch: perl
9482            ! hints/openbsd.sh
9483 ____________________________________________________________________________
9484 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
9485         Log: DJGPP tweaks from Laszlo Molnar.
9486      Branch: perl
9487            ! djgpp/config.over lib/File/Find/t/find.t
9488            ! lib/File/Find/t/taint.t t/pod/find.t
9489 ____________________________________________________________________________
9490 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
9491         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
9492              From: Michael G Schwern <schwern@pobox.com> 
9493              Date: Sun, 9 Dec 2001 19:28:12 -0500
9494              Message-ID: <20011210002812.GF13586@blackrider>
9495      Branch: perl
9496            ! README.cygwin
9497 ____________________________________________________________________________
9498 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
9499         Log: README.cygwin update from Gerrit P. Haase.
9500      Branch: perl
9501            ! README.cygwin
9502 ____________________________________________________________________________
9503 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
9504         Log: Apply NetBSD patch-ag: shared/static linking,
9505              but make the change less intrusive on non-NetBSD.
9506      Branch: perl
9507            ! lib/ExtUtils/MM_Unix.pm
9508 ____________________________________________________________________________
9509 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
9510         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
9511      Branch: perl
9512            ! lib/ExtUtils/Liblist.pm
9513 ____________________________________________________________________________
9514 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
9515         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
9516      Branch: perl
9517            ! regcomp.c
9518 ____________________________________________________________________________
9519 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
9520         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
9521      Branch: perl
9522            ! pp.c
9523 ____________________________________________________________________________
9524 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
9525         Log: Apply NetBSD patch-ac.
9526              (the fix has already been done: change #9706, fully qualified
9527              pathnames in packlists)
9528      Branch: perl
9529            ! lib/ExtUtils/Install.pm
9530 ____________________________________________________________________________
9531 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
9532         Log: Apply NetBSD patch-ab: NetBSD hints update.
9533      Branch: perl
9534            ! hints/netbsd.sh
9535 ____________________________________________________________________________
9536 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
9537         Log: metaconfig unit changes for #13560.
9538      Branch: metaconfig/U/perl
9539            ! dlsrc.U i_ieeefp.U libperl.U
9540 ____________________________________________________________________________
9541 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
9542         Log: NetBSD has <ieeefp.h> but hidden.
9543      Branch: perl
9544            ! hints/netbsd.sh
9545 ____________________________________________________________________________
9546 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
9547         Log: Implement NetBSD patch-aa.
9548      Branch: perl
9549            ! Configure
9550 ____________________________________________________________________________
9551 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
9552         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
9553              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
9554              Date: Sun, 09 Dec 2001 13:40:58 +0100
9555              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
9556              
9557              (The lstat()s were there in 5.6.1: what happened to them?)
9558      Branch: perl
9559            ! lib/File/Find.pm
9560 ____________________________________________________________________________
9561 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
9562         Log: Quickie documentation of the C UTF-8 API.
9563      Branch: perl
9564            ! pod/perlunicode.pod
9565 ____________________________________________________________________________
9566 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
9567         Log: Subject: bleadperl on cygwin weirdness...
9568              From: "Gerrit P. Haase" <gp@familiehaase.de>
9569              Date: Sun, 9 Dec 2001 20:31:28 +0100
9570              Message-ID: <13779422183.20011209203128@familiehaase.de>          
9571              
9572              (plus libperl*.dll version portability tweaks)
9573      Branch: perl
9574            ! lib/ExtUtils/Embed.t
9575 ____________________________________________________________________________
9576 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
9577         Log: Instead of muting symbol export error if under eval,
9578              delay the errors until the croak().
9579              
9580              (replaces #13408)
9581      Branch: perl
9582            ! lib/Exporter/Heavy.pm
9583 ____________________________________________________________________________
9584 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
9585         Log: Basegroup 0 is a cygwin_nt thing.
9586      Branch: perl
9587            ! t/op/groups.t
9588 ____________________________________________________________________________
9589 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
9590         Log: Also WinME is LoseLink.
9591      Branch: perl
9592            ! t/op/stat.t
9593 ____________________________________________________________________________
9594 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
9595         Log: Forgotten checkin.
9596      Branch: perl
9597            ! lib/User/grent.t
9598 ____________________________________________________________________________
9599 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
9600         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
9601              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9602              Date: Sun, 09 Dec 2001 13:45:06 +0100
9603              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
9604      Branch: perl
9605            ! lib/File/Find.pm
9606 ____________________________________________________________________________
9607 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
9608         Log: Tweakback.
9609      Branch: perl
9610            ! lib/Net/hostent.t
9611 ____________________________________________________________________________
9612 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
9613         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
9614              From: Michael G Schwern <schwern@pobox.com>
9615              Date: Sat, 8 Dec 2001 14:48:38 -0500
9616              Message-ID: <20011208194838.GA8650@blackrider>
9617      Branch: perl
9618            ! t/op/grent.t
9619 ____________________________________________________________________________
9620 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
9621         Log: Subject: [README.cygwin] Removing old expected test failures
9622              From: Michael G Schwern <schwern@pobox.com>
9623              Date: Sat, 8 Dec 2001 15:38:28 -0500
9624              Message-ID: <20011208203828.GB9017@blackrider>
9625      Branch: perl
9626            ! README.cygwin
9627 ____________________________________________________________________________
9628 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
9629         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
9630              From: Michael G Schwern <schwern@pobox.com>                
9631              Date: Sat, 8 Dec 2001 15:26:59 -0500
9632              Message-ID: <20011208202659.GA9017@blackrider> 
9633      Branch: perl
9634            ! lib/Net/hostent.t
9635 ____________________________________________________________________________
9636 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
9637         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
9638              From: Michael G Schwern <schwern@pobox.com> 
9639              Date: Sat, 8 Dec 2001 15:06:16 -0500
9640              Message-ID: <20011208200616.GA8915@blackrider>
9641      Branch: perl
9642            ! t/op/stat.t
9643 ____________________________________________________________________________
9644 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
9645         Log: Developer deprecations and an incompatibility.
9646      Branch: perl
9647            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
9648 ____________________________________________________________________________
9649 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
9650         Log: Shoo.
9651      Branch: perl
9652            - lib/Attribute/Handlers.pm
9653 ____________________________________________________________________________
9654 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
9655         Log: Remove Attribute::Handlers, as per Damian's request.
9656              (Because of fixing the my variables to be now handled
9657              in run-time, the whole internals of the A::H needs to
9658              be rewritten and Damian will not have time for that
9659              for months.)
9660      Branch: perl
9661            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9662            - lib/Attribute/Handlers/demo/Demo.pm
9663            - lib/Attribute/Handlers/demo/Descriptions.pm
9664            - lib/Attribute/Handlers/demo/MyClass.pm
9665            - lib/Attribute/Handlers/demo/demo.pl
9666            - lib/Attribute/Handlers/demo/demo2.pl
9667            - lib/Attribute/Handlers/demo/demo3.pl
9668            - lib/Attribute/Handlers/demo/demo4.pl
9669            - lib/Attribute/Handlers/demo/demo_call.pl
9670            - lib/Attribute/Handlers/demo/demo_chain.pl
9671            - lib/Attribute/Handlers/demo/demo_cycle.pl
9672            - lib/Attribute/Handlers/demo/demo_hashdir.pl
9673            - lib/Attribute/Handlers/demo/demo_phases.pl
9674            - lib/Attribute/Handlers/demo/demo_range.pl
9675            - lib/Attribute/Handlers/demo/demo_rawdata.pl
9676            - lib/Attribute/Handlers/t/multi.t
9677            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
9678            ! pod/perlmodlib.pod pod/perltoc.pod
9679 ____________________________________________________________________________
9680 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
9681         Log: Subject: Re: attributes are broken
9682              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9683              Date: Sun, 09 Dec 2001 00:09:23 -0500
9684              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
9685      Branch: perl
9686            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
9687            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
9688            ! xsutils.c
9689 ____________________________________________________________________________
9690 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
9691         Log: Forgotten checkin.
9692      Branch: perl
9693            ! lib/Pod/Text.pm
9694 ____________________________________________________________________________
9695 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
9696         Log: uconfig.h update.
9697      Branch: perl
9698            ! uconfig.h
9699 ____________________________________________________________________________
9700 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
9701         Log: Update Changes.
9702      Branch: perl
9703            ! Changes patchlevel.h
9704 ____________________________________________________________________________
9705 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
9706         Log: Note that some of the Unicode features are
9707              dependent on perlio.
9708      Branch: perl
9709            ! pod/perluniintro.pod
9710 ____________________________________________________________________________
9711 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
9712         Log: Regen perlapi, regen toc.
9713      Branch: perl
9714            ! pod/perlapi.pod pod/perltoc.pod
9715 ____________________________________________________________________________
9716 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
9717         Log: FAQ sync.
9718      Branch: perl
9719            ! pod/perlfaq4.pod pod/perlfaq6.pod
9720 ____________________________________________________________________________
9721 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
9722         Log: Subject: [PATCH] Fix odd language in an sv.c comment
9723              From: coral@eekeek.org
9724              Date: Sat, 8 Dec 2001 12:19:39 -0500
9725              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
9726      Branch: perl
9727            ! sv.c
9728 ____________________________________________________________________________
9729 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
9730         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
9731              From: Michael G Schwern <schwern@pobox.com>
9732              Date: Fri, 7 Dec 2001 20:03:45 -0500
9733              Message-ID: <20011208010345.GD642@blackrider>
9734              
9735              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
9736              From: Michael G Schwern <schwern@pobox.com>
9737              Date: Fri, 7 Dec 2001 20:13:54 -0500
9738              Message-ID: <20011208011354.GE642@blackrider>
9739              
9740              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
9741              From: Michael G Schwern <schwern@pobox.com>
9742              Date: Fri, 7 Dec 2001 21:47:36 -0500
9743              Message-ID: <20011208024736.GH642@blackrider>
9744              
9745              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
9746              From: Michael G Schwern <schwern@pobox.com>
9747              Date: Fri, 7 Dec 2001 23:09:43 -0500
9748              Message-ID: <20011208040943.GK642@blackrider>
9749              
9750              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
9751              Message-Id: <a05101004b83754903506@[172.16.52.1]>
9752              Date: Fri, 7 Dec 2001 23:28:15 -0600
9753              From: "Craig A. Berry" <craigberry@mac.com>
9754      Branch: perl
9755            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
9756 ____________________________________________________________________________
9757 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
9758         Log: Integrate perlio.
9759      Branch: perl
9760           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
9761           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
9762 ____________________________________________________________________________
9763 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
9764         Log: Retract #11156 since Sarathy has found that it breaks code:
9765              http://bugs.ActiveState.com/show_bug.cgi?id=18457
9766              http://bugs.ActiveState.com/show_bug.cgi?id=18858
9767      Branch: perl
9768            ! op.c sv.c t/op/pos.t
9769 ____________________________________________________________________________
9770 [ 13532] By: nick                                  on 2001/12/08  14:11:12
9771         Log: Integrate mainline
9772      Branch: perlio
9773           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
9774           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
9775 ____________________________________________________________________________
9776 [ 13531] By: nick                                  on 2001/12/08  13:48:21
9777         Log: Tweak multi-arg open error messages
9778      Branch: perlio
9779            ! perlio.c
9780 ____________________________________________________________________________
9781 [ 13530] By: nick                                  on 2001/12/08  10:20:06
9782         Log: Allow multi-arg open() if opening layer declares this legal.
9783      Branch: perlio
9784            ! doio.c perlio.c perliol.h
9785 ____________________________________________________________________________
9786 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
9787         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
9788              From: Michael G Schwern <schwern@pobox.com>       
9789              Date: Fri, 7 Dec 2001 19:41:31 -0500
9790              Message-ID: <20011208004131.GC642@blackrider>
9791      Branch: perl
9792            ! t/run/switches.t t/test.pl
9793 ____________________________________________________________________________
9794 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
9795         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
9796              From: Michael G Schwern <schwern@pobox.com>       
9797              Date: Fri, 7 Dec 2001 19:12:44 -0500
9798              Message-ID: <20011208001244.GB642@blackrider>
9799      Branch: perl
9800            ! t/op/stat.t
9801 ____________________________________________________________________________
9802 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
9803         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
9804              From: Michael G Schwern <schwern@pobox.com>
9805              Date: Fri, 7 Dec 2001 17:28:57 -0500
9806              Message-ID: <20011207222857.GI23210@blackrider>
9807      Branch: perl
9808            ! t/op/magic.t
9809 ____________________________________________________________________________
9810 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
9811         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
9812      Branch: perl
9813            ! t/test.pl
9814 ____________________________________________________________________________
9815 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
9816         Log: which_perl: delay as much a possible till runtime.
9817      Branch: perl
9818            ! t/test.pl
9819 ____________________________________________________________________________
9820 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
9821         Log: Further tweakage to which_perl().
9822      Branch: perl
9823            ! t/test.pl
9824 ____________________________________________________________________________
9825 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
9826         Log: perluniintro tweaks.
9827      Branch: perl
9828            ! pod/perluniintro.pod
9829 ____________________________________________________________________________
9830 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
9831         Log: Tweak the $Perl computation.
9832      Branch: perl
9833            ! t/test.pl
9834 ____________________________________________________________________________
9835 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
9836         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
9837              From: Nicholas Clark <nick@ccl4.org>
9838              Date: Fri, 7 Dec 2001 17:06:56 +0000
9839              Message-ID: <20011207170656.G21702@plum.flirble.org>
9840      Branch: perl
9841            ! doop.c t/op/chop.t
9842 ____________________________________________________________________________
9843 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
9844         Log: Update Changes.
9845      Branch: perl
9846            ! Changes patchlevel.h
9847 ____________________________________________________________________________
9848 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
9849         Log: Missing ).
9850      Branch: perl
9851            ! t/test.pl
9852 ____________________________________________________________________________
9853 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
9854         Log: Allow several arguments to display().
9855      Branch: perl
9856            ! t/test.pl
9857 ____________________________________________________________________________
9858 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
9859         Log: /dev/stdout could be either a character special file
9860              or a named pipe, so let's pretend it doesn't exist.
9861      Branch: perl
9862            ! t/op/stat.t
9863 ____________________________________________________________________________
9864 [ 13516] By: nick                                  on 2001/12/07  15:09:23
9865         Log: Integrate again - can I catch up ?
9866      Branch: perlio
9867           !> t/test.pl
9868 ____________________________________________________________________________
9869 [ 13515] By: nick                                  on 2001/12/07  15:08:17
9870         Log: Integrate mainline some more
9871      Branch: perlio
9872           !> README.hpux hints/linux.sh pod/perlfunc.pod
9873 ____________________________________________________________________________
9874 [ 13514] By: nick                                  on 2001/12/07  15:07:15
9875         Log: Integrate mainline
9876      Branch: perlio
9877           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
9878           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
9879           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
9880           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
9881           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
9882           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
9883           +> t/lib/Math/BigInt/BareCalc.pm
9884            - ext/Devel/PPPort/harness/Harness.pm
9885            - ext/Devel/PPPort/harness/Harness.xs
9886            - ext/Devel/PPPort/harness/Makefile.PL
9887            - ext/Devel/PPPort/harness/module2.c
9888            - ext/Devel/PPPort/harness/module3.c
9889            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
9890            - lib/File/Spec/Functions.t
9891           !> (integrate 103 files)
9892 ____________________________________________________________________________
9893 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
9894         Log: Add display() for displaying icky scalars.
9895      Branch: perl
9896            ! t/test.pl
9897 ____________________________________________________________________________
9898 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
9899         Log: Subject: [ID 20011207.001] documentation bug for waitpid
9900              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
9901              Date: Fri, 7 Dec 2001 12:44:56 +0100
9902              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
9903      Branch: perl
9904            ! pod/perlfunc.pod
9905 ____________________________________________________________________________
9906 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
9907         Log: gcc version matching didn't.
9908      Branch: perl
9909            ! hints/linux.sh
9910 ____________________________________________________________________________
9911 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
9912         Log: Subject: HP renamed their servers              
9913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9914              Date: Fri, 07 Dec 2001 12:07:22 +0100
9915              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
9916      Branch: perl
9917            ! README.hpux
9918 ____________________________________________________________________________
9919 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
9920         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
9921              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9922              Date: Fri, 7 Dec 2001 00:24:55 -0500
9923              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
9924      Branch: perl
9925            ! pod/perlport.pod
9926 ____________________________________________________________________________
9927 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
9928         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
9929              From: Michael G Schwern <schwern@pobox.com> 
9930              Date: Thu, 6 Dec 2001 22:56:34 -0500
9931              Message-ID: <20011207035634.GO22648@blackrider>
9932      Branch: perl
9933            ! t/base/lex.t t/op/exec.t
9934 ____________________________________________________________________________
9935 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
9936         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
9937              From: Michael G Schwern <schwern@pobox.com>
9938              Date: Thu, 6 Dec 2001 22:45:44 -0500
9939              Message-ID: <20011207034544.GN22648@blackrider>
9940              
9941              (plus op/ref tweak)
9942      Branch: perl
9943            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
9944            ! t/run/kill_perl.t t/test.pl
9945 ____________________________________________________________________________
9946 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
9947         Log: Upgrade to Math::BigInt 1.48.
9948      Branch: perl
9949            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
9950            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9951            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
9952            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9953            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9954            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9955            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
9956 ____________________________________________________________________________
9957 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
9958         Log: Mention also perl56delta in case someone is upgrading from
9959              Perl 5.005_03.
9960      Branch: perl
9961            ! pod/perldelta.pod
9962 ____________________________________________________________________________
9963 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
9964         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
9965              From: Michael G Schwern <schwern@pobox.com>
9966              Date: Thu, 6 Dec 2001 15:15:28 -0500
9967              Message-ID: <20011206201528.GF16414@blackrider>
9968              
9969              (just the term.t, not the lex.t)
9970              
9971              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
9972              From: Michael G Schwern <schwern@pobox.com>
9973              Date: Thu, 6 Dec 2001 15:22:22 -0500
9974              Message-ID: <20011206202222.GG16414@blackrider>
9975              
9976              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
9977              From: Michael G Schwern <schwern@pobox.com>
9978              Date: Thu, 6 Dec 2001 15:31:58 -0500
9979              Message-ID: <20011206203158.GI16414@blackrider>
9980              
9981              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
9982              From: Michael G Schwern <schwern@pobox.com>
9983              Date: Thu, 6 Dec 2001 17:38:55 -0500
9984              Message-ID: <20011206223855.GC22648@blackrider>
9985      Branch: perl
9986            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
9987            ! t/test.pl
9988 ____________________________________________________________________________
9989 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
9990         Log: Update the thr5005 situation.
9991      Branch: perl
9992            ! pod/perldelta.pod
9993 ____________________________________________________________________________
9994 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
9995         Log: perldelta borrowings from perl561delta.
9996      Branch: perl
9997            ! pod/perldelta.pod
9998 ____________________________________________________________________________
9999 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
10000         Log: Add the 5.6.1 perldelta as perl561delta.
10001              (Makes it easier to steal stuff for perldelta :-)
10002      Branch: perl
10003            + pod/perl561delta.pod
10004            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10005 ____________________________________________________________________________
10006 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
10007         Log: Retract #13496 for now.
10008      Branch: perl
10009            ! t/base/lex.t t/base/term.t
10010 ____________________________________________________________________________
10011 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
10012         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
10013              From: "Craig A. Berry" <craigberry@mac.com>
10014              Date: Thu, 6 Dec 2001 14:54:36 -0600
10015              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
10016      Branch: perl
10017            ! vms/ext/filespec.t
10018 ____________________________________________________________________________
10019 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
10020         Log: (retracted by #13499)
10021              
10022              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
10023              From: Michael G Schwern <schwern@pobox.com>
10024              Date: Thu, 6 Dec 2001 15:15:28 -0500
10025              Message-ID: <20011206201528.GF16414@blackrider>
10026      Branch: perl
10027            ! t/base/lex.t t/base/term.t
10028 ____________________________________________________________________________
10029 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
10030         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
10031              From: Michael G Schwern <schwern@pobox.com>
10032              Date: Thu, 6 Dec 2001 13:54:48 -0500
10033              Message-ID: <20011206185448.GC16414@blackrider>
10034      Branch: perl
10035            ! t/op/stat.t
10036 ____________________________________________________________________________
10037 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
10038         Log: The #4 has nothing to do with Unicode.
10039      Branch: perl
10040            ! t/op/tr.t
10041 ____________________________________________________________________________
10042 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
10043         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
10044              From: Michael G Schwern <schwern@pobox.com>
10045              Date: Thu, 6 Dec 2001 13:45:48 -0500
10046              Message-ID: <20011206184548.GB16414@blackrider>
10047      Branch: perl
10048            ! t/op/tr.t
10049 ____________________________________________________________________________
10050 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
10051         Log: Update Changes.
10052      Branch: perl
10053            ! Changes patchlevel.h
10054 ____________________________________________________________________________
10055 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
10056         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
10057              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10058              Date: Thu, 6 Dec 2001 11:41:25 EST
10059              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
10060      Branch: perl
10061            ! vms/vms.c vms/vmsish.h
10062 ____________________________________________________________________________
10063 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
10064         Log: Subject: [PATCH] Re: weirdness in regexps
10065              From: Robin Houston <robin@kitsite.com> 
10066              Date: Thu, 6 Dec 2001 14:44:01 +0000
10067              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
10068      Branch: perl
10069            ! op.c t/lib/strict/subs
10070 ____________________________________________________________________________
10071 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
10072         Log: Make the -b -c -S tests count all of the /dev, not just
10073              check the first one, as suggested by Benjamin Goldberg.
10074      Branch: perl
10075            ! t/op/stat.t
10076 ____________________________________________________________________________
10077 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
10078         Log: Subject: Re: [PATCH: bleadperl] casefold backref
10079              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10080              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
10081              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
10082      Branch: perl
10083            ! regexec.c
10084 ____________________________________________________________________________
10085 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
10086         Log: Nits noticed by Philip Newton, and de-tab DB.t.
10087      Branch: perl
10088            ! lib/DB.t
10089 ____________________________________________________________________________
10090 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
10091         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
10092              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10093              Date: 6 Dec 2001 11:06:01 -0000
10094              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
10095      Branch: perl
10096            ! op.c t/op/tr.t
10097 ____________________________________________________________________________
10098 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
10099         Log: Subject: [PATCH: bleadperl] casefold backref
10100              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
10101              Date: Wed, 05 Dec 2001 17:27:05 +0000
10102              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
10103      Branch: perl
10104            ! regexec.c t/op/re_tests
10105 ____________________________________________________________________________
10106 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
10107         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
10108              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10109              Date: Wed, 5 Dec 2001 22:34:53 EST
10110              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
10111      Branch: perl
10112            ! mg.c vms/vms.c vms/vmsish.h
10113 ____________________________________________________________________________
10114 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
10115         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
10116              From: Michael G Schwern <schwern@pobox.com>
10117              Date: Wed, 5 Dec 2001 19:52:58 -0500
10118              Message-ID: <20011205195257.A903@blackrider>
10119      Branch: perl
10120            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
10121            + lib/File/Spec/t/rel2abs2rel.t
10122            - lib/File/Spec.t lib/File/Spec/Functions.t
10123            ! MANIFEST
10124 ____________________________________________________________________________
10125 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
10126         Log: Subject: Re: Silly stat() portability questions                
10127              From: Benjamin Goldberg <goldbb2@earthlink.net>
10128              Date: Wed, 05 Dec 2001 22:52:35 -0500
10129              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
10130      Branch: perl
10131            ! pod/perlport.pod
10132 ____________________________________________________________________________
10133 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
10134         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
10135              From: "Craig A. Berry" <craigberry@mac.com>
10136              Date: Wed, 05 Dec 2001 16:41:59 -0600
10137              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
10138      Branch: perl
10139            ! README.vms configure.com lib/File/Spec/VMS.pm
10140            ! vms/ext/filespec.t
10141 ____________________________________________________________________________
10142 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
10143         Log: $apply->('club', $glibc_maintainers);
10144              
10145              (Nick Clark just reported that <langinfo.h> YESSTR
10146              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
10147      Branch: perl
10148            ! ext/I18N/Langinfo/Langinfo.t
10149 ____________________________________________________________________________
10150 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
10151         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
10152      Branch: perl
10153            ! pod/perlport.pod
10154 ____________________________________________________________________________
10155 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
10156         Log: tweak change#13474 (pad entries can apparently be null in some
10157              situations)
10158      Branch: maint-5.6/perl
10159            ! op.c
10160 ____________________________________________________________________________
10161 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
10162         Log: Restore the /dev -b -c -S part of the test.
10163      Branch: perl
10164            ! t/op/stat.t
10165 ____________________________________________________________________________
10166 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
10167         Log: Retract #13475 until Arthur gets back to the mine.
10168      Branch: perl
10169            ! op.c t/run/kill_perl.t
10170 ____________________________________________________________________________
10171 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
10172         Log: (retracted by #13476)
10173              
10174              Manually apply #13474; fixes stale reference to dead
10175              CvOUTSIDE(); this can happen when anonymous subroutines
10176              that aren't closures are returned from an eval""
10177              
10178              (threads/shared/sv_refs.t is coredump-unhappy about this change)
10179      Branch: perl
10180            ! op.c t/run/kill_perl.t
10181 ____________________________________________________________________________
10182 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
10183         Log: replacement for change#10451
10184              
10185              fixes stale reference to dead CvOUTSIDE(); this can happen when
10186              anonymous subroutines that aren't closures are returned from an
10187              eval""
10188      Branch: maint-5.6/perl
10189            ! op.c t/op/misc.t
10190 ____________________________________________________________________________
10191 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
10192         Log: revert change#10451,10472; it was a naive fix that simply
10193              reintroduced the memory leak!
10194      Branch: maint-5.6/perl
10195            ! op.c t/op/misc.t
10196 ____________________________________________________________________________
10197 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
10198         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
10199              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10200              Date: Wed, 05 Dec 2001 10:49:20 +0100
10201              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
10202      Branch: perl
10203            ! lib/File/Basename.pm lib/File/Basename.t
10204 ____________________________________________________________________________
10205 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
10206         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
10207              From: Michael G Schwern <schwern@pobox.com> 
10208              Date: Wed, 5 Dec 2001 02:47:59 -0500
10209              Message-ID: <20011205024759.H14333@blackrider>
10210      Branch: perl
10211            ! t/op/magic.t
10212 ____________________________________________________________________________
10213 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
10214         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
10215              From: Michael G Schwern <schwern@pobox.com>              
10216              Date: Wed, 5 Dec 2001 02:22:05 -0500
10217              Message-ID: <20011205022205.F14333@blackrider>
10218      Branch: perl
10219            ! t/op/stat.t vms/test.com
10220 ____________________________________________________________________________
10221 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
10222         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
10223              From: Michael G Schwern <schwern@pobox.com> 
10224              Date: Tue, 4 Dec 2001 23:40:10 -0500
10225              Message-ID: <20011204234010.B14333@blackrider>
10226      Branch: perl
10227            ! t/op/stat.t
10228 ____________________________________________________________________________
10229 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
10230         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
10231              From: Michael G Schwern <schwern@pobox.com> 
10232              Date: Tue, 4 Dec 2001 21:09:18 -0500           
10233              Message-ID: <20011204210918.D13279@blackrider>
10234              
10235              t/test.
10236      Branch: perl
10237            ! t/test.pl
10238 ____________________________________________________________________________
10239 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
10240         Log: (accidentally empty check-in)
10241      Branch: perl
10242            ! t/op/stat.t
10243 ____________________________________________________________________________
10244 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
10245         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
10246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10247              Date: Tue, 04 Dec 2001 23:40:27 +0100
10248              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
10249      Branch: perl
10250            ! mg.c
10251 ____________________________________________________________________________
10252 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
10253         Log: Subject: [PATCH] minor pod fix in Safe.pm
10254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10255              Date: Tue, 4 Dec 2001 22:02:34 +0100
10256              Message-ID: <20011204220234.A17293@rafael>
10257      Branch: perl
10258            ! ext/Opcode/Safe.pm
10259 ____________________________________________________________________________
10260 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
10261         Log: CRLF GRRR.
10262      Branch: perl
10263            ! djgpp/configure.bat
10264 ____________________________________________________________________________
10265 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
10266         Log: DJGPP fixes from Laszlo Molnar.
10267      Branch: perl
10268            ! djgpp/configure.bat djgpp/djgpp.h
10269 ____________________________________________________________________________
10270 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
10271         Log: Update Changes.
10272      Branch: perl
10273            ! Changes patchlevel.h
10274 ____________________________________________________________________________
10275 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
10276         Log: Must wipe out the memory of real Socket before starting
10277              to use the new fake one.
10278      Branch: perl
10279            ! lib/Net/t/config.t
10280 ____________________________________________________________________________
10281 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
10282         Log: LC_ALL might trump LANG.
10283      Branch: perl
10284            ! lib/open.t
10285 ____________________________________________________________________________
10286 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
10287         Log: Make the eval runtime.
10288      Branch: perl
10289            ! lib/open.pm
10290 ____________________________________________________________________________
10291 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
10292         Log: Make the Langinfo test both more lenient (allow
10293              for any symbol not to exists) and stricter (add
10294              more symbols).
10295      Branch: perl
10296            ! ext/I18N/Langinfo/Langinfo.t
10297 ____________________________________________________________________________
10298 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
10299         Log: integrate change#13453 from maint-5.6
10300              
10301              tweak change#11399 to use an explicit flag rather than
10302              ass_u_ming w32_pseudo_id will only be zero for the real
10303              toplevel interpreter; avoids multiple hosts from diddling
10304              the environment at the same time
10305      Branch: perl
10306           !> win32/perlhost.h
10307 ____________________________________________________________________________
10308 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
10309         Log: Subject: [PATCH] VMS update for perldelta.pod
10310              From: "Craig A. Berry" <craigberry@mac.com> 
10311              Date: Tue, 4 Dec 2001 00:23:12 -0600
10312              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
10313      Branch: perl
10314            ! pod/perldelta.pod
10315 ____________________________________________________________________________
10316 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
10317         Log: NetWare tweak from Ananth Kesari.
10318      Branch: perl
10319            ! NetWare/Makefile
10320 ____________________________________________________________________________
10321 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
10322         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
10323              Not adding the test suite because of its many assumptions.
10324      Branch: perl
10325            ! lib/Net/Ping.pm
10326 ____________________________________________________________________________
10327 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
10328         Log: tweak change#11399 to use an explicit flag rather than
10329              ass_u_ming w32_pseudo_id will only be zero for the real
10330              toplevel interpreter; avoids multiple hosts from diddling
10331              the environment at the same time
10332      Branch: maint-5.6/perl
10333            ! win32/perlhost.h
10334 ____________________________________________________________________________
10335 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
10336         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
10337              from Len Makin.
10338      Branch: perl
10339            + hints/super-ux.sh
10340            ! MANIFEST
10341 ____________________________________________________________________________
10342 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
10343         Log: Add Mac OS X known failures to perldelta.
10344      Branch: perl
10345            ! pod/perldelta.pod
10346 ____________________________________________________________________________
10347 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
10348         Log: I think it's time to call the utf8 code non-test.
10349      Branch: perl
10350            ! utf8.c
10351 ____________________________________________________________________________
10352 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
10353         Log: Retract #13303, need rethink.
10354      Branch: perl
10355            ! utf8.c
10356 ____________________________________________________________________________
10357 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
10358         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
10359              From: "Craig A. Berry" <craigberry@mac.com>
10360              Date: Mon, 03 Dec 2001 16:28:06 -0600
10361              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
10362      Branch: perl
10363            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
10364 ____________________________________________________________________________
10365 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
10366         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
10367              From: Andy Dougherty <doughera@lafayette.edu>
10368              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
10369              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
10370      Branch: perl
10371            ! hints/solaris_2.sh
10372 ____________________________________________________________________________
10373 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
10374         Log: This test is not very robust on 8.3-constrained systems:
10375              all the "with truncated name" lines between "Autosplitting ..."
10376              and "some names are not unique" lines are unexpected,
10377              and the truncation message becomes:
10378              testtest.al, testtest.al truncate to testtest 
10379      Branch: perl
10380            ! lib/AutoSplit.t
10381 ____________________________________________________________________________
10382 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
10383         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
10384      Branch: perl
10385            ! ext/I18N/Langinfo/Langinfo.t
10386 ____________________________________________________________________________
10387 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
10388         Log: Test::Morify UCD.t
10389      Branch: perl
10390            ! lib/Unicode/UCD.t
10391 ____________________________________________________________________________
10392 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
10393         Log: If Socket has not been built (e.g. DJGPP) the libnet
10394              tests fall over with (too) much noise.
10395      Branch: perl
10396            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
10397            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
10398            ! lib/Net/t/smtp.t lib/Net/t/time.t
10399 ____________________________________________________________________________
10400 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
10401         Log: Subject: [PATCH] shared hash keys and ++/--
10402              From: Nicholas Clark <nick@ccl4.org>
10403              Date: Mon, 3 Dec 2001 16:37:16 +0000
10404              Message-ID: <20011203163716.C21702@plum.flirble.org>
10405      Branch: perl
10406            ! pp.c pp_hot.c sv.c t/op/inc.t
10407 ____________________________________________________________________________
10408 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
10409         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
10410              From: Jonathan Stowe <jns@gellyfish.com>
10411              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
10412              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
10413      Branch: perl
10414            ! lib/Term/Cap.pm
10415 ____________________________________________________________________________
10416 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
10417         Log: Update Changes.
10418      Branch: perl
10419            ! Changes patchlevel.h
10420 ____________________________________________________________________________
10421 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
10422         Log: perldelta tweaks.
10423      Branch: perl
10424            ! pod/perldelta.pod
10425 ____________________________________________________________________________
10426 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
10427         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
10428              From: Sam Tregar <sam@tregar.com> 
10429              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
10430              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
10431      Branch: perl
10432            ! pod/perlnewmod.pod
10433 ____________________________________________________________________________
10434 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
10435         Log: microperl casting nit.
10436      Branch: perl
10437            ! utf8.c
10438 ____________________________________________________________________________
10439 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
10440         Log: Make sharepvn a macro since all it does is a deref.
10441      Branch: perl
10442            ! embed.h embed.pl global.sym hv.c hv.h proto.h
10443 ____________________________________________________________________________
10444 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
10445         Log: perldelta updates.
10446      Branch: perl
10447            ! pod/perldelta.pod
10448 ____________________________________________________________________________
10449 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
10450         Log: PPPort update from Paul Marquess.
10451      Branch: perl
10452            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
10453            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
10454            + ext/Devel/PPPort/t/test.t
10455            - ext/Devel/PPPort/harness/Harness.pm
10456            - ext/Devel/PPPort/harness/Harness.xs
10457            - ext/Devel/PPPort/harness/Makefile.PL
10458            - ext/Devel/PPPort/harness/module2.c
10459            - ext/Devel/PPPort/harness/module3.c
10460            - ext/Devel/PPPort/harness/t/test.t
10461            ! MANIFEST ext/Devel/PPPort/MANIFEST
10462            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
10463            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
10464            ! ext/Devel/PPPort/soak
10465 ____________________________________________________________________________
10466 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
10467         Log: No use talking about dynamic library search patch
10468              unless we are having a dynamic build.
10469      Branch: perl
10470            ! t/TEST
10471 ____________________________________________________________________________
10472 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
10473         Log: Be more explicit on the List::Util build trick,
10474              should also stop unneeded rebuilds on static builds.
10475      Branch: perl
10476            ! ext/List/Util/Makefile.PL
10477 ____________________________________________________________________________
10478 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
10479         Log: We need to replace the optimize (-O1) with
10480              the -h scalar0 -h vector0, not append them
10481              to the ccflags.
10482      Branch: perl
10483            ! hints/unicos.sh hints/unicosmk.sh
10484 ____________________________________________________________________________
10485 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
10486         Log: Subject: [PATCH] Shared hash keys 
10487              From: Nicholas Clark <nick@ccl4.org>
10488              Date: Sun, 2 Dec 2001 20:52:32 +0000
10489              Message-ID: <20011202205232.U21702@plum.flirble.org>
10490      Branch: perl
10491            ! doop.c t/op/tr.t
10492 ____________________________________________________________________________
10493 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
10494         Log: Better add new files to MANIFEST, too.
10495      Branch: perl
10496            ! MANIFEST
10497 ____________________________________________________________________________
10498 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
10499         Log: Subject: {PATCH] perlpacktut.pod
10500              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
10501              Date: Sun, 02 Dec 2001 19:55:06 +0100
10502              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
10503      Branch: perl
10504            ! pod/perlpacktut.pod
10505 ____________________________________________________________________________
10506 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
10507         Log: Various small nits found by DJGPP build.
10508      Branch: perl
10509            ! doio.c mg.c pp.c util.c
10510 ____________________________________________________________________________
10511 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
10512         Log: Subject: RE: More verbose POD for Carp
10513              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
10514              Date: Sun, 2 Dec 2001 11:32:51 -0500
10515              Message-ID: <3C0A9748@operamail.com>
10516      Branch: perl
10517            ! lib/Carp.pm
10518 ____________________________________________________________________________
10519 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
10520         Log: Add a header for DJGPP with the function prototypes.
10521      Branch: perl
10522            + djgpp/djgpp.h
10523            ! MANIFEST djgpp/djgpp.c
10524 ____________________________________________________________________________
10525 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
10526         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
10527              From: Abe Timmerman <abe@ztreet.demon.nl>
10528              Date: Sun, 02 Dec 2001 02:41:25 +0100
10529              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
10530      Branch: perl
10531            ! pp_sys.c
10532 ____________________________________________________________________________
10533 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
10534         Log: There isn't PTR2INT(), there's PTR2IV().
10535      Branch: perl
10536            ! ext/Time/HiRes/HiRes.xs
10537 ____________________________________________________________________________
10538 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
10539         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
10540              From: Marc Lehmann <root@schmorp.de>
10541              Date: Sun, 02 Dec 2001 02:44:53 +0100
10542              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
10543      Branch: perl
10544            ! ext/Time/HiRes/HiRes.xs
10545 ____________________________________________________________________________
10546 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
10547         Log: encode()/decode() examples.
10548      Branch: perl
10549            ! ext/Encode/Encode.pm
10550 ____________________________________________________________________________
10551 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
10552         Log: DJGPP tweaks from Laszlo Molnar.
10553      Branch: perl
10554            ! djgpp/config.over djgpp/djgppsed.sh
10555 ____________________________________________________________________________
10556 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
10557         Log: Update Changes.
10558      Branch: perl
10559            ! Changes patchlevel.h
10560 ____________________________________________________________________________
10561 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
10562         Log: Integrate perlio;
10563              
10564              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
10565              which do not have file descriptors. Noticed a possibly
10566              worse problem in the process ...
10567      Branch: perl
10568           !> doio.c
10569 ____________________________________________________________________________
10570 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
10571         Log: Non-VMS-fixed and Win32-skipped version of
10572              
10573              Subject: [PATCH t/op/exec.t] Portabilty fix 
10574              From: Michael G Schwern <schwern@pobox.com> 
10575              Date: Fri, 30 Nov 2001 16:09:27 -0500
10576              Message-ID: <20011130160927.A10406@blackrider>
10577      Branch: perl
10578            ! t/op/exec.t
10579 ____________________________________________________________________________
10580 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
10581         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
10582              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10583              Date: Sat, 1 Dec 2001 07:01:09 -0500
10584              Message-ID: <3C0D2E39@operamail.com>
10585              
10586              Subject: More verbose POD for Carp
10587              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10588              Date: Sat, 1 Dec 2001 08:04:16 -0500
10589              Message-ID: <3C285C2B@operamail.com>
10590      Branch: perl
10591            ! lib/Carp.pm lib/Carp/Heavy.pm
10592 ____________________________________________________________________________
10593 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
10594         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
10595              From: chromatic <chromatic@rmci.net>
10596              Date: Sat, 01 Dec 2001 12:41:58 -0700
10597              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
10598      Branch: perl
10599            ! lib/DB.t
10600 ____________________________________________________________________________
10601 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
10602         Log: Try to make a missing RADIXCHAR a softer kinder error.
10603      Branch: perl
10604            ! ext/I18N/Langinfo/Langinfo.t
10605 ____________________________________________________________________________
10606 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
10607         Log: Have a little faith on nl_langinfo() itself.
10608      Branch: perl
10609            ! ext/I18N/Langinfo/Langinfo.xs
10610 ____________________________________________________________________________
10611 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
10612         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
10613              the max, not max plus one)
10614      Branch: perl
10615            ! ext/I18N/Langinfo/Langinfo.xs
10616 ____________________________________________________________________________
10617 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
10618         Log: Make reality agree with the comment.
10619      Branch: perl
10620            ! ext/I18N/Langinfo/Langinfo.xs
10621 ____________________________________________________________________________
10622 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
10623         Log: Try to protect against wild langinfo() arguments.
10624      Branch: perl
10625            ! ext/I18N/Langinfo/Langinfo.xs
10626 ____________________________________________________________________________
10627 [ 13409] By: nick                                  on 2001/12/01  18:19:59
10628         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
10629              have file descriptors. Noticed a possibly worse problem in the process ...
10630      Branch: perlio
10631            ! doio.c
10632 ____________________________________________________________________________
10633 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
10634         Log: (replaced by #13556)
10635              
10636              If we are inside an eval, let's be silent about
10637              separate symbols and just croak() in the end.
10638      Branch: perl
10639            ! lib/Exporter/Heavy.pm
10640 ____________________________________________________________________________
10641 [ 13407] By: nick                                  on 2001/12/01  17:14:05
10642         Log: Integrate mainline
10643      Branch: perlio
10644           !> (integrate 26 files)
10645 ____________________________________________________________________________
10646 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
10647         Log: Subject: Fix for Exporter error reporting behaviour
10648              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10649              Date: Sat, 1 Dec 2001 06:34:48 -0500
10650              Message-ID: <3C0D1B9A@operamail.com>
10651      Branch: perl
10652            ! lib/Exporter.pm lib/Exporter/Heavy.pm
10653 ____________________________________________________________________________
10654 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
10655         Log: Need to hide behind an eval to avoid a warning
10656              about :utf8 on non-perlio configs.
10657      Branch: perl
10658            ! lib/open.t
10659 ____________________________________________________________________________
10660 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
10661         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
10662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10663              Date: Fri, 30 Nov 2001 23:46:58 +0100
10664              Message-ID: <20011130234658.A717@rafael>
10665      Branch: perl
10666            ! op.c t/op/method.t
10667 ____________________________________________________________________________
10668 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
10669         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
10670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10671              Date: Thu, 29 Nov 2001 22:46:12 +0100
10672              Message-ID: <20011129224612.A699@rafael>
10673      Branch: perl
10674            ! ext/B/B/Xref.pm
10675 ____________________________________________________________________________
10676 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
10677         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
10678              From: Tels <perl_dummy@bloodgate.com>
10679              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
10680              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
10681      Branch: perl
10682            ! pod/perlfunc.pod
10683 ____________________________________________________________________________
10684 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
10685         Log: Subject: [REPATCH] reference pointer comparison
10686              From: Nicholas Clark <nick@ccl4.org>
10687              Date: Sat, 1 Dec 2001 13:00:17 +0000
10688              Message-ID: <20011201130017.I21702@plum.flirble.org>
10689      Branch: perl
10690            ! pp.c
10691 ____________________________________________________________________________
10692 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
10693         Log: Upgrade to Storable 1.0.14.
10694      Branch: perl
10695            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10696 ____________________________________________________________________________
10697 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
10698         Log: Add simple caches for ::viacode() and ::vianame().
10699      Branch: perl
10700            ! lib/charnames.pm lib/charnames.t
10701 ____________________________________________________________________________
10702 [ 13398] By: nick                                  on 2001/12/01  10:36:24
10703         Log: Integrate mainline.
10704      Branch: perlio
10705           +> (branch 44 files)
10706            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10707            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10708            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
10709           !> (integrate 250 files)
10710 ____________________________________________________________________________
10711 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
10712         Log: Regen toc and modlib.
10713      Branch: perl
10714            ! pod/perlmodlib.pod pod/perltoc.pod
10715 ____________________________________________________________________________
10716 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
10717         Log: Upgrade to podlators-1.18.
10718      Branch: perl
10719            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
10720 ____________________________________________________________________________
10721 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
10722         Log: -h scalar0 -h vector0 seems to help for both
10723              UNICOS and UNICOS/mk on the unpack %65c problems.
10724              
10725              (replaces #13393)
10726      Branch: perl
10727            ! hints/unicos.sh hints/unicosmk.sh
10728 ____________________________________________________________________________
10729 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
10730         Log: More Socket constants.
10731      Branch: perl
10732            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
10733 ____________________________________________________________________________
10734 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
10735         Log: (replaced by #13395)
10736      Branch: perl
10737            ! hints/unicosmk.sh
10738 ____________________________________________________________________________
10739 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
10740         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
10741              From: Andy Dougherty <doughera@lafayette.edu>
10742              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
10743              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
10744              
10745              Simplify the test skippage criterion now that we are
10746              no more dependent on sed.
10747      Branch: perl
10748            ! t/comp/cpp.t t/run/switchPx.t
10749 ____________________________________________________________________________
10750 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
10751         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
10752              From: Michael G Schwern <schwern@pobox.com>
10753              Date: Fri, 30 Nov 2001 11:48:44 -0500
10754              Message-ID: <20011130114844.C1303@blackrider>
10755              
10756              (replaces #13381)
10757      Branch: perl
10758            ! t/op/stat.t
10759 ____________________________________________________________________________
10760 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
10761         Log: Let's not assume how much memory has been allocated
10762              to PVs.
10763      Branch: perl
10764            ! ext/Devel/Peek/Peek.t
10765 ____________________________________________________________________________
10766 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
10767         Log: VOS needs to know the modules, including pp_sort.
10768      Branch: perl
10769            ! vos/perl.bind
10770 ____________________________________________________________________________
10771 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
10772         Log: Unused variables.
10773      Branch: perl
10774            ! ext/Unicode/Normalize/Normalize.xs
10775 ____________________________________________________________________________
10776 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
10777         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
10778              From: John Peacock <jpeacock@rowman.com>     
10779              Date: Fri, 30 Nov 2001 10:24:00 -0500        
10780              Message-ID: <3C07A490.A22A76B0@rowman.com>   
10781      Branch: perl
10782            ! lib/ExtUtils/Embed.t
10783 ____________________________________________________________________________
10784 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
10785         Log: Tweak for the VOS building script from Paul Green.
10786      Branch: perl
10787            ! vos/configure_perl.cm
10788 ____________________________________________________________________________
10789 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
10790         Log: Update Changes.
10791      Branch: perl
10792            ! Changes patchlevel.h
10793 ____________________________________________________________________________
10794 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
10795         Log: Cannot test if cppstdin has not yet been installed.
10796      Branch: perl
10797            ! t/run/switchPx.t
10798 ____________________________________________________________________________
10799 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
10800         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
10801              From: Michael G Schwern <schwern@pobox.com> 
10802              Date: Thu, 29 Nov 2001 22:05:11 -0500
10803              Message-ID: <20011129220510.A18869@blackrider>
10804              
10805              TODO 1: if cppstdin is used and not yet installed,
10806              the Px.t will fail (must do the same as in cpp.t)
10807              
10808              TODO 2: does this work if no Perl whatsoever has
10809              yet been installed?  That is, we should be using
10810              the Perl we are building to execute the one-liner.
10811      Branch: perl
10812            + t/run/switchPx.aux t/run/switchPx.t
10813            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
10814            ! vms/test.com
10815 ____________________________________________________________________________
10816 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
10817         Log: Upgrade to Unicode::Normalize 0.12.
10818      Branch: perl
10819            ! ext/Unicode/Normalize/Changes
10820            ! ext/Unicode/Normalize/Normalize.pm
10821            ! ext/Unicode/Normalize/Normalize.xs
10822            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10823            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10824            ! ext/Unicode/Normalize/t/test.t
10825 ____________________________________________________________________________
10826 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
10827         Log: (replaced by #13391)
10828              
10829              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
10830              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
10831              Date: 30 Nov 2001 11:41:53 -0000             
10832              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
10833              
10834              No need to die if we have high-paranoia (non-chdirable)
10835              system directories.
10836      Branch: perl
10837            ! t/op/stat.t
10838 ____________________________________________________________________________
10839 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
10840         Log: Paragraph rewrapping.
10841      Branch: perl
10842            ! pod/perliol.pod
10843 ____________________________________________________________________________
10844 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
10845         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
10846              From: Stas Bekman <stas@stason.org>
10847              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
10848              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
10849      Branch: perl
10850            ! pod/perliol.pod
10851 ____________________________________________________________________________
10852 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
10853         Log: Whether select() gets restarted on signals is
10854              implementation dependent.
10855      Branch: perl
10856            ! ext/Time/HiRes/HiRes.t
10857 ____________________________________________________________________________
10858 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
10859         Log: More forgotten checkins.
10860      Branch: perl
10861            ! embed.h embed.pl proto.h
10862 ____________________________________________________________________________
10863 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
10864         Log: Add a note about folding vs lowercase.
10865      Branch: perl
10866            ! regexec.c
10867 ____________________________________________________________________________
10868 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
10869         Log: Use to_uni_fold (and add changed global.sym)
10870      Branch: perl
10871            ! global.sym utf8.c
10872 ____________________________________________________________________________
10873 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
10874         Log: Make to Unicode character functions to use UVs
10875              instead of U32s and add to_uni_fold().
10876      Branch: perl
10877            ! embed.pl proto.h utf8.c
10878 ____________________________________________________________________________
10879 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
10880         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
10881              From: Nicholas Clark <nick@ccl4.org>
10882              Date: Thu, 29 Nov 2001 22:47:32 +0000
10883              Message-ID: <20011129224732.W37621@plum.flirble.org>
10884      Branch: perl
10885            ! pod/perlpacktut.pod
10886 ____________________________________________________________________________
10887 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
10888         Log: README.vos updates from Paul Green.
10889      Branch: perl
10890            ! README.vos
10891 ____________________________________________________________________________
10892 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
10893         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
10894              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10895              Date: Thu, 29 Nov 2001 14:18:51 EST
10896              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
10897      Branch: perl
10898            ! mg.c vms/vms.c vms/vmsish.h
10899 ____________________________________________________________________________
10900 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
10901         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
10902              From: Michael G Schwern <schwern@pobox.com>
10903              Date: Thu, 29 Nov 2001 13:12:31 -0500
10904              Message-ID: <20011129131231.E11300@blackrider>
10905      Branch: perl
10906            ! README.vms
10907 ____________________________________________________________________________
10908 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
10909         Log: BGET_IV was missing.
10910      Branch: perl
10911            ! ext/ByteLoader/bytecode.h
10912 ____________________________________________________________________________
10913 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
10914         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
10915              From: Jonathan Stowe <gellyfish@gellyfish.com>
10916              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
10917              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
10918      Branch: perl
10919            ! lib/Term/Cap.pm
10920 ____________________________________________________________________________
10921 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
10922         Log: Porting/checkURL.pl was missing.
10923      Branch: perl
10924            ! MANIFEST
10925 ____________________________________________________________________________
10926 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
10927         Log: Subject: INSTALL and READMEs should be reviewed
10928              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10929              Date: Thu, 29 Nov 2001 16:49:36 +0100
10930              Message-ID: <20011129164936.A17492@rafael>         
10931      Branch: perl
10932            ! README.cygwin
10933 ____________________________________________________________________________
10934 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
10935         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
10936              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
10937              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
10938              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
10939      Branch: perl
10940            ! README.os390
10941 ____________________________________________________________________________
10942 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
10943         Log: Update Changes.
10944      Branch: perl
10945            ! Changes patchlevel.h
10946 ____________________________________________________________________________
10947 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
10948         Log: The changes to the curliffed files didn't stick in #13348.
10949      Branch: perl
10950            ! README.dos README.win32
10951 ____________________________________________________________________________
10952 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
10953         Log: Subject: Re: Found the rev where File::Glob broke
10954              From: Andy Dougherty <doughera@lafayette.edu>
10955              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
10956              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
10957      Branch: perl
10958            ! lib/ExtUtils/MM_Unix.pm
10959 ____________________________________________________________________________
10960 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
10961         Log: Use __DATA__ instead of __END__.
10962      Branch: perl
10963            ! lib/Term/Cap.pm
10964 ____________________________________________________________________________
10965 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
10966         Log: Subject: [PATCH toke.c] autosplit into @F fix
10967              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10968              Date: Thu, 29 Nov 2001 14:52:23 +0100
10969              Message-ID: <20011129145223.A25817@rafael>         
10970      Branch: perl
10971            ! toke.c
10972 ____________________________________________________________________________
10973 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
10974         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
10975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10976              Date: Thu, 29 Nov 2001 15:48:15 +0100
10977              Message-ID: <20011129154815.C25817@rafael>         
10978      Branch: perl
10979            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
10980 ____________________________________________________________________________
10981 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
10982         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
10983              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
10984              Date: Wed, 28 Nov 2001 20:35:29 +0100
10985              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
10986      Branch: perl
10987            ! pod/perlpacktut.pod
10988 ____________________________________________________________________________
10989 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
10990         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
10991              From: Stas Bekman <stas@stason.org>
10992              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
10993              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
10994              
10995              (with tweaks)
10996      Branch: perl
10997            ! pod/perlapio.pod
10998 ____________________________________________________________________________
10999 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
11000         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
11001              From: Tels <perl_dummy@bloodgate.com>
11002              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
11003              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
11004              
11005              (plus paragraph rewrapping)
11006      Branch: perl
11007            ! lib/Exporter.pm
11008 ____________________________________________________________________________
11009 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
11010         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
11011              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
11012              Date: Wed, 28 Nov 2001 21:47:59 +0000
11013              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
11014      Branch: perl
11015            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
11016 ____________________________________________________________________________
11017 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
11018         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
11019              From: Andy Dougherty <doughera@lafayette.edu>
11020              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
11021              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
11022      Branch: perl
11023            ! INSTALL ext/Time/HiRes/HiRes.t
11024 ____________________________________________________________________________
11025 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
11026         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
11027              From: Michael G Schwern <schwern@pobox.com> 
11028              Date: Wed, 28 Nov 2001 16:37:01 -0500
11029              Message-ID: <20011128163701.H676@blackrider>
11030      Branch: perl
11031            ! t/run/kill_perl.t
11032 ____________________________________________________________________________
11033 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
11034         Log: @INC tweak.
11035      Branch: perl
11036            ! t/op/ref.t
11037 ____________________________________________________________________________
11038 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
11039         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
11040              From: Nicholas Clark <nick@ccl4.org>
11041              Date: Wed, 28 Nov 2001 23:38:43 +0000
11042              Message-ID: <20011128233843.N37621@plum.flirble.org>  
11043      Branch: perl
11044            ! installman
11045 ____________________________________________________________________________
11046 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
11047         Log: Tweak the forking logic.
11048      Branch: perl
11049            ! Porting/checkURL.pl
11050 ____________________________________________________________________________
11051 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
11052         Log: Update perlmodlib.PL as per #13348.  The L<> got
11053              changed back because that is coming from ParseLink.pm.
11054      Branch: perl
11055            ! pod/perlmodlib.PL pod/perlmodlib.pod
11056 ____________________________________________________________________________
11057 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
11058         Log: URL fixups from Michael Schwern.
11059      Branch: perl
11060            ! README.cygwin README.dos README.hpux README.mint README.mpeix
11061            ! README.os390 README.qnx README.solaris README.vos README.win32
11062            ! pod/perlmodlib.pod
11063 ____________________________________________________________________________
11064 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
11065         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
11066              From: Barrie Slaymaker <barries@slaysys.com>
11067              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
11068              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
11069      Branch: perl
11070            ! lib/Exporter.pm
11071 ____________________________________________________________________________
11072 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
11073         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
11074      Branch: perl
11075            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
11076 ____________________________________________________________________________
11077 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
11078         Log: Subject: [PATCH] Re: $\ very broken
11079              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11080              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
11081              Message-ID: <20011128223308.E732@rafael>   
11082              
11083              Subject: Re: [PATCH] Re: $\ very broken     
11084              From: Nicholas Clark <nick@ccl4.org>
11085              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
11086              Message-ID: <20011128222859.K37621@plum.flirble.org>
11087      Branch: perl
11088            ! mg.c t/op/ref.t
11089 ____________________________________________________________________________
11090 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
11091         Log: Add Abigail's link checker with the following tweaks:
11092              - known dummy URLs (Peter Prymmer)
11093              - do also READMEs and INSTALL (Michael Schwern)
11094              - do also ftp URLs
11095              - add fork retry loop in case the allowed number
11096              of processes per user is low
11097      Branch: perl
11098            + Porting/checkURL.pl
11099            ! MANIFEST
11100 ____________________________________________________________________________
11101 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
11102         Log: Update Changes.
11103      Branch: perl
11104            ! Changes patchlevel.h
11105 ____________________________________________________________________________
11106 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
11107         Log: In Linux if we have modern enough gcc and supported
11108              enough CPU, crank up the optimization level to -O3.
11109      Branch: perl
11110            ! hints/linux.sh
11111 ____________________________________________________________________________
11112 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
11113         Log: Add perlpacktut from Wolfgang Laun; regen toc.
11114      Branch: perl
11115            + pod/perlpacktut.pod
11116            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
11117            ! pod/perltoc.pod
11118 ____________________________________________________________________________
11119 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
11120         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
11121              From: PPrymmer@factset.com
11122              Date: Wed, 28 Nov 2001 07:51:26 -0500
11123              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
11124      Branch: perl
11125            ! vms/test.com
11126 ____________________________________________________________________________
11127 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
11128         Log: Test cases for the first half of #13338.
11129      Branch: perl
11130            ! t/lib/h2ph.h t/lib/h2ph.pht
11131 ____________________________________________________________________________
11132 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
11133         Log: Subject: Re: h2ph confused by comments in an enum.
11134              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
11135              Date: Wed, 28 Nov 2001 04:19:21 +0000
11136              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
11137              
11138              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
11139              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
11140              Date: Wed, 28 Nov 2001 13:36:35 +0000
11141              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
11142      Branch: perl
11143            ! utils/h2ph.PL
11144 ____________________________________________________________________________
11145 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
11146         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
11147              From: Jonathan Stowe <gellyfish@gellyfish.com>
11148              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
11149              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
11150              
11151              (replace #13327)
11152      Branch: perl
11153            ! lib/Term/Cap.pm
11154 ____________________________________________________________________________
11155 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
11156         Log: Replace #13335 with
11157              
11158              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
11159              From: Russ Allbery <rra@stanford.edu>
11160              Date: 27 Nov 2001 20:42:49 -0800
11161              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
11162      Branch: perl
11163            ! lib/Pod/Text/Termcap.pm
11164 ____________________________________________________________________________
11165 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
11166         Log: (replaced by #13336)
11167              
11168              Subject: [PATCH perl@13323] Termcap.pm with no termios
11169              From: "Craig A. Berry" <craigberry@mac.com> 
11170              Date: Tue, 27 Nov 2001 22:28:50 -0600
11171              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
11172      Branch: perl
11173            ! lib/Pod/Text/Termcap.pm
11174 ____________________________________________________________________________
11175 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
11176         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
11177              From: "Craig A. Berry" <craigberry@mac.com> 
11178              Date: Tue, 27 Nov 2001 21:46:45 -0600
11179              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
11180      Branch: perl
11181            ! configure.com
11182 ____________________________________________________________________________
11183 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
11184         Log: Upgrade to podlators 1.17.
11185      Branch: perl
11186            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
11187            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11188 ____________________________________________________________________________
11189 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
11190         Log: Fix for "a\x{100}" =~ /A/i.
11191      Branch: perl
11192            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
11193            ! utf8.c
11194 ____________________________________________________________________________
11195 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
11196         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
11197              From: "Craig A. Berry" <craigberry@mac.com>
11198              Date: Tue, 27 Nov 2001 17:11:49 -0600
11199              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
11200      Branch: perl
11201            ! lib/DB.t
11202 ____________________________________________________________________________
11203 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
11204         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
11205              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11206              Date: Tue, 27 Nov 2001 14:55:23 -0500
11207              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
11208              
11209              Subject: [PATCH: perl@13324] updates to perldelta.pod 
11210              From: PPrymmer@factset.com
11211              Date: Tue, 27 Nov 2001 18:06:04 -0500
11212              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
11213              
11214              plus added some known problems.
11215      Branch: perl
11216            ! pod/perldelta.pod
11217 ____________________________________________________________________________
11218 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
11219         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
11220              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11221              Date: Tue, 27 Nov 2001 15:38:02 EST 
11222              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
11223      Branch: perl
11224            ! configure.com vms/vms.c vms/vmsish.h
11225 ____________________________________________________________________________
11226 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
11227         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
11228              From: Michael G Schwern <schwern@pobox.com> 
11229              Date: Tue, 27 Nov 2001 15:31:12 -0500
11230              Message-ID: <20011127153112.G20929@blackrider>
11231      Branch: perl
11232            ! t/run/kill_perl.t
11233 ____________________________________________________________________________
11234 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
11235         Log: (replaced by #13337)
11236              
11237              VMS can safely hardcode a termcap entry for VT100.
11238      Branch: perl
11239            ! lib/Term/Cap.pm
11240 ____________________________________________________________________________
11241 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
11242         Log: VMS piping fixes from Charles Lane (perl -P should
11243              be working now).
11244      Branch: perl
11245            ! vms/vms.c
11246 ____________________________________________________________________________
11247 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
11248         Log: Subject: [PATCH] perlvar.pod fix
11249              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11250              Date: Tue, 27 Nov 2001 13:11:47 -0500
11251              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
11252      Branch: perl
11253            ! pod/perlvar.pod
11254 ____________________________________________________________________________
11255 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
11256         Log: Update Changes.
11257      Branch: perl
11258            ! Changes patchlevel.h
11259 ____________________________________________________________________________
11260 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
11261         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
11262              From: "Craig A. Berry" <craigberry@mac.com> 
11263              Date: Tue, 27 Nov 2001 10:21:18 -0600
11264              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
11265      Branch: perl
11266            ! lib/ExtUtils/MM_VMS.pm
11267 ____________________________________________________________________________
11268 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
11269         Log: Protect against accumulating -options -options -options.
11270      Branch: perl
11271            ! hints/hpux.sh
11272 ____________________________________________________________________________
11273 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
11274         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
11275              From: Barrie Slaymaker <barries@slaysys.com>
11276              Date: Tue, 27 Nov 2001 10:58:54 -0500
11277              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
11278      Branch: perl
11279            ! lib/Benchmark.pm
11280 ____________________________________________________________________________
11281 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
11282         Log: Tiny fix from John P. Linderman.
11283      Branch: perl
11284            ! lib/sort.pm
11285 ____________________________________________________________________________
11286 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
11287         Log: The Story of sort(), from John P. Linderman.
11288      Branch: perl
11289            ! pod/perldelta.pod
11290 ____________________________________________________________________________
11291 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
11292         Log: Add information what to do if you are reading
11293              perluniintro but using some older Perl.
11294      Branch: perl
11295            ! pod/perluniintro.pod
11296 ____________________________________________________________________________
11297 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
11298         Log: Update the 'wide characters' FAQ entry.
11299      Branch: perl
11300            ! pod/perlfaq6.pod
11301 ____________________________________________________________________________
11302 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
11303         Log: Fix for
11304              
11305              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
11306              From: Marc Lehmann <root@schmorp.de>
11307              Date: Tue, 27 Nov 2001 14:27:14 +0100
11308              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
11309      Branch: perl
11310            ! ext/Encode.t ext/Encode/Encode.xs
11311 ____________________________________________________________________________
11312 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
11313         Log: Subject: [PATCH] DB_File 1.801
11314              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11315              Date: Tue, 27 Nov 2001 15:06:45 -0000
11316              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
11317      Branch: perl
11318            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11319            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11320 ____________________________________________________________________________
11321 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
11322         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
11323      Branch: perl
11324            ! pod/perlmodlib.pod
11325 ____________________________________________________________________________
11326 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
11327         Log: sort() doc tweaks from John P. Linderman.
11328      Branch: perl
11329            ! pod/perlfunc.pod
11330 ____________________________________________________________________________
11331 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
11332         Log: Subject: [PATCH] More perldelta.pod nits
11333              From: Simon Glover <scog@roe.ac.uk>
11334              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
11335              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
11336      Branch: perl
11337            ! pod/perldelta.pod
11338 ____________________________________________________________________________
11339 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
11340         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
11341              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11342              Date: Tue, 27 Nov 2001 11:52:31 -0000
11343              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
11344      Branch: perl
11345            ! ext/Devel/PPPort/harness/Makefile.PL
11346 ____________________________________________________________________________
11347 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
11348         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
11349              From: Michael G Schwern <schwern@pobox.com>
11350              Date: Tue, 27 Nov 2001 03:38:24 -0500
11351              Message-ID: <20011127033824.A17775@blackrider>
11352      Branch: perl
11353            ! t/TEST
11354 ____________________________________________________________________________
11355 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
11356         Log: Subject: Re: perlcc very broken
11357              From: John Peacock <jpeacock@rowman.com>
11358              Date: Tue, 27 Nov 2001 06:48:01 -0500
11359              Message-ID: <3C037D71.4030508@rowman.com>
11360      Branch: perl
11361            ! utils/perlcc.PL
11362 ____________________________________________________________________________
11363 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
11364         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
11365              From: David Dyck <dcd@tc.fluke.com>
11366              Date: Mon, 26 Nov 2001 22:04:38 -0800
11367              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
11368      Branch: perl
11369            ! t/op/pack.t
11370 ____________________________________________________________________________
11371 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
11372         Log: Subject: [ID 20011126.149] t/op/split fails step 37
11373              From: David Dyck <dcd@tc.fluke.com>
11374              Date: Mon, 26 Nov 2001 21:52:35 -0800
11375              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
11376      Branch: perl
11377            ! t/op/split.t
11378 ____________________________________________________________________________
11379 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
11380         Log: incorporate last minute change from libnet 1.0901-tobe
11381      Branch: perl
11382            ! lib/Net/SMTP.pm
11383 ____________________________________________________________________________
11384 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
11385         Log: Pass 7 at perldelta - random edits.
11386      Branch: perl
11387            ! pod/perldelta.pod
11388 ____________________________________________________________________________
11389 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
11390         Log: Portability and skippage tweaks.
11391      Branch: perl
11392            ! t/op/split.t
11393 ____________________________________________________________________________
11394 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
11395         Log: (retracted by #13449)
11396              Try to make Unicode casemapping to work for EBCDIC, too.
11397      Branch: perl
11398            ! utf8.c
11399 ____________________________________________________________________________
11400 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
11401         Log: Just printing 1..0 is not quite enough...
11402      Branch: perl
11403            ! lib/Dumpvalue.t
11404 ____________________________________________________________________________
11405 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
11406         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
11407              Delay the match until runtime.
11408      Branch: perl
11409            ! t/op/append.t
11410 ____________________________________________________________________________
11411 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
11412         Log: UTF-EBCDIC.
11413      Branch: perl
11414            ! ext/Devel/Peek/Peek.t
11415 ____________________________________________________________________________
11416 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
11417         Log: Be UTF-EBCDIC aware.
11418      Branch: perl
11419            ! lib/bytes.t
11420 ____________________________________________________________________________
11421 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
11422         Log: Bad assumption which way digits and letters sort.
11423      Branch: perl
11424            ! lib/English.t
11425 ____________________________________________________________________________
11426 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
11427         Log: If in EBCDIC but no Convert::EBCDIC
11428              the libnet tests will all fail.
11429      Branch: perl
11430            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
11431            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
11432            ! lib/Net/t/smtp.t lib/Net/t/time.t
11433 ____________________________________________________________________________
11434 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
11435         Log: Just sorting to guarantee order is not enough.
11436              (Think EBCDIC.) 
11437      Branch: perl
11438            ! lib/ExtUtils/Manifest.t
11439 ____________________________________________________________________________
11440 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
11441         Log: OS/390 cleanable gunk.
11442      Branch: perl
11443            ! lib/ExtUtils/MM_Unix.pm
11444 ____________________________________________________________________________
11445 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
11446         Log: Update the EBCDIC MD5 checksums.
11447      Branch: perl
11448            ! ext/Digest/MD5/t/files.t
11449 ____________________________________________________________________________
11450 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
11451         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
11452              From: Nicholas Clark <nick@ccl4.org>
11453              Date: Mon, 26 Nov 2001 23:06:34 +0000
11454              Message-ID: <20011126230633.Q37621@plum.flirble.org>
11455      Branch: perl
11456            ! installman
11457 ____________________________________________________________________________
11458 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
11459         Log: sort tweaks from John P. Linderman.
11460      Branch: perl
11461            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
11462 ____________________________________________________________________________
11463 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
11464         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
11465              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
11466              Date: Mon, 26 Nov 2001 18:47:25 -0600
11467              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
11468              
11469              Craig Berry submitted half of this patch just yesterday.
11470              Spooky cosmic resonance.
11471      Branch: perl
11472            ! ext/Socket/Socket.xs
11473 ____________________________________________________________________________
11474 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
11475         Log: Subject: [PATCH] doio slightly smaller
11476              From: Nicholas Clark <nick@ccl4.org>
11477              Date: Tue, 27 Nov 2001 00:40:23 +0000      
11478              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
11479      Branch: perl
11480            ! doio.c
11481 ____________________________________________________________________________
11482 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
11483         Log: perldelta nits from Autrijus Tang and Ron Kimball.
11484      Branch: perl
11485            ! pod/perldelta.pod
11486 ____________________________________________________________________________
11487 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
11488         Log: Subject: [PATCH] unpack P* uses random length for item
11489              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
11490              Date: Mon, 26 Nov 2001 19:56:32 +0100
11491              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
11492      Branch: perl
11493            ! pod/perldiag.pod pp_pack.c t/op/pack.t
11494 ____________________________________________________________________________
11495 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
11496         Log: Subject: [PATCH current] system and taintedness
11497              From: Radu Greab <radu@netsoft.ro>
11498              Date: Mon, 26 Nov 2001 18:42:29 +0200
11499              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
11500      Branch: perl
11501            ! pp_sys.c t/op/taint.t
11502 ____________________________________________________________________________
11503 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
11504         Log: Subject: [PATCH @ 13283] Devel::PPPort
11505              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11506              Date: Mon, 26 Nov 2001 14:37:17 -0000
11507              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
11508      Branch: perl
11509            + ext/Devel/PPPort/MANIFEST
11510            ! MANIFEST ext/Devel/PPPort/Makefile.PL
11511            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
11512            ! ext/Devel/PPPort/harness/Harness.xs
11513            ! ext/Devel/PPPort/harness/Makefile.PL
11514            ! ext/Devel/PPPort/harness/module2.c
11515            ! ext/Devel/PPPort/harness/module3.c
11516            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
11517 ____________________________________________________________________________
11518 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
11519         Log: Update the test list.
11520      Branch: perl
11521            ! t/lib/1_compile.t
11522 ____________________________________________________________________________
11523 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
11524         Log: Sync-up tests with libnet distribution
11525      Branch: perl
11526            + lib/Net/t/netrc.t
11527            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
11528 ____________________________________________________________________________
11529 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
11530         Log: Update Changes.
11531      Branch: perl
11532            ! Changes patchlevel.h
11533 ____________________________________________________________________________
11534 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
11535         Log: Upgrade to podlators 1.16.
11536      Branch: perl
11537            + lib/Pod/t/basic.cap
11538            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
11539            ! lib/Pod/t/basic.t pod/pod2man.PL
11540 ____________________________________________________________________________
11541 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
11542         Log: Pass 6 at perldelta - sort enhancements, generic and
11543              platform specific bug fixes.
11544      Branch: perl
11545            ! pod/perldelta.pod
11546 ____________________________________________________________________________
11547 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
11548         Log: PROPAGATE documentation from Tony Cook.
11549      Branch: perl
11550            ! pod/perlfunc.pod
11551 ____________________________________________________________________________
11552 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
11553         Log: DJGPP cannot do signals that well.
11554      Branch: perl
11555            ! ext/POSIX/t/sigaction.t
11556 ____________________________________________________________________________
11557 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
11558         Log: Can't do subsecond alarms without ualarm; and break out
11559              early if alarms do not seem to be coming in as expected.
11560      Branch: perl
11561            ! ext/Time/HiRes/HiRes.t
11562 ____________________________________________________________________________
11563 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
11564         Log: No Socket, little Net.
11565      Branch: perl
11566            ! t/lib/1_compile.t
11567 ____________________________________________________________________________
11568 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
11569         Log: Take the taint brush to the getcwds.
11570      Branch: perl
11571            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
11572 ____________________________________________________________________________
11573 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
11574         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
11575              From: "Craig A. Berry" <craigberry@mac.com>
11576              Date: Sun, 25 Nov 2001 16:20:45 -0600
11577              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
11578      Branch: perl
11579            ! ext/Socket/Socket.xs
11580 ____________________________________________________________________________
11581 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
11582         Log: Since in some DOS filesystems the timestamp granularity
11583              may be only two seconds, better sleep for three to play safe.
11584              (Helps CygWin, at least.)
11585      Branch: perl
11586            ! lib/Memoize/t/expire_file.t
11587 ____________________________________________________________________________
11588 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
11589         Log: For some reason CygWin wasn't collapsing multiple
11590              slashes into one, which made some Spec.t tests to fail.
11591              Either CygWin was being too prudish or the collapsing
11592              logic needs to be rethunk.
11593      Branch: perl
11594            ! lib/File/Spec/Unix.pm
11595 ____________________________________________________________________________
11596 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
11597         Log: Cygwin needs to have libperl.dll around if trying to link
11598              with -lperl.  Note: this change cures the test but whether
11599              it cures CygPerl installation, I don't know: hopefully the
11600              libperl5_7_2.dll, or the version equivalent, gets installed
11601              also as libperl.dll to the proper place(s).
11602      Branch: perl
11603            ! lib/ExtUtils/Embed.t
11604 ____________________________________________________________________________
11605 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
11606         Log: -I../lib/.. and -L../lib/..?  Strange.
11607      Branch: perl
11608            ! lib/ExtUtils/Embed.t
11609 ____________________________________________________________________________
11610 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
11611         Log: $MM?
11612      Branch: perl
11613            ! lib/ExtUtils/Embed.pm
11614 ____________________________________________________________________________
11615 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
11616         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
11617              From: Dave Rolsky <autarch@urth.org>
11618              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
11619              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
11620      Branch: perl
11621            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
11622            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11623 ____________________________________________________________________________
11624 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
11625         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
11626              From: chromatic <chromatic@rmci.net>
11627              Date: Sat, 24 Nov 2001 14:56:57 -0700
11628              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
11629              
11630              plus a tweak for ithreads builds.
11631      Branch: perl
11632            + lib/DB.t
11633            ! MANIFEST lib/DB.pm
11634 ____________________________________________________________________________
11635 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
11636         Log: Win32 compilation tweaks for Blair Zajac.
11637      Branch: perl
11638            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
11639 ____________________________________________________________________________
11640 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
11641         Log: I don't think trying to bracket the hires time with lores
11642              times is going to be portable enough: Cygwin seems to be
11643              capable of getting hires ones rather consistently lower
11644              than the lores ones.  So let's try average difference instead.
11645      Branch: perl
11646            ! ext/Time/HiRes/HiRes.t
11647 ____________________________________________________________________________
11648 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
11649         Log: Subject: Re: benchmarks, sorts and reproducibility
11650              From: "John P. Linderman" <jpl@research.att.com>
11651              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
11652              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
11653              
11654              Randomize large partitions for quicksort to dodge the
11655              angry gods of quadratic.
11656      Branch: perl
11657            ! pp_sort.c
11658 ____________________________________________________________________________
11659 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
11660         Log: The joys of portable quoting.
11661      Branch: perl
11662            ! ext/Devel/PPPort/harness/Makefile.PL
11663 ____________________________________________________________________________
11664 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
11665         Log: sort pragma tweaks.
11666      Branch: perl
11667            ! lib/sort.pm
11668 ____________________________________________________________________________
11669 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
11670         Log: Skip the link= directives of utils.lst if no mandir
11671              (if no manpages).
11672      Branch: perl
11673            ! installman
11674 ____________________________________________________________________________
11675 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
11676         Log: integrate changes#8340,13260 from mainline
11677              
11678              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11679              
11680              change#3373 introduced a handle leak in backticks and piped open()s
11681              that fail
11682      Branch: maint-5.6/perl
11683            ! t/io/pipe.t util.c
11684 ____________________________________________________________________________
11685 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
11686         Log: change#3373 introduced a handle leak in backticks and piped open()s
11687              that fail
11688      Branch: perl
11689            ! util.c
11690 ____________________________________________________________________________
11691 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
11692         Log: metaconfig unit change for #13258.
11693      Branch: metaconfig/U/perl
11694            ! d_procselfexe.U
11695 ____________________________________________________________________________
11696 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
11697         Log: Extraenous breaks noticed by David Dyck.
11698      Branch: perl
11699            ! Configure
11700 ____________________________________________________________________________
11701 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
11702         Log: Revert the /proc/self/auxv experiment for now.
11703      Branch: perl
11704            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
11705 ____________________________________________________________________________
11706 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
11707         Log: Also ExtUtils.t had $^X assumptions.
11708      Branch: perl
11709            ! lib/ExtUtils.t
11710 ____________________________________________________________________________
11711 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
11712         Log: Now is Solaris if you start the t/perl in the t/
11713              as "./perl", the $^X will be "../perl", not "./perl".
11714      Branch: perl
11715            ! t/lib/1_compile.t
11716 ____________________________________________________________________________
11717 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
11718         Log: The new way of finding out $^X in Solaris
11719              requires a little tweak if the executable
11720              pathname is *not* absolute: prepend "./"
11721              (otherwise `$^X ...` will start perl from PATH...)
11722      Branch: perl
11723            ! perl.c
11724 ____________________________________________________________________________
11725 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
11726         Log: Avoid "will not stay shared" warnings.
11727      Branch: perl
11728            ! lib/ExtUtils/MM_Unix.pm
11729 ____________________________________________________________________________
11730 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
11731         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
11732              From: Michael G Schwern <schwern@pobox.com>
11733              Date: Sat, 24 Nov 2001 19:56:18 -0500
11734              Message-ID: <20011124195618.A14614@blackrider>            
11735      Branch: perl
11736            ! perl.c pp_sys.c t/op/magic.t util.c
11737 ____________________________________________________________________________
11738 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
11739         Log: In the MakeMaker pm_to_blib target don't copy all
11740              the files in one fell swoop, deal with them hunkwise,
11741              helps for CLIs with limited line lengths.
11742              (This seems to help for DJGPP building Encode,
11743              where there are dozens of files to copy.)
11744      Branch: perl
11745            ! lib/ExtUtils/MM_Unix.pm
11746 ____________________________________________________________________________
11747 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
11748         Log: testsuite leaves stray files behind on windows
11749      Branch: perl
11750            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
11751 ____________________________________________________________________________
11752 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
11753         Log: xsubpp produces a spurious warning on directories called 'typemap'
11754      Branch: perl
11755            ! lib/ExtUtils/xsubpp
11756 ____________________________________________________________________________
11757 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
11758         Log: xsubpp treats invalid (indented) cpp directives as comments
11759      Branch: perl
11760            ! ext/IO/IO.xs
11761 ____________________________________________________________________________
11762 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
11763         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
11764      Branch: perl
11765            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
11766 ____________________________________________________________________________
11767 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
11768         Log: The debug_pag needs to be visible at all times
11769              because of the re extension.
11770      Branch: perl
11771            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
11772 ____________________________________________________________________________
11773 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
11774         Log: Subject: Re: [PATCH] Tests are good
11775              From: Philip Newton <Philip.Newton@gmx.net>
11776              Date: Sat, 24 Nov 2001 21:24:00 +0100
11777              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
11778      Branch: perl
11779            ! pod/perlhack.pod
11780 ____________________________________________________________________________
11781 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
11782         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
11783              From: "Craig A. Berry" <craigberry@mac.com> 
11784              Date: Sat, 24 Nov 2001 12:45:44 -0600
11785              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
11786              
11787              (with tweaks, and combined with Sarathy's #13242)
11788      Branch: perl
11789            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
11790 ____________________________________________________________________________
11791 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
11792         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
11793              From: John Peacock <jpeacock@rowman.com>
11794              Date: Sat, 24 Nov 2001 14:27:46 -0500
11795              Message-ID: <3BFFF4B2.40509@rowman.com> 
11796      Branch: perl
11797            ! lib/Exporter/Heavy.pm
11798 ____________________________________________________________________________
11799 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
11800         Log: use portable quotes
11801      Branch: perl
11802            ! ext/Devel/PPPort/harness/Makefile.PL
11803 ____________________________________________________________________________
11804 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
11805         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
11806              From: Nicholas Clark <nick@ccl4.org>
11807              Date: Sat, 24 Nov 2001 18:06:26 +0000
11808              Message-ID: <20011124180626.T37621@plum.flirble.org>
11809      Branch: perl
11810            ! installman
11811 ____________________________________________________________________________
11812 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
11813         Log: Subject: [PATCH] perl5005delta.pod L<>
11814              From: Nicholas Clark <nick@ccl4.org>
11815              Date: Sat, 24 Nov 2001 18:04:21 +0000
11816              Message-ID: <20011124180421.S37621@plum.flirble.org>
11817      Branch: perl
11818            ! pod/perl5005delta.pod
11819 ____________________________________________________________________________
11820 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
11821         Log: fix typo in config.vc; regenerate win32 config_H.* files
11822      Branch: perl
11823            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11824            ! win32/config_H.vc
11825 ____________________________________________________________________________
11826 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
11827         Log: Mention the charnames::vianame().
11828      Branch: perl
11829            ! pod/perluniintro.pod
11830 ____________________________________________________________________________
11831 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
11832         Log: Add charnames::vianame() in case people want to access
11833              the codes in run-time (as opposed to the compile-timeness
11834              of \N{...}).
11835      Branch: perl
11836            ! lib/charnames.pm lib/charnames.t
11837 ____________________________________________________________________________
11838 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
11839         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
11840              From: Nicholas Clark <nick@ccl4.org>
11841              Date: Sat, 24 Nov 2001 16:30:42 +0000
11842              Message-ID: <20011124163042.R37621@plum.flirble.org>
11843      Branch: perl
11844            ! regcomp.c regcomp.h
11845 ____________________________________________________________________________
11846 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
11847         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
11848              From: Nicholas Clark <nick@ccl4.org>
11849              Date: Sat, 24 Nov 2001 16:24:33 +0000
11850              Message-ID: <20011124162433.Q37621@plum.flirble.org>
11851              
11852              cmp fixes.
11853      Branch: perl
11854            ! pp.c
11855 ____________________________________________________________________________
11856 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
11857         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
11858              (It seems that "./perl" gets resolved to "perl" now.)
11859      Branch: perl
11860            ! perl.c
11861 ____________________________________________________________________________
11862 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
11863         Log: Subject: [PATCH] DB_File 1.800        
11864              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
11865              Date: Sat, 24 Nov 2001 11:41:41 -0000
11866              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
11867      Branch: perl
11868            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11869            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11870            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11871            ! ext/DB_File/t/db-recno.t
11872 ____________________________________________________________________________
11873 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
11874         Log: Tweak the PUSHED documentation.
11875      Branch: perl
11876            ! ext/PerlIO/Via/Via.pm
11877 ____________________________________________________________________________
11878 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
11879         Log: Update 1_compile for new known tests.
11880      Branch: perl
11881            ! t/lib/1_compile.t
11882 ____________________________________________________________________________
11883 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
11884         Log: Move the MBF/MBI test modules to t/lib.
11885      Branch: perl
11886            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
11887            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11888            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11889            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
11890            ! lib/Math/BigInt/t/sub_mbi.t
11891 ____________________________________________________________________________
11892 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
11893         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
11894              From: "Craig A. Berry" <craigberry@mac.com> 
11895              Date: Fri, 23 Nov 2001 18:05:35 -0600
11896              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
11897      Branch: perl
11898            ! configure.com
11899 ____________________________________________________________________________
11900 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
11901         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
11902              From: PPrymmer@factset.com 
11903              Date: Fri, 23 Nov 2001 17:03:07 -0500
11904              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
11905      Branch: perl
11906            ! ext/Unicode/Normalize/mkheader
11907 ____________________________________________________________________________
11908 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
11909         Log: Here are the right helper files.
11910      Branch: perl
11911            + t/lib/Filter/Simple/ExportTest.pm
11912            + t/lib/Filter/Simple/FilterOnlyTest.pm
11913            + t/lib/Filter/Simple/FilterTest.pm
11914            + t/lib/Filter/Simple/ImportTest.pm
11915            ! MANIFEST
11916 ____________________________________________________________________________
11917 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
11918         Log: Update Changes.
11919      Branch: perl
11920            ! Changes patchlevel.h
11921 ____________________________________________________________________________
11922 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
11923         Log: Never mind.
11924      Branch: perl
11925            - lib/Filter/Simple/lib/ExportTest.pm
11926            - lib/Filter/Simple/lib/ImportTest.pm
11927 ____________________________________________________________________________
11928 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
11929         Log: Mis-add.
11930      Branch: perl
11931            + lib/Filter/Simple/lib/ExportTest.pm
11932            + lib/Filter/Simple/lib/ImportTest.pm
11933 ____________________________________________________________________________
11934 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
11935         Log: Upgrade to Filter::Simple 0.77.
11936      Branch: perl
11937            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
11938            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
11939            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
11940            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
11941            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
11942 ____________________________________________________________________________
11943 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
11944         Log: Missing p4 add.
11945      Branch: perl
11946            + lib/ExtUtils/MM_VMS.t
11947 ____________________________________________________________________________
11948 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
11949         Log: Pass 5 at perldelta - module and utility updates cleanup.
11950      Branch: perl
11951            ! pod/perldelta.pod
11952 ____________________________________________________________________________
11953 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
11954         Log: metaconfig unit change for #13219.
11955      Branch: metaconfig/U/perl
11956            ! d_procselfexe.U
11957 ____________________________________________________________________________
11958 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
11959         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
11960      Branch: perl
11961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11962            ! pod/buildtoc.PL pod/perltoc.pod
11963 ____________________________________________________________________________
11964 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
11965         Log: Add procselfexe and d_dirfd to strange lands.
11966      Branch: perl
11967            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
11968            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11969            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11970            ! win32/config.gc win32/config.vc win32/config.win64
11971            ! wince/config.ce
11972 ____________________________________________________________________________
11973 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
11974         Log: metaconfig unit change for #13216.
11975      Branch: metaconfig/U/perl
11976            ! d_procselfexe.U
11977 ____________________________________________________________________________
11978 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
11979         Log: Better to "quote" the pathname.
11980      Branch: perl
11981            ! Configure config_h.SH
11982 ____________________________________________________________________________
11983 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
11984         Log: Use PROCSELFEXE_PATH.
11985      Branch: perl
11986            ! perl.c
11987 ____________________________________________________________________________
11988 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
11989         Log: metaconfig unit change for #13213.
11990      Branch: metaconfig/U/perl
11991            ! d_procselfexe.U
11992 ____________________________________________________________________________
11993 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
11994         Log: Add probing for BSD-like /proc/curproc/file.
11995      Branch: perl
11996            ! Configure config_h.SH
11997 ____________________________________________________________________________
11998 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
11999         Log: metaconfig unit change for 13211.
12000      Branch: metaconfig/U/perl
12001            + d_dirfd.U
12002 ____________________________________________________________________________
12003 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
12004         Log: Add probing for dirfd() so that it can be added it IO::Dir.
12005      Branch: perl
12006            ! Configure config_h.SH perl.h
12007 ____________________________________________________________________________
12008 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
12009         Log: ...and update the test count.
12010      Branch: perl
12011            ! lib/Pod/t/basic.t
12012 ____________________________________________________________________________
12013 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
12014         Log: Must remove the cap test also from the test script.
12015      Branch: perl
12016            ! lib/Pod/t/basic.t
12017 ____________________________________________________________________________
12018 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
12019         Log: Subject: [PATCH] Tests are good
12020              From: Nicholas Clark <nick@ccl4.org>
12021              Date: Fri, 23 Nov 2001 18:12:21 +0000
12022              Message-ID: <20011123181220.F37621@plum.flirble.org>
12023      Branch: perl
12024            ! pod/perlhack.pod
12025 ____________________________________________________________________________
12026 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
12027         Log: The basic.cap from podlators 1.14 is not very portable.
12028      Branch: perl
12029            - lib/Pod/t/basic.cap
12030            ! MANIFEST
12031 ____________________________________________________________________________
12032 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
12033         Log: Subject: Re: [DOC PATCHES] pod cleanups
12034              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12035              Date: 22 Nov 2001 12:54:16 -0000
12036              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
12037      Branch: perl
12038            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
12039            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
12040 ____________________________________________________________________________
12041 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
12042         Log: FAQ sync.
12043      Branch: perl
12044            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
12045 ____________________________________________________________________________
12046 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
12047         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
12048              From: PPrymmer@factset.com
12049              Date: Fri, 23 Nov 2001 11:43:45 -0500
12050              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
12051      Branch: perl
12052            ! MANIFEST lib/ExtUtils/MM_VMS.pm
12053 ____________________________________________________________________________
12054 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
12055         Log: Corify podlators 1.14 test.
12056      Branch: perl
12057            ! lib/Pod/t/basic.t
12058 ____________________________________________________________________________
12059 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
12060         Log: Output tweak needed because of podlators 1.14.
12061      Branch: perl
12062            ! t/pod/multiline_items.xr
12063 ____________________________________________________________________________
12064 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
12065         Log: Upgrade to podlators 1.14.
12066      Branch: perl
12067            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
12068            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
12069            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
12070            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
12071            ! lib/Pod/Text/Overstrike.pm
12072 ____________________________________________________________________________
12073 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
12074         Log: perlmodinstall tweaks from Philip Newton.
12075      Branch: perl
12076            ! pod/perlmodinstall.pod
12077 ____________________________________________________________________________
12078 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
12079         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
12080              From: Autrijus Tang <autrijus@autrijus.org>           
12081              Date: Fri, 23 Nov 2001 23:55:53 +0800
12082              Message-ID: <20011123235553.A2310@not.autrijus.org>
12083      Branch: perl
12084            ! Porting/genlog
12085 ____________________________________________________________________________
12086 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
12087         Log: Subject: Re: regex oddness with \Z and $&
12088              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
12089              Date: Fri, 23 Nov 2001 15:15:24 +0000
12090              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
12091      Branch: perl
12092            ! regcomp.c t/op/re_tests
12093 ____________________________________________________________________________
12094 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
12095         Log: regen_headers.
12096      Branch: perl
12097            ! embed.h global.sym pod/perlapi.pod proto.h
12098 ____________________________________________________________________________
12099 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
12100         Log: Forgotten check-in.
12101      Branch: perl
12102            ! pod/perlapi.pod
12103 ____________________________________________________________________________
12104 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
12105         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
12106      Branch: perl
12107            ! lib/Test/Simple.pm
12108 ____________________________________________________________________________
12109 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
12110         Log: Retract #13173 (effectively retract Net::Ping 2.06,
12111              go back to 2.04, the 2.06 hasn't seen the patches
12112              that have gone to the blead version.)
12113      Branch: perl
12114            - lib/Net/Ping/CHANGES lib/Net/Ping/README
12115            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12116            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12117            - lib/Net/Ping/t/200_ping_tcp.t
12118            ! MANIFEST lib/Net/Ping.pm
12119 ____________________________________________________________________________
12120 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
12121         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
12122              From: Robin Barker <rmb1@cise.npl.co.uk>
12123              Date: Thu, 22 Nov 2001 11:00:38 GMT
12124              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
12125      Branch: perl
12126            ! utils/perldoc.PL
12127 ____________________________________________________________________________
12128 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
12129         Log: metaconfig unit change for #13191.
12130      Branch: metaconfig/U/perl
12131            ! d_procselfexe.U
12132 ____________________________________________________________________________
12133 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
12134         Log: procselfexe tweak: for some reason I had a ls in
12135              /proc/self/exe, not the ls Configure thought it
12136              would found.
12137      Branch: perl
12138            ! Configure
12139 ____________________________________________________________________________
12140 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
12141         Log: Corify the Net::Ping tests; skip the tests
12142              unless $ENV{PERL_TEST_Net_Ping} is true.
12143      Branch: perl
12144            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12145            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12146            ! lib/Net/Ping/t/200_ping_tcp.t
12147 ____________________________________________________________________________
12148 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
12149         Log: metaconfig units changes for #13188.
12150      Branch: metaconfig
12151            ! U/modified/Head.U
12152      Branch: metaconfig/U/perl
12153            ! issymlink.U
12154 ____________________________________________________________________________
12155 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
12156         Log: The #13182 didn't really help.  The real problem
12157              seems to be that 'sh' can in AIX mean at least three
12158              different things, and we can't know which one it is
12159              unless we export $newsh from an earlier run (and it's
12160              the 'bsh' aka 'sh' that has the the broken test -h).
12161      Branch: perl
12162            ! Configure
12163 ____________________________________________________________________________
12164 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
12165         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
12166      Branch: perl
12167            ! op.c t/op/override.t
12168 ____________________________________________________________________________
12169 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
12170         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
12171              From: PPrymmer@factset.com 
12172              Date: Wed, 21 Nov 2001 20:17:25 -0500
12173              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
12174      Branch: perl
12175            ! lib/Shell.t
12176 ____________________________________________________________________________
12177 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
12178         Log: Reapply perlmodinstall parts of #12897.
12179      Branch: perl
12180            ! pod/perlmodinstall.pod
12181 ____________________________________________________________________________
12182 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
12183         Log: perlmodinstall 2.01 from Jon Orwant.
12184      Branch: perl
12185            ! pod/perlmodinstall.pod
12186 ____________________________________________________________________________
12187 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
12188         Log: Subject: [PATCH @10907] REXX on OS/2
12189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12190              Date: Wed, 21 Nov 2001 15:26:11 -0500
12191              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
12192      Branch: perl
12193            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
12194            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
12195 ____________________________________________________________________________
12196 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
12197         Log: metaconfig unit change for #13181.
12198      Branch: metaconfig/U/perl
12199            ! issymlink.U
12200 ____________________________________________________________________________
12201 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
12202         Log: AIX has broken builtin 'test'.
12203      Branch: perl
12204            ! Configure
12205 ____________________________________________________________________________
12206 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
12207         Log: Subject: [PATCH 5.7.x] INSTALL size update
12208              From: Andy Dougherty <doughera@lafayette.edu>
12209              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
12210              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
12211      Branch: perl
12212            ! INSTALL
12213 ____________________________________________________________________________
12214 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
12215         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
12216              to pp_sort.c.  Includes the quicksort stabilizing layer
12217              from John P. Linderman.  -Msort=qsort or -Msort=fast is
12218              faster than without (or with -Msort=mergesort or -Msort=safe)
12219              for short random inputs, but for some reason not quite as fast
12220              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
12221              optimizing definitely needed.
12222      Branch: perl
12223            + lib/sort.pm lib/sort.t pp_sort.c
12224            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
12225            ! embed.pl global.sym perl.h pp_ctl.c proto.h
12226            ! vms/descrip_mms.template vos/build.cm win32/Makefile
12227            ! win32/makefile.mk wince/Makefile.ce
12228 ____________________________________________________________________________
12229 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
12230         Log: Sync file with libnet-1.0901-tobe
12231      Branch: perl
12232            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
12233            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
12234            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
12235            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
12236            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
12237 ____________________________________________________________________________
12238 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
12239         Log: Subject: [PATCH perldoc] problems with pod2man
12240              From: Robin Barker <rmb1@cise.npl.co.uk>
12241              Date: Wed, 21 Nov 2001 17:48:51 GMT
12242              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
12243      Branch: perl
12244            ! utils/perldoc.PL
12245 ____________________________________________________________________________
12246 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
12247         Log: debug_pad only visible when debugging.
12248      Branch: perl
12249            ! makedef.pl
12250 ____________________________________________________________________________
12251 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
12252         Log: metaconfig units changes for #13174.
12253      Branch: metaconfig/U/perl
12254            + d_procselfexe.U
12255            - procselfexe.U
12256 ____________________________________________________________________________
12257 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
12258         Log: procselfexe tweaks.
12259      Branch: perl
12260            ! Configure config_h.SH
12261 ____________________________________________________________________________
12262 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
12263         Log: Upgrade to Net::Ping 2.06.
12264      Branch: perl
12265            + lib/Net/Ping/CHANGES lib/Net/Ping/README
12266            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12267            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12268            + lib/Net/Ping/t/200_ping_tcp.t
12269            ! MANIFEST lib/Net/Ping.pm
12270 ____________________________________________________________________________
12271 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
12272         Log: Upgrade to Math::BigInt 1.47.
12273      Branch: perl
12274            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12275            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
12276            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12277            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12278            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
12279            ! lib/Math/BigInt/t/sub_mbi.t
12280 ____________________________________________________________________________
12281 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
12282         Log: Dynaloading for POSIX-BC from Thomas Dorner.
12283      Branch: perl
12284            ! hints/posix-bc.sh
12285 ____________________________________________________________________________
12286 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
12287         Log: Strange: the same mysterious regex study bug
12288              seems to be present both in OS/390 and POSIX-BC.
12289              Deep EBCDIC magic that regex engine gets wrong,
12290              or a bug in some compiler/library shared by the
12291              two platforms?  From Thomas Dorner.
12292      Branch: perl
12293            ! t/op/study.t
12294 ____________________________________________________________________________
12295 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
12296         Log: More lost and found.
12297      Branch: perl
12298            + lib/Test/Simple/README
12299            ! MANIFEST
12300 ____________________________________________________________________________
12301 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
12302         Log: MANIFESTly missing.
12303      Branch: perl
12304            ! MANIFEST
12305 ____________________________________________________________________________
12306 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
12307         Log: Subject: Re: PERFORCE change 13162 for review               
12308              From: Philip Newton <Philip.Newton@gmx.net> 
12309              Date: Wed, 21 Nov 2001 16:44:30 +0100
12310              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
12311      Branch: perl
12312            ! ext/Devel/PPPort/PPPort.pm
12313 ____________________________________________________________________________
12314 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
12315         Log: Update Changes.
12316      Branch: perl
12317            ! Changes patchlevel.h
12318 ____________________________________________________________________________
12319 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
12320         Log: Small doc tweaks.
12321      Branch: perl
12322            ! ext/PerlIO/Via/Via.pm
12323 ____________________________________________________________________________
12324 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
12325         Log: Redundant return.
12326      Branch: perl
12327            ! ext/MIME/Base64/QuotedPrint.pm
12328 ____________________________________________________________________________
12329 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
12330         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
12331              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12332              Date: Wed, 21 Nov 2001 10:23:16 +0100
12333              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
12334      Branch: perl
12335            ! pp_pack.c t/op/pack.t
12336 ____________________________________________________________________________
12337 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
12338         Log: Add Devel::PPPort originally from Kenneth Albanowski,
12339              revigorated by Paul Marquess: gives h2xs a Perl version
12340              portability boost.
12341      Branch: perl
12342            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12343            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
12344            + ext/Devel/PPPort/harness/Harness.pm
12345            + ext/Devel/PPPort/harness/Harness.xs
12346            + ext/Devel/PPPort/harness/Makefile.PL
12347            + ext/Devel/PPPort/harness/module2.c
12348            + ext/Devel/PPPort/harness/module3.c
12349            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
12350            ! MANIFEST lib/h2xs.t utils/h2xs.PL
12351 ____________________________________________________________________________
12352 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
12353         Log: Oops.
12354      Branch: perl
12355            ! lib/Test/Simple/t/filehandles.t
12356 ____________________________________________________________________________
12357 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
12358         Log: Subject: Re: PERFORCE change 13152 for review               
12359              From: Philip Newton <Philip.Newton@gmx.net> 
12360              Date: Wed, 21 Nov 2001 09:04:05 +0100
12361              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
12362      Branch: perl
12363            ! lib/Test/Builder.pm
12364 ____________________________________________________________________________
12365 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
12366         Log: Subject: Re: PERFORCE change 13142 for review
12367              From: Philip Newton <Philip.Newton@gmx.net>
12368              Date: Wed, 21 Nov 2001 09:04:03 +0100
12369              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
12370              
12371              plus rewrap few paragraphs.
12372      Branch: perl
12373            ! lib/Pod/LaTeX.pm
12374 ____________________________________________________________________________
12375 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
12376         Log: Integrate #13154 from macperl; Remove comments.
12377      Branch: perl
12378           !> lib/File/Spec/Mac.pm
12379 ____________________________________________________________________________
12380 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
12381         Log: Update the list of modules having tests.
12382      Branch: perl
12383            ! t/lib/1_compile.t
12384 ____________________________________________________________________________
12385 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
12386         Log: Slight doc changes.
12387      Branch: maint-5.6/macperl
12388            ! macos/macperl/MacPerl.podhelp
12389 ____________________________________________________________________________
12390 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
12391         Log: Add UTF-16 coercion.
12392      Branch: maint-5.6/macperl
12393            ! macos/lib/Mac/AppleEvents/Simple.pm
12394 ____________________________________________________________________________
12395 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
12396         Log: Remove comments.
12397      Branch: maint-5.6/macperl
12398            ! lib/File/Spec/Mac.pm
12399 ____________________________________________________________________________
12400 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
12401         Log: Fix FSpGetCatInfo (and other functions) corrupting
12402              memory with bad filespecs (bug #471867)
12403      Branch: maint-5.6/macperl
12404            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
12405 ____________________________________________________________________________
12406 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
12407         Log: Upgrade to Test::Simple 0.33.
12408      Branch: perl
12409            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
12410            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
12411            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
12412 ____________________________________________________________________________
12413 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
12414         Log: Upgrade to Test::Harness 1.26.
12415      Branch: perl
12416            ! lib/Test/Harness.pm lib/Test/Harness/Changes
12417 ____________________________________________________________________________
12418 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
12419         Log: Integrate change #13145 from maintperl;
12420              another compatibility tweak to change#12559: avoid quoting
12421              arguments that already have quotes; add test case
12422      Branch: perl
12423           !> t/op/system_tests win32/win32.c
12424 ____________________________________________________________________________
12425 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
12426         Log: integrate change#13147 from mainline (fixes nit in change#10091)
12427              
12428              Subject: [PATCH] spaceship and refs
12429      Branch: maint-5.6/perl
12430            ! pp.c pp_hot.c t/op/cmp.t
12431 ____________________________________________________________________________
12432 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
12433         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
12434              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
12435              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
12436              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
12437      Branch: perl
12438            + lib/Pod/t/utils.t
12439            ! MANIFEST
12440 ____________________________________________________________________________
12441 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
12442         Log: Subject: [PATCH] spaceship and refs
12443              From: Nicholas Clark <nick@ccl4.org>
12444              Date: Tue, 20 Nov 2001 21:59:51 +0000
12445              Message-ID: <20011120215951.U62891@plum.flirble.org> 
12446      Branch: perl
12447            ! pp.c pp_hot.c t/op/cmp.t
12448 ____________________________________________________________________________
12449 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
12450         Log: Try to clarify which I/O call operates on bytes,
12451              which on characters, which on either.
12452      Branch: perl
12453            ! pod/perlfunc.pod
12454 ____________________________________________________________________________
12455 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
12456         Log: another compatibility tweak to change#12559: avoid quoting
12457              arguments that already have quotes; add test case
12458      Branch: maint-5.6/perl
12459            ! t/op/system_tests win32/win32.c
12460 ____________________________________________________________________________
12461 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
12462         Log: Give a simple example of writing PerlIO::Via handlers
12463              in Perl.
12464      Branch: perl
12465            ! ext/PerlIO/Via/Via.pm
12466 ____________________________________________________________________________
12467 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
12468         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
12469      Branch: perl
12470            + lib/Pod/t/latex.t
12471            ! MANIFEST
12472 ____________________________________________________________________________
12473 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
12474         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
12475              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12476              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
12477              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
12478      Branch: perl
12479            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
12480 ____________________________________________________________________________
12481 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
12482         Log: Spread d_procselfexe to far-off lands (undefined).
12483      Branch: perl
12484            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
12485            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12486            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12487            ! win32/config.gc win32/config.vc win32/config.win64
12488            ! wince/config.ce
12489 ____________________________________________________________________________
12490 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
12491         Log: Integrate perlio; add detection and use of /proc/self/exe
12492              (Linuxism for finding the absolute path of the executable)
12493      Branch: perl
12494           !> Configure config_h.SH perl.c t/op/magic.t
12495 ____________________________________________________________________________
12496 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
12497         Log: Really define do_report_used() only if DEBUGGING.
12498      Branch: perl
12499            ! sv.c
12500 ____________________________________________________________________________
12501 [ 13138] By: nick                                  on 2001/11/20  20:01:05
12502         Log: perl.c change to use HAS_PROCSELFEXE, also
12503              tweak to $^X test to comprehend full path to real executable
12504              being returned (like Cygwin as it happens...)
12505      Branch: perlio
12506            ! perl.c t/op/magic.t
12507 ____________________________________________________________________________
12508 [ 13137] By: nick                                  on 2001/11/20  19:46:00
12509         Log: Integrate mainline
12510      Branch: perlio
12511           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
12512           +> lib/NEXT/t/unseen.t
12513            - lib/NEXT/test.pl
12514           !> (integrate 34 files)
12515 ____________________________________________________________________________
12516 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
12517         Log: Subject: [?PATCH] terser pp_eq
12518              From: Nicholas Clark <nick@ccl4.org>
12519              Date: Mon, 19 Nov 2001 23:09:02 +0000
12520              Message-ID: <20011119230901.O62891@plum.flirble.org>
12521      Branch: perl
12522            ! pp_hot.c
12523 ____________________________________________________________________________
12524 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
12525         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
12526      Branch: perl
12527            ! pod/perldelta.pod
12528 ____________________________________________________________________________
12529 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
12530         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
12531              From: Andy Dougherty <doughera@lafayette.edu>
12532              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
12533              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
12534      Branch: perl
12535            ! ext/re/Makefile.PL ext/re/re.xs
12536 ____________________________________________________________________________
12537 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
12538         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
12539              From: Andy Dougherty <doughera@lafayette.edu>
12540              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
12541              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
12542      Branch: perl
12543            ! ext/re/re.xs
12544 ____________________________________________________________________________
12545 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
12546         Log: Integrate change #13119 from macperl.
12547              (No changes since already applied the patch,
12548              just keep perforce happy and well-fed.)
12549      Branch: perl
12550           !> lib/Pod/Html.pm
12551 ____________________________________________________________________________
12552 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
12553         Log: Subject: [PATCH] filter-util.pl for Mac OS
12554              From: Chris Nandor <pudge@pobox.com>
12555              Date: Tue, 20 Nov 2001 00:16:11 -0500
12556              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
12557      Branch: perl
12558            ! t/lib/filter-util.pl
12559 ____________________________________________________________________________
12560 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
12561         Log: Subject: [PATCH] Portability fix for Pod::Html
12562              From: Chris Nandor <pudge@pobox.com>
12563              Date: Tue, 20 Nov 2001 00:01:05 -0500
12564              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
12565      Branch: perl
12566            ! lib/Pod/Html.pm
12567 ____________________________________________________________________________
12568 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
12569         Log: Need to skip more tests if not perlio.
12570      Branch: perl
12571            ! lib/open.t
12572 ____________________________________________________________________________
12573 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
12574         Log: Pass 3 at perldelta - sort the lists of new modules,
12575              module improvements, and new platforms.
12576      Branch: perl
12577            ! pod/perldelta.pod
12578 ____________________________________________________________________________
12579 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
12580         Log: Document ${^OPEN}.
12581      Branch: perl
12582            ! pod/perlvar.pod
12583 ____________________________________________________________________________
12584 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
12585         Log: Make configpm work with extra keys
12586      Branch: maint-5.6/macperl
12587            ! macos/configpm
12588 ____________________________________________________________________________
12589 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
12590         Log: Version and doc updates
12591      Branch: maint-5.6/macperl
12592            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
12593 ____________________________________________________________________________
12594 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
12595         Log: More fixes for error message parsing (bug #470316)
12596      Branch: maint-5.6/macperl
12597            ! macos/macish.c
12598 ____________________________________________________________________________
12599 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
12600         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
12601              remove obsolete function (bug #465225)
12602      Branch: maint-5.6/macperl
12603            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12604            ! macos/macperl/MPScript.c
12605 ____________________________________________________________________________
12606 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
12607         Log: Add p2as droplet to distribution.
12608      Branch: maint-5.6/macperl
12609            + macos/macperl/Droplets/p2as.plx
12610 ____________________________________________________________________________
12611 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
12612         Log: Bundle File::Sort.
12613      Branch: maint-5.6/macperl
12614            + macos/bundled_lib/blib/lib/File/Sort.pm
12615 ____________________________________________________________________________
12616 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
12617         Log: Various bundled module fixes.
12618      Branch: maint-5.6/macperl
12619            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
12620            ! macos/bundled_ext/Digest/MD5/t/files.t
12621            ! macos/bundled_ext/Filter/t/filter-util.pl
12622            ! macos/bundled_lib/blib/lib/Net/Config.pm
12623            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
12624 ____________________________________________________________________________
12625 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
12626         Log: Portability fix for Pod::Html.
12627      Branch: maint-5.6/macperl
12628            ! lib/Pod/Html.pm
12629 ____________________________________________________________________________
12630 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
12631         Log: Upgrade to Text::Balanced 1.89.
12632      Branch: perl
12633            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
12634            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
12635            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
12636            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
12637            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
12638            ! lib/Text/Balanced/t/gentag.t
12639 ____________________________________________________________________________
12640 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
12641         Log: Upgrade to NEXT 0.50.
12642      Branch: perl
12643            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
12644            + lib/NEXT/t/unseen.t
12645            - lib/NEXT/test.pl
12646            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
12647 ____________________________________________________________________________
12648 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
12649         Log: Integrate with maint-5.6/perl.
12650      Branch: maint-5.6/macperl
12651           !> win32/win32.c
12652 ____________________________________________________________________________
12653 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
12654         Log: Update the README.threads scary header a bit.
12655      Branch: perl
12656            ! README.threads
12657 ____________________________________________________________________________
12658 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
12659         Log: Pass 2 at perldelta: add some changes since 5.7.2.
12660      Branch: perl
12661            ! pod/perldelta.pod
12662 ____________________________________________________________________________
12663 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
12664         Log: Subject: [DOC PATCH] perlfaq4.pod 
12665              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12666              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
12667              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
12668      Branch: perl
12669            ! pod/perlfaq4.pod
12670 ____________________________________________________________________________
12671 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
12672         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
12673              From: Michael G Schwern <schwern@pobox.com> 
12674              Date: Mon, 19 Nov 2001 19:53:12 -0500
12675              Message-ID: <20011119195311.I11883@blackrider>
12676      Branch: perl
12677            ! perl.c
12678 ____________________________________________________________________________
12679 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
12680         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
12681              From: PPrymmer@factset.com
12682              Date: Mon, 19 Nov 2001 17:08:59 -0500
12683              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
12684      Branch: perl
12685            ! vms/descrip_mms.template
12686 ____________________________________________________________________________
12687 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
12688         Log: Create a per-interpeter debug scratchpad container
12689              and use that for the regexec debugging.
12690      Branch: perl
12691            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
12692 ____________________________________________________________________________
12693 [ 13109] By: nick                                  on 2001/11/19  22:01:45
12694         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
12695              Configure unit detects the feature).
12696      Branch: metaconfig/U/perl
12697            + procselfexe.U
12698      Branch: perlio
12699            ! Configure config_h.SH
12700 ____________________________________________________________________________
12701 [ 13108] By: nick                                  on 2001/11/19  20:39:17
12702         Log: Integrate mainline
12703      Branch: perlio
12704           +> t/op/or.t
12705           !> (integrate 44 files)
12706 ____________________________________________________________________________
12707 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
12708         Log: sysseek tweak.
12709      Branch: perl
12710            ! pod/perlfunc.pod
12711 ____________________________________________________________________________
12712 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
12713         Log: Move the sysio tests from io/utf8 to lib/open.
12714      Branch: perl
12715            ! lib/open.t t/io/utf8.t
12716 ____________________________________________________________________________
12717 [ 13105] By: nick                                  on 2001/11/19  20:15:39
12718         Log: Add a .package and a README to //depot/metaconfig
12719      Branch: metaconfig
12720            + .package README
12721 ____________________________________________________________________________
12722 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
12723         Log: Thou shalt not mix stdio and sysio.
12724      Branch: perl
12725            ! t/io/utf8.t
12726 ____________________________________________________________________________
12727 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
12728         Log: Update Changes.
12729      Branch: perl
12730            ! Changes patchlevel.h
12731 ____________________________________________________________________________
12732 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
12733         Log: The runops_debug needs to be present always, otherwise
12734              places like AIX which need an explicit symbol export list
12735              will croak when trying to build Devel::Peek (which uses
12736              the runops_debug).
12737      Branch: perl
12738            ! makedef.pl
12739 ____________________________________________________________________________
12740 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
12741         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
12742              From: PPrymmer@factset.com 
12743              Date: Mon, 19 Nov 2001 11:34:22 -0500
12744              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
12745      Branch: perl
12746            ! lib/Memoize/t/tie_sdbm.t
12747 ____________________________________________________________________________
12748 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
12749         Log: Retract #13088: it seems that unless dump.c is extensively
12750              reorganized as to what symbols it shows, when, and to whom,
12751              we are stuck with having the dump.o symbols in the libperl
12752              and thusly in the main Perl binary.
12753      Branch: perl
12754            ! embedvar.h perlapi.h perlvars.h
12755 ____________________________________________________________________________
12756 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
12757         Log: The _uni_display should not be in dump.c since they
12758              are used under normal operation (S_not_a_number()).
12759      Branch: perl
12760            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
12761 ____________________________________________________________________________
12762 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
12763         Log: Protect sv_dump() from being included unless DEBUGGING,
12764              as noticed by Ilya.
12765      Branch: perl
12766            ! sv.c
12767 ____________________________________________________________________________
12768 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
12769         Log: Pending further investigation skip the tell() tests.
12770              The tell() is okay on Solaris, HP-UX and Tru64, but fails
12771              (by returning too much) in Linux.
12772      Branch: perl
12773            ! t/io/utf8.t
12774 ____________________________________________________________________________
12775 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
12776         Log: Retract #13082 until a better solution is found:
12777              statics break ithreads.
12778      Branch: perl
12779            ! regexec.c
12780 ____________________________________________________________________________
12781 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
12782         Log: Figures 1 and 2 for UTF-8.
12783      Branch: perl
12784            ! pod/perlunicode.pod
12785 ____________________________________________________________________________
12786 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
12787         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
12788              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12789              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
12790              Message-ID: <20011119132645.A15034@rafael>
12791      Branch: perl
12792            ! op.c pod/perldiag.pod t/lib/warnings/op
12793 ____________________________________________________________________________
12794 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
12795         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
12796              From: Michael G Schwern <schwern@pobox.com> 
12797              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
12798              Message-ID: <20011119031112.E786@blackrider>
12799      Branch: perl
12800            ! t/op/closure.t
12801 ____________________________________________________________________________
12802 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
12803         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
12804              From: Michael G Schwern <schwern@pobox.com>
12805              Date: Mon, 19 Nov 2001 03:42:56 -0500
12806              Message-ID: <20011119034256.I786@blackrider>
12807      Branch: perl
12808            + t/op/or.t
12809            ! MANIFEST
12810 ____________________________________________________________________________
12811 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
12812         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
12813              From: "Craig A. Berry" <craigberry@mac.com>
12814              Date: Sun, 18 Nov 2001 14:33:48 -0600
12815              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
12816      Branch: perl
12817            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
12818 ____________________________________________________________________________
12819 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
12820         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
12821              From: Dave Rolsky <autarch@urth.org>
12822              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
12823              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
12824      Branch: perl
12825            ! lib/ExtUtils/Manifest.pm
12826 ____________________________________________________________________________
12827 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
12828         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
12829              From: Dave Rolsky <autarch@urth.org>
12830              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
12831              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
12832      Branch: perl
12833            ! lib/ExtUtils/Install.pm
12834 ____________________________________________________________________________
12835 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
12836         Log: The runops_dbg should not be needed.
12837      Branch: perl
12838            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
12839 ____________________________________________________________________________
12840 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
12841         Log: do_spawn() cleanup from Charles Lane.
12842      Branch: perl
12843            ! vms/vms.c
12844 ____________________________________________________________________________
12845 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
12846         Log: Update the list of tests.
12847      Branch: perl
12848            ! t/lib/1_compile.t
12849 ____________________________________________________________________________
12850 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
12851         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
12852              From: Michael G Schwern <schwern@pobox.com> 
12853              Date: Fri, 16 Nov 2001 17:37:04 -0500
12854              Message-ID: <20011116173703.L30160@blackrider>
12855      Branch: perl
12856            ! t/lib/warnings/sv
12857 ____________________________________________________________________________
12858 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
12859         Log: FAQ sync.
12860      Branch: perl
12861            ! pod/perlfaq4.pod
12862 ____________________________________________________________________________
12863 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
12864         Log: Integrate perlio; win32 sync.
12865      Branch: perl
12866           !> perlio.c win32/win32io.c
12867 ____________________________________________________________________________
12868 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
12869         Log: (retracted by #13096)
12870              Debugging would be badly skewed by a malloc per regex dump.
12871      Branch: perl
12872            ! regexec.c
12873 ____________________________________________________________________________
12874 [ 13081] By: nick                                  on 2001/11/18  19:08:40
12875         Log: Win32 layer has a dup which needs to match new prototype.
12876      Branch: perlio
12877            ! win32/win32io.c
12878 ____________________________________________________________________________
12879 [ 13080] By: nick                                  on 2001/11/18  19:05:02
12880         Log: Wrong way to get stdio mode used.
12881      Branch: perlio
12882            ! perlio.c
12883 ____________________________________________________________________________
12884 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
12885         Log: Retract #13048: that introduced a malloc() (through savepvn())
12886              to *every* m//, which killed the performance quite badly.
12887      Branch: perl
12888            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
12889 ____________________________________________________________________________
12890 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
12891         Log: Pass 1 at perldelta.pod: sort the section contents
12892              together, drop all but the 5.7.2 known problems,
12893              leave the 5.7.1 security note since that's the
12894              fullest explanation (update the date on that).
12895      Branch: perl
12896            ! pod/perldelta.pod
12897 ____________________________________________________________________________
12898 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
12899         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
12900              
12901              Tiny problem in the test for 20011113.110: I hope
12902              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
12903      Branch: perl
12904            ! pp.c t/op/repeat.t
12905 ____________________________________________________________________________
12906 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
12907         Log: All of syswrite/send/sendto need to return character counts,
12908              and character counts from the offset, not the beginning of
12909              the scalar.
12910      Branch: perl
12911            ! pp_sys.c
12912 ____________________________________________________________________________
12913 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
12914         Log: Integrate PerlIO: duping fixes.
12915      Branch: perl
12916           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12917           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
12918           !> perliol.h sv.c
12919 ____________________________________________________________________________
12920 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
12921         Log: syswrite() was still returning byte counts, not character counts.
12922      Branch: perl
12923            ! pp_sys.c t/io/utf8.t
12924 ____________________________________________________________________________
12925 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
12926         Log: Add test for sysread().
12927      Branch: perl
12928            ! t/io/utf8.t
12929 ____________________________________________________________________________
12930 [ 13072] By: nick                                  on 2001/11/18  16:15:31
12931         Log: Allow dup'ing of PerlIO::Scalar etc.
12932      Branch: perlio
12933            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12934            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
12935            ! perliol.h sv.c
12936 ____________________________________________________________________________
12937 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
12938         Log: Prepend a null byte to the test set.
12939      Branch: perl
12940            ! t/io/utf8.t
12941 ____________________________________________________________________________
12942 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
12943         Log: Document how "no utf8;" can become handy.
12944      Branch: perl
12945            ! lib/utf8.pm
12946 ____________________________________________________________________________
12947 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
12948         Log: Integrate perlio; force the inclusion of the PL_runops_*
12949      Branch: perl
12950           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
12951 ____________________________________________________________________________
12952 [ 13068] By: nick                                  on 2001/11/18  13:23:33
12953         Log: embed.pl generated changes I forgot to include
12954      Branch: perlio
12955            ! embedvar.h perlapi.h pod/perlapi.pod
12956 ____________________________________________________________________________
12957 [ 13067] By: nick                                  on 2001/11/18  12:50:19
12958         Log: Force inclusion of both Perl_runops_* in perl itself,
12959              so they are available for Peek.xs etc.
12960      Branch: perlio
12961            ! perlvars.h
12962 ____________________________________________________________________________
12963 [ 13066] By: nick                                  on 2001/11/18  11:00:34
12964         Log: Integrate mainline - a few Devel::Peak fails.
12965      Branch: perlio
12966           +> (branch 29 files)
12967            - ext/Thread/Thread.pm lib/Benchmark.t
12968            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
12969            - lib/Lingua/KO/Hangul/Util/README
12970            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
12971            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
12972            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
12973            - vms/ext/vmsish.pm vms/ext/vmsish.t
12974            ! hv.c
12975           !> (integrate 389 files)
12976 ____________________________________________________________________________
12977 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
12978         Log: Start working on perldelta.  This is not yet any sort of
12979              editing; just concatenating perl570delta, perl571delta,
12980              and perl572delta.  Any sorting not done, any duplicate
12981              removal not done, any removal or update of obsolete items
12982              not done, any changes since 5.7.2 not included.  So there.
12983      Branch: perl
12984            ! pod/perldelta.pod
12985 ____________________________________________________________________________
12986 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
12987         Log: Banish "use utf8".
12988      Branch: perl
12989            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
12990 ____________________________________________________________________________
12991 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
12992         Log: Tweak from Charles Lane.
12993      Branch: perl
12994            ! vms/vms.c
12995 ____________________________________________________________________________
12996 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
12997         Log: Integrate change #13058 from maintperl;
12998              change#12559 breaks things on Win9x because command.com doesn't
12999              grok dquotes at all; disable all the system() smarts for
13000              command.com
13001      Branch: perl
13002           !> win32/win32.c
13003 ____________________________________________________________________________
13004 [ 13061] By: ams                                   on 2001/11/17  13:46:11
13005         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
13006              From: Jonathan Stowe <gellyfish@gellyfish.com>
13007              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
13008              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
13009      Branch: perl
13010            ! lib/Term/Cap.pm
13011 ____________________________________________________________________________
13012 [ 13060] By: ams                                   on 2001/11/17  09:49:10
13013         Log: Subject: [PATCH9 File/Find.pm doc nits
13014              From: Tels <perl_dummy@bloodgate.com>
13015              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
13016      Branch: perl
13017            ! lib/File/Find.pm
13018 ____________________________________________________________________________
13019 [ 13059] By: ams                                   on 2001/11/17  09:38:38
13020         Log: Subject: [PATCH] Benchmark.pm nit
13021              From: Tels <perl_dummy@bloodgate.com>
13022              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
13023      Branch: perl
13024            ! lib/Benchmark.pm
13025 ____________________________________________________________________________
13026 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
13027         Log: change#12559 breaks things on Win9x because command.com doesn't
13028              grok dquotes at all; disable all the system() smarts for
13029              command.com
13030      Branch: maint-5.6/perl
13031            ! win32/win32.c
13032 ____________________________________________________________________________
13033 [ 13057] By: ams                                   on 2001/11/16  20:30:03
13034         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
13035              From: Andy Dougherty <doughera@lafayette.edu>
13036              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
13037              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
13038      Branch: perl
13039            ! lib/Unicode/UCD.t
13040 ____________________________________________________________________________
13041 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
13042         Log: Subject: [Patch Perl@13023] VMS system() warning
13043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13044              Date: Fri, 16 Nov 2001 15:20:11 EST
13045              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
13046      Branch: perl
13047            ! vms/vms.c
13048 ____________________________________________________________________________
13049 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
13050         Log: It's neither-nor, and protect against the impossible.
13051      Branch: perl
13052            ! lib/Thread.pm
13053 ____________________________________________________________________________
13054 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
13055         Log: 5005threads didn't work because $Thread::VERSION wasn't
13056              visible.  Oops.
13057      Branch: perl
13058            ! ext/Thread/Makefile.PL lib/Thread.pm
13059 ____________________________________________________________________________
13060 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
13061         Log: Robustness against Linux using something else than gcc;
13062              based on
13063              
13064              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
13065              From: Charles Randall <cfriv@yahoo.com>
13066              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
13067              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
13068      Branch: perl
13069            ! ext/Errno/Errno_pm.PL
13070 ____________________________________________________________________________
13071 [ 13052] By: ams                                   on 2001/11/16  16:46:39
13072         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
13073              From: Russ Allbery <rra@stanford.edu>
13074              Date: 16 Nov 2001 09:44:21 -0800
13075              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
13076      Branch: perl
13077            ! lib/Pod/ParseLink.pm
13078 ____________________________________________________________________________
13079 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
13080         Log: Update perluniintro on the UTF-8 output matters
13081              (that -w will warn unless the stream is explicitly UTF-8-ified).
13082      Branch: perl
13083            ! pod/perluniintro.pod
13084 ____________________________________________________________________________
13085 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
13086         Log: Adding new files to MANIFEST is nice.
13087      Branch: perl
13088            ! MANIFEST
13089 ____________________________________________________________________________
13090 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
13091         Log: Update Changes.
13092      Branch: perl
13093            ! Changes patchlevel.h
13094 ____________________________________________________________________________
13095 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
13096         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
13097              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
13098              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
13099              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
13100      Branch: perl
13101            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
13102 ____________________________________________________________________________
13103 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
13104         Log: Rename perlunintro to perluniintro; regen toc.
13105      Branch: perl
13106            + pod/perluniintro.pod
13107            - pod/perlunintro.pod
13108            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13109 ____________________________________________________________________________
13110 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
13111         Log: Document the negated lookahead trick to emulate
13112              character class subtraction.
13113      Branch: perl
13114            ! pod/perlunicode.pod
13115 ____________________________________________________________________________
13116 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
13117         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
13118              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13119              Date: Fri, 16 Nov 2001 23:31:04 +0900
13120              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
13121              
13122              (with the tweak that Cntrl is not C, it's Cc)
13123      Branch: perl
13124            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
13125            ! lib/unicore/mktables
13126 ____________________________________________________________________________
13127 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
13128         Log: Subject: [PATCH current] runtime runops switch
13129              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13130              Date: Fri, 16 Nov 2001 00:48:09 -0500
13131              Message-ID: <20011116004809.A934@math.ohio-state.edu>
13132      Branch: perl
13133            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
13134            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
13135            ! pod/perlintern.pod proto.h run.c
13136 ____________________________________________________________________________
13137 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
13138         Log: Further discourage old Thread code; tell how to tell
13139              the difference.
13140      Branch: perl
13141            ! lib/Thread.pm
13142 ____________________________________________________________________________
13143 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
13144         Log: A missing return; from Charles Lane.
13145      Branch: perl
13146            ! vms/vms.c
13147 ____________________________________________________________________________
13148 [ 13041] By: ams                                   on 2001/11/16  12:11:14
13149         Log: Subject: [PATCH] Doc spellcheck + podcheck
13150              From: Autrijus Tang <autrijus@egb.elixus.org>
13151              Date: Thu, 15 Nov 2001 22:49:05 -0800
13152              Message-Id: <20011116064905.GA44092@egb.elixus.org>
13153              
13154              Subject: [PATCH] podcheck+spellcheck, the rest of the story
13155              From: Autrijus Tang <autrijus@egb.elixus.org>
13156              Date: Fri, 16 Nov 2001 00:42:20 -0800
13157              Message-Id: <20011116084220.GA44295@egb.elixus.org>
13158              
13159              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
13160              From: Nicholas Clark <nick@ccl4.org>
13161              Date: Fri, 16 Nov 2001 10:32:01 +0000
13162              Message-Id: <20011116103200.F62891@plum.flirble.org>
13163              (Applied after suitable de-mangling.)
13164      Branch: perl
13165            ! README.aix README.dgux README.dos README.epoc README.hpux
13166            ! README.mint README.mpeix README.netware README.os2
13167            ! README.os390 README.plan9 README.qnx README.solaris
13168            ! README.threads doio.c pod/perl571delta.pod
13169            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
13170            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
13171            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
13172            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
13173            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
13174            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
13175 ____________________________________________________________________________
13176 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
13177         Log: Avoid redefinedness warning for now.
13178      Branch: perl
13179            ! lib/Thread.pm
13180 ____________________________________________________________________________
13181 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
13182         Log: use strict.
13183      Branch: perl
13184            ! lib/Thread.pm
13185 ____________________________________________________________________________
13186 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
13187         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
13188              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
13189              Date: Thu, 15 Nov 2001 22:54:47 EST 
13190              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
13191      Branch: perl
13192            ! vms/vms.c vms/vmspipe.com
13193 ____________________________________________________________________________
13194 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
13195         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
13196              From: "chromatic" <chromatic@rmci.net>
13197              Date: Thu, 15 Nov 2001 19:54:23 -0700
13198              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
13199      Branch: perl
13200            ! lib/File/stat.t
13201 ____________________________________________________________________________
13202 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
13203         Log: Make Thread a wrapper for both ithreads and 5005threads.
13204              Needs a lot of work and Arthur's eyeballing (and finishing
13205              few missing odds and ends of threads.pm).  Now Thread
13206              is an extension without its own .pm.
13207              
13208              If there are people who have experience working with
13209              either the 5005threads or the ithreads: cleaning up
13210              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
13211              and porting the various Thread::* modules, like Thread::Queue,
13212              to work also with ithreads, is needed.
13213              
13214              Removed the 5005threads requirement from the 5005 tests
13215              for easier testing (not all of them work yet since
13216              they use the Thread::* modules that have not been made
13217              to work with ithreads).  Leave the 5005 tests named as
13218              *.tx so that they are not run by "make test".
13219      Branch: perl
13220            + lib/Thread.pm
13221            - ext/Thread/Thread.pm
13222            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
13223            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
13224            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
13225            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
13226            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
13227            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
13228            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
13229 ____________________________________________________________________________
13230 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
13231         Log: $VERSION "a5" doesn't quite work.
13232      Branch: perl
13233            ! ext/B/Makefile.PL
13234 ____________________________________________________________________________
13235 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
13236         Log: Add the fruits of Larry Shatzer's version verifying script.
13237              (There are some straddlers, but they will be fixed in the
13238              upcoming releases of the modules.)
13239      Branch: perl
13240            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
13241            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
13242            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
13243            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
13244            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
13245            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
13246            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13247            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
13248            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
13249            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
13250            ! wince/FindExt.pm
13251 ____________________________________________________________________________
13252 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
13253         Log: Add Larry Shatzer's VERSION verifying script.
13254      Branch: perl
13255            + Porting/checkVERSION.pl
13256            ! MANIFEST Porting/pumpkin.pod
13257 ____________________________________________________________________________
13258 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
13259         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
13260              From: Michael G Schwern <schwern@pobox.com>
13261              Date: Thu, 15 Nov 2001 19:26:40 -0500
13262              Message-ID: <20011115192640.R31399@blackrider>
13263      Branch: perl
13264            ! t/test.pl
13265 ____________________________________________________________________________
13266 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
13267         Log: Document the MY_CXT business; from Paul Marquess.
13268      Branch: perl
13269            ! pod/perlxs.pod
13270 ____________________________________________________________________________
13271 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
13272         Log: VMSCMD synch attempt.
13273      Branch: perl
13274            ! vms/vms.c vms/vmsish.h
13275 ____________________________________________________________________________
13276 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
13277         Log: Advise against -P as instructed by Schwern.
13278      Branch: perl
13279            ! pod/perlrun.pod
13280 ____________________________________________________________________________
13281 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
13282         Log: Subject: [PATCH] v-strings as Objects Step 1
13283              From: John Peacock <jpeacock@rowman.com>
13284              Date: Thu, 15 Nov 2001 12:41:04 -0500
13285              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
13286      Branch: perl
13287            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
13288            ! util.c
13289 ____________________________________________________________________________
13290 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
13291         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
13292              From: Michael G Schwern <schwern@pobox.com>
13293              Date: Thu, 15 Nov 2001 12:47:59 -0500
13294              Message-ID: <20011115124759.E31399@blackrider>
13295      Branch: perl
13296            + t/run/switchx.aux t/run/switchx.t
13297            ! MANIFEST t/run/switches.t
13298 ____________________________________________________________________________
13299 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
13300         Log: Upgrade to Getopt::Long 2.26_03.
13301      Branch: perl
13302            ! lib/Getopt/Long.pm
13303 ____________________________________________________________________________
13304 [ 13025] By: ams                                   on 2001/11/15  20:46:22
13305         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
13306              From: Michael G Schwern <schwern@pobox.com>
13307              Date: Thu, 15 Nov 2001 16:24:11 -0500
13308              Message-Id: <20011115162411.M31399@blackrider>
13309      Branch: perl
13310            ! vms/vms.c
13311 ____________________________________________________________________________
13312 [ 13024] By: ams                                   on 2001/11/15  19:32:06
13313         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
13314              From: rspier@pobox.com (Robert Spier)
13315              Date: Thu, 15 Nov 2001 11:19:21 -0800
13316              Message-Id: <15348.5433.732364.963687@rls.cx>
13317      Branch: perl
13318            ! op.c
13319 ____________________________________________________________________________
13320 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
13321         Log: Update Changes.
13322      Branch: perl
13323            ! Changes patchlevel.h
13324 ____________________________________________________________________________
13325 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
13326         Log: Subject: [PATCH] new tests for command-line switches
13327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13328              Date: Thu, 15 Nov 2001 17:00:30 +0100
13329              Message-ID: <20011115170030.A14193@rafael>
13330      Branch: perl
13331            + t/run/switches.t
13332            ! MANIFEST
13333 ____________________________________________________________________________
13334 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
13335         Log: Upgrade to podlators 1.13.
13336      Branch: perl
13337            + lib/Pod/ParseLink.pm
13338            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
13339            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
13340            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
13341            ! t/pod/pod2usage.xr t/pod/podselect.xr
13342 ____________________________________________________________________________
13343 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
13344         Log: skip "might be used uninitialized".
13345      Branch: perl
13346            ! pp_sys.c
13347 ____________________________________________________________________________
13348 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
13349         Log: Fix for "perlio bug in koi8-r encoding".  The problem
13350              seemed to be that binmode() always flushed the handle,
13351              which is not so good when switching encodings.  Fixed,
13352              added Matt Sergeant's testcase, documented in perlfunc/binmode,
13353              also added a pointer about disciplines to perlfunc/open,
13354              and in general cleaned up and reformatted the open entry.
13355      Branch: perl
13356            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
13357 ____________________________________________________________________________
13358 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
13359         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
13360              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13361              Date: 15 Nov 2001 08:57:06 -0000
13362              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
13363              
13364              chop() and chomp() are not real list functions,
13365              so let's not have them overrideable.  (Casey will
13366              be confused since in #7071 he patched the other way.)
13367      Branch: perl
13368            ! pod/perlfunc.pod toke.c
13369 ____________________________________________________________________________
13370 [ 13017] By: ams                                   on 2001/11/15  12:56:49
13371         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
13372              From: Robin Barker <rmb1@cise.npl.co.uk>
13373              Date: Thu, 15 Nov 2001 13:48:34 GMT
13374              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
13375              (Applied with tweaks.)
13376      Branch: perl
13377            ! pod/perltrap.pod
13378 ____________________________________________________________________________
13379 [ 13016] By: ams                                   on 2001/11/15  09:12:48
13380         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
13381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13382              Date: Thu, 15 Nov 2001 09:06:39 +0100
13383              Message-Id: <20011115090639.A13005@rafael>
13384      Branch: perl
13385            ! pod/perlrun.pod
13386 ____________________________________________________________________________
13387 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
13388         Log: "link =" from utils.lst was being processed oddly.
13389      Branch: perl
13390            ! installman
13391 ____________________________________________________________________________
13392 [ 13014] By: ams                                   on 2001/11/15  02:52:52
13393         Log: Subject: [PATCH current] CreateTTY in -d
13394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13395              Date: Wed, 14 Nov 2001 21:26:31 -0500
13396              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
13397      Branch: perl
13398            ! lib/perl5db.pl
13399 ____________________________________________________________________________
13400 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
13401         Log: Corify the Filter::Simple tests. 
13402      Branch: perl
13403            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
13404            ! lib/Filter/Simple/t/filter_only.t
13405 ____________________________________________________________________________
13406 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
13407         Log: Upgrade to Filter::Simple 0.70.
13408      Branch: perl
13409            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
13410            + t/lib/FilterOnlyTest.pm
13411            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
13412            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
13413            ! t/lib/FilterTest.pm
13414 ____________________________________________________________________________
13415 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
13416         Log: Cleanliness inspired by Cygwin.
13417      Branch: perl
13418            ! Makefile.SH x2p/Makefile.SH
13419 ____________________________________________________________________________
13420 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
13421         Log: Add perlunintro (formerly known as perlunitut); regen toc.
13422      Branch: perl
13423            + pod/perlunintro.pod
13424            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13425 ____________________________________________________________________________
13426 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
13427         Log: FAQ sync.
13428      Branch: perl
13429            ! pod/perlfaq6.pod
13430 ____________________________________________________________________________
13431 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
13432         Log: Quieten pgcc 2.91.66 worries.
13433      Branch: perl
13434            ! gv.c pp_ctl.c utf8.c
13435 ____________________________________________________________________________
13436 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
13437         Log: Upgrade to Switch 2.06.
13438      Branch: perl
13439            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
13440            ! lib/Switch/t/nested.t
13441 ____________________________________________________________________________
13442 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
13443         Log: Upgrade to Attribute::Handlers 0.76.
13444      Branch: perl
13445            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
13446            ! lib/Attribute/Handlers/README
13447            ! lib/Attribute/Handlers/demo/Demo.pm
13448            ! lib/Attribute/Handlers/demo/Descriptions.pm
13449            ! lib/Attribute/Handlers/demo/MyClass.pm
13450            ! lib/Attribute/Handlers/demo/demo_cycle.pl
13451            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
13452            ! lib/Attribute/Handlers/t/multi.t
13453 ____________________________________________________________________________
13454 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
13455         Log: Signedness nit.
13456      Branch: perl
13457            ! regexec.c
13458 ____________________________________________________________________________
13459 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
13460         Log: VERSIONize.
13461      Branch: perl
13462            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
13463            ! lib/integer.pm
13464 ____________________________________________________________________________
13465 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
13466         Log: No pod in internal Net::FTP classes.
13467      Branch: perl
13468            ! pod/buildtoc.PL
13469 ____________________________________________________________________________
13470 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
13471         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
13472              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13473              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
13474              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
13475      Branch: perl
13476            ! regexec.c
13477 ____________________________________________________________________________
13478 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
13479         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
13480              Pudge correctly).
13481      Branch: perl
13482            ! t/test.pl
13483 ____________________________________________________________________________
13484 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
13485         Log: Add comments to mark where $^X is being handled.
13486      Branch: perl
13487            ! perl.c toke.c
13488 ____________________________________________________________________________
13489 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
13490         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
13491              From: Michael G Schwern <schwern@pobox.com>
13492              Date: Wed, 14 Nov 2001 16:38:25 -0500
13493              Message-ID: <20011114163825.D6519@blackrider>
13494      Branch: perl
13495            ! t/op/repeat.t
13496 ____________________________________________________________________________
13497 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
13498         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
13499              From: Michael G Schwern <schwern@pobox.com>
13500              Date: Wed, 14 Nov 2001 13:19:15 -0500
13501              Message-ID: <20011114131915.K5096@blackrider>
13502      Branch: perl
13503            ! t/op/die_exit.t
13504 ____________________________________________________________________________
13505 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
13506         Log: Subject: Re: [PATCH] new version of runperl()
13507              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13508              Date: Wed, 14 Nov 2001 15:39:12 EST
13509              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
13510              
13511              "VMS $^X pipes etc" patch.
13512      Branch: perl
13513            ! vms/vms.c
13514 ____________________________________________________________________________
13515 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
13516         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
13517              and add "verbose" option to show the final command.
13518      Branch: perl
13519            ! t/test.pl
13520 ____________________________________________________________________________
13521 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
13522         Log: Goof in some of the comment fields of #12994.
13523      Branch: perl
13524            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
13525            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
13526            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
13527            ! lib/unicore/In/9.pl
13528 ____________________________________________________________________________
13529 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
13530         Log: The First, Last ranges in the Unicode data weren't
13531              getting their general categories added properly;
13532              noticed by Jeffrey Friedl.
13533      Branch: perl
13534            ! lib/unicore/Category.pl lib/unicore/In/0.pl
13535            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
13536            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
13537            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
13538            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
13539            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
13540            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
13541            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
13542            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
13543            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
13544            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
13545            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
13546            ! lib/unicore/mktables
13547 ____________________________________________________________________________
13548 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
13549         Log: Subject: [PATCH] new version of runperl()
13550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13551              Date: Wed, 14 Nov 2001 12:23:01 +0100
13552              Message-ID: <20011114122301.A29384@rafael>
13553      Branch: perl
13554            ! t/io/argv.t t/test.pl
13555 ____________________________________________________________________________
13556 [ 12992] By: ams                                   on 2001/11/14  13:40:39
13557         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
13558              From: Michael G Schwern <schwern@pobox.com>
13559              Date: Tue, 13 Nov 2001 23:17:54 -0500
13560              Message-Id: <20011113231754.S32567@blackrider>
13561      Branch: perl
13562            ! perl.c
13563 ____________________________________________________________________________
13564 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
13565         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
13566              From: Philip Newton <Philip.Newton@gmx.net>
13567              Date: Wed, 14 Nov 2001 10:59:53 +0100
13568              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
13569              
13570              plus a lot of paragraph reformatting because of long lines.
13571      Branch: perl
13572            ! pod/perlapio.pod
13573 ____________________________________________________________________________
13574 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
13575         Log: A bool is not a pointer.
13576      Branch: perl
13577            ! pp_sys.c
13578 ____________________________________________________________________________
13579 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
13580         Log: AUTHORS updates.
13581      Branch: perl
13582            ! AUTHORS
13583 ____________________________________________________________________________
13584 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
13585         Log: There are several MIME RFCs.
13586      Branch: perl
13587            ! ext/Encode/Encode.pm
13588 ____________________________________________________________________________
13589 [ 12987] By: ams                                   on 2001/11/14  01:09:28
13590         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
13591              From: Michael G Schwern <schwern@pobox.com>
13592              Date: Tue, 13 Nov 2001 20:59:13 -0500
13593              Message-Id: <20011113205913.H32567@blackrider>
13594      Branch: perl
13595            ! t/op/groups.t vms/test.com
13596 ____________________________________________________________________________
13597 [ 12986] By: ams                                   on 2001/11/14  01:07:06
13598         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
13599              From: Michael G Schwern <schwern@pobox.com>
13600              Date: Tue, 13 Nov 2001 20:51:34 -0500
13601              Message-Id: <20011113205134.F32567@blackrider>
13602      Branch: perl
13603            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
13604 ____________________________________________________________________________
13605 [ 12985] By: ams                                   on 2001/11/14  00:43:59
13606         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
13607              From: Michael G Schwern <schwern@pobox.com>
13608              Date: Tue, 13 Nov 2001 20:38:42 -0500
13609              Message-Id: <20011113203842.E32567@blackrider>
13610      Branch: perl
13611            ! pod/perlport.pod
13612 ____________________________________________________________________________
13613 [ 12984] By: ams                                   on 2001/11/14  00:32:15
13614         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
13615              From: Michael G Schwern <schwern@pobox.com>
13616              Date: Tue, 13 Nov 2001 20:27:02 -0500
13617              Message-Id: <20011113202702.D32567@blackrider>
13618      Branch: perl
13619            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
13620            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
13621            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
13622            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
13623 ____________________________________________________________________________
13624 [ 12983] By: ams                                   on 2001/11/14  00:00:27
13625         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
13626              From: Michael G Schwern <schwern@pobox.com>
13627              Date: Tue, 13 Nov 2001 19:51:59 -0500
13628              Message-Id: <20011113195159.B32567@blackrider>
13629      Branch: perl
13630            ! pod/perlport.pod
13631 ____________________________________________________________________________
13632 [ 12982] By: ams                                   on 2001/11/13  23:53:11
13633         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
13634              From: Larry Shatzer <fugazi@zippy.zyx.net>
13635              Date: Tue, 13 Nov 2001 17:27:59 -0700
13636              Message-Id: <20011113172759.E27768@zippy.zyx.net>
13637      Branch: perl
13638            ! pod/perlapio.pod
13639 ____________________________________________________________________________
13640 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
13641         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
13642              "large enough" Unicode characters returned more than one
13643              as their "Unicode size".
13644      Branch: perl
13645            ! pp_sys.c t/io/utf8.t
13646 ____________________________________________________________________________
13647 [ 12980] By: ams                                   on 2001/11/13  19:32:33
13648         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
13649              From: "Craig A. Berry" <craigberry@mac.com>
13650              Date: Tue, 13 Nov 2001 14:33:25 -0600
13651              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
13652      Branch: perl
13653            ! vms/gen_shrfls.pl
13654 ____________________________________________________________________________
13655 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
13656         Log: Subject: Minor patch to Encode.pm (detypo)
13657              From: "Philip Newton" <Philip.Newton@gmx.net>
13658              Date: Tue, 13 Nov 2001 20:11:01 +0100
13659              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
13660      Branch: perl
13661            ! ext/Encode/Encode.pm
13662 ____________________________________________________________________________
13663 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
13664         Log: Evil tabulators.
13665      Branch: perl
13666            ! ext/Encode/Encode.pm
13667 ____________________________________________________________________________
13668 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
13669         Log: Document the available encodings.
13670      Branch: perl
13671            ! ext/Encode/Encode.pm
13672 ____________________________________________________________________________
13673 [ 12976] By: ams                                   on 2001/11/13  17:14:07
13674         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
13675              From: Barrie Slaymaker <barries@slaysys.com>
13676              Date: Tue, 13 Nov 2001 12:41:36 -0500
13677              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
13678      Branch: perl
13679            ! t/op/universal.t
13680 ____________________________________________________________________________
13681 [ 12975] By: ams                                   on 2001/11/13  16:24:21
13682         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
13683              From: Barrie Slaymaker <barries@slaysys.com>
13684              Date: Tue, 13 Nov 2001 10:56:20 -0500
13685              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
13686              (Test applied with minor tweaks and ->isa("HASH") omission.)
13687      Branch: perl
13688            ! lib/UNIVERSAL.pm t/op/universal.t
13689 ____________________________________________________________________________
13690 [ 12974] By: ams                                   on 2001/11/13  15:46:07
13691         Log: Subject: [PATCH Benchmark.pm] docco tweaks
13692              From: Barrie Slaymaker <barries@slaysys.com>
13693              Date: Tue, 13 Nov 2001 11:34:45 -0500
13694              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
13695      Branch: perl
13696            ! lib/Benchmark.pm
13697 ____________________________________________________________________________
13698 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
13699         Log: Subject: [PATCH] Attack of the C loops, round 1
13700              From: Richard Soderberg <rs@oregonnet.com>
13701              Date: Mon, 12 Nov 2001 12:07:29 -0800
13702              Message-Id: <200111122007.MAA01994@oregonnet.com>
13703              
13704              Subject: [PATCH] bytecode.pl (tiny patch)
13705              From: Richard Soderberg <rs@oregonnet.com>
13706              Date: Mon, 12 Nov 2001 12:53:24 -0800
13707              Message-Id: <200111122053.MAA06272@oregonnet.com>
13708      Branch: perl
13709            ! bytecode.pl installhtml
13710 ____________________________________________________________________________
13711 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
13712         Log: Subject: [PATCH] Update to Filter::Util::Call
13713              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13714              Date: Sun, 11 Nov 2001 22:33:33 -0000
13715              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
13716              
13717              Use the new CXT* macros.
13718      Branch: perl
13719            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13720 ____________________________________________________________________________
13721 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
13722         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
13723              From: Michael G Schwern <schwern@pobox.com>
13724              Date: Mon, 12 Nov 2001 20:50:34 -0500
13725              Message-ID: <20011112205034.H2888@blackrider>
13726      Branch: perl
13727            + lib/vmsish.pm lib/vmsish.t
13728            - vms/ext/vmsish.pm vms/ext/vmsish.t
13729            ! MANIFEST vms/descrip_mms.template
13730 ____________________________________________________________________________
13731 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
13732         Log: :utf8 works only with perlio.
13733      Branch: perl
13734            ! lib/open.t
13735 ____________________________________________________________________________
13736 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
13737         Log: Subject: Re: @Config -"des" not quite working on VMS
13738              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13739              Date: Tue, 13 Nov 2001 08:35:13 EST 
13740              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
13741      Branch: perl
13742            ! configure.com
13743 ____________________________________________________________________________
13744 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
13745         Log: Subject: [PATCH] lib/charnames.pm 
13746              From: Jeffrey Friedl <jfriedl@yahoo.com>
13747              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
13748              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
13749      Branch: perl
13750            ! lib/charnames.pm
13751 ____________________________________________________________________________
13752 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
13753         Log: Docs for Mac::err.
13754      Branch: maint-5.6/macperl
13755            ! macos/ext/Mac/err/err.pm
13756 ____________________________________________________________________________
13757 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
13758         Log: Some cleanup; change some globals to references for
13759              possible persistence later.
13760      Branch: maint-5.6/macperl
13761            ! macos/lib/Mac/Glue.pm
13762 ____________________________________________________________________________
13763 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
13764         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
13765      Branch: maint-5.6/macperl
13766            ! macos/ext/Mac/Files/Files.pm
13767 ____________________________________________________________________________
13768 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
13769         Log: Get Mac::Navigation to compile (bug #464684).
13770      Branch: maint-5.6/macperl
13771            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13772            ! macos/ext/Mac/Navigation/Makefile.PL
13773            ! macos/ext/Mac/Navigation/Navigation.xs
13774            ! macos/macperl/Makefile.mk
13775 ____________________________________________________________________________
13776 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
13777         Log: Add in modules and POD to help menu.
13778      Branch: maint-5.6/macperl
13779            ! macos/macperl/MacPerl.podhelp
13780 ____________________________________________________________________________
13781 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
13782         Log: Update bundled modules.
13783      Branch: maint-5.6/macperl
13784            + macos/bundled_ext/Filter/t/FilterTest.pm
13785            + macos/bundled_ext/List/Util/t/shuffle.t
13786            + macos/bundled_ext/Storable/t/compat06.t
13787            + macos/bundled_ext/Storable/t/st-dump.pl
13788            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
13789            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
13790            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
13791            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
13792            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
13793            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
13794            + macos/bundled_lib/blib/lib/lwpcook.pod
13795            + macos/bundled_lib/t/Filter/Simple/filter.t
13796            + macos/bundled_lib/t/Switch/t/given.t
13797            + macos/bundled_lib/t/Switch/t/nested.t
13798            + macos/bundled_lib/t/Switch/t/switch.t
13799            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
13800            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
13801            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
13802            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
13803            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
13804            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
13805            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
13806            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
13807            + macos/bundled_lib/t/URI/rfc2732.t
13808            + macos/bundled_lib/t/libnet/config.t
13809            + macos/bundled_lib/t/libnet/libnet_t.pl
13810            + macos/bundled_lib/t/libwww-perl/live/google.t
13811            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
13812            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
13813            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
13814            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
13815            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
13816            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
13817            + macos/bundled_lib/t/libwww-perl/live/validator.t
13818            - macos/bundled_ext/Filter/t/MyFilter.pm
13819            - macos/bundled_ext/Storable/t/compat-0.6.t
13820            - macos/bundled_ext/Storable/t/dump.pl
13821            - macos/bundled_ext/Time/Piece/Makefile.PL
13822            - macos/bundled_ext/Time/Piece/Piece.pm
13823            - macos/bundled_ext/Time/Piece/Piece.t
13824            - macos/bundled_ext/Time/Piece/Piece.xs
13825            - macos/bundled_ext/Time/Piece/README
13826            - macos/bundled_ext/Time/Piece/Seconds.pm
13827            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
13828            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
13829            - macos/bundled_lib/blib/lib/Net/PH.pm
13830            - macos/bundled_lib/blib/lib/Net/SNPP.pm
13831            - macos/bundled_lib/blib/lib/Text/Balanced.pod
13832            - macos/bundled_lib/t/Filter/Simple/test.pl
13833            - macos/bundled_lib/t/Switch/test.pl
13834            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
13835            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
13836            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
13837            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
13838            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
13839            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
13840            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
13841            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
13842            - macos/bundled_lib/t/libnet/ph.t
13843            ! (edit 125 files)
13844 ____________________________________________________________________________
13845 [ 12961] By: ams                                   on 2001/11/13  00:45:08
13846         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
13847              From: Michael G Schwern <schwern@pobox.com>
13848              Date: Mon, 12 Nov 2001 20:16:45 -0500
13849              Message-Id: <20011112201644.G2888@blackrider>
13850      Branch: perl
13851            ! pod/perlport.pod
13852 ____________________________________________________________________________
13853 [ 12960] By: ams                                   on 2001/11/12  23:54:00
13854         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
13855              Recoving dup tests for VMS
13856              From: Michael G Schwern <schwern@pobox.com>
13857              Date: Mon, 12 Nov 2001 19:35:33 -0500
13858              Message-Id: <20011112193533.D2888@blackrider>
13859      Branch: perl
13860            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
13861 ____________________________________________________________________________
13862 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
13863         Log: Update Changes.
13864      Branch: perl
13865            ! Changes patchlevel.h
13866 ____________________________________________________________________________
13867 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
13868         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
13869              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
13870              Date: Mon, 12 Nov 2001 12:35:18 EST 
13871              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
13872      Branch: perl
13873            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
13874            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
13875 ____________________________________________________________________________
13876 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
13877         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
13878              From: Barrie Slaymaker <barries@slaysys.com>
13879              Date: Mon, 12 Nov 2001 11:19:52 -0500
13880              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
13881      Branch: perl
13882            ! lib/File/Spec.t lib/File/Spec/Win32.pm
13883 ____________________________________________________________________________
13884 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
13885         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
13886              From: Barrie Slaymaker <barries@slaysys.com>
13887              Date: Mon, 12 Nov 2001 11:07:36 -0500
13888              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
13889      Branch: perl
13890            ! lib/Benchmark.pm
13891 ____________________________________________________________________________
13892 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
13893         Log: Misplaced test, noticed by Barrie Slaymaker.
13894              (We are missing Benchmark tests, then.)
13895      Branch: perl
13896            + ext/Devel/DProf/DProf.t
13897            - lib/Benchmark.t
13898            ! MANIFEST
13899 ____________________________________________________________________________
13900 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
13901         Log: Subject: [PATCH] a few typo fixes 
13902              From: Jeffrey Friedl <jfriedl@yahoo.com>
13903              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
13904              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
13905              
13906              Patching README.foo instead of pod/perlfoo.pod,
13907              not patching Math::BigInt (Tels will take care of that),
13908              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
13909              and perldoc.PL instead of libnetcfg and perldoc, patching
13910              ext/Digest/MD5/t/files.t since MD5.pm was changed.
13911      Branch: perl
13912            ! (edit 109 files)
13913 ____________________________________________________________________________
13914 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
13915         Log: Add a note about the dangers of bad UTF-8.
13916      Branch: perl
13917            ! pod/perlunicode.pod
13918 ____________________________________________________________________________
13919 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
13920         Log: NetWare Nit from Ananth Kesari.
13921      Branch: perl
13922            ! NetWare/config.wc
13923 ____________________________________________________________________________
13924 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
13925         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
13926      Branch: perl
13927            ! ext/Encode/Encode.pm
13928 ____________________________________________________________________________
13929 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
13930         Log: (retracted by #12951)
13931      Branch: perl
13932            ! ext/Encode/Encode.pm
13933 ____________________________________________________________________________
13934 [ 12949] By: ams                                   on 2001/11/12  06:40:18
13935         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
13936              From: Robert Spier <rspier@pobox.com>
13937              Date: Sun, 11 Nov 2001 18:50:18 -0800
13938              Message-Id: <15343.14570.121505.233336@rls.cx>
13939              
13940              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
13941              From: Rick Delaney <rick.delaney@home.com>
13942              Date: 12 Nov 2001 00:15:52 -0500
13943              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
13944      Branch: perl
13945            ! pp_hot.c t/op/taint.t
13946 ____________________________________________________________________________
13947 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
13948         Log: It seems that we actually have this detail implemented
13949              as for as Level 1 Support of Unicode regex support is
13950              concerned: at Level 1 only 1:1 support for loose
13951              (aka caseless, aka caseigoring ) matching is required.
13952      Branch: perl
13953            ! pod/perlunicode.pod
13954 ____________________________________________________________________________
13955 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
13956         Log: (retracted by #12951)
13957      Branch: perl
13958            ! ext/Encode/Encode.pm
13959 ____________________________________________________________________________
13960 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
13961         Log: BOM, bom, Bom.
13962      Branch: perl
13963            ! pod/perlunicode.pod
13964 ____________________________________________________________________________
13965 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
13966         Log: Upgrade to Math::BigInt 1.46.
13967      Branch: perl
13968            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13969            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
13970            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
13971            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
13972            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
13973 ____________________________________________________________________________
13974 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
13975         Log: Subject: Re: PERFORCE change 12943 for review
13976              From: "Philip Newton" <Philip.Newton@gmx.net>
13977              Date: Sun, 11 Nov 2001 20:53:36 +0100
13978              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
13979      Branch: perl
13980            ! pod/perlunicode.pod
13981 ____________________________________________________________________________
13982 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
13983         Log: Doc updates; make the Unicode discussions a little
13984              bit less alarming, and add information about encodings,
13985              surrogates, and BOMs.
13986      Branch: perl
13987            ! pod/perlunicode.pod
13988 ____________________________________________________________________________
13989 [ 12942] By: ams                                   on 2001/11/11  16:45:00
13990         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
13991              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
13992              Date: Mon, 12 Nov 2001 00:22:57 +0900
13993              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
13994      Branch: perl
13995            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13996            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
13997 ____________________________________________________________________________
13998 [ 12941] By: ams                                   on 2001/11/11  13:01:40
13999         Log: Subject: Re: PERFORCE change 12929 for review
14000              From: "Philip Newton" <Philip.Newton@gmx.net>
14001              Date: Sun, 11 Nov 2001 14:27:44 +0100
14002              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
14003      Branch: perl
14004            ! MANIFEST
14005 ____________________________________________________________________________
14006 [ 12940] By: ams                                   on 2001/11/11  05:06:43
14007         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
14008              From: Michael G Schwern <schwern@pobox.com>
14009              Date: Thu, 8 Nov 2001 22:56:45 -0500
14010              Message-Id: <20011108225645.H5587@blackrider>
14011      Branch: perl
14012            ! t/op/chdir.t
14013 ____________________________________________________________________________
14014 [ 12939] By: ams                                   on 2001/11/11  05:01:00
14015         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
14016              From: Michael G Schwern <schwern@pobox.com>
14017              Date: Sun, 11 Nov 2001 00:54:43 -0500
14018              Message-Id: <20011111005443.A24450@blackrider>
14019      Branch: perl
14020            ! ext/Cwd/t/cwd.t
14021 ____________________________________________________________________________
14022 [ 12938] By: ams                                   on 2001/11/11  03:25:13
14023         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
14024              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
14025              From: "chromatic" <chromatic@rmci.net>
14026              Date: Sat, 10 Nov 2001 21:03:20 -0700
14027              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
14028      Branch: perl
14029            ! lib/File/stat.pm lib/File/stat.t
14030 ____________________________________________________________________________
14031 [ 12937] By: ams                                   on 2001/11/11  02:05:23
14032         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
14033              From: "Craig A. Berry" <craigberry@mac.com>
14034              Date: Sat, 10 Nov 2001 17:23:52 -0600
14035              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
14036      Branch: perl
14037            ! t/op/magic.t
14038 ____________________________________________________________________________
14039 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
14040         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
14041      Branch: perl
14042            ! lib/open.pm lib/open.t
14043 ____________________________________________________________________________
14044 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
14045         Log: The Official name of ASCII.
14046      Branch: perl
14047            ! ext/Encode/Encode.pm
14048 ____________________________________________________________________________
14049 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
14050         Log: The KOI8-R example wasn't quite right.
14051      Branch: perl
14052            ! lib/open.pm lib/open.t
14053 ____________________________________________________________________________
14054 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
14055         Log: Enhance the open pragma to support :utf8, :locale,
14056              and :encoding directly as special cases, and rename
14057              the INOUT to IO.
14058      Branch: perl
14059            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
14060 ____________________________________________________________________________
14061 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
14062         Log: Document the UTF-16 surrogate encoding and decoding.
14063      Branch: perl
14064            ! ext/Encode/Encode.pm
14065 ____________________________________________________________________________
14066 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
14067         Log: A potential recursion breaker.
14068      Branch: perl
14069            ! sv.c
14070 ____________________________________________________________________________
14071 [ 12930] By: ams                                   on 2001/11/10  07:46:53
14072         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
14073              (was Re: perl@12892)
14074              From: "chromatic" <chromatic@rmci.net>
14075              Date: Sat, 10 Nov 2001 01:28:09 -0700
14076              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
14077      Branch: perl
14078            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
14079            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
14080            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
14081            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
14082 ____________________________________________________________________________
14083 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
14084         Log: Add a test for the bytes pragma.
14085      Branch: perl
14086            + lib/bytes.t
14087            ! MANIFEST
14088 ____________________________________________________________________________
14089 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
14090         Log: Doc update.
14091      Branch: perl
14092            ! lib/bytes.pm
14093 ____________________________________________________________________________
14094 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
14095         Log: Cease to exist.
14096      Branch: perl
14097            - lib/Unicode/Normalize.pm
14098 ____________________________________________________________________________
14099 [ 12926] By: ams                                   on 2001/11/10  03:23:16
14100         Log: Subject: [patch] my_setenv speedup + fixes
14101              From: Doug MacEachern <dougm@covalent.net>
14102              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
14103              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
14104      Branch: perl
14105            ! util.c
14106 ____________________________________________________________________________
14107 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
14108         Log: Newline trouble.
14109      Branch: perl
14110            ! lib/ExtUtils/Embed.t
14111 ____________________________________________________________________________
14112 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
14113         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
14114              From: "Craig A. Berry" <craigberry@mac.com>
14115              Date: Fri, 09 Nov 2001 18:13:16 -0600
14116              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
14117      Branch: perl
14118            ! vms/munchconfig.c
14119 ____________________________________________________________________________
14120 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
14121         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
14122              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14123              Date: Sat, 10 Nov 2001 00:10:45 +0100
14124              Message-ID: <20011110001045.A11945@rafael>
14125      Branch: perl
14126            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
14127            + t/run/switchn.t t/run/switchp.t
14128            ! MANIFEST
14129 ____________________________________________________________________________
14130 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
14131         Log: Subject: [PATCH] some tests not cleaning up properly               
14132              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
14133              Date: Fri, 9 Nov 2001 22:13:10 +0100
14134              Message-ID: <20011109221310.A11115@rafael>
14135      Branch: perl
14136            ! ext/Cwd/t/cwd.t t/io/argv.t
14137 ____________________________________________________________________________
14138 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
14139         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
14140              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14141              Date: Fri, 9 Nov 2001 15:07:19 EST
14142              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
14143      Branch: perl
14144            ! lib/ExtUtils/Embed.t
14145 ____________________________________________________________________________
14146 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
14147         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
14148              have been copied so it shouldn't be freed in perl_destruct()
14149      Branch: perl
14150            ! perl.c
14151 ____________________________________________________________________________
14152 [ 12919] By: ams                                   on 2001/11/09  15:36:22
14153         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
14154              From: Michael G Schwern <schwern@pobox.com>
14155              Date: Fri, 9 Nov 2001 00:38:59 -0500
14156              Message-Id: <20011109003859.K5587@blackrider>
14157              (Applied with directory name changes suggested by Craig Berry.)
14158      Branch: perl
14159            ! ext/Cwd/t/cwd.t
14160 ____________________________________________________________________________
14161 [ 12918] By: ams                                   on 2001/11/09  15:29:15
14162         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
14163              From: Michael G Schwern <schwern@pobox.com>
14164              Date: Fri, 9 Nov 2001 01:44:14 -0500
14165              Message-Id: <20011109014414.N5587@blackrider>
14166      Branch: perl
14167            ! vms/ext/filespec.t
14168 ____________________________________________________________________________
14169 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
14170         Log: Update Changes.
14171      Branch: perl
14172            ! Changes patchlevel.h
14173 ____________________________________________________________________________
14174 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
14175         Log: Regen toc.
14176      Branch: perl
14177            ! pod/perltoc.pod
14178 ____________________________________________________________________________
14179 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
14180         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
14181              see http://www.jepstone.net/bjepson//jpl/cvs.html
14182      Branch: perl
14183            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14184 ____________________________________________________________________________
14185 [ 12914] By: ams                                   on 2001/11/09  14:05:12
14186         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
14187              From: Michael G Schwern <schwern@pobox.com>
14188              Date: Thu, 8 Nov 2001 22:05:49 -0500
14189              Message-Id: <20011108220549.F5587@blackrider>
14190      Branch: perl
14191            ! vms/test.com
14192 ____________________________________________________________________________
14193 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
14194         Log: NetWare update from Ananth Kesari.
14195      Branch: perl
14196            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
14197 ____________________________________________________________________________
14198 [ 12912] By: ams                                   on 2001/11/09  13:40:26
14199         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
14200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14201              Date: Fri, 9 Nov 2001 14:32:28 +0100
14202              Message-Id: <20011109143228.A18996@rafael>
14203      Branch: perl
14204            ! perl.c
14205 ____________________________________________________________________________
14206 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
14207         Log: FAQ sync.
14208      Branch: perl
14209            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14210            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14211            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
14212 ____________________________________________________________________________
14213 [ 12910] By: ams                                   on 2001/11/09  07:33:49
14214         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
14215              From: Michael G Schwern <schwern@pobox.com>
14216              Date: Fri, 9 Nov 2001 00:41:56 -0500
14217              Message-Id: <20011109004156.L5587@blackrider>
14218      Branch: perl
14219            ! lib/File/Find/t/find.t
14220 ____________________________________________________________________________
14221 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
14222         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
14223              The CPAN distribution has both pm and XS implementations,
14224              and for performance reasons we choose the XS.
14225              Another reason to choose the XS is that it doesn't
14226              require Lingua::KO::Hangul::Util, which means that
14227              we can delete that-- which in turn means that Unicode::UCD
14228              cannot expect that: support it, but don't expect.
14229              Ditto Unicode::Collate.
14230              
14231              Note that Unicode::Normalize Makefile.PL and
14232              Normalize.xs have been modified from the CPAN 0.10
14233              versions: the first one to be simpler (no pm) and
14234              clean up the generated unf*.h files, the second one
14235              to quench compiler grumblings.  Must notify Sadahiro
14236              about these changes.
14237      Branch: perl
14238            + ext/Unicode/Normalize/Changes
14239            + ext/Unicode/Normalize/Makefile.PL
14240            + ext/Unicode/Normalize/Normalize.pm
14241            + ext/Unicode/Normalize/Normalize.pod
14242            + ext/Unicode/Normalize/Normalize.xs
14243            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14244            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14245            + ext/Unicode/Normalize/t/test.t
14246            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
14247            - lib/Lingua/KO/Hangul/Util/README
14248            - lib/Lingua/KO/Hangul/Util/t/test.t
14249            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
14250            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
14251            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
14252            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
14253            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
14254            ! win32/makefile.mk
14255 ____________________________________________________________________________
14256 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
14257         Log: Test miscounting.
14258      Branch: perl
14259            ! ext/POSIX/t/posix.t
14260 ____________________________________________________________________________
14261 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
14262         Log: Quote the variables in failures messages more nicely.
14263      Branch: perl
14264            ! t/test.pl
14265 ____________________________________________________________________________
14266 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
14267         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
14268              From: Michael G Schwern <schwern@pobox.com>
14269              Date: Thu, 8 Nov 2001 17:24:49 -0500
14270              Message-ID: <20011108172449.A5587@blackrider>
14271              
14272              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
14273              From: "Craig A. Berry" <craigberry@mac.com>
14274              Date: Thu, 8 Nov 2001 16:35:00 -0600
14275              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
14276      Branch: perl
14277            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
14278 ____________________________________________________________________________
14279 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
14280         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
14281              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14282              Date: Thu, 8 Nov 2001 22:52:50 -0000
14283              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
14284      Branch: perl
14285            ! ext/DB_File/t/db-recno.t
14286 ____________________________________________________________________________
14287 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
14288         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
14289              (Probably not an EBCDIC issue the way one would think
14290              since no chr() et alia are used in UCD.pm.)
14291      Branch: perl
14292            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14293 ____________________________________________________________________________
14294 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
14295         Log: Whether overwriting the $self->{...} values (see #12902)
14296              is a good policy or not is debatable, but let's at least
14297              be consistent.
14298      Branch: perl
14299            ! lib/ExtUtils/MM_Unix.pm
14300 ____________________________________________________________________________
14301 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
14302         Log: The MakeMaker argument () quoting patch that sneaked
14303              in at #12883 didn't handle make macros like this $(...).
14304              Leaning toothpicks, we've got them.
14305      Branch: perl
14306            ! lib/ExtUtils/MM_Unix.pm
14307 ____________________________________________________________________________
14308 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
14309         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
14310              From: Michael G Schwern <schwern@pobox.com>
14311              Date: Wed, 7 Nov 2001 02:02:29 -0500
14312              Message-ID: <20011107020229.K2858@blackrider>
14313      Branch: perl
14314            ! t/io/argv.t t/test.pl vms/test.com
14315 ____________________________________________________________________________
14316 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
14317         Log: Subject: [PATCH 20011106.084] -s on #! line 
14318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14319              Date: Wed, 7 Nov 2001 22:23:39 +0100
14320              Message-ID: <20011107222339.E729@rafael>
14321      Branch: perl
14322            ! embed.h embed.pl perl.c proto.h toke.c
14323 ____________________________________________________________________________
14324 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
14325         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
14326              From: Michael G Schwern <schwern@pobox.com>
14327              Date: Wed, 7 Nov 2001 16:52:49 -0500
14328              Message-ID: <20011107165249.I7346@blackrider>
14329      Branch: perl
14330            ! pod/perlhack.pod
14331 ____________________________________________________________________________
14332 [ 12898] By: ams                                   on 2001/11/08  13:02:19
14333         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
14334              From: Mark-Jason Dominus <mjd@plover.com>
14335              Date: Thu, 08 Nov 2001 08:59:02 -0500
14336              Message-Id: <20011108135902.2275.qmail@plover.com>
14337      Branch: perl
14338            ! INSTALL README README.amiga README.os2 README.vms
14339            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
14340            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
14341 ____________________________________________________________________________
14342 [ 12897] By: ams                                   on 2001/11/08  12:49:28
14343         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
14344              From: mjd@plover.com
14345              Date: 8 Nov 2001 13:33:18 -0000
14346              Message-Id: <20011108133318.1786.qmail@plover.com>
14347      Branch: perl
14348            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
14349            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14350            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14351            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14352            ! pod/perlport.pod pod/perlvar.pod
14353 ____________________________________________________________________________
14354 [ 12896] By: ams                                   on 2001/11/08  11:22:12
14355         Log: open(FH, $file) should strip leading and trailing whitespace.
14356      Branch: perl
14357            ! doio.c
14358 ____________________________________________________________________________
14359 [ 12895] By: ams                                   on 2001/11/08  10:17:14
14360         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
14361              From: "Craig A. Berry" <craigberry@mac.com>
14362              Date: Wed, 07 Nov 2001 13:41:50 -0600
14363              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
14364      Branch: perl
14365            ! t/op/glob.t
14366 ____________________________________________________________________________
14367 [ 12894] By: ams                                   on 2001/11/08  08:32:20
14368         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
14369              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
14370              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
14371              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
14372      Branch: perl
14373            ! makedepend.SH
14374 ____________________________________________________________________________
14375 [ 12893] By: ams                                   on 2001/11/08  08:26:31
14376         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
14377              From: mjd@plover.com
14378              Date: 8 Nov 2001 08:08:07 -0000
14379              Message-Id: <20011108080807.30147.qmail@plover.com>
14380              
14381              Subject: bleadperl perl.pod
14382              From: mjd@plover.com
14383              Date: 8 Nov 2001 08:10:47 -0000
14384              Message-Id: <20011108081047.30178.qmail@plover.com>
14385              
14386              Subject: more bleadperl perl.pod
14387              From: mjd@plover.com
14388              Date: 8 Nov 2001 08:16:28 -0000
14389              Message-Id: <20011108081628.30229.qmail@plover.com>
14390      Branch: perl
14391            ! pod/perl.pod pod/perldebug.pod
14392 ____________________________________________________________________________
14393 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
14394         Log: Tweak for Cray-friendliness from Nicholas Clark.
14395      Branch: perl
14396            ! sv.c
14397 ____________________________________________________________________________
14398 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
14399         Log: VMS patch redo from Charles Lane.
14400      Branch: perl
14401            ! vms/gen_shrfls.pl
14402 ____________________________________________________________________________
14403 [ 12890] By: ams                                   on 2001/11/07  15:16:10
14404         Log: Subject: [ID 20011107.088] two perl pod nits
14405              From: lvirden@cas.org
14406              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
14407              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
14408      Branch: perl
14409            ! pod/perl.pod pod/perlfaq3.pod
14410 ____________________________________________________________________________
14411 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
14412         Log: Update Changes.
14413      Branch: perl
14414            ! Changes patchlevel.h
14415 ____________________________________________________________________________
14416 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
14417         Log: The (emulated) "no utf8" must be in a BEGIN block
14418              to be effective.
14419      Branch: perl
14420            ! lib/CGI/t/html.t
14421 ____________________________________________________________________________
14422 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
14423         Log: "v-strings" is the right term.
14424      Branch: perl
14425            ! pod/perltodo.pod
14426 ____________________________________________________________________________
14427 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
14428         Log: Add vstrings-as-objects need to perltodo.
14429      Branch: perl
14430            ! pod/perltodo.pod
14431 ____________________________________________________________________________
14432 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
14433         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
14434              From: Nicholas Clark <nick@ccl4.org>
14435              Date: Wed, 7 Nov 2001 14:36:32 +0000
14436              Message-ID: <20011107143631.I24980@plum.flirble.org>
14437      Branch: perl
14438            ! t/op/pack.t
14439 ____________________________________________________________________________
14440 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
14441         Log: The Embed test requires a major rewrite for VMS
14442              (plus it reveals a couple of annoying glitches
14443              in buffering), so skip the test for now; from
14444              Charles Lane.
14445      Branch: perl
14446            ! lib/ExtUtils/Embed.t
14447 ____________________________________________________________________________
14448 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
14449         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
14450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14451              Date: Wed, 7 Nov 2001 09:23:28 EST
14452              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
14453              
14454              (Also i seems that an unrelated experimental patch
14455              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
14456      Branch: perl
14457            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
14458 ____________________________________________________________________________
14459 [ 12882] By: ams                                   on 2001/11/07  05:14:04
14460         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
14461              From: Mark-Jason Dominus <mjd@plover.com>
14462              Date: Wed, 07 Nov 2001 00:43:46 -0500
14463              Message-Id: <20011107054346.14428.qmail@plover.com>
14464      Branch: perl
14465            ! gv.c op.c toke.c
14466 ____________________________________________________________________________
14467 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
14468         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
14469              From: Michael G Schwern <schwern@pobox.com>             
14470              Date: Tue, 6 Nov 2001 22:04:39 -0500
14471              Message-ID: <20011106220439.D2858@blackrider>              
14472      Branch: perl
14473            ! lib/perl5db.pl
14474 ____________________________________________________________________________
14475 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
14476         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
14477              stress))
14478              From: Jonathan Stowe <gellyfish@gellyfish.com>
14479              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
14480              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
14481              
14482              (except for one hunk where indentation differs)
14483      Branch: perl
14484            ! lib/Term/Cap.t
14485 ____________________________________________________________________________
14486 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
14487         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
14488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14489              Date: Tue, 6 Nov 2001 21:45:01 +0100
14490              Message-ID: <20011106214501.A704@rafael>
14491      Branch: perl
14492            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
14493            ! lib/File/Spec/Win32.pm
14494 ____________________________________________________________________________
14495 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
14496         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
14497              From: Michael G Schwern <schwern@pobox.com>              
14498              Date: Tue, 6 Nov 2001 20:58:45 -0500
14499              Message-ID: <20011106205845.G29411@blackrider>
14500      Branch: perl
14501            ! t/test.pl
14502 ____________________________________________________________________________
14503 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
14504         Log: Subject: making do_sprintf public       
14505              From: Doug MacEachern <dougm@covalent.net>    
14506              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
14507              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
14508      Branch: perl
14509            ! embed.h embed.pl global.sym
14510 ____________________________________________________________________________
14511 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
14512         Log: Update to CGI.pm 2.78.
14513              
14514              TODO: the test suite needs to be merged so that
14515              when in core, the core version is tested, and when
14516              using the CPAN version, testing the CPAN version.
14517              (the changes need to be sent to Lincoln, too...)
14518      Branch: perl
14519            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14520            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
14521            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
14522            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
14523            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
14524            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
14525 ____________________________________________________________________________
14526 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
14527         Log: Integrate with perlio; (strictly) readonly hashes via XS.
14528      Branch: perl
14529           +> t/lib/access.t
14530           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
14531 ____________________________________________________________________________
14532 [ 12874] By: nick                                  on 2001/11/06  21:05:16
14533         Log: Keep It Simple and Stupid version of readonly hash support.
14534              - Test for SvREAONLY(hv) at a few spots in hv.c
14535              - add the error message to perldiag.pod
14536              - (dubious) add access::readonly() to univeral.c
14537              - add test using above
14538              - fixup ext/B/t/stash.t to account for access:: existing
14539      Branch: perlio
14540            + t/lib/access.t
14541            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
14542 ____________________________________________________________________________
14543 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
14544         Log: Fix incorrect warnings about broken globbing;
14545              from Andy Dougherty.
14546      Branch: perl
14547            ! hints/linux.sh
14548 ____________________________________________________________________________
14549 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
14550         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
14551              toggle-on from the encoding pragma.
14552      Branch: perl
14553            ! regcomp.c regexec.c
14554 ____________________________________________________________________________
14555 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
14556         Log: Retract #12824, doesn't help and is ignored
14557              by Configure anyway.
14558      Branch: perl
14559            ! hints/beos.sh
14560 ____________________________________________________________________________
14561 [ 12870] By: ams                                   on 2001/11/06  10:40:37
14562         Log: Subject: Cosmetic change
14563              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14564              Date: Tue, 06 Nov 2001 12:30:52 +0100
14565              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
14566      Branch: perl
14567            ! README.hpux
14568 ____________________________________________________________________________
14569 [ 12869] By: nick                                  on 2001/11/06  08:26:40
14570         Log: Integrate mainline
14571      Branch: perlio
14572           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
14573           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
14574 ____________________________________________________________________________
14575 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
14576         Log: The parentheses are protected enough.
14577      Branch: perl
14578            ! hints/os390.sh
14579 ____________________________________________________________________________
14580 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
14581         Log: ccflags, not ldflags.
14582      Branch: perl
14583            ! hints/os390.sh
14584 ____________________________________________________________________________
14585 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
14586         Log: ... and the proto to go with #12865.
14587      Branch: perl
14588            ! proto.h
14589 ____________________________________________________________________________
14590 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
14591         Log: Oops.  Luckily nothing was using this symbol yet.
14592      Branch: perl
14593            ! global.sym
14594 ____________________________________________________________________________
14595 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
14596         Log: Implement the encoding pragma for regex literals.
14597      Branch: perl
14598            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
14599 ____________________________________________________________________________
14600 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
14601         Log: More UTF8 EXACT fixing.
14602      Branch: perl
14603            ! regexec.c
14604 ____________________________________________________________________________
14605 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
14606         Log: More re debugging.
14607      Branch: perl
14608            ! regexec.c
14609 ____________________________________________________________________________
14610 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
14611         Log: EXACT correction attempt.  Continued in #12863.
14612      Branch: perl
14613            ! regexec.c
14614 ____________________________________________________________________________
14615 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
14616         Log: Unterminated L<.
14617      Branch: perl
14618            ! ext/DB_File/DB_File.pm
14619 ____________________________________________________________________________
14620 [ 12859] By: nick                                  on 2001/11/05  19:15:17
14621         Log: Integrate mainline
14622      Branch: perlio
14623           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14624           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14625           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
14626           +> lib/Math/BigInt/t/sub_mbi.t
14627            - lib/Math/BigInt/t/Math/Subclass.pm
14628            - lib/Math/BigInt/t/subclass.t
14629           !> (integrate 30 files)
14630 ____________________________________________________________________________
14631 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
14632         Log: Regex debugging fixes from Hugo.
14633      Branch: perl
14634            ! regcomp.c regexec.c
14635 ____________________________________________________________________________
14636 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
14637         Log: IRIX: at some point the cc -version has started
14638              to output to stderr, not stdout any more.
14639      Branch: perl
14640            ! hints/irix_6.sh
14641 ____________________________________________________________________________
14642 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
14643         Log: Update Changes.
14644      Branch: perl
14645            ! Changes patchlevel.h
14646 ____________________________________________________________________________
14647 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
14648         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
14649      Branch: perl
14650            ! lib/File/Spec/Unix.pm
14651 ____________________________________________________________________________
14652 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
14653         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
14654              From: rgarciasuarez@free.fr
14655              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
14656              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
14657      Branch: perl
14658            ! lib/File/Spec/Unix.pm
14659 ____________________________________________________________________________
14660 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
14661         Log: Use config.arch in OS/390 where the combination of
14662              IEEE floats and ldflags is tricky.
14663      Branch: perl
14664            ! hints/os390.sh
14665 ____________________________________________________________________________
14666 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
14667         Log: Metaconfig unit change for #12851.
14668      Branch: metaconfig
14669            ! U/modified/Config_sh.U
14670 ____________________________________________________________________________
14671 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
14672         Log: Support a config.arch file, similar to config.over,
14673              but loaded just before it.
14674      Branch: perl
14675            ! Configure INSTALL
14676 ____________________________________________________________________________
14677 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
14678         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
14679              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14680              Date: Mon, 5 Nov 2001 14:26:24 +0100
14681              Message-ID: <20011105142624.C31977@rafael>
14682      Branch: perl
14683            ! lib/Symbol.pm lib/Symbol.t
14684 ____________________________________________________________________________
14685 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
14686         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
14687              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14688              Date: Sun, 4 Nov 2001 22:28:57 +0100
14689              Message-ID: <20011104222857.C696@rafael>
14690      Branch: perl
14691            ! pod/perldebug.pod pod/perlpodspec.pod
14692 ____________________________________________________________________________
14693 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
14694         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
14695      Branch: perl
14696            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
14697 ____________________________________________________________________________
14698 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
14699         Log: Math::Big* test tweaks to work better with core:
14700              but the coast still not clear.
14701      Branch: perl
14702            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
14703            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14704 ____________________________________________________________________________
14705 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
14706         Log: Protect against high load: measure how much wall
14707              clock time went by while sleeping.  Avoids some
14708              false negatives, while may introduce some false
14709              positives.  Life is hard.
14710      Branch: perl
14711            ! ext/Time/HiRes/HiRes.t
14712 ____________________________________________________________________________
14713 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
14714         Log: More forgotten from #12843.
14715      Branch: perl
14716            ! lib/Math/BigInt/t/bigfltpm.inc
14717 ____________________________________________________________________________
14718 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
14719         Log: Forgot from #12843.
14720      Branch: perl
14721            + lib/Math/BigInt/t/bigintpm.inc
14722            ! MANIFEST
14723 ____________________________________________________________________________
14724 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
14725         Log: Upgrade to Math::BigInt 1.45; from Tels.
14726              NOTE: some of the tests are failing but that's because
14727              the core integration is not yet done.
14728      Branch: perl
14729            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14730            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14731            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14732            - lib/Math/BigInt/t/Math/Subclass.pm
14733            - lib/Math/BigInt/t/subclass.t
14734            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
14735            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
14736            ! lib/Math/BigInt/t/mbimbf.t
14737 ____________________________________________________________________________
14738 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
14739         Log: VMS: adds capability to control more configuration stuff with
14740              -D and -U switches; parsing config.sh to extract previous config
14741              info in VMS-form, and a rewrite of the "prompt/response" routine;
14742              from Charles Lane.
14743      Branch: perl
14744            ! configure.com
14745 ____________________________________________________________________________
14746 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
14747         Log: Subject: Typo correction in perldebguts.pod
14748              From: mjd@plover.com
14749              Date: 4 Nov 2001 16:20:05 -0000
14750              Message-ID: <20011104162005.16699.qmail@plover.com>
14751      Branch: perl
14752            ! pod/perldebguts.pod
14753 ____________________________________________________________________________
14754 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
14755         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
14756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14757              Date: Sun, 4 Nov 2001 11:47:30 +0100
14758              Message-ID: <20011104114730.A715@rafael>
14759              
14760              Remove -T from the test, wrong place for that.
14761      Branch: perl
14762            ! lib/File/Temp/t/mktemp.t
14763 ____________________________________________________________________________
14764 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
14765         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
14766              From: Nicholas Clark <nick@ccl4.org>
14767              Date: Sun, 4 Nov 2001 10:41:24 +0000
14768              Message-ID: <20011104104123.U20123@plum.flirble.org>
14769      Branch: perl
14770            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
14771 ____________________________________________________________________________
14772 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
14773         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
14774              From: Michael G Schwern <schwern@pobox.com>
14775              Date: Sat, 3 Nov 2001 15:41:47 -0500
14776              Message-ID: <20011103154147.C600@blackrider>
14777      Branch: perl
14778            ! lib/Term/Cap.t
14779 ____________________________________________________________________________
14780 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
14781         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
14782              From: "Craig A. Berry" <craigberry@mac.com>     
14783              Date: Sat, 03 Nov 2001 16:02:28 -0600
14784              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
14785      Branch: perl
14786            ! ext/Time/HiRes/HiRes.t
14787 ____________________________________________________________________________
14788 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
14789         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
14790              From: "chromatic" <chromatic@rmci.net>
14791              Date: Sat, 03 Nov 2001 12:28:17 -0700
14792              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
14793      Branch: perl
14794            ! lib/Term/Cap.t
14795 ____________________________________________________________________________
14796 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
14797         Log: Don't bother doing POSIX charclass parsing if it
14798              possibly cannot be so.  Prepares way for charclass
14799              syntax like [[abc]||[def]] (or just [[abc][def]])
14800              for union, [[\w]&&[$a]] for intersection,
14801              and [[a-z]&&[^def]] for subtraction.
14802              
14803              Currently /[[a]/ (or /[a[]/) parses as a character
14804              class containing two characters, "[" and "a",
14805              this may have to be broken for the syntax described
14806              above, otherwise we would have to scan the whole pattern
14807              to find out whether the square brackets match pairwise.
14808              Luckily, the special case of "[" doesn't seem to be
14809              documented (as opposed to "]" and "-"), so we may have
14810              better story for breaking it...  One can always use \[
14811              if one wants a literal "[", so there.
14812      Branch: perl
14813            ! regcomp.c
14814 ____________________________________________________________________________
14815 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
14816         Log: Comment correction.
14817      Branch: perl
14818            ! regcomp.c
14819 ____________________________________________________________________________
14820 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
14821         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
14822              The latter is a RedHatism.
14823      Branch: perl
14824            ! lib/ExtUtils/MakeMaker.pm
14825 ____________________________________________________________________________
14826 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
14827         Log: Integrate perlio.
14828      Branch: perl
14829           !> perlio.c
14830 ____________________________________________________________________________
14831 [ 12831] By: nick                                  on 2001/11/03  11:42:15
14832         Log: Integrate mainline
14833      Branch: perlio
14834           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
14835           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
14836           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
14837           !> sv.c t/test.pl
14838 ____________________________________________________________________________
14839 [ 12830] By: nick                                  on 2001/11/03  10:27:34
14840         Log: Fix clone_leak problem.
14841              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
14842              as vestige of calling PerlLIO_dup().
14843      Branch: perlio
14844            ! perlio.c
14845 ____________________________________________________________________________
14846 [ 12829] By: nick                                  on 2001/11/03  09:40:46
14847         Log: Tweaks attempting to locate Doug's clone_leak leak.
14848              - add some PerlIO_debug()
14849              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
14850              - Even if it closing stdout etc. do a fflush()
14851      Branch: perlio
14852            ! perlio.c
14853 ____________________________________________________________________________
14854 [ 12828] By: nick                                  on 2001/11/03  08:34:31
14855         Log: Integrate mainline
14856      Branch: perlio
14857           !> (integrate 54 files)
14858 ____________________________________________________________________________
14859 [ 12827] By: ams                                   on 2001/11/03  03:45:19
14860         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
14861              remove this later). Based on a patch from Robert Spier in
14862              <15330.61459.14452.795263@rls.cx>.
14863      Branch: perl
14864            ! sv.c
14865 ____________________________________________________________________________
14866 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
14867         Log: microperl sync.
14868      Branch: perl
14869            ! doio.c perl.c perl.h perlio.c regexec.c
14870 ____________________________________________________________________________
14871 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
14872         Log: Definitions for the Unicode Newline Guidelines.
14873      Branch: perl
14874            ! perl.h
14875 ____________________________________________________________________________
14876 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
14877         Log: (retracted by #12871)
14878              
14879              There is no csh of any kind in default BeOS.
14880              For the purposes of miniperl globbing, bash
14881              will do.
14882      Branch: perl
14883            ! hints/beos.sh
14884 ____________________________________________________________________________
14885 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
14886         Log: Integrate change #12820 from macperl to maint and blead;
14887              
14888              Fix up (dynaloading) to work properly with multiplicity
14889      Branch: maint-5.6/perl
14890           !> ext/DynaLoader/dl_mac.xs
14891      Branch: perl
14892           !> ext/DynaLoader/dl_mac.xs
14893 ____________________________________________________________________________
14894 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
14895         Log: Several fixes for various exit problems and clearing out
14896              task queue, as well as another (incomplete) go at
14897              fixing error message handling
14898      Branch: maint-5.6/macperl
14899            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
14900 ____________________________________________________________________________
14901 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
14902         Log: Add source files for bleadperl builds
14903      Branch: maint-5.6/macperl
14904            ! macos/Makefile.mk
14905 ____________________________________________________________________________
14906 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
14907         Log: Fix up to work properly with multiplicity
14908      Branch: maint-5.6/macperl
14909            ! ext/DynaLoader/dl_mac.xs
14910 ____________________________________________________________________________
14911 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
14912         Log: Integrate with maintperl.
14913      Branch: maint-5.6/macperl
14914           +> t/op/system.t t/op/system_tests
14915           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
14916           !> pod/perltodo.pod util.c win32/win32.c
14917 ____________________________________________________________________________
14918 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
14919         Log: Locate _PATH_LOG if it's a socket even if not #defined
14920              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
14921              via Nick Clark.
14922      Branch: perl
14923            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
14924 ____________________________________________________________________________
14925 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
14926         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
14927              From: Michael G Schwern <schwern@pobox.com>
14928              Date: Fri, 2 Nov 2001 15:36:41 -0500
14929              Message-ID: <20011102153641.E23234@blackrider>
14930      Branch: perl
14931            ! t/test.pl
14932 ____________________________________________________________________________
14933 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
14934         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
14935              From: merlyn@stonehenge.com (Randal L. Schwartz)
14936              Date: 02 Nov 2001 09:33:34 -0800
14937              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
14938              
14939              (two of the changes)
14940              
14941              Better coexistence with extensions.
14942      Branch: perl
14943            ! ext/Errno/Errno_pm.PL hints/darwin.sh
14944 ____________________________________________________________________________
14945 [ 12815] By: ams                                   on 2001/11/02  16:47:43
14946         Log: Subject: Re: [PATCH] the the double double word word fix fix
14947              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14948              Date: Fri, 02 Nov 2001 19:43:07 +0100
14949              Message-Id: <3BE2E93B.627C198E@alcatel.at>
14950      Branch: perl
14951            ! pod/perldebug.pod
14952 ____________________________________________________________________________
14953 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
14954         Log: Update Changes.
14955      Branch: perl
14956            ! Changes patchlevel.h
14957 ____________________________________________________________________________
14958 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
14959         Log: More encoding testing.
14960      Branch: perl
14961            ! lib/encoding.pm lib/encoding.t
14962 ____________________________________________________________________________
14963 [ 12812] By: ams                                   on 2001/11/02  15:07:11
14964         Log: Slight modification of #12811.
14965      Branch: perl
14966            ! op.c
14967 ____________________________________________________________________________
14968 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
14969         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
14970              From: Radu Greab <radu@netsoft.ro>
14971              Date: Fri, 2 Nov 2001 15:28:58 +0200
14972              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
14973      Branch: perl
14974            ! op.c t/op/stat.t
14975 ____________________________________________________________________________
14976 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
14977         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
14978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14979              Date: Thu, 1 Nov 2001 22:35:50 +0100
14980              Message-ID: <20011101223550.A10849@rafael>
14981      Branch: perl
14982            ! lib/ExtUtils/Embed.t
14983 ____________________________________________________________________________
14984 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
14985         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
14986              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14987              Date: 2 Nov 2001 14:48:51 -0000
14988              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
14989      Branch: perl
14990            ! lib/File/Find.pm
14991 ____________________________________________________________________________
14992 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
14993         Log: Add documentation.
14994      Branch: perl
14995            ! embed.pl pod/perlapi.pod utf8.c
14996 ____________________________________________________________________________
14997 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
14998         Log: Unicode: add ToFold mapping.  Not used yet; but basically
14999              a more useful mapping for caseless aka case-ignoring than
15000              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
15001              algorithm for creating the foldings uses equivalence classes,
15002              see http://www.unicode.org/unicode/reports/tr21/
15003              Hopefully this feature will be used in //i.
15004              (The folding tables were introduced by #12689.)
15005      Branch: perl
15006            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
15007            ! utf8.c
15008 ____________________________________________________________________________
15009 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
15010         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
15011              From: "Craig A. Berry" <craigberry@mac.com>
15012              Date: Fri, 02 Nov 2001 00:03:52 -0600
15013              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
15014      Branch: perl
15015            ! lib/AutoSplit.t
15016 ____________________________________________________________________________
15017 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
15018         Log: Subject: Trivial doc patch
15019              From: andreas.koenig@anima.de (Andreas J. Koenig)
15020              Date: 02 Nov 2001 06:11:35 +0100
15021              Message-ID: <m37kt94v08.fsf@anima.de>
15022      Branch: perl
15023            ! pod/perlport.pod
15024 ____________________________________________________________________________
15025 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
15026         Log: Make encoding and charnames pragmas coexist.
15027      Branch: perl
15028            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
15029 ____________________________________________________________________________
15030 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
15031         Log: The basic character classes seem to go untested with Unicode.
15032      Branch: perl
15033            ! t/op/pat.t
15034 ____________________________________________________________________________
15035 [ 12802] By: ams                                   on 2001/11/02  00:39:36
15036         Log: Subject: [PATCH] the the double double word word fix fix
15037              From: Richard Soderberg <rs@oregonnet.com>
15038              Date: Thu, 1 Nov 2001 13:12:03 -0800
15039              Message-Id: <200111012112.NAA23288@oregonnet.com>
15040              
15041              Subject: Re: [PATCH] the the double double word word fix fix
15042              From: Mark-Jason Dominus <mjd@plover.com>
15043              Date: Thu, 01 Nov 2001 16:43:40 -0500
15044              Message-Id: <20011101214340.2044.qmail@plover.com>
15045              
15046              Subject: Re: [PATCH] the the double double word word fix fix
15047              From: Mark-Jason Dominus <mjd@plover.com>
15048              Date: Thu, 01 Nov 2001 16:51:39 -0500
15049              Message-Id: <20011101215139.2196.qmail@plover.com>
15050      Branch: perl
15051            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
15052            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
15053            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
15054            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
15055            ! pod/perltodo.pod pod/perlxstut.pod
15056 ____________________________________________________________________________
15057 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
15058         Log: Comment tweaks.
15059      Branch: perl
15060            ! toke.c
15061 ____________________________________________________________________________
15062 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
15063         Log: FAQ sync.
15064      Branch: perl
15065            ! pod/perlfaq9.pod
15066 ____________________________________________________________________________
15067 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
15068         Log: If an encoding is set by -M/-m, it must be in
15069              effect only for the actual script, not any other
15070              required/-M/-m'ed module, otherwise we enter a nasty
15071              recursion in regexec.c while trying to init the simple
15072              UTF-8 charclasses like PL_utf8_alnum.
15073      Branch: perl
15074            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
15075 ____________________________________________________________________________
15076 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
15077         Log: A bit more descriptive name.
15078      Branch: perl
15079            ! mg.c
15080 ____________________________________________________________________________
15081 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
15082         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
15083              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15084              Date: Wed, 31 Oct 2001 13:47:04 EST
15085              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
15086      Branch: perl
15087            ! ext/Time/HiRes/HiRes.t
15088 ____________________________________________________________________________
15089 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
15090         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
15091              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15092              Date: Wed, 31 Oct 2001 13:43:29 EST
15093              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
15094      Branch: perl
15095            ! mg.c
15096 ____________________________________________________________________________
15097 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
15098         Log: Subject: [PATCH] Various test cleanups
15099              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15100              Date: Tue, 30 Oct 2001 21:56:26 +0100
15101              Message-ID: <20011030215626.A28503@rafael>
15102      Branch: perl
15103            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15104            ! ext/DB_File/t/db-recno.t ext/Encode.t
15105 ____________________________________________________________________________
15106 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
15107         Log: Update Changes.
15108      Branch: perl
15109            ! Changes patchlevel.h
15110 ____________________________________________________________________________
15111 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
15112         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
15113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
15114              Date: Wed, 31 Oct 2001 17:16:39 +0100
15115              Message-ID: <20011031171639.A32511@rafael>
15116      Branch: perl
15117            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
15118 ____________________________________________________________________________
15119 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
15120         Log: Skip message nit.
15121      Branch: perl
15122            ! t/io/fs.t
15123 ____________________________________________________________________________
15124 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
15125         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
15126              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15127              Date: 31 Oct 2001 14:49:37 -0000
15128              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
15129      Branch: perl
15130            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
15131 ____________________________________________________________________________
15132 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
15133         Log: Extend the effect of the encoding pragma to chr() and ord().
15134              
15135              TODO: regex literals, reentrancy problems with the utf8
15136              and charnames pragmas.
15137      Branch: perl
15138            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
15139 ____________________________________________________________________________
15140 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
15141         Log: Doc tweaks.
15142      Branch: perl
15143            ! lib/encoding.pm
15144 ____________________________________________________________________________
15145 [ 12788] By: nick                                  on 2001/10/31  08:59:56
15146         Log: Integrate mainline
15147      Branch: perlio
15148           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
15149           !> (integrate 49 files)
15150 ____________________________________________________________________________
15151 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
15152         Log: Forgot new proto.
15153      Branch: perl
15154            ! proto.h
15155 ____________________________________________________________________________
15156 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
15157         Log: Clarification: use encoding cannot be used to
15158              change the default encoding of "your whole script";
15159              only the default encoding of the *data*.  Also, it
15160              seems that "use encoding" does not mix with "use utf8"
15161              (a coredumping recursion ensues).  Should not be a huge
15162              problem since "use utf8" is pretty marginal nowadays.
15163      Branch: perl
15164            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
15165 ____________________________________________________________________________
15166 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
15167         Log: More documentation for the encode pragma.
15168      Branch: perl
15169            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
15170            ! pod/perlapi.pod pod/perlunicode.pod sv.c
15171 ____________________________________________________________________________
15172 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
15173         Log: Thinko in #12783.
15174      Branch: perl
15175            ! sv.c
15176 ____________________________________________________________________________
15177 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
15178         Log: Make sv_recode_to_utf8() a real API: the encoding
15179              is a parameter, instead of a global.  Document the
15180              PERL_ENCODING.
15181      Branch: perl
15182            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
15183            ! toke.c
15184 ____________________________________________________________________________
15185 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
15186         Log: Enable -Mencoding=foobar also for string literals.
15187      Branch: perl
15188            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
15189            ! pod/perlapi.pod proto.h sv.c toke.c
15190 ____________________________________________________________________________
15191 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
15192         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
15193              From: Andy Dougherty <doughera@lafayette.edu>
15194              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
15195              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
15196      Branch: perl
15197            ! ext/POSIX/hints/svr4.pl
15198 ____________________________________________________________________________
15199 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
15200         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
15201              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15202              Date: Mon, 29 Oct 2001 23:11:58 -0000
15203              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
15204              
15205              Add compat.h.
15206      Branch: perl
15207            ! lib/h2xs.t utils/h2xs.PL
15208 ____________________________________________________________________________
15209 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
15210         Log: Subject: PerlIOBuf_dup
15211              From: Nicholas Clark <nick@ccl4.org>              
15212              Date: Mon, 29 Oct 2001 21:52:35 +0000             
15213              Message-ID: <20011029215235.K41204@plum.flirble.org>
15214              
15215              Add prototype.
15216      Branch: perl
15217            ! perliol.h
15218 ____________________________________________________________________________
15219 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
15220         Log: Subject: [PATCH] Make malloc.c errors more useful
15221              From: Richard Soderberg <rs@oregonnet.com>
15222              Date: Mon, 29 Oct 2001 22:28:02 -0800
15223              Message-Id: <200110300628.WAA11025@oregonnet.com>
15224      Branch: perl
15225            ! malloc.c
15226 ____________________________________________________________________________
15227 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
15228         Log: Retract #12776 - the bug 19990906.001 is still valid.
15229      Branch: perl
15230            ! t/run/kill_perl.t
15231 ____________________________________________________________________________
15232 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
15233         Log: (Retracted by #12777)
15234              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
15235              From: Michael G Schwern <schwern@pobox.com> 
15236              Date: Mon, 29 Oct 2001 23:01:08 -0500
15237              Message-ID: <20011029230108.G18053@blackrider>
15238      Branch: perl
15239            ! t/run/kill_perl.t
15240 ____________________________________________________________________________
15241 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
15242         Log: Comment nits.
15243      Branch: perl
15244            ! lib/encoding.t
15245 ____________________________________________________________________________
15246 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
15247         Log: integrate change#12772 from mainline
15248              
15249              Subject: [PATCH] Mommy, what's a pointer cast?
15250      Branch: maint-5.6/perl
15251            ! perl.h
15252 ____________________________________________________________________________
15253 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
15254         Log: Subject: [PATCH] Mommy, what's a pointer cast?
15255              From: Richard Soderberg <rs@oregonnet.com>
15256              Date: Mon, 29 Oct 2001 17:01:10 -0800
15257              Message-Id: <200110300101.RAA31561@oregonnet.com>
15258              
15259              (threads* parts)
15260      Branch: perl
15261            ! ext/threads/shared/shared.xs ext/threads/threads.xs
15262 ____________________________________________________________________________
15263 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
15264         Log: Subject: [PATCH] Mommy, what's a pointer cast?
15265              From: Richard Soderberg <rs@oregonnet.com>
15266              Date: Mon, 29 Oct 2001 17:01:10 -0800
15267              Message-Id: <200110300101.RAA31561@oregonnet.com>
15268              
15269              (the perl.h part)
15270      Branch: perl
15271            ! perl.h
15272 ____________________________________________________________________________
15273 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
15274         Log: Subject: [PATCH] OpenBSD likes signal.h 
15275              From: Richard Soderberg <rs@oregonnet.com>
15276              Date: Mon, 29 Oct 2001 17:00:31 -0800
15277              Message-Id: <200110300100.RAA31533@oregonnet.com>
15278      Branch: perl
15279            ! unixish.h
15280 ____________________________________________________________________________
15281 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
15282         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
15283              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15284              Date: Mon, 29 Oct 2001 23:04:23 -0000
15285              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
15286      Branch: perl
15287            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15288            ! ext/DB_File/t/db-recno.t
15289 ____________________________________________________________________________
15290 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
15291         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
15292              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15293              Date: Mon, 29 Oct 2001 12:34:07 -0600
15294              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
15295      Branch: perl
15296            ! ext/Time/HiRes/HiRes.t
15297 ____________________________________________________________________________
15298 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
15299         Log: Update Changes.
15300      Branch: perl
15301            ! Changes patchlevel.h
15302 ____________________________________________________________________________
15303 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
15304         Log: AIX needs an explicit symbol export list.
15305      Branch: perl
15306            ! lib/ExtUtils/Embed.t
15307 ____________________________________________________________________________
15308 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
15309         Log: The test (and the module) would require some
15310              quality hacking time to work on EBCDIC.  Based on
15311              the test results nothing seems to be majorly broken,
15312              the module just seems to have strange assumptions:
15313              got: ''\226\225\205'
15314              expected: ''one'
15315              The \226\225\205 being, of course, 'one', in EBCDIC.
15316      Branch: perl
15317            ! lib/Dumpvalue.t
15318 ____________________________________________________________________________
15319 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
15320         Log: Mark the test known to be failing in EBCDIC.
15321      Branch: perl
15322            ! t/op/tr.t
15323 ____________________________________________________________________________
15324 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
15325         Log: None of the libnet modules are going to work in
15326              EBCDIC without the Convert::EBCDIC.
15327      Branch: perl
15328            ! t/lib/1_compile.t
15329 ____________________________________________________________________________
15330 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
15331         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
15332      Branch: perl
15333            ! t/op/pack.t
15334 ____________________________________________________________________________
15335 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
15336         Log: UTF-EBCDIC ain't UTF-8.
15337      Branch: perl
15338            ! t/op/pack.t
15339 ____________________________________________________________________________
15340 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
15341         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
15342      Branch: perl
15343            ! t/lib/1_compile.t
15344 ____________________________________________________________________________
15345 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
15346         Log: Let's not assume ASCII.
15347      Branch: perl
15348            ! t/op/lc.t
15349 ____________________________________________________________________________
15350 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
15351         Log: Call the new perlio symbols differently.
15352      Branch: perl
15353            ! makedef.pl
15354 ____________________________________________________________________________
15355 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
15356         Log: Don't expect ASCII ordering.
15357      Branch: perl
15358            ! lib/ExtUtils/Manifest.t
15359 ____________________________________________________________________________
15360 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
15361         Log: Forgot from #12756.
15362      Branch: perl
15363            ! perlio.h
15364 ____________________________________________________________________________
15365 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
15366         Log: BeOS tweaks:
15367              - fseeko and ftello can be found by Configure but
15368              we do not seem to have prototypes for them so
15369              let's make up some
15370              - BeOS didn't use to have real sockets (sockets as
15371              filedescriptors) but the BONE package is supposed
15372              to fix this.  I do not know how to detect BONEness,
15373              see hints/beos.sh for a spot that needs to fixed.
15374              - BeOS has O_TEXT != O_BINARY but has no setmode()
15375      Branch: perl
15376            ! hints/beos.sh perlio.c
15377 ____________________________________________________________________________
15378 [ 12755] By: sky                                   on 2001/10/29  12:56:12
15379         Log: Ugly fix to not die when a thread creator is holding locks.
15380      Branch: perl
15381            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15382            ! ext/threads/threads.xs
15383 ____________________________________________________________________________
15384 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
15385         Log: Integrate change #12752 from maintperl;
15386              
15387              croak(Nullch) wasn't printing the contents of ERRSV if there was
15388              no outer eval (bug in change#6125)
15389      Branch: perl
15390           !> util.c
15391 ____________________________________________________________________________
15392 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
15393         Log: Subject: [PATCH h2xs] Use of static data in XS modules
15394              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15395              Date: Sun, 28 Oct 2001 21:19:07 -0000
15396              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
15397              
15398              with nits from Sarathy.
15399      Branch: perl
15400            ! utils/h2xs.PL
15401 ____________________________________________________________________________
15402 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
15403         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
15404              no outer eval (bug in change#6125)
15405      Branch: maint-5.6/perl
15406            ! util.c
15407 ____________________________________________________________________________
15408 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
15409         Log: More todo for the encoding pragma.
15410      Branch: perl
15411            ! lib/encoding.pm
15412 ____________________________________________________________________________
15413 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
15414         Log: Add the encoding pragma to control the "upgrade"
15415              from the native eight bit data to Unicode.
15416              
15417              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
15418      Branch: perl
15419            + lib/encoding.pm lib/encoding.t
15420            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
15421            ! pod/perlunicode.pod pod/perlvar.pod sv.c
15422 ____________________________________________________________________________
15423 [ 12749] By: sky                                   on 2001/10/28  21:02:33
15424         Log: Update documentation.
15425      Branch: perl
15426            ! ext/threads/shared/shared.pm
15427 ____________________________________________________________________________
15428 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
15429         Log: Integrate change #12747 from maintperl;
15430              
15431              finishing touches to system() fixes on windows:
15432              * detect cmd shell correctly even if it had full path in it
15433              * more quoting needed for single-arg system if the argument
15434              really had multiple quoted arguments within it
15435              * be smarter about not calling the shell when the executable
15436              has spaces, but otherwise does not need shell involvement
15437              * add a testsuite (windows-specific currently)
15438      Branch: perl
15439           +> t/op/system.t t/op/system_tests
15440            ! MANIFEST pod/perltodo.pod
15441           !> win32/win32.c
15442 ____________________________________________________________________________
15443 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
15444         Log: finishing touches to system() fixes on windows:
15445              * detect cmd shell correctly even if it had full path in it
15446              * more quoting needed for single-arg system if the argument
15447              really had multiple quoted arguments within it
15448              * be smarter about not calling the shell when the executable
15449              has spaces, but otherwise does not need shell involvement
15450              * add a testsuite (windows-specific currently)
15451      Branch: maint-5.6/perl
15452            + t/op/system.t t/op/system_tests
15453            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
15454 ____________________________________________________________________________
15455 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
15456         Log: Integrate perlio.
15457      Branch: perl
15458           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
15459 ____________________________________________________________________________
15460 [ 12745] By: nick                                  on 2001/10/28  16:08:14
15461         Log: Mingw32 fixup for Embed.t
15462      Branch: perlio
15463            ! lib/ExtUtils/Embed.t
15464 ____________________________________________________________________________
15465 [ 12744] By: nick                                  on 2001/10/28  15:54:14
15466         Log: GCC vs MS 64-bit constant syntax
15467      Branch: perlio
15468            ! ext/Time/HiRes/HiRes.xs
15469 ____________________________________________________________________________
15470 [ 12743] By: nick                                  on 2001/10/28  15:42:55
15471         Log: Integrate mainline
15472      Branch: perlio
15473           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
15474 ____________________________________________________________________________
15475 [ 12742] By: sky                                   on 2001/10/28  14:47:10
15476         Log: Manpage updates.
15477      Branch: perl
15478            ! ext/threads/threads.pm
15479 ____________________________________________________________________________
15480 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
15481         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
15482      Branch: perl
15483            ! lib/ExtUtils/Embed.t
15484 ____________________________________________________________________________
15485 [ 12740] By: nick                                  on 2001/10/28  14:14:24
15486         Log: Integrate mainline
15487      Branch: perlio
15488           !> lib/ExtUtils/Embed.t win32/win32.c
15489 ____________________________________________________________________________
15490 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
15491         Log: Need to be ./executed.
15492      Branch: perl
15493            ! lib/ExtUtils/Embed.t
15494 ____________________________________________________________________________
15495 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
15496         Log: Integrate perlio.
15497      Branch: perl
15498           !> perlio.c win32/win32.h
15499 ____________________________________________________________________________
15500 [ 12737] By: nick                                  on 2001/10/28  13:53:45
15501         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
15502              by gcc -xc++.
15503      Branch: perlio
15504            ! win32/win32.h
15505 ____________________________________________________________________________
15506 [ 12736] By: nick                                  on 2001/10/28  13:50:50
15507         Log: Have :stdio layer update an honour the fd refcnt table.
15508              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
15509      Branch: perlio
15510            ! perlio.c
15511 ____________________________________________________________________________
15512 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
15513         Log: Integrate changes #12724 and #12725 from maintperl;
15514              multiarg system now works.
15515      Branch: perl
15516           !> win32/win32.c
15517 ____________________________________________________________________________
15518 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
15519         Log: Integrate perlio.
15520      Branch: perl
15521           +> lib/ExtUtils/Embed.t
15522           !> MANIFEST perlio.c
15523 ____________________________________________________________________________
15524 [ 12733] By: nick                                  on 2001/10/28  13:07:16
15525         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
15526              least for PERLIO=perlio unthreaded case
15527      Branch: perlio
15528            ! perlio.c
15529 ____________________________________________________________________________
15530 [ 12732] By: nick                                  on 2001/10/28  11:10:24
15531         Log: Typo in exe name
15532      Branch: perlio
15533            ! lib/ExtUtils/Embed.t
15534 ____________________________________________________________________________
15535 [ 12731] By: nick                                  on 2001/10/28  11:09:59
15536         Log: Integrate Mainline
15537      Branch: perlio
15538           !> Changes configure.com ext/DB_File/DB_File.pm
15539           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
15540           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
15541           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
15542           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
15543           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
15544           !> t/TEST t/op/regexp.t win32/buildext.pl
15545 ____________________________________________________________________________
15546 [ 12730] By: nick                                  on 2001/10/28  11:05:35
15547         Log: Fixup Embed.t for Win32/VC++
15548      Branch: perlio
15549            ! lib/ExtUtils/Embed.t
15550 ____________________________________________________________________________
15551 [ 12729] By: nick                                  on 2001/10/28  09:36:20
15552         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
15553              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
15554              ExtUtils::Embed.
15555      Branch: perlio
15556            + lib/ExtUtils/Embed.t
15557            ! MANIFEST
15558 ____________________________________________________________________________
15559 [ 12728] By: sky                                   on 2001/10/28  08:12:53
15560         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
15561              line manually!
15562      Branch: perl
15563            ! lib/ExtUtils/xsubpp
15564 ____________________________________________________________________________
15565 [ 12727] By: sky                                   on 2001/10/28  08:02:09
15566         Log: And here we use the prototypes.
15567      Branch: perl
15568            ! ext/threads/shared/shared.xs
15569 ____________________________________________________________________________
15570 [ 12726] By: sky                                   on 2001/10/28  08:00:48
15571         Log: Support [] style prototypes.
15572      Branch: perl
15573            ! lib/ExtUtils/xsubpp
15574 ____________________________________________________________________________
15575 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
15576         Log: yet another multi-arg system() fix on windows: batch files as the
15577              first argument (i.e. directly executed by CreateProcess()) need
15578              extra quoting to escape shell-shock
15579      Branch: maint-5.6/perl
15580            ! win32/win32.c
15581 ____________________________________________________________________________
15582 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
15583         Log: another multi-arg system() fix on windows: passing empty arguments
15584              now works
15585      Branch: maint-5.6/perl
15586            ! win32/win32.c
15587 ____________________________________________________________________________
15588 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
15589         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
15590              No final #else #error because we do not seem to
15591              be using #error?
15592      Branch: perl
15593            ! op.h
15594 ____________________________________________________________________________
15595 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
15596         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
15597              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
15598              Date: Sat, 27 Oct 2001 23:28:44 EST 
15599              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
15600      Branch: perl
15601            ! ext/Time/HiRes/HiRes.xs
15602 ____________________________________________________________________________
15603 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
15604         Log: Regen perlapi, perltoc.
15605      Branch: perl
15606            ! pod/perlapi.pod pod/perltoc.pod
15607 ____________________________________________________________________________
15608 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
15609         Log: Subject: [PATCH] sv.h documentation
15610              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
15611              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
15612              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
15613      Branch: perl
15614            ! sv.h
15615 ____________________________________________________________________________
15616 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
15617         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
15618              system("nmake -nologo", "clean") and there is no executable
15619              called "nmake -nologo"; this used to "work" pre-change#12559 due
15620              to bugs in multiarg system() that have since been fixed
15621      Branch: perl
15622            ! win32/buildext.pl
15623 ____________________________________________________________________________
15624 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
15625         Log: Update Changes.
15626      Branch: perl
15627            ! Changes patchlevel.h
15628 ____________________________________________________________________________
15629 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
15630         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
15631              From: Richard.Foley@t-online.de (Richard Foley)            
15632              Date: Sun, 28 Oct 2001 00:48:32 +0200
15633              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
15634      Branch: perl
15635            ! pod/perlhack.pod
15636 ____________________________________________________________________________
15637 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
15638         Log: Must store pointers with the right width.
15639      Branch: perl
15640            ! op.h
15641 ____________________________________________________________________________
15642 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
15643         Log: Integrate change #12711 from perlio;
15644              
15645              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
15646              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
15647      Branch: perl
15648           !> perlio.c
15649 ____________________________________________________________________________
15650 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
15651         Log: Subject: [PATCH] make minitest
15652              From: Nicholas Clark <nick@ccl4.org>
15653              Date: Sat, 27 Oct 2001 22:56:16 +0100
15654              Message-ID: <20011027225616.L20275@plum.flirble.org>
15655      Branch: perl
15656            ! t/TEST
15657 ____________________________________________________________________________
15658 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
15659         Log: Patch #12661 missed this.
15660      Branch: perl
15661            ! ext/DB_File/DB_File.pm
15662 ____________________________________________________________________________
15663 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
15664         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
15665              From: "Craig A. Berry" <craigberry@mac.com>
15666              Date: Sat, 27 Oct 2001 16:07:47 -0500
15667              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
15668      Branch: perl
15669            ! configure.com perlio.c
15670 ____________________________________________________________________________
15671 [ 12711] By: nick                                  on 2001/10/27  19:49:25
15672         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
15673              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
15674      Branch: perlio
15675            ! perlio.c
15676 ____________________________________________________________________________
15677 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
15678         Log: Let's not replace reason if there's one already supplied.
15679      Branch: perl
15680            ! t/op/regexp.t
15681 ____________________________________________________________________________
15682 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
15683         Log: is not good.
15684      Branch: perl
15685            ! t/op/regexp.t
15686 ____________________________________________________________________________
15687 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
15688         Log: ldlibpth can exist but be unset.
15689      Branch: perl
15690            ! t/TEST
15691 ____________________________________________________________________________
15692 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
15693         Log: Unicode: property alias naming cleanup.
15694      Branch: perl
15695            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
15696 ____________________________________________________________________________
15697 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
15698         Log: FAQ sync.
15699      Branch: perl
15700            ! pod/perlfaq4.pod
15701 ____________________________________________________________________________
15702 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
15703         Log: Integrate change #12703 from maintperl;
15704              
15705              typemap stuff intervenes before declaration, move it to PREINIT
15706              section
15707              
15708              (an empty integrate, but now the files are in sync
15709              between the branches)
15710      Branch: perl
15711           !> ext/ODBM_File/ODBM_File.xs
15712 ____________________________________________________________________________
15713 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
15714         Log: More PerlIO symbols.
15715      Branch: perl
15716            ! makedef.pl
15717 ____________________________________________________________________________
15718 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
15719         Log: typemap stuff intervenes before declaration, move it to PREINIT
15720              section
15721      Branch: maint-5.6/perl
15722            ! ext/ODBM_File/ODBM_File.xs
15723 ____________________________________________________________________________
15724 [ 12702] By: nick                                  on 2001/10/27  14:09:35
15725         Log: Integrate mainline
15726      Branch: perlio
15727           +> ext/threads/shared/t/av_simple.t
15728           +> ext/threads/shared/t/hv_refs.t
15729           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
15730           !> (integrate 109 files)
15731 ____________________________________________________________________________
15732 [ 12700] By: ams                                   on 2001/10/26  21:22:23
15733         Log: Subject: [PATCH] tweak divide
15734              From: Nicholas Clark <nick@ccl4.org>
15735              Date: Fri, 26 Oct 2001 22:52:17 +0100
15736              Message-Id: <20011026225217.B20275@plum.flirble.org>
15737      Branch: perl
15738            ! pp.c
15739 ____________________________________________________________________________
15740 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
15741         Log: Integrate a buncha things from maintperl.
15742      Branch: maint-5.6/macperl
15743           !> (integrate 32 files)
15744 ____________________________________________________________________________
15745 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
15746         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
15747              From: Andy Dougherty <doughera@lafayette.edu>
15748              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
15749              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
15750      Branch: perl
15751            ! hints/svr4.sh
15752 ____________________________________________________________________________
15753 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
15754         Log: When you're root, many things become writable.
15755      Branch: perl
15756            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
15757 ____________________________________________________________________________
15758 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
15759         Log: Update Changes.
15760      Branch: perl
15761            ! Changes patchlevel.h
15762 ____________________________________________________________________________
15763 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
15764         Log: Term/Cap.t attempts to access the floppy drive for no good reason
15765              on dosish systems
15766      Branch: perl
15767            ! lib/Term/Cap.t
15768 ____________________________________________________________________________
15769 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
15770         Log: fix misleading comment on known inadequacy in B::Terse, and skip
15771              it correctly
15772      Branch: perl
15773            ! ext/B/t/terse.t
15774 ____________________________________________________________________________
15775 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
15776         Log: fix spurious AutoSplit.t failure under windows
15777      Branch: perl
15778            ! lib/AutoSplit.t
15779 ____________________________________________________________________________
15780 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
15781         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
15782      Branch: perl
15783            ! ext/Time/HiRes/HiRes.t
15784 ____________________________________________________________________________
15785 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
15786         Log: More logical to use %04"UVXf" than %"UVuf" since
15787              the Unicode standard prefers hex.
15788      Branch: perl
15789            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
15790            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
15791            ! lib/unicore/mktables utf8.c
15792 ____________________________________________________________________________
15793 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
15794         Log: change#12065 seems to have broken Encode build on windows; fix
15795      Branch: perl
15796            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
15797 ____________________________________________________________________________
15798 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
15799         Log: Unicode: add the case folding table.
15800      Branch: perl
15801            + lib/unicore/To/Fold.pl
15802            ! MANIFEST lib/unicore/mktables
15803 ____________________________________________________________________________
15804 [ 12688] By: sky                                   on 2001/10/26  13:51:29
15805         Log: Get the new functions right, do not export lock since we use builtin lock.
15806              TODO: fix xsubpp to support the new prototypes
15807      Branch: perl
15808            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15809 ____________________________________________________________________________
15810 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
15811         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
15812              as suggested by Sarathy.
15813      Branch: perl
15814            ! mg.c
15815 ____________________________________________________________________________
15816 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
15817         Log: avoid compiler warning
15818      Branch: perl
15819            ! win32/win32.c
15820 ____________________________________________________________________________
15821 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
15822         Log: WinCE update from Rainer Keuchel.
15823      Branch: perl
15824            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
15825            ! wince/wince.c
15826 ____________________________________________________________________________
15827 [ 12684] By: sky                                   on 2001/10/26  13:34:33
15828         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
15829      Branch: perl
15830            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15831 ____________________________________________________________________________
15832 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
15833         Log: More fixes that were made to the core and not in the libnet src
15834      Branch: perl
15835            ! lib/Net/Domain.pm
15836 ____________________________________________________________________________
15837 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
15838         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
15839              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
15840              Date: Fri, 26 Oct 2001 13:55:21 +0200
15841              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
15842              
15843              (plus make the db-recno.t#59 accept both \n and \r\n)
15844      Branch: perl
15845            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15846            ! ext/DB_File/t/db-recno.t
15847 ____________________________________________________________________________
15848 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
15849         Log: Fix tests to be able to run in the core and the CPAN dist
15850      Branch: perl
15851            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15852            ! lib/Net/t/require.t lib/Net/t/smtp.t
15853 ____________________________________________________________________________
15854 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
15855         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
15856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15857              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
15858              Date: Fri, 26 Oct 2001 08:34:46 EDT
15859      Branch: perl
15860            ! ext/Time/HiRes/HiRes.t
15861 ____________________________________________________________________________
15862 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
15863         Log: Sync libnet modules with what will be libnet-1.08
15864      Branch: perl
15865            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
15866            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
15867            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
15868            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
15869 ____________________________________________________________________________
15870 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
15871         Log: Integrate maintperl changes #12268 and #12669;
15872              
15873              final touches to the audit for statics and thread-unsafe code
15874              * make DB_File, ODBM_File thread-safe 
15875              * remove unnecessary/dangerous statics and protect others
15876              from not getting accidentally enabled under threaded perls
15877              
15878              windows support functions get_childdir() et al aren't exported
15879              correctly under vanilla build
15880              
15881              Testing under win32 appreciated since changes there had
15882              to be manually merged and I cannot test how badly did I do.
15883      Branch: perl
15884           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
15885           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
15886           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
15887           !> win32/vmem.h win32/win32.c win32/win32iop.h
15888 ____________________________________________________________________________
15889 [ 12677] By: sky                                   on 2001/10/26  12:37:17
15890         Log: More Config::threads to threads::threads changes
15891      Branch: perl
15892            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
15893 ____________________________________________________________________________
15894 [ 12676] By: sky                                   on 2001/10/26  12:31:46
15895         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
15896      Branch: perl
15897            ! ext/threads/threads.pm ext/threads/threads.xs
15898 ____________________________________________________________________________
15899 [ 12675] By: sky                                   on 2001/10/26  12:06:30
15900         Log: Allocing a TLS in runtime is not too hot.
15901      Branch: perl
15902            ! ext/threads/threads.xs
15903 ____________________________________________________________________________
15904 [ 12674] By: sky                                   on 2001/10/26  11:59:09
15905         Log: Don't display debug data.
15906      Branch: perl
15907            ! ext/threads/threads.pm
15908 ____________________________________________________________________________
15909 [ 12673] By: sky                                   on 2001/10/26  11:35:47
15910         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
15911              complete bar support for blessed objects.
15912              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
15913      Branch: perl
15914            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
15915 ____________________________________________________________________________
15916 [ 12672] By: sky                                   on 2001/10/26  11:15:28
15917         Log: Fix case where shared reference does not exist in current thread.
15918      Branch: perl
15919            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
15920 ____________________________________________________________________________
15921 [ 12671] By: sky                                   on 2001/10/26  08:48:52
15922         Log: Support for references in shared arrays.
15923      Branch: perl
15924            ! ext/threads/shared/shared.xs
15925 ____________________________________________________________________________
15926 [ 12670] By: sky                                   on 2001/10/26  08:30:11
15927         Log: Add tests for references in hashes.
15928      Branch: perl
15929            + ext/threads/shared/t/hv_refs.t
15930            ! MANIFEST
15931 ____________________________________________________________________________
15932 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
15933         Log: windows support functions get_childdir() et al aren't exported
15934              correctly under vanilla build
15935      Branch: maint-5.6/perl
15936            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
15937 ____________________________________________________________________________
15938 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
15939         Log: final touches to the audit for statics and thread-unsafe code
15940              * make DB_File, ODBM_File thread-safe 
15941              * remove unnecessary/dangerous statics and protect others
15942              from not getting accidentally enabled under threaded perls
15943      Branch: maint-5.6/perl
15944            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
15945            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
15946            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
15947            ! win32/win32.c
15948 ____________________________________________________________________________
15949 [ 12667] By: ams                                   on 2001/10/26  03:48:36
15950         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
15951              From: "Richard Soderberg" <rs@crystalflame.net>
15952              Date: Thu, 25 Oct 2001 23:42:50 -0400
15953              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
15954      Branch: perl
15955            ! sharedsv.c
15956 ____________________________________________________________________________
15957 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
15958         Log: Integrate change #12664 from maintperl;
15959              
15960              the newest GCCs don't seem to like C<"string1"##STRING2>
15961              so keep it as C<"string1" STRING2> (latter appears to
15962              work everywhere)
15963      Branch: perl
15964           !> ext/DynaLoader/dlutils.c
15965 ____________________________________________________________________________
15966 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
15967         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
15968              From: Chris Nandor <pudge@pobox.com>
15969              Date: Thu, 25 Oct 2001 22:15:03 -0400
15970              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
15971      Branch: perl
15972            ! perl.h
15973 ____________________________________________________________________________
15974 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
15975         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
15976              C<"string1" STRING2> (latter appears to work everywhere)
15977      Branch: maint-5.6/perl
15978            ! ext/DynaLoader/dlutils.c
15979 ____________________________________________________________________________
15980 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
15981         Log: AUTHORS update.
15982      Branch: perl
15983            ! AUTHORS
15984 ____________________________________________________________________________
15985 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
15986         Log: Integrate change #12660 from maintperl;
15987              
15988              make the dMY_CXT stuff available under all of
15989              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
15990      Branch: perl
15991           !> perl.h
15992 ____________________________________________________________________________
15993 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
15994         Log: Subject: [PATCH] DB_File-1.79
15995              From: "Paul Marquess" <paul.marquess@openwave.com>
15996              Date: Fri, 26 Oct 2001 00:03:54 +0100
15997              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
15998      Branch: perl
15999            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
16000            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
16001 ____________________________________________________________________________
16002 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
16003         Log: make the dMY_CXT stuff available under all of
16004              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
16005      Branch: maint-5.6/perl
16006            ! perl.h
16007 ____________________________________________________________________________
16008 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
16009         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
16010              From: Michael G Schwern <schwern@pobox.com>
16011              Date: Thu, 25 Oct 2001 18:28:12 -0400
16012              Message-ID: <20011025182812.M4811@blackrider>
16013      Branch: perl
16014            ! t/run/kill_perl.t
16015 ____________________________________________________________________________
16016 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
16017         Log: STRLEN != int.
16018      Branch: perl
16019            ! regcomp.c regexec.c
16020 ____________________________________________________________________________
16021 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
16022         Log: Subject: [PATCH] remove small IVop redundancy
16023              From: Nicholas Clark <nick@ccl4.org>
16024              Date: Thu, 25 Oct 2001 22:48:28 +0100
16025              Message-ID: <20011025224827.M66471@plum.flirble.org>
16026      Branch: perl
16027            ! pp.c pp_hot.c
16028 ____________________________________________________________________________
16029 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
16030         Log: Metaconfig unit change for #12655.
16031      Branch: metaconfig/U/perl
16032            ! Extensions.U
16033 ____________________________________________________________________________
16034 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
16035         Log: Subject: Re: Not OK @12650
16036              From: Andy Dougherty <doughera@lafayette.edu>
16037              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
16038              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
16039      Branch: perl
16040            ! Configure
16041 ____________________________________________________________________________
16042 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
16043         Log: Integrate changes #12652 and #12653 from maintperl;
16044              
16045              more tweaks to change#12626
16046              * move the boilerplate code over to perl.h and make DynaLoader
16047              use it
16048              * make re, Opcode, File::Glob and B threadsafe
16049              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
16050              C<no re;> anywhere)
16051              
16052              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
16053              
16054              File::Glob required a bit more work in bleadperl
16055              because of ExtUtils::Constant (see the Makefile.PL change)
16056      Branch: perl
16057            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
16058           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
16059           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
16060 ____________________________________________________________________________
16061 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
16062         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
16063      Branch: maint-5.6/perl
16064            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
16065            ! ext/Opcode/Opcode.xs ext/re/re.xs
16066 ____________________________________________________________________________
16067 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
16068         Log: more tweaks to change#12626
16069              * move the boilerplate code over to perl.h and make DynaLoader
16070              use it
16071              * make re, Opcode, File::Glob and B threadsafe
16072              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
16073              C<no re;> anywhere)
16074      Branch: maint-5.6/perl
16075            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
16076            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
16077 ____________________________________________________________________________
16078 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
16079         Log: Metaconfig unit change for #12650.
16080      Branch: metaconfig/U/perl
16081            ! Extensions.U
16082 ____________________________________________________________________________
16083 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
16084         Log: Subject: Re: ithreads doesn't like usedl=n
16085              From: Andy Dougherty <doughera@lafayette.edu>
16086              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
16087              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
16088              
16089              Special-case threads::shared.
16090      Branch: perl
16091            ! Configure
16092 ____________________________________________________________________________
16093 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
16094         Log: Getting fancier...
16095      Branch: perl
16096            ! t/TEST
16097 ____________________________________________________________________________
16098 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
16099         Log: csh - what a pain.
16100      Branch: perl
16101            ! t/TEST
16102 ____________________________________________________________________________
16103 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
16104         Log: Update Changes.
16105      Branch: perl
16106            ! Changes patchlevel.h
16107 ____________________________________________________________________________
16108 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
16109         Log: Allow resetting the locale system for the duration
16110              of the build (Mac OS X default setting LANG=En_US
16111              ist kaputt)
16112      Branch: perl
16113            ! Makefile.SH
16114 ____________________________________________________________________________
16115 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
16116         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
16117      Branch: perl
16118            ! ext/Digest/MD5/t/files.t
16119 ____________________________________________________________________________
16120 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
16121         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
16122              From: Andy Dougherty <doughera@lafayette.edu>
16123              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
16124              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
16125      Branch: perl
16126            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
16127            ! ext/threads/shared/Makefile.PL
16128 ____________________________________________________________________________
16129 [ 12643] By: sky                                   on 2001/10/25  12:28:26
16130         Log: Add support for reference members of hashes.
16131      Branch: perl
16132            ! ext/threads/shared/shared.xs
16133 ____________________________________________________________________________
16134 [ 12642] By: ams                                   on 2001/10/25  12:21:13
16135         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
16136              From: "Norton Allen" <nort@qnx.com>
16137              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
16138              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
16139      Branch: perl
16140            ! ext/Digest/MD5/MD5.xs
16141 ____________________________________________________________________________
16142 [ 12641] By: sky                                   on 2001/10/25  10:27:39
16143         Log: Tests shared hashes.
16144      Branch: perl
16145            + ext/threads/shared/t/hv_simple.t
16146            ! MANIFEST
16147 ____________________________________________________________________________
16148 [ 12640] By: sky                                   on 2001/10/25  10:18:23
16149         Log: Fix threadcounts for arrays and hashes.
16150      Branch: perl
16151            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16152 ____________________________________________________________________________
16153 [ 12639] By: sky                                   on 2001/10/25  10:17:26
16154         Log: Note to self, doing *src_ary++ in a macro that evaluates
16155              the value more than once is a good way to dump core.
16156      Branch: perl
16157            ! sharedsv.c
16158 ____________________________________________________________________________
16159 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
16160         Log: Integrate change #12636 from maintperl; more dl fixups.
16161      Branch: perl
16162           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
16163           !> ext/DynaLoader/dl_vms.xs
16164 ____________________________________________________________________________
16165 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
16166         Log: Like dl_hpux, like dl_dld.
16167      Branch: perl
16168            ! ext/DynaLoader/dl_dld.xs
16169 ____________________________________________________________________________
16170 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
16171         Log: followups to change#12635
16172      Branch: maint-5.6/perl
16173            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
16174            ! ext/DynaLoader/dl_vms.xs
16175 ____________________________________________________________________________
16176 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
16177         Log: add part of change#12634 to the two files that need it; dl_aix.xs
16178              in maint-5.6 doesn't have the branch that had the problem in
16179              mainline
16180      Branch: maint-5.6/perl
16181            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
16182 ____________________________________________________________________________
16183 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
16184         Log: Fixes for #12627.
16185      Branch: perl
16186            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
16187 ____________________________________________________________________________
16188 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
16189         Log: Since pv_uni_display and sv_uni_display are now used
16190              in the re extension, their symbols have to be exported.
16191      Branch: perl
16192            ! embed.pl global.sym
16193 ____________________________________________________________________________
16194 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
16195         Log: Subject:  Re: [PATCH Perl@12567] debug /list
16196              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16197              Date: Tue, 23 Oct 2001 21:40:33 EDT
16198              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
16199      Branch: perl
16200            ! configure.com
16201 ____________________________________________________________________________
16202 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
16203         Log: This takes care of some of the re 'debug' cases but
16204              not all cases since the information whether the pattern
16205              or the target are utf8 seems to be either lost or not
16206              spread widely enough, sigh.
16207      Branch: perl
16208            ! regcomp.c
16209 ____________________________________________________________________________
16210 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
16211         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
16212              From: John Peacock <jpeacock@rowman.com>
16213              Date: Wed, 24 Oct 2001 16:53:29 -0400
16214              Message-ID: <3BD72A49.1508D152@rowman.com>
16215      Branch: perl
16216            ! configure.com
16217 ____________________________________________________________________________
16218 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
16219         Log: Upgrade NetWare and WinCE as in #12626.
16220      Branch: perl
16221            ! NetWare/dl_netware.xs wince/dl_win32.xs
16222 ____________________________________________________________________________
16223 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
16224         Log: Tru64 compiler nit.
16225      Branch: perl
16226            ! ext/threads/shared/shared.xs
16227 ____________________________________________________________________________
16228 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
16229         Log: Integrate change #12626 from maintperl;
16230              make DynaLoader threadsafe by moving all statics into
16231              interpreter-local space
16232              
16233              TODO: Netware, OS/2, WinCE
16234      Branch: perl
16235           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16236           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
16237           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
16238           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
16239           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16240           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16241           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
16242 ____________________________________________________________________________
16243 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
16244         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
16245              space
16246      Branch: maint-5.6/perl
16247            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16248            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
16249            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
16250            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
16251            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16252            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16253            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
16254 ____________________________________________________________________________
16255 [ 12625] By: sky                                   on 2001/10/24  20:05:26
16256         Log: Change #12623 inflicted an infinite hang. Fixed.
16257      Branch: perl
16258            ! ext/threads/shared/shared.xs
16259 ____________________________________________________________________________
16260 [ 12624] By: sky                                   on 2001/10/24  19:06:55
16261         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
16262      Branch: perl
16263            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16264 ____________________________________________________________________________
16265 [ 12623] By: sky                                   on 2001/10/24  18:06:34
16266         Log: We need to do sharedsv_find in the original perl context.
16267      Branch: perl
16268            ! ext/threads/shared/shared.xs
16269 ____________________________________________________________________________
16270 [ 12622] By: sky                                   on 2001/10/24  17:26:51
16271         Log: Add support for basic support for AVs, references not supported yet.
16272              Add test for AVs.
16273              Add more tests to sv_refs
16274              Fix documentation issues.  
16275      Branch: perl
16276            + ext/threads/shared/t/av_simple.t
16277            ! MANIFEST ext/threads/shared/shared.pm
16278            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
16279 ____________________________________________________________________________
16280 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
16281         Log: Dump Unicode better for re 'debug'.  The regprop()
16282              is unfinished since have to figure out how to detect
16283              Unicodeness in there.
16284      Branch: perl
16285            ! regcomp.c regexec.c
16286 ____________________________________________________________________________
16287 [ 12620] By: sky                                   on 2001/10/24  13:18:07
16288         Log: Add support for finding shared arrays and hashes.
16289      Branch: perl
16290            ! sharedsv.c
16291 ____________________________________________________________________________
16292 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
16293         Log: Rewrite sv_uni_display() as pv_uni_display() as
16294              reimplement sv_uni_display() using that.
16295      Branch: perl
16296            ! dump.c embed.h embed.pl proto.h
16297 ____________________________________________________________________________
16298 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
16299         Log: Integrate change #12615 from maintperl;
16300              on Windows, IO::File::new_tmpfile() fails after being called
16301              32767 times because MSVCRT thinks stdio's TMP_MAX is a
16302              process-wide limit
16303      Branch: perl
16304           !> win32/win32.c
16305 ____________________________________________________________________________
16306 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
16307         Log: Don't try to print ints as IVs.
16308      Branch: perl
16309            ! ext/Time/HiRes/HiRes.xs
16310 ____________________________________________________________________________
16311 [ 12616] By: sky                                   on 2001/10/24  11:06:35
16312         Log: We only need to fetch the SV from the backend if the index
16313              is not the same as mg_private.     In theory this could be
16314              a problem if there are an exact multiple of U16 changes
16315              of a shared variable between two access in a given thread,
16316              we choose to avoid theory for now.
16317      Branch: perl
16318            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
16319 ____________________________________________________________________________
16320 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
16321         Log: on Windows, IO::File::new_tmpfile() fails after being called
16322              32767 times because MSVCRT thinks stdio's TMP_MAX is a
16323              process-wide limit
16324      Branch: maint-5.6/perl
16325            ! win32/win32.c
16326 ____________________________________________________________________________
16327 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
16328         Log: Negation and Unicode: sort of solves 20010303.010,
16329              except not quite like reported in the Subject
16330              (Perl_warner is still utf8-ignorant).
16331      Branch: perl
16332            ! pp.c t/lib/warnings/sv
16333 ____________________________________________________________________________
16334 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
16335         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
16336      Branch: perl
16337            ! sv.c t/lib/warnings/sv
16338 ____________________________________________________________________________
16339 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
16340         Log: sv_uni_display(): do not add the "...", let the caller
16341              do it if wanted, and be prepared for more display options.
16342      Branch: perl
16343            ! dump.c embed.h embed.pl proto.h
16344 ____________________________________________________________________________
16345 [ 12611] By: nick                                  on 2001/10/23  20:28:07
16346         Log: Integrate mainline
16347      Branch: perlio
16348           !> Changes configure.com cygwin/cygwin.c
16349           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
16350           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
16351           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
16352           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
16353           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
16354           !> utils/h2xs.PL utils/perldoc.PL
16355 ____________________________________________________________________________
16356 [ 12610] By: sky                                   on 2001/10/23  19:39:24
16357         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
16358              don't call themselves READONLY but still die with modification
16359              attempt. We only call bless for ext and umagic.
16360      Branch: perl
16361            ! sv.c
16362 ____________________________________________________________________________
16363 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
16364         Log: Croak() on negative time; doc tweaks.
16365      Branch: perl
16366            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
16367            ! ext/Time/HiRes/HiRes.xs
16368 ____________________________________________________________________________
16369 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
16370         Log: FAQ sync.
16371      Branch: perl
16372            ! pod/perlfaq4.pod pod/perlfaq7.pod
16373 ____________________________________________________________________________
16374 [ 12607] By: sky                                   on 2001/10/23  18:27:27
16375         Log: Call setmagic on the referent we are blessing.
16376      Branch: perl
16377            ! sv.c
16378 ____________________________________________________________________________
16379 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
16380         Log: Small test nits.
16381      Branch: perl
16382            ! t/op/lc.t
16383 ____________________________________________________________________________
16384 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
16385         Log: Update Changes.
16386      Branch: perl
16387            ! Changes patchlevel.h
16388 ____________________________________________________________________________
16389 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
16390         Log: Make the PerlIO_init() prototypes consistent.
16391      Branch: perl
16392            ! perlio.c
16393 ____________________________________________________________________________
16394 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
16395         Log: Upping the test count is a good idea.
16396      Branch: perl
16397            ! t/op/lc.t
16398 ____________________________________________________________________________
16399 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
16400         Log: Document the final sigma spot.
16401      Branch: perl
16402            ! pp.c
16403 ____________________________________________________________________________
16404 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
16405         Log: Fix multicharacter titlecase (ucfirst).
16406      Branch: perl
16407            ! pod/perlunicode.pod pp.c t/op/lc.t
16408 ____________________________________________________________________________
16409 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
16410         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
16411              From: Mikhail Zabaluev <mhz@alt-linux.org>
16412              Date: Tue, 23 Oct 2001 10:40:37 +0400
16413              Message-ID: <20011023104037.A12761@localhost.localdomain>
16414              
16415              (#12406 replaced with this)
16416      Branch: perl
16417            ! utils/perldoc.PL
16418 ____________________________________________________________________________
16419 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
16420         Log: MacOS Classic updates from Pudge.
16421      Branch: perl
16422            ! lib/File/Spec.t lib/File/Spec/Mac.pm
16423 ____________________________________________________________________________
16424 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
16425         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
16426              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16427              Date: Sun, 14 Oct 2001 23:14:46 +0200
16428              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
16429              
16430              except for the 2->4 changes.
16431      Branch: perl
16432            ! lib/AutoSplit.t
16433 ____________________________________________________________________________
16434 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
16435         Log: integrate macperl contents into maint-5.6
16436      Branch: maint-5.6/perl
16437            ! mg.c
16438           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
16439           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
16440           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
16441           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16442           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
16443           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
16444           !> t/lib/filefind.t t/lib/filespec.t
16445 ____________________________________________________________________________
16446 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
16447         Log: At some point the #6234 has been lost from the mainline
16448              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
16449      Branch: perl
16450            ! lib/File/Spec/Win32.pm
16451 ____________________________________________________________________________
16452 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
16453         Log: Cygwin seems to round up (or closest, but not down)
16454              for time(), so half of the time (bad pun intended)
16455              Time::HiRes::time() is less than time(), half of
16456              the time it's more.  So let's try harder in the loop.
16457      Branch: perl
16458            ! ext/Time/HiRes/HiRes.t
16459 ____________________________________________________________________________
16460 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
16461         Log: MacOS Classic timeofday(), from Chris Nandor. 
16462      Branch: perl
16463            ! ext/Time/HiRes/HiRes.xs
16464 ____________________________________________________________________________
16465 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
16466         Log: Integrate changes #12580 and #12581 from macperl;
16467              
16468              Fix path construction.
16469              
16470              (Copyright) Nit.
16471      Branch: perl
16472           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
16473 ____________________________________________________________________________
16474 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
16475         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
16476              doesn't seem to help (the error being output to console, maybe?)
16477      Branch: perl
16478            ! lib/Net/Domain.pm
16479 ____________________________________________________________________________
16480 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
16481         Log: Taint the getcwd() result also in Cygwin.
16482              (TODO: which other platforms need the same thing?)
16483      Branch: perl
16484            ! cygwin/cygwin.c
16485 ____________________________________________________________________________
16486 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
16487         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
16488      Branch: perl
16489            ! t/op/taint.t
16490 ____________________________________________________________________________
16491 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
16492         Log: getpwuid() fragility continues.
16493      Branch: perl
16494            ! utils/h2xs.PL
16495 ____________________________________________________________________________
16496 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
16497         Log: getpwuid() might succeed but that's no guarantee
16498              that the $home will be defined.
16499      Branch: perl
16500            ! ext/File/Glob/t/basic.t
16501 ____________________________________________________________________________
16502 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
16503         Log: It's safer to to expand the variable, too... (see #12571)
16504      Branch: perl
16505            ! t/TEST
16506 ____________________________________________________________________________
16507 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
16508         Log: Integrate with maintperl.
16509      Branch: maint-5.6/macperl
16510           !> win32/bin/pl2bat.pl win32/win32.c
16511 ____________________________________________________________________________
16512 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
16513         Log: Oops, forgot to include Win32 ... just as well, since it
16514              seems in bleadperl, change #7764 was not included
16515              (adding C:\temp).  Re-added.  Rip it back out if it
16516              doesn't belong.  :-)
16517      Branch: maint-5.6/macperl
16518            ! lib/File/Spec/Win32.pm
16519 ____________________________________________________________________________
16520 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
16521         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
16522              From: "Craig A. Berry" <craigberry@mac.com>
16523              Date: Mon, 22 Oct 2001 15:25:19 -0500
16524              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
16525      Branch: perl
16526            ! configure.com
16527 ____________________________________________________________________________
16528 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
16529         Log: Add in lots of File::Spec changes, from Thomas Wegner,
16530              and sync with changes from bleadperl.
16531      Branch: maint-5.6/macperl
16532            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
16533            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16534            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16535            ! lib/File/Spec/Win32.pm t/lib/filespec.t
16536 ____________________________________________________________________________
16537 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
16538         Log: Sync with latest File::Find and tests from bleadperl.
16539      Branch: maint-5.6/macperl
16540            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
16541 ____________________________________________________________________________
16542 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
16543         Log: Nit.
16544      Branch: maint-5.6/macperl
16545            ! perl.c
16546 ____________________________________________________________________________
16547 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
16548         Log: Fix path construction.
16549      Branch: maint-5.6/macperl
16550            ! ext/DynaLoader/DynaLoader_pm.PL
16551 ____________________________________________________________________________
16552 [ 12579] By: nick                                  on 2001/10/22  19:08:35
16553         Log: Integrate mainline (for Arthurs thread.xs fix)
16554      Branch: perlio
16555           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
16556 ____________________________________________________________________________
16557 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
16558         Log: Fix up exported symbols, move relevant docs
16559              over from macperl.pod.
16560      Branch: maint-5.6/macperl
16561            ! macos/ext/MacPerl/MacPerl.pm
16562 ____________________________________________________________________________
16563 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
16564         Log: Make ADDRESS called optionally as a method.
16565      Branch: maint-5.6/macperl
16566            ! macos/lib/Mac/Glue.pm
16567 ____________________________________________________________________________
16568 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
16569         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
16570              Apple event.
16571      Branch: maint-5.6/macperl
16572            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
16573            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
16574            ! macos/macperl/MPTerminology.aete
16575 ____________________________________________________________________________
16576 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
16577         Log: Clean up some build utilities. Change Entab to Duplicate;
16578              fix docs and error reporting; improve macify() of paths;
16579              remove requirement for Exporter.pm presence.
16580      Branch: maint-5.6/macperl
16581            ! macos/InstallBLIB macos/MacPerlTests.cmd
16582            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
16583 ____________________________________________________________________________
16584 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
16585         Log: Sync Time::HiRes with bleadperl
16586      Branch: maint-5.6/macperl
16587            ! macos/bundled_ext/Time/HiRes/HiRes.pm
16588            ! macos/bundled_ext/Time/HiRes/HiRes.t
16589            ! macos/bundled_ext/Time/HiRes/HiRes.xs
16590 ____________________________________________________________________________
16591 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
16592         Log: Fix up Changes
16593      Branch: maint-5.6/macperl
16594            ! macos/Changes
16595 ____________________________________________________________________________
16596 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
16597         Log: A user might belong to only a single group
16598              (the group equal to the group id).
16599      Branch: perl
16600            ! t/op/groups.t
16601 ____________________________________________________________________________
16602 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
16603         Log: Prepending (instead of replacing with) the pwd is safer. 
16604      Branch: perl
16605            ! t/TEST
16606 ____________________________________________________________________________
16607 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
16608         Log: Be more robust if no hostname or domainname
16609              (especially the latter)
16610      Branch: perl
16611            ! lib/Net/Domain.pm
16612 ____________________________________________________________________________
16613 [ 12569] By: sky                                   on 2001/10/22  17:41:07
16614         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
16615      Branch: perl
16616            ! ext/threads/threads.xs
16617 ____________________________________________________________________________
16618 [ 12568] By: nick                                  on 2001/10/22  16:31:24
16619         Log: Integrate mainline
16620      Branch: perlio
16621           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
16622           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16623           +> ext/threads/shared/t/sv_refs.t
16624           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
16625            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16626            - lib/unicore/To/SpecUpper.pl
16627           !> (integrate 42 files)
16628 ____________________________________________________________________________
16629 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
16630         Log: Update Changes.
16631      Branch: perl
16632            ! Changes patchlevel.h
16633 ____________________________________________________________________________
16634 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
16635         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
16636              From: Michael G Schwern <schwern@pobox.com>
16637              Date: Mon, 22 Oct 2001 03:48:38 -0400
16638              Message-ID: <20011022034838.B1676@blackrider>
16639      Branch: perl
16640            ! pod/perlvar.pod
16641 ____________________________________________________________________________
16642 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
16643         Log: Pod nits, as suggested by Stas Bekman.
16644      Branch: perl
16645            ! ext/threads/shared/shared.pm ext/threads/threads.pm
16646 ____________________________________________________________________________
16647 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
16648         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
16649              From: "Paul Marquess" <paul.marquess@openwave.com> 
16650              Date: Sun, 21 Oct 2001 21:11:15 +0100
16651              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
16652      Branch: perl
16653            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
16654            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
16655            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
16656            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
16657            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
16658            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
16659            ! ext/SDBM_File/sdbm.t
16660 ____________________________________________________________________________
16661 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
16662         Log: Integrate change #12559 from maintperl;
16663              various fixes for system() and backticks under windows
16664      Branch: perl
16665           !> win32/win32.c
16666 ____________________________________________________________________________
16667 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
16668         Log: Integrate change #12560 from maintperl;
16669              make pl2bat use %0 rather than "%0" (the latter fails to work
16670              in a lot of common cases)
16671      Branch: perl
16672           !> win32/bin/pl2bat.pl
16673 ____________________________________________________________________________
16674 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
16675         Log: Integrate changes #12549 and #12550 from maintperl;
16676              
16677              readline() doesn't work with our variables; it confuses them with
16678              my variables (change#4227 was incomplete)
16679      Branch: perl
16680            ! t/lib/strict/vars
16681           !> t/base/rs.t toke.c
16682 ____________________________________________________________________________
16683 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
16684         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
16685              in a lot of common cases)
16686      Branch: maint-5.6/perl
16687            ! win32/bin/pl2bat.pl
16688 ____________________________________________________________________________
16689 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
16690         Log: various fixes for system() and backticks under windows:
16691              
16692              * avoid munging whitespace that is passed within quotes
16693              * work around a cmd.exe misfeature that made multi-arg
16694              system() unreliable when there is more than one quoted
16695              argument
16696              * make multi-arg system() autoquote arguments as needed
16697              before passing them to the shell (this avoids having to
16698              second guess the shell quoting)
16699              * perl's -Dp switch can be used to trace the innards
16700      Branch: maint-5.6/perl
16701            ! win32/win32.c
16702 ____________________________________________________________________________
16703 [ 12558] By: nick                                  on 2001/10/22  08:58:42
16704         Log: Integrate ithreads buffer flush fix from perlio
16705      Branch: perl
16706           !> ext/threads/t/basic.t perl.c
16707 ____________________________________________________________________________
16708 [ 12557] By: nick                                  on 2001/10/22  08:35:09
16709         Log: All tests pass (legitimately) on ithreads
16710      Branch: perlio
16711            ! ext/threads/t/basic.t perl.c
16712 ____________________________________________________________________________
16713 [ 12556] By: nick                                  on 2001/10/22  06:51:22
16714         Log: Integrate non-ithreads fix to mainline
16715      Branch: perl
16716           !> perlio.c
16717 ____________________________________________________________________________
16718 [ 12555] By: nick                                  on 2001/10/22  06:48:33
16719         Log: Restore non-ithreads build. Interestingly binmode test passes
16720              non-ithreads - so crlf layer is not damaged and ithreads fail
16721              is a symptom ...
16722      Branch: perlio
16723            ! perlio.c
16724 ____________________________________________________________________________
16725 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
16726         Log: Integrate from perlio; restructuring.
16727      Branch: perl
16728           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
16729           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
16730           !> win32/perlhost.h
16731 ____________________________________________________________________________
16732 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
16733         Log: Integrate from maintperl
16734              (Changes 12350, 12496, 12548, 12549, 12550)
16735      Branch: maint-5.6/macperl
16736           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
16737           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
16738 ____________________________________________________________________________
16739 [ 12552] By: nick                                  on 2001/10/21  19:18:12
16740         Log: Win32 PerlIO_cleanup special cases should no longer be required.
16741      Branch: perlio
16742            ! perl.c
16743 ____________________________________________________________________________
16744 [ 12551] By: nick                                  on 2001/10/21  19:16:56
16745         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
16746      Branch: perlio
16747            ! win32/makefile.mk
16748 ____________________________________________________________________________
16749 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
16750         Log: change#12549 wasn't aware of strictures
16751      Branch: maint-5.6/perl
16752            ! t/pragma/strict-vars toke.c
16753 ____________________________________________________________________________
16754 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
16755         Log: readline() doesn't work with our variables; it confuses them with
16756              my variables (change#4227 was incomplete)
16757      Branch: maint-5.6/perl
16758            ! t/base/rs.t toke.c
16759 ____________________________________________________________________________
16760 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
16761         Log: change#12220 appears to have pulled in a mainline change that
16762              isn't applicable to maint-5.6 (some platforms don't taint
16763              cwd)
16764      Branch: maint-5.6/perl
16765            ! t/lib/filefind-taint.t
16766 ____________________________________________________________________________
16767 [ 12547] By: nick                                  on 2001/10/21  17:15:54
16768         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
16769              for them. Call explicit cleanup during destruct process.
16770              - one binmode test is failing
16771              - also ext/threads/t/basic.t fails under make test, and is noisy under
16772              harness. (Threads results are intermingled and don't match order expected.)
16773      Branch: perlio
16774            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
16775            ! perlio.h perliol.h pod/perlapi.pod sv.c
16776 ____________________________________________________________________________
16777 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
16778         Log: Implement multicharacter case mappings where a single
16779              Unicode character can be mapped into several.
16780      Branch: perl
16781            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16782            - lib/unicore/To/SpecUpper.pl
16783            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
16784            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
16785            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
16786            ! proto.h t/op/lc.t utf8.c
16787 ____________________________________________________________________________
16788 [ 12545] By: sky                                   on 2001/10/21  15:25:16
16789         Log: First support of threads::shared, support shared svs and references.
16790      Branch: perl
16791            + ext/threads/shared/Makefile.PL ext/threads/shared/README
16792            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16793            + ext/threads/shared/t/sv_refs.t
16794            + ext/threads/shared/t/sv_simple.t
16795            ! MANIFEST sharedsv.c
16796 ____________________________________________________________________________
16797 [ 12544] By: nick                                  on 2001/10/21  14:52:35
16798         Log: PerlIO layer table as PL_perlio (per-interpreter)
16799      Branch: perlio
16800            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
16801            ! pod/perlapi.pod sv.c
16802 ____________________________________________________________________________
16803 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
16804         Log: Prettyprinting.
16805      Branch: perl
16806            ! pod/perlunicode.pod
16807 ____________________________________________________________________________
16808 [ 12542] By: ams                                   on 2001/10/21  03:50:25
16809         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
16810              From: "Sean M. Burke" <sburke@cpan.org>
16811              Date: Sat, 20 Oct 2001 17:51:09 -0600
16812              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
16813      Branch: perl
16814            + pod/perlpodspec.pod
16815            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
16816            ! pod/perltoc.pod
16817 ____________________________________________________________________________
16818 [ 12541] By: nick                                  on 2001/10/20  22:23:53
16819         Log: Fix typos in new locking on MemShared
16820              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
16821              - seems to make segfaults more deterministic - suspect they are 
16822              attempt to free() after Interp and Host have gone.
16823      Branch: perlio
16824            ! perlio.c win32/perlhost.h
16825 ____________________________________________________________________________
16826 [ 12540] By: nick                                  on 2001/10/20  21:50:46
16827         Log: Remove the MemShared re-#define (again)
16828      Branch: perlio
16829            ! perlio.c
16830 ____________________________________________________________________________
16831 [ 12539] By: nick                                  on 2001/10/20  21:49:06
16832         Log: Use locks on MemShared
16833      Branch: perlio
16834            ! win32/perlhost.h
16835 ____________________________________________________________________________
16836 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
16837         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
16838              From: "chromatic" <chromatic@rmci.net>
16839              Date: Sat, 20 Oct 2001 11:13:47 -0600
16840              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
16841      Branch: perl
16842            ! installhtml
16843 ____________________________________________________________________________
16844 [ 12537] By: nick                                  on 2001/10/20  16:44:03
16845         Log: Integrate mainline
16846      Branch: perlio
16847           !> (integrate 48 files)
16848 ____________________________________________________________________________
16849 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
16850         Log: Update Changes.
16851      Branch: perl
16852            ! Changes patchlevel.h
16853 ____________________________________________________________________________
16854 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
16855         Log: Upgrade to podlators 1.11, from Russ Allbery.
16856      Branch: perl
16857            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
16858            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
16859            ! pod/pod2man.PL pod/pod2text.PL
16860 ____________________________________________________________________________
16861 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
16862         Log: Integrate perlio change #12532:
16863              introduce and use PerlIO_intmod2str().
16864      Branch: perl
16865           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
16866 ____________________________________________________________________________
16867 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
16868         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
16869      Branch: perl
16870            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
16871 ____________________________________________________________________________
16872 [ 12532] By: nick                                  on 2001/10/20  14:25:37
16873         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
16874              Use for non-PERLIO fdupopen().
16875      Branch: perlio
16876            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
16877 ____________________________________________________________________________
16878 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
16879         Log: Integrate perlio: PerlIO win32 fixes.
16880      Branch: perl
16881           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
16882           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
16883           !> proto.h sv.h win32/win32io.c
16884 ____________________________________________________________________________
16885 [ 12530] By: nick                                  on 2001/10/20  12:53:30
16886         Log: Fixed in two places - p4 resolve
16887      Branch: perlio
16888            ! perlsdio.h
16889 ____________________________________________________________________________
16890 [ 12529] By: nick                                  on 2001/10/20  12:51:05
16891         Log: Fix for ithreads/stdio build
16892      Branch: perlio
16893            ! perlio.c perlsdio.h
16894 ____________________________________________________________________________
16895 [ 12528] By: ams                                   on 2001/10/20  12:13:25
16896         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
16897              From: Michael G Schwern <schwern@pobox.com>
16898              Date: Sat, 20 Oct 2001 01:41:21 -0400
16899              Message-Id: <20011020014121.I3681@blackrider>
16900      Branch: perl
16901            ! installman
16902 ____________________________________________________________________________
16903 [ 12527] By: ams                                   on 2001/10/20  12:09:41
16904         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
16905              From: Michael G Schwern <schwern@pobox.com>
16906              Date: Sat, 20 Oct 2001 02:04:21 -0400
16907              Message-Id: <20011020020421.A11732@blackrider>
16908      Branch: perl
16909            ! lib/Pod/Checker.pm
16910 ____________________________________________________________________________
16911 [ 12526] By: ams                                   on 2001/10/20  11:59:41
16912         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
16913              From: "chromatic" <chromatic@rmci.net>
16914              Date: Fri, 19 Oct 2001 22:46:39 -0600
16915              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
16916      Branch: perl
16917            ! lib/Net/Config.pm
16918 ____________________________________________________________________________
16919 [ 12525] By: nick                                  on 2001/10/20  11:16:18
16920         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
16921              Perl_sv_setsv_flags directly.
16922      Branch: perlio
16923            ! ext/threads/threads.xs
16924 ____________________________________________________________________________
16925 [ 12524] By: nick                                  on 2001/10/20  10:28:17
16926         Log: Add a new flag character 'm' to embed.pl set to represent
16927              "functions" which are really macros. Use it foe the troublesome
16928              sv_setsv() etc. macros in sv.h - changing latter to define
16929              sv_setsv rather than sv_setsv_macro etc.
16930      Branch: perlio
16931            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
16932            ! pod/perlapi.pod proto.h sv.h
16933 ____________________________________________________________________________
16934 [ 12523] By: nick                                  on 2001/10/20  09:17:17
16935         Log: Add comments explaining why win32.h/embed.h are included where they are
16936              in perl.h 
16937      Branch: perlio
16938            ! perl.h
16939 ____________________________________________________________________________
16940 [ 12522] By: nick                                  on 2001/10/20  08:27:44
16941         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
16942              being used yet.
16943      Branch: perlio
16944            ! win32/win32io.c
16945 ____________________________________________________________________________
16946 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
16947         Log: Wording tweaks.
16948      Branch: perl
16949            ! t/TEST
16950 ____________________________________________________________________________
16951 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
16952         Log: Subject: IO module with nonblocking socket connect patch 
16953              From: Raul Dias <raul@dias.com.br>
16954              Date: Fri, 19 Oct 2001 22:45:32 -0300
16955              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
16956      Branch: perl
16957            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
16958 ____________________________________________________________________________
16959 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
16960         Log: Test vertical whitespace combined with /x in \p{}.
16961      Branch: perl
16962            ! t/op/pat.t
16963 ____________________________________________________________________________
16964 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
16965         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
16966              From: Gisle Aas <gisle@ActiveState.com> 
16967              Date: 19 Oct 2001 16:46:02 -0700
16968              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
16969      Branch: perl
16970            ! lib/ExtUtils/MakeMaker.pm
16971 ____________________________________________________________________________
16972 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
16973         Log: No more this symbol.
16974      Branch: perl
16975            ! makedef.pl
16976 ____________________________________________________________________________
16977 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
16978         Log: Integrate change #12511; fix gross win32 build issues.
16979      Branch: perl
16980           !> makedef.pl sv.c
16981 ____________________________________________________________________________
16982 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
16983         Log: Unpack in scalar context should return the first value
16984              returned in list context, as pointed out by Ton Hospel
16985              in 2001-05-21 (this is how it works already in blead,
16986              just adding the test).
16987      Branch: perl
16988            ! t/op/pack.t
16989 ____________________________________________________________________________
16990 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
16991         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
16992              From: "Craig A. Berry" <craigberry@mac.com>
16993              Date: Fri, 19 Oct 2001 16:59:30 -0500
16994              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
16995      Branch: perl
16996            ! utils/perldoc.PL
16997 ____________________________________________________________________________
16998 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
16999         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
17000              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17001              Date: Fri, 19 Oct 2001 17:45:23 EDT
17002              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
17003      Branch: perl
17004            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
17005            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
17006            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
17007            ! vms/vmsish.h
17008 ____________________________________________________________________________
17009 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
17010         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
17011              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17012              Date: Fri, 19 Oct 2001 17:26:35 EDT
17013              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
17014      Branch: perl
17015            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
17016 ____________________________________________________________________________
17017 [ 12511] By: nick                                  on 2001/10/19  19:55:36
17018         Log: Fix gross win32 build issues
17019      Branch: perlio
17020            ! makedef.pl sv.c
17021 ____________________________________________________________________________
17022 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
17023         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
17024              From: David Dyck <dcd@tc.fluke.com>
17025              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
17026              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
17027      Branch: perl
17028            ! lib/File/Find.pm
17029 ____________________________________________________________________________
17030 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
17031         Log: Subject: Re: PerlIO and Encode
17032              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17033              Date: Tue, 16 Oct 2001 01:50:16 +0900
17034              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
17035      Branch: perl
17036            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
17037            ! ext/Encode/Encode/Tcl.t
17038 ____________________________________________________________________________
17039 [ 12508] By: ams                                   on 2001/10/19  17:59:16
17040         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
17041              (See #12499)
17042      Branch: perl
17043            ! pod/perlintro.pod
17044 ____________________________________________________________________________
17045 [ 12507] By: nick                                  on 2001/10/19  16:30:43
17046         Log: Integrate mainline
17047      Branch: perlio
17048           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
17049           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
17050           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
17051           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
17052           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
17053           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
17054           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17055           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
17056           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
17057           +> win32/config_H.win64
17058            - lib/Test/Utils.pm lib/unicore/mktables.PL
17059            - t/lib/Test/Simple/Catch/More.pm
17060           !> (integrate 84 files)
17061 ____________________________________________________________________________
17062 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
17063         Log: Retract the #10451 which seems to be the cause
17064              of the major leakage from while(){eval"sub{}"}
17065      Branch: perl
17066            ! op.c t/run/kill_perl.t
17067 ____________________________________________________________________________
17068 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
17069         Log: Regen toc.
17070      Branch: perl
17071            ! pod/perltoc.pod
17072 ____________________________________________________________________________
17073 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
17074         Log: Tiny tweaks.
17075      Branch: perl
17076            ! pod/perl.pod
17077 ____________________________________________________________________________
17078 [ 12503] By: ams                                   on 2001/10/19  13:34:24
17079         Log: Subject: Re: perlintro.pod
17080              From: Abe Timmerman <abe@ztreet.demon.nl>
17081              Date: Fri, 19 Oct 2001 14:12:40 +0200
17082              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
17083      Branch: perl
17084            ! pod/perlintro.pod
17085 ____________________________________________________________________________
17086 [ 12502] By: ams                                   on 2001/10/19  13:24:12
17087         Log: Slight reorganisation of references.
17088      Branch: perl
17089            ! pod/perl.pod
17090 ____________________________________________________________________________
17091 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
17092         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
17093              From: Kay Röpke <kroepke@dolphin-services.de>
17094              Date: Fri, 19 Oct 2001 14:04:01 +0200 
17095              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
17096      Branch: perl
17097            ! lib/ExtUtils/MakeMaker.pm
17098 ____________________________________________________________________________
17099 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
17100         Log: Unicode categories continue:
17101              implement Category=, Script=, Block=
17102              (these are based on an upcoming update of TR#18)
17103              Fix a bug where we got two In categories named "old italic",
17104              and another where shortcut for the Is categories wasn't taken.
17105      Branch: perl
17106            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
17107            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
17108            ! pod/perlunicode.pod t/op/pat.t
17109 ____________________________________________________________________________
17110 [ 12499] By: ams                                   on 2001/10/19  01:42:29
17111         Log: Subject: a small patch to perlintro.pod.
17112              From: Autrijus Tang <autrijus@autrijus.org>
17113              Date: Fri, 19 Oct 2001 01:45:51 +0800
17114              Message-Id: <20011019014551.A35625@not.autrijus.org>
17115              (Applied by hand with nits.)
17116      Branch: perl
17117            ! pod/perlintro.pod
17118 ____________________________________________________________________________
17119 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
17120         Log: Subject: [PATCH] OpenBSD hints for ithreads
17121              From: Andy Dougherty <doughera@lafayette.edu>
17122              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
17123              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
17124      Branch: perl
17125            ! hints/openbsd.sh
17126 ____________________________________________________________________________
17127 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
17128         Log: Retract #12446; the problem solved by #12474.
17129      Branch: perl
17130            ! hints/aix.sh
17131 ____________________________________________________________________________
17132 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
17133         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
17134              message and suppress line number info (from Steve Hay
17135              <Steve.Hay@uk.radan.com>)
17136      Branch: maint-5.6/perl
17137            ! lib/Carp/Heavy.pm
17138 ____________________________________________________________________________
17139 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
17140         Log: More documented In categories.
17141      Branch: perl
17142            ! pod/perlunicode.pod
17143 ____________________________________________________________________________
17144 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
17145         Log: Update Changes.
17146      Branch: perl
17147            ! Changes patchlevel.h
17148 ____________________________________________________________________________
17149 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
17150         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
17151      Branch: perl
17152            ! MANIFEST
17153 ____________________________________________________________________________
17154 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
17155         Log: Wrong skip() arguments.
17156      Branch: perl
17157            ! ext/B/t/terse.t
17158 ____________________________________________________________________________
17159 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
17160         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
17161              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17162              Date: Wed, 17 Oct 2001 09:10:53 EDT 
17163              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
17164      Branch: perl
17165            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
17166            ! pod/perlapi.pod vms/vms.c
17167 ____________________________________________________________________________
17168 [ 12490] By: ams                                   on 2001/10/18  09:31:00
17169         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
17170              From: Mark-Jason Dominus <mjd@plover.com>
17171              Date: Thu, 18 Oct 2001 06:25:35 -0400
17172              Message-Id: <20011018102535.19264.qmail@plover.com>
17173      Branch: perl
17174            ! pod/perl.pod
17175 ____________________________________________________________________________
17176 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
17177         Log: Prettyprinting.
17178      Branch: perl
17179            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
17180 ____________________________________________________________________________
17181 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
17182         Log: Regen toc.
17183      Branch: perl
17184            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17185 ____________________________________________________________________________
17186 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
17187         Log: Add perlintro, from Skud.
17188      Branch: perl
17189            + pod/perlintro.pod
17190            ! MANIFEST
17191 ____________________________________________________________________________
17192 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
17193         Log: FAQ sync.
17194      Branch: perl
17195            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
17196            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
17197            ! pod/perlfaq8.pod pod/perlfaq9.pod
17198 ____________________________________________________________________________
17199 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
17200         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
17201              in speed (upto 20% speedup in certain operations) but meanwhile
17202              regexps and arithmetics got slower (5-10%) (according to
17203              perlbench average speedup is negligible, and within measuring
17204              flutter, 1%).  Therefore retracting all the changes
17205              aimed at getting -std1 to compile cleanly:  #12475, #12476,
17206              #12479, #12480, #12481, #12482, #12483, #12484.
17207      Branch: perl
17208            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
17209            ! pp_hot.c pp_sys.c toke.c
17210 ____________________________________________________________________________
17211 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
17212         Log: (retracted by #12485)
17213              Strict ANSI doesn't like the third argument of main()
17214              so enable ignoring it if using ultra picky compiler.
17215      Branch: perl
17216            ! miniperlmain.c
17217 ____________________________________________________________________________
17218 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
17219         Log: (retracted by #12485)
17220              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
17221      Branch: perl
17222            ! perl.h
17223 ____________________________________________________________________________
17224 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
17225         Log: (retracted by #12485)
17226              Add explanatory comment.
17227      Branch: perl
17228            ! mg.c
17229 ____________________________________________________________________________
17230 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
17231         Log: (retracted by #12485)
17232              More dollar$hiding.
17233      Branch: perl
17234            ! doio.c perl.h pp_sys.c
17235 ____________________________________________________________________________
17236 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
17237         Log: (retracted by #12485)
17238              KISS.
17239      Branch: perl
17240            ! mg.c
17241 ____________________________________________________________________________
17242 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
17243         Log: (retracted by #12485)
17244              Thou shalt not #ifdef inside macro invocations,
17245              noticed by Rafael Garcia-Suarez.
17246      Branch: perl
17247            ! mg.c
17248 ____________________________________________________________________________
17249 [ 12478] By: ams                                   on 2001/10/17  18:50:55
17250         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
17251              From: Anton Berezin <tobez@tobez.org>
17252              Date: Wed, 17 Oct 2001 18:25:48 +0200
17253              Message-Id: <20011017182548.A12082@heechee.tobez.org>
17254      Branch: perl
17255            ! pp_sys.c
17256 ____________________________________________________________________________
17257 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
17258         Log: (retracted by #12485)
17259              Unterminated #ifdef.
17260      Branch: perl
17261            ! mg.c
17262 ____________________________________________________________________________
17263 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
17264         Log: (retracted by #12485)
17265              Avoid dollar signs in identifiers (in non-VMS) to
17266              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
17267      Branch: perl
17268            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
17269            ! toke.c
17270 ____________________________________________________________________________
17271 [ 12474] By: ams                                   on 2001/10/17  15:14:50
17272         Log: Subject: Two AIX patches
17273              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17274              Date: Wed, 17 Oct 2001 18:04:35 +0200
17275              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
17276      Branch: perl
17277            ! hints/aix.sh makedef.pl
17278 ____________________________________________________________________________
17279 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
17280         Log: Limiting the Time::HiRes::sleep and usleep to
17281              one second is not a good policy if drop-in
17282              replacement is still a goal.
17283      Branch: perl
17284            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17285            ! ext/Time/HiRes/HiRes.xs
17286 ____________________________________________________________________________
17287 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
17288         Log: Subject: [PATCH] Test::Simple 0.32
17289              From: Michael G Schwern <schwern@pobox.com> 
17290              Date: Wed, 17 Oct 2001 03:42:41 -0400
17291              Message-ID: <20011017034241.A25038@blackrider>
17292      Branch: perl
17293            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
17294            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
17295            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
17296            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
17297            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
17298            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
17299            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17300            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17301            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
17302            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17303            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17304            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17305            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17306            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
17307            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17308            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17309            ! t/lib/Test/Simple/Catch.pm
17310            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17311 ____________________________________________________________________________
17312 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
17313         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
17314              From: Michael G Schwern <schwern@pobox.com> 
17315              Date: Wed, 17 Oct 2001 04:04:13 -0400
17316              Message-ID: <20011017040413.C25550@blackrider>
17317      Branch: perl
17318            ! t/TEST t/harness vms/test.com
17319 ____________________________________________________________________________
17320 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
17321         Log: Regen doc with perlmodstyle added.
17322      Branch: perl
17323            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17324 ____________________________________________________________________________
17325 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
17326         Log: Pod cleanup.
17327      Branch: perl
17328            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
17329 ____________________________________________________________________________
17330 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
17331         Log: Subject: perlmodstyle as a patch
17332              From: Kirrily Robert <skud@infotrope.net>
17333              Date: Tue, 16 Oct 2001 22:47:23 -0400
17334              Message-ID: <20011016224723.A20673@infotrope.net>
17335      Branch: perl
17336            + pod/perlmodstyle.pod
17337            ! MANIFEST
17338 ____________________________________________________________________________
17339 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
17340         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17341              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17342              Date: Thu, 6 Sep 2001 11:09:40 +0100
17343              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17344              
17345              Mention also the develooper p5p archive.
17346      Branch: perl
17347            ! pod/perlhack.pod
17348 ____________________________________________________________________________
17349 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
17350         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
17351              From: Kay Röpke <kroepke@dolphin-services.de>
17352              Date: Tue, 16 Oct 2001 17:23:52 +0200
17353              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
17354      Branch: perl
17355            ! lib/ExtUtils/MakeMaker.pm
17356 ____________________________________________________________________________
17357 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
17358         Log: Add the special casing mappings (from SpecCase.txt)
17359              (except for the hyper special case mappings that have
17360              the condition list); the special casing mappings are
17361              unused for now.  Small tidying up on mktables.
17362      Branch: perl
17363            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17364            + lib/unicore/To/SpecUpper.pl
17365            ! lib/unicore/mktables
17366 ____________________________________________________________________________
17367 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
17368         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
17369              From: "David H. Adler" <dha@panix.com>       
17370              Date: Tue, 16 Oct 2001 11:59:35 -0400
17371              Message-ID: <20011016115935.A13078@panix.com>
17372              
17373              Subject: [ PATCH ] perldata patch, revised
17374              From: "David H. Adler" <dha@panix.com>     
17375              Date: Tue, 16 Oct 2001 18:26:49 -0400
17376              Message-ID: <20011016182649.C23970@panix.com>
17377      Branch: perl
17378            ! pod/perldata.pod pod/perlop.pod
17379 ____________________________________________________________________________
17380 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
17381         Log: Integrate perlio: PerlIO_dup (for all but Win32).
17382      Branch: perl
17383           !> embed.h embed.pl ext/Encode/Encode.xs
17384           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
17385           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
17386           !> win32/win32io.c
17387 ____________________________________________________________________________
17388 [ 12462] By: nick                                  on 2001/10/16  19:11:30
17389         Log: PerlIOXxxx_dups for all but Win32
17390      Branch: perlio
17391            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17392            ! ext/PerlIO/Via/Via.xs
17393 ____________________________________________________________________________
17394 [ 12461] By: nick                                  on 2001/10/16  18:28:48
17395         Log: Implement PerlIOStdio_dup (explains core dumps - dup
17396              was not setting up a FILE * to be fclosed()).
17397      Branch: perlio
17398            ! perlio.c
17399 ____________________________________________________________________________
17400 [ 12460] By: nick                                  on 2001/10/16  17:31:47
17401         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
17402              overflow.
17403      Branch: perlio
17404            ! perlio.c
17405 ____________________________________________________________________________
17406 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
17407         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
17408              From: "Craig A. Berry" <craigberry@mac.com>
17409              Date: Tue, 16 Oct 2001 13:08:38 -0500
17410              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
17411      Branch: perl
17412            ! configure.com
17413 ____________________________________________________________________________
17414 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
17415         Log: Can't expect too much accuracy from a sleep of one second.
17416              (I think this will also fail with high load.)
17417      Branch: perl
17418            ! ext/Time/HiRes/HiRes.t
17419 ____________________________________________________________________________
17420 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
17421         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
17422              From: "Werner, Randolf" <randolf.werner@sap.com>
17423              Date: Tue, 16 Oct 2001 18:33:02 +0200
17424              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
17425      Branch: perl
17426            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
17427            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
17428 ____________________________________________________________________________
17429 [ 12456] By: nick                                  on 2001/10/16  14:08:16
17430         Log: Builds under ithreads (but fails all threads tests)
17431      Branch: perlio
17432            ! hv.c perlio.c sv.c
17433 ____________________________________________________________________________
17434 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
17435         Log: I think the Perl_sortsv needs *not* be skipped?
17436      Branch: perl
17437            ! makedef.pl
17438 ____________________________________________________________________________
17439 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
17440         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
17441              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
17442              Date: Tue, 16 Oct 2001 15:32:44 +0200
17443              Message-ID: <3BCC531C.11494.3E433F@localhost>
17444      Branch: perl
17445            ! t/op/groups.t
17446 ____________________________________________________________________________
17447 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
17448         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
17449              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
17450              Date: Tue, 16 Oct 2001 15:01:04 +0200
17451              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
17452      Branch: perl
17453            ! t/io/fs.t
17454 ____________________________________________________________________________
17455 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
17456         Log: A forgotten deletion.
17457      Branch: perl
17458            - lib/unicore/mktables.PL
17459 ____________________________________________________________________________
17460 [ 12451] By: nick                                  on 2001/10/16  11:32:48
17461         Log: Skeleton of "PerlIO_dup" coded.
17462              Still-passes all tests non-threaded (well it would wouldn't it!)
17463      Branch: perlio
17464            ! embed.h embed.pl ext/Encode/Encode.xs
17465            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
17466            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
17467            ! win32/win32io.c
17468 ____________________________________________________________________________
17469 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
17470         Log: Document the problem with the swash_fetch() API that affects
17471              more complex case conversions.
17472      Branch: perl
17473            ! lib/utf8_heavy.pl utf8.c
17474 ____________________________________________________________________________
17475 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
17476         Log: Make Time::HiRes::sleep() and usleep() to return
17477              the number of seconds (a floating point value) and 
17478              microseconds (an integer) actually slept (well,
17479              modulo the time spent in measuring the time actually
17480              slept...), to be a better drop-in replacement for
17481              the builtin sleep().  Noticed by Chris Nandor.
17482              
17483              Also make usleep() to croak if fed illegal number
17484              of useconds (anything greater than 1_000_000).
17485      Branch: perl
17486            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17487            ! ext/Time/HiRes/HiRes.xs
17488 ____________________________________________________________________________
17489 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
17490         Log: A missing SvREFCNT_dec.
17491      Branch: perl
17492            ! perl.c
17493 ____________________________________________________________________________
17494 [ 12447] By: nick                                  on 2001/10/15  20:27:53
17495         Log: Beginings of PerlIO_dup support (unstable)
17496      Branch: perlio
17497            ! perlio.c perliol.h
17498 ____________________________________________________________________________
17499 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
17500         Log: (retracted by #12497)
17501              In AIX vac 5 just can't seem to get regcomp right.
17502      Branch: perl
17503            ! hints/aix.sh
17504 ____________________________________________________________________________
17505 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
17506         Log: Bump the version number to agree with the maintperl one.
17507      Branch: perl
17508            ! lib/Tie/RefHash.pm
17509 ____________________________________________________________________________
17510 [ 12444] By: nick                                  on 2001/10/15  15:59:57
17511         Log: Integrate mainline
17512      Branch: perlio
17513           +> lib/Math/BigInt/t/Math/Subclass.pm
17514           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
17515           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
17516           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
17517           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
17518           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
17519           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
17520           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
17521           +> lib/unicore/mktables
17522            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
17523            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
17524            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
17525            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
17526            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
17527            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
17528            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
17529            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
17530            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
17531            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
17532            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
17533            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
17534            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
17535            - lib/unicore/syllables.txt
17536           !> (integrate 344 files)
17537 ____________________________________________________________________________
17538 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
17539         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
17540      Branch: perl
17541            ! ext/DB_File/DB_File.xs
17542 ____________________________________________________________________________
17543 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
17544         Log: Sync the skip() amounts with the number of tests.
17545      Branch: perl
17546            ! lib/Term/Complete.t
17547 ____________________________________________________________________________
17548 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
17549         Log: Update Changes.
17550      Branch: perl
17551            ! Changes patchlevel.h
17552 ____________________________________________________________________________
17553 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
17554         Log: MacOS Classic catdir() rewrite from Thomas Wegner
17555              (backward incompatibility, but a deliberate one,
17556              the old version simply is broken in its logic),
17557              also documentation updates, and as suggested replicated
17558              the File::Spec::Unix documentation updates also on the
17559              File::Spec documentation.
17560              
17561              TODO: there seems to be duplication of documentation
17562              between File::Spec and File::Spec::Unix.  I think
17563              the ::Unix should be left only with specific UNIXisms,
17564              and all the generic documentation should be in ::Spec.
17565      Branch: perl
17566            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17567            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
17568            ! lib/File/Spec/Unix.pm
17569 ____________________________________________________________________________
17570 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
17571         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
17572              From: Blair Zajac <blair@orcaware.com>
17573              Date: Mon, 24 Sep 2001 11:48:58 -0700
17574              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
17575              
17576              (the skip() messages)
17577      Branch: perl
17578            ! t/op/magic.t
17579 ____________________________________________________________________________
17580 [ 12438] By: ams                                   on 2001/10/14  23:43:59
17581         Log: Subject: [PATCH] make PerlIO default on VMS
17582              From: "Craig A. Berry" <craigberry@mac.com>
17583              Date: Sun, 14 Oct 2001 15:27:18 -0500
17584              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
17585      Branch: perl
17586            ! configure.com
17587 ____________________________________________________________________________
17588 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
17589         Log: Retract #12436 (Abhijit already did this at #12426)
17590      Branch: perl
17591            ! lib/ExtUtils/MM_Unix.pm
17592 ____________________________________________________________________________
17593 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
17594         Log: (retracted by #12437)
17595              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
17596              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
17597              Date: Sat, 13 Oct 2001 20:33:55 +0200
17598              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
17599      Branch: perl
17600            ! lib/ExtUtils/MM_Unix.pm
17601 ____________________________________________________________________________
17602 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
17603         Log: Subject: h2xs grammar nit
17604              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17605              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
17606              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
17607      Branch: perl
17608            ! utils/h2xs.PL
17609 ____________________________________________________________________________
17610 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
17611         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
17612              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17613              Date: Sun, 14 Oct 2001 11:25:08 +0100
17614              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
17615      Branch: perl
17616            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
17617            ! warnings.pl
17618 ____________________________________________________________________________
17619 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
17620         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
17621              for File::Spec::Mac::catfile)
17622      Branch: perl
17623            ! lib/h2xs.t
17624 ____________________________________________________________________________
17625 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
17626         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
17627              From: Nicholas Clark <nick@ccl4.org>
17628              Date: Sat, 13 Oct 2001 00:07:31 +0100
17629              Message-ID: <20011013000731.D67535@plum.flirble.org>
17630      Branch: perl
17631            ! lib/h2xs.t utils/h2xs.PL
17632 ____________________________________________________________________________
17633 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
17634         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
17635              before DEFINE and INC), and repent by taking DEFINE and
17636              INC away from PASTHRU.
17637      Branch: perl
17638            ! lib/ExtUtils/MM_Unix.pm
17639 ____________________________________________________________________________
17640 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
17641         Log: More MANIFEST anomalies.
17642      Branch: perl
17643            ! MANIFEST
17644 ____________________________________________________________________________
17645 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
17646         Log: Not that many.
17647      Branch: perl
17648            ! MANIFEST
17649 ____________________________________________________________________________
17650 [ 12428] By: sky                                   on 2001/10/13  20:59:27
17651         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
17652              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17653              Date: Sat, 13 Oct 2001 23:15:55 +0200
17654              Message-ID: <20011013231555.A18071@rafael>
17655      Branch: perl
17656            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
17657            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17658 ____________________________________________________________________________
17659 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
17660         Log: Rewrite mktables from scratch.
17661              - Cleaner.
17662              - Faster: 15-20 seconds as opposed to several minutes.
17663              - More dynamic: the names of the various categories
17664              such as the linebreak ones are dynamic, not static.
17665              - Is.pl: long names for the general category properties
17666              are now available.
17667              - Ranges (<... ,First>, <..., Last>) from the general
17668              categories work now.
17669              - No more mktables.PL because the mktables.PL is not
17670              and never has been run to create a mktables.
17671              - syllables.txt and Is/Syl*.pl removed: non-standard
17672              (not part of the Unicode), and the whole concept is
17673              being reworked (http://syllabary.sourceforge.net/),
17674              the old way wouldn't even work with the new Syllables.txt
17675              (it would result in 1000+ new categories)
17676      Branch: perl
17677            + lib/unicore/In/163.pl lib/unicore/In/164.pl
17678            + lib/unicore/In/165.pl lib/unicore/In/166.pl
17679            + lib/unicore/In/167.pl lib/unicore/In/168.pl
17680            + lib/unicore/In/169.pl lib/unicore/In/170.pl
17681            + lib/unicore/In/171.pl lib/unicore/Is.pl
17682            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
17683            + lib/unicore/mktables
17684            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
17685            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
17686            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
17687            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
17688            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
17689            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
17690            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
17691            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
17692            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
17693            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
17694            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
17695            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
17696            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
17697            - lib/unicore/syllables.txt
17698            ! (edit 304 files)
17699 ____________________________________________________________________________
17700 [ 12426] By: ams                                   on 2001/10/13  18:05:36
17701         Log: ExtUtils::MM_Unix should ignore comments when searching for
17702              $VERSION.
17703      Branch: perl
17704            ! lib/ExtUtils/MM_Unix.pm
17705 ____________________________________________________________________________
17706 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
17707         Log: Subject: Re: New module XML::Clean
17708              From: andreas.koenig@anima.de (Andreas J. Koenig)
17709              Date: 13 Oct 2001 10:17:09 +0200
17710              Message-ID: <m37ku0t0my.fsf@anima.de>
17711      Branch: perl
17712            ! pod/perlnewmod.pod
17713 ____________________________________________________________________________
17714 [ 12424] By: sky                                   on 2001/10/13  09:39:59
17715         Log: Set thread stack size if needed.
17716      Branch: perl
17717            ! ext/threads/threads.xs
17718 ____________________________________________________________________________
17719 [ 12423] By: sky                                   on 2001/10/13  09:36:49
17720         Log: We do want to set the attribute to joinable even on modern posix
17721              platforms.
17722      Branch: perl
17723            ! ext/threads/threads.xs
17724 ____________________________________________________________________________
17725 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
17726         Log: Subject: [PATCH ext/Data/Dumper.xs]
17727              From: Brian Ingerson <ingy@ttul.org>
17728              Date: Fri, 12 Oct 2001 19:32:35 -0700
17729              Message-ID: <20011012193235.B889@ttul.org>
17730      Branch: perl
17731            ! ext/Data/Dumper/Dumper.xs
17732 ____________________________________________________________________________
17733 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
17734         Log: Update Changes.
17735      Branch: perl
17736            ! Changes patchlevel.h
17737 ____________________________________________________________________________
17738 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
17739         Log: FAQ sync.
17740      Branch: perl
17741            ! pod/perlfaq3.pod pod/perlfaq4.pod
17742 ____________________________________________________________________________
17743 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
17744         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
17745              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
17746              Date: Fri, 12 Oct 2001 11:51:05 -0700
17747              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
17748      Branch: perl
17749            ! lib/File/Copy.pm
17750 ____________________________________________________________________________
17751 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
17752         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
17753              From: "chromatic" <chromatic@rmci.net>     
17754              Date: Thu, 11 Oct 2001 10:57:55 -0600
17755              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
17756              
17757              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
17758              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17759              Date: Thu, 11 Oct 2001 22:34:21 +0200
17760              Message-ID: <20011011223421.A693@rafael>     
17761              
17762              plus undef $Term::Complete::stty as suggested by Rafael.
17763      Branch: perl
17764            ! lib/Term/Complete.pm lib/Term/Complete.t
17765 ____________________________________________________________________________
17766 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
17767         Log: UUnndduupplleexx..
17768      Branch: perl
17769            ! perl.h
17770 ____________________________________________________________________________
17771 [ 12416] By: sky                                   on 2001/10/12  20:16:19
17772         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
17773              From: Andy Dougherty <doughera@lafayette.edu>
17774              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
17775              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
17776              (Potentially only band-aid)
17777      Branch: perl
17778            ! sv.c
17779 ____________________________________________________________________________
17780 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
17781         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
17782              mishandles kill(), and therefore the sigaction test
17783              should be skipped, from Charles Lane.
17784      Branch: perl
17785            ! ext/POSIX/t/sigaction.t
17786 ____________________________________________________________________________
17787 [ 12414] By: sky                                   on 2001/10/12  18:47:49
17788         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
17789      Branch: perl
17790            ! op.h
17791 ____________________________________________________________________________
17792 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
17793         Log: Upgrade to Math::BigInt 1.44 from Tels and
17794              further fixes from John Peacock.
17795      Branch: perl
17796            + lib/Math/BigInt/t/Math/Subclass.pm
17797            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
17798            + lib/Math/BigInt/t/subclass.t
17799            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17800            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17801            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17802            ! lib/Math/BigInt/t/mbimbf.t
17803 ____________________________________________________________________________
17804 [ 12412] By: sky                                   on 2001/10/12  18:28:23
17805         Log: perhaps pthread_attr_t really needs to be set for the old api
17806      Branch: perl
17807            ! ext/threads/threads.xs
17808 ____________________________________________________________________________
17809 [ 12411] By: sky                                   on 2001/10/12  18:11:45
17810         Log: pthread_keycreate not pthread_key_create under the here be dragons API
17811      Branch: perl
17812            ! ext/threads/threads.h
17813 ____________________________________________________________________________
17814 [ 12410] By: sky                                   on 2001/10/12  18:07:37
17815         Log: Apperently OLD PTHREADS API is a bit retarded.
17816              This should fix another set of compile failures in HP-UX 10.20.
17817      Branch: perl
17818            ! ext/threads/threads.h ext/threads/threads.xs
17819 ____________________________________________________________________________
17820 [ 12409] By: nick                                  on 2001/10/12  15:30:01
17821         Log: Blind integrate of mainline
17822      Branch: perlio
17823           +> (branch 32 files)
17824            - lib/unicode/README
17825           !> (integrate 121 files)
17826 ____________________________________________________________________________
17827 [ 12408] By: sky                                   on 2001/10/12  14:55:08
17828         Log: Let us avoid being smart for now.
17829      Branch: perl
17830            ! ext/threads/threads.h
17831 ____________________________________________________________________________
17832 [ 12407] By: sky                                   on 2001/10/12  14:38:12
17833         Log: (void*) the argument to make sure we work with picky compilers
17834      Branch: perl
17835            ! ext/threads/threads.xs
17836 ____________________________________________________________________________
17837 [ 12406] By: ams                                   on 2001/10/12  13:26:04
17838         Log: (replaced with #12600)
17839              
17840              Subject: [PATCH 5.6.1 perldoc] use File::Temp
17841              From: Mikhail Zabaluev <mhz@alt-linux.org>
17842              Date: Fri, 12 Oct 2001 12:47:47 +0400
17843              Message-Id: <20011012124747.E13918@localhost.localdomain>
17844      Branch: perl
17845            ! utils/perldoc.PL
17846 ____________________________________________________________________________
17847 [ 12405] By: ams                                   on 2001/10/12  13:05:32
17848         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
17849              From: andreas.koenig@anima.de (Andreas J. Koenig)
17850              Date: 12 Oct 2001 11:12:07 +0200
17851              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
17852      Branch: perl
17853            ! lib/Memoize/t/speed.t
17854 ____________________________________________________________________________
17855 [ 12404] By: sky                                   on 2001/10/12  12:46:15
17856         Log: A) Support OLD_PTHREADS_API
17857              B) Change from using pthread_t to using a TLS to store the
17858              index of the thread in an hash, this is to avoid problems when
17859              in fact pthread_t was not a seralizable type.
17860              Both these changes are because of HP-UX 10.20
17861              This has not been tested on win32 but should work there.
17862              Need to add support for NetWare.
17863      Branch: perl
17864            ! ext/threads/threads.h ext/threads/threads.xs
17865 ____________________________________________________________________________
17866 [ 12403] By: ams                                   on 2001/10/12  07:34:19
17867         Log: Subject: Re: New module XML::Clean
17868              From: andreas.koenig@anima.de (Andreas J. Koenig)
17869              Date: 12 Oct 2001 10:20:35 +0200
17870              Message-Id: <m3elo9uv58.fsf@anima.de>
17871      Branch: perl
17872            ! pod/perlnewmod.pod
17873 ____________________________________________________________________________
17874 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
17875         Log: More HP model tweaks from Merijn.
17876      Branch: perl
17877            ! README.hpux
17878 ____________________________________________________________________________
17879 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
17880         Log: Update Changes.
17881      Branch: perl
17882            ! Changes patchlevel.h
17883 ____________________________________________________________________________
17884 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
17885         Log: HP-UX update from H.Merijn Brand.
17886      Branch: perl
17887            ! README.hpux
17888 ____________________________________________________________________________
17889 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
17890         Log: Subject: [PATCH] fix link rot in README.vms
17891              From: "Craig A. Berry" <craigberry@mac.com>
17892              Date: Wed, 10 Oct 2001 17:17:00 -0500
17893              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
17894      Branch: perl
17895            ! README.vms
17896 ____________________________________________________________________________
17897 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
17898         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
17899              From: "chromatic" <chromatic@rmci.net>
17900              Date: Wed, 10 Oct 2001 15:50:30 -0600
17901              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
17902      Branch: perl
17903            ! lib/Term/Complete.t
17904 ____________________________________________________________________________
17905 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
17906         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
17907              From: "chromatic" <chromatic@rmci.net>
17908              Date: Wed, 10 Oct 2001 15:45:42 -0600
17909              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
17910      Branch: perl
17911            + lib/ExtUtils/Packlist.t
17912            ! MANIFEST
17913 ____________________________________________________________________________
17914 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
17915         Log: VMS needs quotes around the -I option to keep it from
17916              being downcased, from Charles Lane.
17917      Branch: perl
17918            ! t/run/kill_perl.t
17919 ____________________________________________________________________________
17920 [ 12395] By: ams                                   on 2001/10/10  16:22:32
17921         Log: Subject: [PATCH lib/FindBin.pm]
17922              From: Stas Bekman <stas@stason.org>
17923              Date: Tue, 09 Oct 2001 23:57:10 +0800
17924              Message-Id: <3BC31E56.60805@stason.org>
17925      Branch: perl
17926            ! lib/FindBin.pm
17927 ____________________________________________________________________________
17928 [ 12394] By: ams                                   on 2001/10/10  16:09:53
17929         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
17930              From: Abhijit Menon-Sen <ams@wiw.org>
17931              Date: Wed, 10 Oct 2001 21:59:33 +0530
17932              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
17933      Branch: perl
17934            ! ext/Data/Dumper/Dumper.xs
17935 ____________________________________________________________________________
17936 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
17937         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
17938              from Charles Lane.
17939      Branch: perl
17940            ! lib/File/Spec/VMS.pm
17941 ____________________________________________________________________________
17942 [ 12392] By: ams                                   on 2001/10/10  14:49:43
17943         Log: Subject: [PATCH] two s/// bugfixes
17944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17945              Date: Wed, 10 Oct 2001 17:23:44 +0200
17946              Message-Id: <20011010172344.C22440@rafael>
17947      Branch: perl
17948            ! pp_ctl.c regexec.c t/op/subst.t
17949 ____________________________________________________________________________
17950 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
17951         Log: Fix/improve handling of the [000000] special "root"
17952              directory, by putting cwd in canonical form when doing
17953              abs2rel, and prepending a 000000 to directory "chunks"
17954              if missing from base or path.  Also adjust test to
17955              reflect the (improved) output from abs2rel.
17956              From Charles Lane.
17957      Branch: perl
17958            ! lib/File/Spec.t lib/File/Spec/VMS.pm
17959 ____________________________________________________________________________
17960 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
17961         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
17962              all of the extra VMSish attributes (such as "treat this logical
17963              as a device name") that are necessary to make programs run.
17964              A tainted %ENV does not hinder VMS.  From Charles Lane.
17965      Branch: perl
17966            ! lib/File/Find/t/taint.t
17967 ____________________________________________________________________________
17968 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
17969         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
17970              
17971              o  VMS is case-insensitive, RTL downcases filenames read
17972              by perl... so need to re-upcase filenames like MANIFEST
17973              and MANIFEST.SKIP
17974              
17975              o  Need to convert VMS-style to Unix-style filenames when comparing
17976              names in MANIFEST to names in filesystem.
17977              
17978              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
17979              since VMS won't let you (easily) delete non-empty directories.
17980              
17981              From Charles Lane.
17982      Branch: perl
17983            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
17984 ____________________________________________________________________________
17985 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
17986         Log: Unix and VMS agree on "*" as a "match any number of any chars"
17987              wildcards, but differ ("?"  vs.  "%") for their "match any single
17988              char" wildcard.  This patch changes "?"  chars to "%" before doing a
17989              VMS glob...at no loss of functionality, since "?"  isn't a valid
17990              filename char on VMS.  From Charles Lane.
17991      Branch: perl
17992            ! doio.c
17993 ____________________________________________________________________________
17994 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
17995         Log: (accidentally empty submit; new life as #12390)
17996      Branch: perl
17997            ! lib/File/Find/t/taint.t
17998 ____________________________________________________________________________
17999 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
18000         Log: Even more VMS tweakage from Charles Lane:
18001              
18002              Tweak #1:  splitdir only works on directory part of filespec,
18003              split off volume first
18004              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
18005              (it's a horrible kludge in the run-time library,
18006              improved in later versions). Check the
18007              $Config{'d_setenv'} flag before attempting to set it.
18008      Branch: perl
18009            ! t/op/chdir.t
18010 ____________________________________________________________________________
18011 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
18012         Log: VMS tweakage from Charles Lane.
18013              
18014              . command.com doubles an output line when prompting for extensions
18015              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
18016              . perl5db doesn't clean up after itself
18017      Branch: perl
18018            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
18019 ____________________________________________________________________________
18020 [ 12384] By: sky                                   on 2001/10/09  19:16:11
18021         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
18022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18023              Date: Tue, 9 Oct 2001 22:10:26 +0200
18024              Message-ID: <20011009221026.A8579@rafael>
18025      Branch: perl
18026            ! pod/perldata.pod
18027 ____________________________________________________________________________
18028 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
18029         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
18030              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18031              Date: 9 Oct 2001 15:15:06 -0000
18032              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
18033      Branch: perl
18034            ! t/op/subst.t
18035 ____________________________________________________________________________
18036 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
18037         Log: Update Changes.
18038      Branch: perl
18039            ! Changes patchlevel.h
18040 ____________________________________________________________________________
18041 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
18042         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
18043              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
18044              when a NULL is passed for the filename string pointer.
18045              From Charles Lane.
18046      Branch: perl
18047            ! vms/vms.c
18048 ____________________________________________________________________________
18049 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
18050         Log: Subject: HP systems update
18051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18052              Date: Tue, 09 Oct 2001 15:59:22 +0200
18053              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
18054      Branch: perl
18055            ! README.hpux
18056 ____________________________________________________________________________
18057 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
18058         Log: CPAN::Nox does now have a test.
18059      Branch: perl
18060            ! t/lib/1_compile.t
18061 ____________________________________________________________________________
18062 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
18063         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
18064              From: David Dyck <dcd@tc.fluke.com>
18065              Date: Mon, 1 Oct 2001 12:17:36 -0700
18066              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
18067      Branch: perl
18068            ! installperl
18069 ____________________________________________________________________________
18070 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
18071         Log: NetWare update from Ananth Kesari.
18072      Branch: perl
18073            ! NetWare/nwperlsys.h makedef.pl
18074 ____________________________________________________________________________
18075 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
18076         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
18077              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18078              Date: Tue, 9 Oct 2001 08:40:57 EDT
18079              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
18080      Branch: perl
18081            ! lib/File/Find/t/find.t
18082 ____________________________________________________________________________
18083 [ 12374] By: ams                                   on 2001/10/09  05:31:45
18084         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
18085              ExtUtils::Mkbootstrap
18086              From: "chromatic" <chromatic@rmci.net>
18087              Date: Tue, 09 Oct 2001 00:08:37 -0600
18088              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
18089      Branch: perl
18090            + lib/ExtUtils/Mkbootstrap.t
18091            ! MANIFEST
18092 ____________________________________________________________________________
18093 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
18094         Log: Enable more debugging.
18095      Branch: perl
18096            ! lib/utf8_heavy.pl
18097 ____________________________________________________________________________
18098 [ 12372] By: ams                                   on 2001/10/09  02:11:59
18099         Log: #12370 forgot to modify is_gv_magical().
18100      Branch: perl
18101            ! gv.c
18102 ____________________________________________________________________________
18103 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
18104         Log: Make the toupper/lower/title API for Unicode not right
18105              but at least less wrong: prepare for the mapping being
18106              more than just one-character-to-one-character.
18107      Branch: perl
18108            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
18109            ! regexec.c utf8.c
18110 ____________________________________________________________________________
18111 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
18112         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
18113              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18114              Date: Mon, 8 Oct 2001 22:18:23 -0400
18115              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
18116      Branch: perl
18117            ! pod/perlvar.pod t/op/taint.t
18118 ____________________________________________________________________________
18119 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
18120         Log: FAQ sync.
18121      Branch: perl
18122            ! pod/perlfaq3.pod pod/perlfaq4.pod
18123 ____________________________________________________________________________
18124 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
18125         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
18126              From: "chromatic" <chromatic@rmci.net>
18127              Date: Mon, 08 Oct 2001 14:05:32 -0600
18128              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
18129      Branch: perl
18130            ! lib/Term/Cap.t
18131 ____________________________________________________________________________
18132 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
18133         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
18134              From: Michael G Schwern <schwern@pobox.com>
18135              Date: Mon, 8 Oct 2001 17:00:14 -0400
18136              Message-ID: <20011008170014.L17083@blackrider>
18137      Branch: perl
18138            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
18139 ____________________________________________________________________________
18140 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
18141         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
18142              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18143              Date: Mon, 8 Oct 2001 16:01:33 EDT
18144              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
18145      Branch: perl
18146            ! ext/Time/HiRes/HiRes.xs
18147 ____________________________________________________________________________
18148 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
18149         Log: Subject: [PATCH] Autosplit patch for VMS
18150              From: "Craig A. Berry" <craigberry@mac.com>
18151              Date: Mon, 08 Oct 2001 15:40:43 -0500
18152              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
18153      Branch: perl
18154            ! lib/AutoSplit.pm lib/AutoSplit.t
18155 ____________________________________________________________________________
18156 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
18157         Log: Don't assume that everybody is running OS X 10.1 yet;
18158              from Kay Röpke.
18159      Branch: perl
18160            ! hints/darwin.sh
18161 ____________________________________________________________________________
18162 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
18163         Log: Update Changes.
18164      Branch: perl
18165            ! Changes patchlevel.h
18166 ____________________________________________________________________________
18167 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
18168         Log: Retract #12358 for now.
18169      Branch: perl
18170            ! lib/Term/Cap.t
18171 ____________________________________________________________________________
18172 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
18173         Log: Can't figure out what this is testing.
18174              (If it is trying to catch SIGKILL, it should stop
18175              trying because that is by definition impossible.)
18176      Branch: perl
18177            ! lib/sigtrap.t
18178 ____________________________________________________________________________
18179 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
18180         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
18181              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18182              Date: Sun, 30 Sep 2001 21:15:13 +0200
18183              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
18184      Branch: perl
18185            ! lib/ExtUtils/MM_Win32.pm
18186 ____________________________________________________________________________
18187 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
18188         Log: Clarify the ldlibpth part and condense the overall text.
18189      Branch: perl
18190            ! t/TEST
18191 ____________________________________________________________________________
18192 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
18193         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
18194              From: "chromatic" <chromatic@rmci.net>
18195              Date: Sun, 07 Oct 2001 16:59:26 -0600
18196              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
18197      Branch: perl
18198            ! lib/Term/Cap.t
18199 ____________________________________________________________________________
18200 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
18201         Log: Update the list because fo #12265.
18202      Branch: perl
18203            ! t/lib/1_compile.t
18204 ____________________________________________________________________________
18205 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
18206         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
18207              From: Nicholas Clark <nick@ccl4.org>
18208              Date: Sun, 7 Oct 2001 20:53:33 +0100
18209              Message-ID: <20011007205333.S38756@plum.flirble.org>   
18210      Branch: perl
18211            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
18212            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18213            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
18214            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
18215            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
18216            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
18217            ! lib/Switch/t/switch.t lib/Term/Complete.t
18218            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
18219            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
18220            ! t/op/my_stash.t
18221 ____________________________________________________________________________
18222 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
18223         Log: Integrate patch #12350 from maintperl; typo in
18224              IO::Seekable doc.
18225      Branch: perl
18226           !> ext/IO/lib/IO/Seekable.pm
18227 ____________________________________________________________________________
18228 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
18229         Log: Detypo.
18230      Branch: perl
18231            ! hints/darwin.sh
18232 ____________________________________________________________________________
18233 [ 12353] By: sky                                   on 2001/10/07  17:16:14
18234         Log: Change 12349 didn't really get it right.
18235      Branch: perl
18236            ! lib/Unicode/README
18237 ____________________________________________________________________________
18238 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
18239         Log: If running the harness the dynamic library search path
18240              may need setting.
18241      Branch: perl
18242            ! t/TEST
18243 ____________________________________________________________________________
18244 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
18245         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
18246              in ldflags.
18247      Branch: perl
18248            ! hints/darwin.sh
18249 ____________________________________________________________________________
18250 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
18251         Log: typo in IO::Seekable doc
18252      Branch: maint-5.6/perl
18253            ! ext/IO/lib/IO/Seekable.pm
18254 ____________________________________________________________________________
18255 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
18256         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
18257              doesn't work on Mac OS X 10.1 (when unpacking the tar the
18258              latter gets renamed as lib/unicode:1, assumedly for security
18259              reasons not to overwrite stuff)
18260      Branch: perl
18261            + lib/Unicode/README
18262            - lib/unicode/README
18263            ! MANIFEST
18264 ____________________________________________________________________________
18265 [ 12348] By: ams                                   on 2001/10/07  05:33:40
18266         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
18267              From: "chromatic" <chromatic@rmci.net>
18268              Date: Sat, 06 Oct 2001 21:42:03 -0600
18269              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
18270      Branch: perl
18271            + lib/CPAN/t/Nox.t
18272            ! MANIFEST
18273 ____________________________________________________________________________
18274 [ 12347] By: ams                                   on 2001/10/07  00:48:10
18275         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
18276              From: "chromatic" <chromatic@rmci.net>
18277              Date: Sat, 06 Oct 2001 18:52:10 -0600
18278              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
18279      Branch: perl
18280            + lib/sigtrap.t
18281            ! MANIFEST
18282 ____________________________________________________________________________
18283 [ 12346] By: ams                                   on 2001/10/06  23:14:01
18284         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
18285              h2xs write?)
18286              From: Nicholas Clark <nick@ccl4.org>
18287              Date: Sat, 6 Oct 2001 21:46:43 +0100
18288              Message-Id: <20011006214643.L38756@plum.flirble.org>
18289      Branch: perl
18290            ! utils/h2xs.PL
18291 ____________________________________________________________________________
18292 [ 12345] By: ams                                   on 2001/10/06  17:39:53
18293         Log: Subject: [PATCH] Memoize tests
18294              From: Nicholas Clark <nick@ccl4.org>
18295              Date: Sat, 6 Oct 2001 18:04:21 +0100
18296              Message-Id: <20011006180421.J38756@plum.flirble.org>
18297      Branch: perl
18298            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
18299            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
18300            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
18301            ! lib/Memoize/t/expire_module_n.t
18302            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
18303            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
18304            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
18305            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
18306            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
18307            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
18308 ____________________________________________________________________________
18309 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
18310         Log: Retract the latter part of #12343.
18311      Branch: perl
18312            ! ext/IO/lib/IO/Socket/INET.pm
18313 ____________________________________________________________________________
18314 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
18315         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
18316              From: David Dyck <dcd@tc.fluke.com>
18317              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
18318              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
18319              
18320              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
18321              From: David Dyck <dcd@tc.fluke.com>
18322              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
18323              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
18324      Branch: perl
18325            ! ext/IO/lib/IO/Socket/INET.pm
18326 ____________________________________________________________________________
18327 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
18328         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
18329              From: Robin Barker <rmb1@cise.npl.co.uk>
18330              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
18331              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
18332      Branch: perl
18333            ! t/TEST
18334 ____________________________________________________________________________
18335 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
18336         Log: Don't assume that %x is good for displaying UVs.
18337      Branch: perl
18338            ! dump.c
18339 ____________________________________________________________________________
18340 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
18341         Log: Update Changes.
18342      Branch: perl
18343            ! Changes patchlevel.h
18344 ____________________________________________________________________________
18345 [ 12339] By: ams                                   on 2001/10/05  10:22:34
18346         Log: Subject: [PATCH] perlfunc/select
18347              From: Nicholas Clark <nick@ccl4.org>
18348              Date: Fri, 5 Oct 2001 11:33:58 +0100
18349              Message-Id: <20011005113358.Z38756@plum.flirble.org>
18350      Branch: perl
18351            ! pod/perlfunc.pod
18352 ____________________________________________________________________________
18353 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
18354         Log: Retract #12313 and #12249.
18355      Branch: perl
18356            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
18357            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
18358            ! pod/perlebcdic.pod
18359 ____________________________________________________________________________
18360 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
18361         Log: Subject: [PATCH] perlvms.pod update
18362              From: "Craig A. Berry" <craigberry@mac.com>
18363              Date: Thu, 04 Oct 2001 12:55:52 -0500
18364              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
18365      Branch: perl
18366            ! vms/perlvms.pod
18367 ____________________________________________________________________________
18368 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
18369         Log: Subject: PATCH: Tie::SubstrHash
18370              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18371              Date: Thu, 04 Oct 2001 12:12:41 +0100
18372              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
18373      Branch: perl
18374            ! lib/Tie/SubstrHash.pm
18375 ____________________________________________________________________________
18376 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
18377         Log: Unicode properties saga continues.
18378      Branch: perl
18379            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
18380            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
18381 ____________________________________________________________________________
18382 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
18383         Log: Yet more Unicode properties.
18384      Branch: perl
18385            + lib/unicore/In/137.pl lib/unicore/In/138.pl
18386            + lib/unicore/In/139.pl lib/unicore/In/140.pl
18387            + lib/unicore/In/141.pl lib/unicore/In/142.pl
18388            + lib/unicore/In/143.pl lib/unicore/In/144.pl
18389            + lib/unicore/In/145.pl lib/unicore/In/146.pl
18390            + lib/unicore/In/147.pl lib/unicore/In/148.pl
18391            + lib/unicore/In/149.pl lib/unicore/In/150.pl
18392            + lib/unicore/In/151.pl lib/unicore/In/152.pl
18393            + lib/unicore/In/153.pl lib/unicore/In/154.pl
18394            + lib/unicore/In/155.pl lib/unicore/In/156.pl
18395            + lib/unicore/In/157.pl lib/unicore/In/158.pl
18396            + lib/unicore/In/159.pl lib/unicore/In/160.pl
18397            + lib/unicore/In/161.pl lib/unicore/In/162.pl
18398            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
18399            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
18400            ! pod/perlunicode.pod
18401 ____________________________________________________________________________
18402 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
18403         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
18404              From: "Craig A. Berry" <craigberry@mac.com>
18405              Date: Wed, 03 Oct 2001 17:45:25 -0500
18406              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
18407              
18408              (the lib/Term/Complete.t patched differently by #12332)
18409      Branch: perl
18410            ! lib/ExtUtils/Command.t
18411 ____________________________________________________________________________
18412 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
18413         Log: Restore only if something to restore.
18414      Branch: perl
18415            ! lib/Term/Complete.t
18416 ____________________________________________________________________________
18417 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
18418         Log: Update various resources for credits,
18419              minor icons fixes, and versions.
18420      Branch: maint-5.6/macperl
18421            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
18422            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
18423            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
18424 ____________________________________________________________________________
18425 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
18426         Log: Quiet the warnings about using undef value
18427      Branch: maint-5.6/macperl
18428            ! lib/File/Temp.pm
18429 ____________________________________________________________________________
18430 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
18431         Log: Fix up Ballon Help and Help menu docs (first pass);
18432              remove balloon rez file, and autogenerate with
18433              Balloon2Rez instead.
18434      Branch: maint-5.6/macperl
18435            + macos/macperl/macscripts/Balloon2Rez
18436            - macos/macperl/MPBalloons.r
18437            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
18438 ____________________________________________________________________________
18439 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
18440         Log: Allow overriding of defaults, for change #12327.
18441      Branch: maint-5.6/macperl
18442            ! perl.h
18443 ____________________________________________________________________________
18444 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
18445         Log: Override PerlProc_exit.
18446      Branch: maint-5.6/macperl
18447            ! macos/macish.h
18448 ____________________________________________________________________________
18449 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
18450         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
18451      Branch: maint-5.6/macperl
18452            + macos/bundled_lib/blib/lib/MD5.pm
18453            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
18454            + macos/lib/Mac/AETE/Dialect.pm
18455            + macos/lib/Mac/AETE/Format/Converter.pm
18456            + macos/lib/Mac/AETE/Format/Dictionary.pm
18457            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
18458            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
18459            + macos/lib/Mac/Toolbox.pod
18460            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
18461 ____________________________________________________________________________
18462 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
18463         Log: Sync up silly CVS headers ... I should commit CVS
18464              first to avoid this ...
18465      Branch: maint-5.6/macperl
18466            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
18467            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
18468            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
18469            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
18470 ____________________________________________________________________________
18471 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
18472         Log: Fix Matthias' address, and attributions.
18473      Branch: maint-5.6/macperl
18474            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
18475            ! pod/perlport.pod
18476 ____________________________________________________________________________
18477 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
18478         Log: Fix Matthias' address, and attributions.
18479      Branch: maint-5.6/macperl
18480            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
18481            ! macos/ext/Mac/Components/Components.pm
18482            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
18483            ! macos/ext/Mac/Dialogs/Dialogs.pm
18484            ! macos/ext/Mac/Events/Events.pm
18485            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
18486            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
18487            ! macos/ext/Mac/Gestalt/Gestalt.pm
18488            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
18489            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
18490            ! macos/ext/Mac/Menus/Menus.pm
18491            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
18492            ! macos/ext/Mac/Movies/Movies.pm
18493            ! macos/ext/Mac/Navigation/Navigation.pm
18494            ! macos/ext/Mac/Notification/Notification.pm
18495            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
18496            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
18497            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
18498            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
18499            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
18500            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
18501            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
18502            ! macos/ext/Mac/StandardFile/StandardFile.pm
18503            ! macos/ext/Mac/TextEdit/TextEdit.pm
18504            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
18505            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
18506            ! macos/lib/Mac/LowMem.pm
18507 ____________________________________________________________________________
18508 [ 12322] By: sky                                   on 2001/10/03  18:41:07
18509         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
18510              From: "Craig A. Berry" <craigberry@mac.com>
18511              Date: Wed, 03 Oct 2001 14:30:55 -0500
18512              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
18513      Branch: perl
18514            ! vms/vms.c
18515 ____________________________________________________________________________
18516 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
18517         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
18518              From: "Craig A. Berry" <craigberry@mac.com>
18519              Date: Wed, 03 Oct 2001 14:30:55 -0500
18520              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
18521      Branch: perl
18522            ! vms/vms.c
18523 ____________________________________________________________________________
18524 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
18525         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
18526              only IsL&) and Inherited (negative lookahead good);
18527              add tests for Common, Inherited, and L&.
18528      Branch: perl
18529            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
18530 ____________________________________________________________________________
18531 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
18532         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
18533              (The Unicode standard uses L& quite often.)
18534      Branch: perl
18535            ! lib/utf8_heavy.pl
18536 ____________________________________________________________________________
18537 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
18538         Log: Add the 'Common' Unicode property (code points not
18539              explicitly assigned to any other script).
18540      Branch: perl
18541            + lib/unicore/In/136.pl
18542            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
18543 ____________________________________________________________________________
18544 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
18545         Log: Skip the RV printing test under threads until fixed.
18546      Branch: perl
18547            ! ext/B/t/terse.t
18548 ____________________________________________________________________________
18549 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
18550         Log: Subject: 12309 / cygwin / win2k
18551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18552              Date: Wed, 03 Oct 2001 15:25:15 +0200
18553              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
18554      Branch: perl
18555            ! makedef.pl
18556 ____________________________________________________________________________
18557 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
18558         Log: Metaconfig unit change for #12314.
18559      Branch: metaconfig
18560            ! U/modified/Head.U
18561 ____________________________________________________________________________
18562 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
18563         Log: Subject: Both cygwin and djgpp on one machine
18564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18565              Date: Wed, 03 Oct 2001 15:02:59 +0200
18566              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
18567      Branch: perl
18568            ! Configure
18569 ____________________________________________________________________________
18570 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
18571         Log: (retracted by #12338)
18572              
18573              Subject: [PATCH] Code clean up for perlboot.pod
18574              From: Casey West <casey@geeknest.com>
18575              Date: Tue, 2 Oct 2001 19:24:43 -0400
18576              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
18577              
18578              Subject: [PATCH] Code clean up for perlbot.diff
18579              From: Casey West <casey@geeknest.com>
18580              Date: Tue, 2 Oct 2001 19:25:22 -0400
18581              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
18582              
18583              Subject: [PATCH] Code clean up for perlcall.pod
18584              From: Casey West <casey@geeknest.com>
18585              Date: Tue, 2 Oct 2001 19:25:57 -0400
18586              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
18587              
18588              Subject: [PATCH] Code clean up for perldata.pod
18589              From: Casey West <casey@geeknest.com>
18590              Date: Tue, 2 Oct 2001 19:26:29 -0400
18591              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
18592              
18593              Subject: [PATCH] Code clean up for perldbmfilter.pod
18594              From: Casey West <casey@geeknest.com>
18595              Date: Tue, 2 Oct 2001 19:26:59 -0400
18596              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
18597              
18598              Subject: [PATCH] Code clean up for perlebcdic.pod
18599              From: Casey West <casey@geeknest.com>
18600              Date: Tue, 2 Oct 2001 19:27:37 -0400
18601              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
18602      Branch: perl
18603            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
18604            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
18605 ____________________________________________________________________________
18606 [ 12312] By: ams                                   on 2001/10/02  23:43:55
18607         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
18608              From: Michael G Schwern <schwern@pobox.com>
18609              Date: Tue, 2 Oct 2001 17:00:49 -0400
18610              Message-Id: <20011002170049.A9955@blackrider>
18611      Branch: perl
18612            ! lib/ExtUtils/MakeMaker.pm
18613 ____________________________________________________________________________
18614 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
18615         Log: FAQ sync.
18616      Branch: perl
18617            ! pod/perlfaq3.pod
18618 ____________________________________________________________________________
18619 [ 12310] By: nick                                  on 2001/10/02  16:09:49
18620         Log: Integrate mainline
18621      Branch: perlio
18622           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
18623           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
18624           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
18625           !> patchlevel.h t/op/pat.t
18626 ____________________________________________________________________________
18627 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
18628         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
18629              not just one single space.
18630      Branch: perl
18631            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
18632 ____________________________________________________________________________
18633 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
18634         Log: AUTHORS updates.
18635      Branch: perl
18636            ! AUTHORS
18637 ____________________________________________________________________________
18638 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
18639         Log: Update Changes.
18640      Branch: perl
18641            ! Changes patchlevel.h
18642 ____________________________________________________________________________
18643 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
18644         Log: Work around old buggy glibcs for langinfo constants,
18645              from Nicholas Clark and David Dyck.
18646      Branch: perl
18647            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
18648 ____________________________________________________________________________
18649 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
18650         Log: Eradicate Time::Piece; add an example.
18651      Branch: perl
18652            ! ext/I18N/Langinfo/Langinfo.pm
18653 ____________________________________________________________________________
18654 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
18655         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
18656              From: Robert Spier <rspier@pobox.com>
18657              Date: Mon, 1 Oct 2001 23:20:16 -0700
18658              Message-ID: <15289.23712.422087.878224@rls.cx>
18659      Branch: perl
18660            ! lib/Pod/Html.pm
18661 ____________________________________________________________________________
18662 [ 12303] By: sky                                   on 2001/10/02  10:40:57
18663         Log: Fixes obscure bug that manifests itself by.
18664              local $!=0;undef*STDOUT;#segfaults
18665              Has been around for a while. Possible other magic IO vars are
18666              possibly affected as well. Reported by Jos Boumans.
18667      Branch: perl
18668            ! mg.c
18669 ____________________________________________________________________________
18670 [ 12302] By: nick                                  on 2001/10/02  09:00:52
18671         Log: Integrate mainline
18672      Branch: perlio
18673           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
18674           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
18675           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
18676 ____________________________________________________________________________
18677 [ 12301] By: nick                                  on 2001/10/02  08:40:57
18678         Log: Integrate mainline + lib/open.t patch from Chromatic
18679      Branch: perlio
18680           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
18681            ! lib/open.t
18682           !> (integrate 29 files)
18683 ____________________________________________________________________________
18684 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
18685         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
18686              Until it has, better stop early if someone requests threads.
18687      Branch: perl
18688            ! hints/darwin.sh
18689 ____________________________________________________________________________
18690 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
18691         Log: Subject: [ID 20011001.011] redundant code in t/TEST
18692              From: David Dyck <dcd@tc.fluke.com>
18693              Date: Mon, 1 Oct 2001 12:56:24 -0700
18694              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
18695      Branch: perl
18696            ! t/TEST
18697 ____________________________________________________________________________
18698 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
18699         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
18700              From: "chromatic" <chromatic@rmci.net>
18701              Date: Mon, 01 Oct 2001 12:27:12 -0600
18702              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
18703      Branch: perl
18704            ! lib/Term/Cap.t
18705 ____________________________________________________________________________
18706 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
18707         Log: UNICOS testing patches from Nicholas Clark.
18708      Branch: perl
18709            ! t/op/arith.t t/op/pack.t
18710 ____________________________________________________________________________
18711 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
18712         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
18713              From: "chromatic" <chromatic@rmci.net>
18714              Date: Mon, 01 Oct 2001 10:21:51 -0600
18715              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
18716      Branch: perl
18717            ! lib/open.t
18718 ____________________________________________________________________________
18719 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
18720         Log: Make missing the RADIXCHAR a softer, gentler error.
18721      Branch: perl
18722            ! ext/I18N/Langinfo/Langinfo.t
18723 ____________________________________________________________________________
18724 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
18725         Log: Nuke also the LANG because of glibc.
18726      Branch: perl
18727            ! lib/open.t
18728 ____________________________________________________________________________
18729 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
18730         Log: Also the ^Is is optional.
18731      Branch: perl
18732            ! pod/perlunicode.pod t/op/pat.t
18733 ____________________________________________________________________________
18734 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
18735         Log: Be careful to pull chars from the varargs stack when
18736              formatting chars.
18737      Branch: perl
18738            ! regcomp.c
18739 ____________________________________________________________________________
18740 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
18741         Log: sortsv not in place anymore, noticed by John P. Linderman.
18742      Branch: perl
18743            ! pod/perlapi.pod pp_ctl.c
18744 ____________________________________________________________________________
18745 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
18746         Log: Make the diagnostic messages more neutral.
18747      Branch: perl
18748            ! ext/B/t/terse.t
18749 ____________________________________________________________________________
18750 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
18751         Log: Forgotten from #12288.
18752      Branch: perl
18753            ! ext/Data/Dumper/Dumper.pm
18754 ____________________________________________________________________________
18755 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
18756         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
18757              From: Brian Ingerson <ingy@ttul.org>
18758              Date: Sun, 30 Sep 2001 21:45:56 -0700
18759              Message-ID: <20010930214556.D26392@ttul.org>
18760              
18761              (remember also the #12289)
18762      Branch: perl
18763            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18764 ____________________________________________________________________________
18765 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
18766         Log: More Unicode property tests for the abbreviated
18767              general properties.
18768      Branch: perl
18769            ! t/op/pat.t
18770 ____________________________________________________________________________
18771 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
18772         Log: Further tweaks to the Unicode properties.
18773      Branch: perl
18774            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
18775 ____________________________________________________________________________
18776 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
18777         Log: Retract #12284.
18778      Branch: perl
18779            ! lib/Term/Cap.t
18780 ____________________________________________________________________________
18781 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
18782         Log: (Retracted by #12285)
18783      Branch: perl
18784            ! lib/Term/Cap.t
18785 ____________________________________________________________________________
18786 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
18787         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
18788              From: "chromatic" <chromatic@rmci.net>  
18789              Date: Sun, 30 Sep 2001 16:10:02 -0600
18790              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
18791      Branch: perl
18792            + lib/Term/Cap.t
18793            ! MANIFEST
18794 ____________________________________________________________________________
18795 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
18796         Log: Use stty -g to restore the terminal state, do not even
18797              try to run the tests if stty -g is not available.
18798      Branch: perl
18799            ! lib/Term/Complete.t
18800 ____________________________________________________________________________
18801 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
18802         Log: Cleanup utf8_heavy; allow dropping the In prefix from
18803              Unicode script/block properties.
18804      Branch: perl
18805            ! lib/utf8_heavy.pl
18806 ____________________________________________________________________________
18807 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
18808         Log: Retract the #12259 for now.
18809      Branch: perl
18810            ! embed.h embed.pl sv.h
18811 ____________________________________________________________________________
18812 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
18813         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
18814      Branch: perl
18815            + lib/Text/TabsWrap/CHANGELOG
18816            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
18817 ____________________________________________________________________________
18818 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
18819         Log: #12272 wasn't right, it introduced an extra ().
18820      Branch: perl
18821            ! lib/utf8_heavy.pl
18822 ____________________________________________________________________________
18823 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
18824         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
18825              From: Jonathan Stowe <gellyfish@gellyfish.com>
18826              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
18827              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
18828      Branch: perl
18829            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
18830 ____________________________________________________________________________
18831 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
18832         Log: Subject: Patch to put qsortsv in the public API
18833              From: Brian Ingerson <ingy@ttul.org>
18834              Date: Sat, 29 Sep 2001 17:41:13 -0700
18835              Message-ID: <20010929174113.A30223@ttul.org>
18836      Branch: perl
18837            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
18838 ____________________________________________________________________________
18839 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
18840         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
18841              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18842              Date: Sat, 29 Sep 2001 23:54:48 +0200
18843              Message-ID: <20010929235448.A5017@rafael>
18844      Branch: perl
18845            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
18846 ____________________________________________________________________________
18847 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
18848         Log: FAQ sync.
18849      Branch: perl
18850            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18851            ! pod/perlfaq9.pod
18852 ____________________________________________________________________________
18853 [ 12273] By: bailey                                on 2001/09/29  23:43:46
18854         Log: Resync with mainline
18855      Branch: vmsperl
18856           +> (branch 1207 files)
18857            - (delete 324 files)
18858           !> (integrate 866 files)
18859 ____________________________________________________________________________
18860 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
18861         Log: Nasty recursion trap if one would match Unicode.
18862      Branch: perl
18863            ! lib/utf8_heavy.pl
18864 ____________________________________________________________________________
18865 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
18866         Log: More Unicode todo.
18867      Branch: perl
18868            ! pod/perltodo.pod
18869 ____________________________________________________________________________
18870 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
18871         Log: Explain a bit the new more flexible \p\P syntax.
18872      Branch: perl
18873            ! pod/perlunicode.pod
18874 ____________________________________________________________________________
18875 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
18876         Log: More leniency to the \p and \P: now can have whitespace
18877              between the property definition and the curlies; now can
18878              invert the property by having a caret between the open
18879              curly and the property.
18880      Branch: perl
18881            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
18882 ____________________________________________________________________________
18883 [ 12268] By: nick                                  on 2001/09/29  17:39:26
18884         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
18885              one test (lib/open.t) fails
18886      Branch: perlio
18887           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
18888           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
18889           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
18890           +> lib/Tie/Scalar.t lib/open.t
18891            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
18892            - ext/B/Stash.t
18893           !> (integrate 62 files)
18894 ____________________________________________________________________________
18895 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
18896         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
18897      Branch: perl
18898            ! t/op/chdir.t
18899 ____________________________________________________________________________
18900 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
18901         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
18902              From: "Craig A. Berry" <craigberry@mac.com> 
18903              Date: Sat, 29 Sep 2001 09:35:33 -0500
18904              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
18905      Branch: perl
18906            ! t/op/chdir.t
18907 ____________________________________________________________________________
18908 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
18909         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
18910              From: "chromatic" <chromatic@rmci.net>
18911              Date: Fri, 28 Sep 2001 21:20:12 -0600
18912              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
18913      Branch: perl
18914            + lib/Tie/Scalar.t
18915            ! MANIFEST lib/Tie/Scalar.pm
18916 ____________________________________________________________________________
18917 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
18918         Log: Allow for more flexibility in the \p{In...} names, now
18919              case doesn't matter, and any space or dash can be
18920              matched by any space, dash, underbar, or empty.
18921              (may be going too far on leniency)
18922      Branch: perl
18923            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
18924            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
18925            ! t/op/pat.t
18926 ____________________________________________________________________________
18927 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
18928         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
18929              From: "chromatic" <chromatic@rmci.net>
18930              Date: Fri, 28 Sep 2001 17:39:50 -0600
18931              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
18932      Branch: perl
18933            + lib/open.t
18934            ! MANIFEST
18935 ____________________________________________________________________________
18936 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
18937         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
18938              From: "Craig A. Berry" <craigberry@mac.com>
18939              Date: Fri, 28 Sep 2001 16:24:51 -0500
18940              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
18941      Branch: perl
18942            ! ext/File/Glob/t/basic.t
18943 ____________________________________________________________________________
18944 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
18945         Log: Subject: [DOC PATCH] Carp.pm pod typo
18946              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18947              Date: Fri, 28 Sep 2001 23:14:51 +0200
18948              Message-ID: <20010928231451.E16889@rafael>
18949      Branch: perl
18950            ! lib/Carp.pm
18951 ____________________________________________________________________________
18952 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
18953         Log: Subject: [PATCH] Allow an @INC hook to set %INC
18954              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18955              Date: Fri, 28 Sep 2001 22:18:13 +0200
18956              Message-ID: <20010928221813.A16889@rafael>
18957      Branch: perl
18958            ! pp_ctl.c
18959 ____________________________________________________________________________
18960 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
18961         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
18962              From: Nicholas Clark <nick@ccl4.org>
18963              Date: Fri, 28 Sep 2001 23:39:33 +0100
18964              Message-ID: <20010928233933.C23673@plum.flirble.org>
18965      Branch: perl
18966            ! embed.h embed.pl sv.h
18967 ____________________________________________________________________________
18968 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
18969         Log: Update Changes.
18970      Branch: perl
18971            ! Changes patchlevel.h
18972 ____________________________________________________________________________
18973 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
18974         Log: Move the B tests to B/t.
18975      Branch: perl
18976            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
18977            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
18978            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
18979            - ext/B/Showlex.t ext/B/Stash.t
18980            ! MANIFEST
18981 ____________________________________________________________________________
18982 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
18983         Log: Forgot from #12254.
18984      Branch: perl
18985            + ext/B/B/Terse.t
18986 ____________________________________________________________________________
18987 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
18988         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
18989              From: "chromatic" <chromatic@rmci.net>
18990              Date: Thu, 27 Sep 2001 23:22:17 -0600
18991              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
18992      Branch: perl
18993            ! MANIFEST
18994 ____________________________________________________________________________
18995 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
18996         Log: Test numbering mismatch.
18997      Branch: perl
18998            ! t/op/chdir.t
18999 ____________________________________________________________________________
19000 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
19001         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
19002              From: "Craig A. Berry" <craigberry@mac.com>
19003              Date: Wed, 26 Sep 2001 17:43:14 -0500
19004              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
19005      Branch: perl
19006            ! iperlsys.h t/op/chdir.t
19007 ____________________________________________________________________________
19008 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
19009         Log: Subject: [PATCH gv.c] make __ANON__ global
19010              From: Robin Barker <rmb1@cise.npl.co.uk>
19011              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
19012              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
19013      Branch: perl
19014            ! gv.c t/op/anonsub.t t/op/runlevel.t
19015 ____________________________________________________________________________
19016 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
19017         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
19018              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19019              Date: Thu, 27 Sep 2001 22:34:32 +0200
19020              Message-ID: <20010927223432.A1485@rafael>
19021      Branch: perl
19022            ! ext/B/B/Terse.pm
19023 ____________________________________________________________________________
19024 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
19025         Log: (retracted by #12338)
19026              
19027              Subject: [PATCH] Cleanup of perldsc.pod      
19028              From: Casey West <casey@geeknest.com>
19029              Date: Thu, 27 Sep 2001 11:13:17 -0400
19030              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
19031      Branch: perl
19032            ! pod/perldsc.pod
19033 ____________________________________________________________________________
19034 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
19035         Log: Not everyone is using ithreads...
19036      Branch: perl
19037            ! ext/Devel/Peek/Peek.t
19038 ____________________________________________________________________________
19039 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
19040         Log: Document the nss_delete core dump workaround for HP-UX
19041              and Solaris, bug IDs 20010805.018 and 20010629.004.
19042      Branch: perl
19043            ! README.hpux README.solaris
19044 ____________________________________________________________________________
19045 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
19046         Log: Dump Unicode hash keys also as Unicode,
19047              not just as a byte string.
19048      Branch: perl
19049            ! dump.c ext/Devel/Peek/Peek.t
19050 ____________________________________________________________________________
19051 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
19052         Log: Integrate changes #12241 and #12242 from macperl:
19053              
19054              Remove unneeded disabling of umask() calls
19055              
19056              Note (get|set)sockopt are available.
19057      Branch: perl
19058           !> lib/File/Temp.pm pod/perlport.pod
19059 ____________________________________________________________________________
19060 [ 12244] By: sky                                   on 2001/09/27  08:53:00
19061         Log: Flush buffers on thread closedown.
19062      Branch: perl
19063            ! ext/threads/threads.xs
19064 ____________________________________________________________________________
19065 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
19066         Log: Dump SvUTF8(sv)s also as \x{...}.
19067              
19068              TODO: dump the SvUTF8() hash keys similarly. 
19069      Branch: perl
19070            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
19071 ____________________________________________________________________________
19072 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
19073         Log: Note (get|set)sockopt are available.
19074      Branch: maint-5.6/macperl
19075            ! pod/perlport.pod
19076 ____________________________________________________________________________
19077 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
19078         Log: Remove unneeded disabling of umask() calls
19079      Branch: maint-5.6/macperl
19080            ! lib/File/Temp.pm
19081 ____________________________________________________________________________
19082 [ 12240] By: sky                                   on 2001/09/26  18:44:56
19083         Log: Documention update
19084      Branch: perl
19085            ! ext/threads/threads.pm
19086 ____________________________________________________________________________
19087 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
19088         Log: Update Changes.
19089      Branch: perl
19090            ! Changes patchlevel.h
19091 ____________________________________________________________________________
19092 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
19093         Log: Check that all environment variables are tainted.
19094      Branch: perl
19095            ! t/op/taint.t
19096 ____________________________________________________________________________
19097 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
19098         Log: Manual integration error in #12235.
19099      Branch: perl
19100            ! lib/File/DosGlob.t
19101 ____________________________________________________________________________
19102 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
19103         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
19104              From: "chromatic" <chromatic@rmci.net>
19105              Date: Tue, 25 Sep 2001 23:57:07 -0600
19106              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
19107      Branch: perl
19108            ! perlio.c
19109 ____________________________________________________________________________
19110 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
19111         Log: Integrate macperl changes from Chris Nandor:
19112              12192 11817 11815 11813 11778 11775
19113              
19114              Update CPAN.pm to work with new Mac::BuildTools instead
19115              of ExtUtils::MM_MacOS "orphan" functions
19116              
19117              Fix test
19118              
19119              Make syntax check report in MPW style, fix tests
19120              to use Mac::err=unix to get normal-style error
19121              messages.
19122              
19123              More module and test ports from Thomas Wegner et al
19124              
19125              Fix open of /dev/null for Mac OS
19126              
19127              Allow for platforms to override formatting of errors
19128              on output from Matthias Neeracher (core files)
19129      Branch: perl
19130            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
19131            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
19132            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
19133           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
19134           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
19135           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
19136 ____________________________________________________________________________
19137 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
19138         Log: grrr.
19139      Branch: perl
19140            ! t/op/gv.t
19141 ____________________________________________________________________________
19142 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
19143         Log: Retract #12232.
19144      Branch: perl
19145            ! t/op/gv.t
19146 ____________________________________________________________________________
19147 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
19148         Log: (Retracted by #12233.)
19149      Branch: perl
19150            ! t/op/gv.t
19151 ____________________________________________________________________________
19152 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
19153         Log: Detypo.
19154      Branch: perl
19155            ! ext/Encode/Makefile.PL
19156 ____________________________________________________________________________
19157 [ 12230] By: sky                                   on 2001/09/26  11:36:23
19158         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
19159              We are using a "delay" here because we do not want to depend on thread synchronization issues.
19160      Branch: perl
19161            + ext/threads/t/stress_cv.t
19162            ! MANIFEST ext/threads/t/stress_string.t
19163 ____________________________________________________________________________
19164 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
19165         Log: NetWare tweak from Ananth Kesari.
19166      Branch: perl
19167            ! NetWare/t/Readme.txt
19168 ____________________________________________________________________________
19169 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
19170         Log: Trick to fool case-blind filesystems.
19171      Branch: perl
19172            ! ext/Encode/Makefile.PL
19173 ____________________________________________________________________________
19174 [ 12227] By: sky                                   on 2001/09/26  11:06:50
19175         Log: Threads can start executing in a different order than they were
19176              created.... so we cannot ok() inside the threadstarter.
19177      Branch: perl
19178            ! ext/threads/t/stress_string.t
19179 ____________________________________________________________________________
19180 [ 12226] By: sky                                   on 2001/09/26  07:41:45
19181         Log: Add in stress_string.t to stress test threads a bit more.
19182      Branch: perl
19183            + ext/threads/t/stress_string.t
19184            ! MANIFEST
19185 ____________________________________________________________________________
19186 [ 12225] By: sky                                   on 2001/09/26  07:04:21
19187         Log: Fix negative refcount introduced by #12223.
19188      Branch: perl
19189            ! ext/threads/threads.xs
19190 ____________________________________________________________________________
19191 [ 12224] By: sky                                   on 2001/09/26  06:57:58
19192         Log: Update documentation to match change #12223
19193      Branch: perl
19194            ! sharedsv.c
19195 ____________________________________________________________________________
19196 [ 12223] By: sky                                   on 2001/09/26  06:54:32
19197         Log: Use a separate interpreter for the sharedsv space. Another
19198              negative sv leak. Sigh.
19199      Branch: perl
19200            ! sharedsv.c
19201 ____________________________________________________________________________
19202 [ 12222] By: sky                                   on 2001/09/26  05:58:35
19203         Log: Do the environ assignment in perl_contruct to match perl_destruct.
19204              Now we don't need to perl_parse/perl_run. However environ is a
19205              global....
19206      Branch: perl
19207            ! perl.c
19208 ____________________________________________________________________________
19209 [ 12221] By: sky                                   on 2001/09/26  05:41:02
19210         Log: Move the creation of PL_strtab to perl_construct so we can work
19211              with HV and HEs without running perl_parse.
19212      Branch: perl
19213            ! perl.c
19214 ____________________________________________________________________________
19215 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
19216         Log: integrate macperl changes into maint-5.6
19217      Branch: maint-5.6/perl
19218           !> (integrate 26 files)
19219 ____________________________________________________________________________
19220 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
19221         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
19222              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
19223      Branch: maint-5.6/macperl
19224            ! macos/ext/Mac/Fonts/Fonts.xs
19225            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
19226 ____________________________________________________________________________
19227 [ 12218] By: ams                                   on 2001/09/25  23:31:33
19228         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
19229              From: Nicholas Clark <nick@ccl4.org>
19230              Date: Wed, 26 Sep 2001 01:20:20 +0100
19231              Message-Id: <20010926012020.B48092@plum.flirble.org>
19232      Branch: perl
19233            ! lib/AutoSplit.t
19234 ____________________________________________________________________________
19235 [ 12217] By: ams                                   on 2001/09/25  22:33:05
19236         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
19237              From: "Craig A. Berry" <craigberry@mac.com>
19238              Date: Tue, 25 Sep 2001 18:08:42 -0500
19239              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
19240      Branch: perl
19241            ! vms/vms.c
19242 ____________________________________________________________________________
19243 [ 12216] By: ams                                   on 2001/09/25  21:41:01
19244         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
19245              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
19246              From: Michael G Schwern <schwern@pobox.com>
19247              Date: Wed, 26 Sep 2001 00:38:21 -0400
19248              Message-Id: <20010926003821.A627@blackrider>
19249      Branch: perl
19250            ! lib/AutoSplit.t
19251 ____________________________________________________________________________
19252 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
19253         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
19254              From: Michael G Schwern <schwern@pobox.com>
19255              Date: Tue, 25 Sep 2001 17:43:49 -0400
19256              Message-ID: <20010925174349.B19534@blackrider>
19257      Branch: perl
19258            ! lib/Test/Simple.pm lib/Test/Utils.pm
19259 ____________________________________________________________________________
19260 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
19261         Log: Integrate changes from bleadperl.
19262      Branch: maint-5.6/macperl
19263           !> pod/perlport.pod
19264 ____________________________________________________________________________
19265 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
19266         Log: skip($mess) should result in one skip.
19267      Branch: perl
19268            ! t/test.pl
19269 ____________________________________________________________________________
19270 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
19271         Log: Integrate change #12200 from maintperl.
19272      Branch: maint-5.6/macperl
19273           !> win32/perlhost.h
19274 ____________________________________________________________________________
19275 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
19276         Log: Fix file types to "apple"
19277      Branch: maint-5.6/macperl
19278            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
19279            ! macos/ext/Mac/SAT/t/Collision.rsrc
19280 ____________________________________________________________________________
19281 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
19282         Log: Fix rsrc file as snd file; fix path in t file.
19283      Branch: maint-5.6/macperl
19284            ! macos/ext/Mac/Notification/t/Notification.rsrc
19285            ! macos/ext/Mac/Notification/t/Notification.t
19286 ____________________________________________________________________________
19287 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
19288         Log: Sync up with File::Find from bleadperl.
19289      Branch: maint-5.6/macperl
19290            ! lib/File/Find.pm t/lib/filefind-taint.t
19291 ____________________________________________________________________________
19292 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
19293         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
19294              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
19295              of hundreds)
19296      Branch: maint-5.6/macperl
19297            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
19298            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
19299            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
19300 ____________________________________________________________________________
19301 [ 12207] By: nick                                  on 2001/09/25  19:04:36
19302         Log: Integrate mainline (untested while modem is up)
19303      Branch: perlio
19304           +> lib/AutoSplit.t t/test.pl
19305            - lib/warnings/register.t
19306           !> (integrate 28 files)
19307 ____________________________________________________________________________
19308 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
19309         Log: perldiag entry for #12205.
19310      Branch: perl
19311            ! pod/perldiag.pod
19312 ____________________________________________________________________________
19313 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
19314         Log: Subject: [PATCH] warning on v-string in use/require
19315              From: John Peacock <jpeacock@rowman.com>
19316              Date: Mon, 24 Sep 2001 17:29:03 -0400
19317              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
19318      Branch: perl
19319            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
19320 ____________________________________________________________________________
19321 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
19322         Log: perltooc et al updates.
19323      Branch: perl
19324            ! plan9/mkfile pod/roffitall
19325 ____________________________________________________________________________
19326 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
19327         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
19328              From: Michael G Schwern <schwern@pobox.com>
19329              Date: Sun, 23 Sep 2001 00:07:12 -0400
19330              Message-ID: <20010923000712.A7005@blackrider>
19331      Branch: perl
19332            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
19333 ____________________________________________________________________________
19334 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
19335         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
19336              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19337              Date: Wed, 26 Sep 2001 01:25:10 +0900
19338              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
19339      Branch: perl
19340            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
19341            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
19342            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
19343 ____________________________________________________________________________
19344 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
19345         Log: Integrate change #12200 from maintperl;
19346              on windows, virtualized environment could propagate deleted variables
19347              into children if they happen to be at the very end of the table
19348      Branch: perl
19349           !> win32/perlhost.h
19350 ____________________________________________________________________________
19351 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
19352         Log: on windows, virtualized environment could propagate deleted variables
19353              into children if they happen to be at the very end of the table
19354              (thanks for succinct test case from Johan Holmberg, and fix from
19355              Doug Lankshear)
19356      Branch: maint-5.6/perl
19357            ! win32/perlhost.h
19358 ____________________________________________________________________________
19359 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
19360         Log: avoid the use of ftime() (it does a useless, potentially
19361              expensive call to GetTimeZoneInformation()); this potentially
19362              also results in three more digits of precision from
19363              Time::HiRes::time()
19364      Branch: perl
19365            ! ext/Time/HiRes/HiRes.xs
19366 ____________________________________________________________________________
19367 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
19368         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
19369              
19370              Note: io/binmode is failing, have to figure out why.
19371      Branch: perl
19372            + t/test.pl
19373            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
19374            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
19375            ! t/run/exit.t
19376 ____________________________________________________________________________
19377 [ 12197] By: ams                                   on 2001/09/25  13:48:55
19378         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
19379              From: Nicholas Clark <nick@ccl4.org>
19380              Date: Tue, 25 Sep 2001 00:37:40 +0100
19381              Message-Id: <20010925003740.S4971@plum.flirble.org>
19382              (Further changes expected.)
19383      Branch: perl
19384            + lib/AutoSplit.t
19385            ! MANIFEST
19386 ____________________________________________________________________________
19387 [ 12196] By: sky                                   on 2001/09/25  13:37:12
19388         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
19389              _ftime to try and be more robust.
19390      Branch: perl
19391            ! ext/Time/HiRes/HiRes.xs
19392 ____________________________________________________________________________
19393 [ 12194] By: ams                                   on 2001/09/25  11:40:00
19394         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
19395              From: "Craig A. Berry" <craigberry@mac.com>
19396              Date: Mon, 24 Sep 2001 17:54:20 -0500
19397              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
19398      Branch: perl
19399            ! vms/descrip_mms.template
19400 ____________________________________________________________________________
19401 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
19402         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
19403              not working, cursor not spinning (Bug #422129); external
19404              editor problems (Bug #456329); escape/cmd-. not activating
19405              "Cancel" in Save dialog box (Bug #446960); Runtimes not
19406              executing on launch (Bug #464441).
19407      Branch: maint-5.6/macperl
19408            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
19409            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
19410            ! macos/macperl/MacPerl.r
19411 ____________________________________________________________________________
19412 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
19413         Log: Update CPAN.pm to work with new Mac::BuildTools instead
19414              of ExtUtils::MM_MacOS "orphan" functions
19415      Branch: maint-5.6/macperl
19416            ! lib/CPAN.pm
19417 ____________________________________________________________________________
19418 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
19419         Log: Fix up another xsubpp problem (Matthias Neeracher)
19420      Branch: maint-5.6/macperl
19421            ! macos/xsubpp
19422 ____________________________________________________________________________
19423 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
19424         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
19425      Branch: maint-5.6/macperl
19426            ! macos/lib/ExtUtils/MM_MacOS.pm
19427 ____________________________________________________________________________
19428 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
19429         Log: Fix up Makefiles for more Mac:: modules (and prepare for
19430              static build ...?)
19431      Branch: maint-5.6/macperl
19432            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
19433            ! macos/macperl/Makefile.mk
19434 ____________________________________________________________________________
19435 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
19436         Log: Fix up tests
19437      Branch: maint-5.6/macperl
19438            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
19439 ____________________________________________________________________________
19440 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
19441         Log: Make malloc smarter, fix bugs.  (Bug #404030)
19442      Branch: maint-5.6/macperl
19443            ! macos/icemalloc.c macos/icemalloc.h
19444 ____________________________________________________________________________
19445 [ 12186] By: nick                                  on 2001/09/24  19:18:17
19446         Log: Integrate mainline
19447      Branch: perlio
19448           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
19449           +> lib/filetest.t
19450           !> (integrate 30 files)
19451 ____________________________________________________________________________
19452 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
19453         Log: Retract #12136, the warnings::register is already
19454              tested by t/lib/warnings/9enabled, as pointed out
19455              by Paul Marquess.
19456      Branch: perl
19457            - lib/warnings/register.t
19458            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
19459 ____________________________________________________________________________
19460 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
19461         Log: fix Time::HiRes implementation of gettimeofday() on windows
19462              (HiRes.t#14 now passes)
19463      Branch: perl
19464            ! ext/Time/HiRes/HiRes.xs
19465 ____________________________________________________________________________
19466 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
19467         Log: File::Spec::catfile() canonifies everything to blackslashes on
19468              windows :-(
19469      Branch: perl
19470            ! lib/ExtUtils/Manifest.t
19471 ____________________________________________________________________________
19472 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
19473         Log: test number mismatch
19474      Branch: perl
19475            ! t/op/magic.t
19476 ____________________________________________________________________________
19477 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
19478         Log: ok().
19479      Branch: perl
19480            ! t/op/pack.t
19481 ____________________________________________________________________________
19482 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
19483         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
19484              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19485      Branch: perl
19486            ! pp_pack.c t/op/pack.t
19487 ____________________________________________________________________________
19488 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
19489         Log: Update Changes.
19490      Branch: perl
19491            ! Changes patchlevel.h
19492 ____________________________________________________________________________
19493 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
19494         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
19495              From: Michael G Schwern <schwern@pobox.com>
19496              Date: Mon, 24 Sep 2001 11:12:13 -0400
19497              Message-ID: <20010924111213.G27885@blackrider>
19498      Branch: perl
19499            ! lib/ExtUtils/Manifest.pm
19500 ____________________________________________________________________________
19501 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
19502         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
19503              From: Michael G Schwern <schwern@pobox.com> 
19504              Date: Mon, 24 Sep 2001 11:02:07 -0400
19505              Message-ID: <20010924110207.E27885@blackrider>
19506      Branch: perl
19507            ! vms/test.com
19508 ____________________________________________________________________________
19509 [ 12176] By: ams                                   on 2001/09/24  14:01:59
19510         Log: Update Changes.
19511      Branch: perl
19512            ! Changes
19513 ____________________________________________________________________________
19514 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
19515         Log: Various cleanups.
19516      Branch: perl
19517            ! ext/threads/Makefile.PL ext/threads/threads.xs
19518 ____________________________________________________________________________
19519 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
19520         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
19521      Branch: maint-5.6/macperl
19522           !> (integrate 33 files)
19523 ____________________________________________________________________________
19524 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
19525         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
19526              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19527              Date: Mon, 24 Sep 2001 20:04:58 +0900
19528              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
19529      Branch: perl
19530            ! ext/Encode/Encode/gb2312.enc
19531 ____________________________________________________________________________
19532 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
19533         Log: Clarifying comment to #12164.
19534      Branch: perl
19535            ! lib/Cwd.pm
19536 ____________________________________________________________________________
19537 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
19538         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
19539              From: Nicholas Clark <nick@ccl4.org>
19540              Date: Sun, 23 Sep 2001 23:00:56 +0100
19541              Message-ID: <20010923230055.Y4971@plum.flirble.org>
19542              
19543              (with "sample_constants" changed to "fallback")
19544      Branch: perl
19545            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
19546            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
19547            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
19548            ! lib/h2xs.t utils/h2xs.PL
19549 ____________________________________________________________________________
19550 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
19551         Log: Metaconfig unit change for #12167.
19552      Branch: metaconfig
19553            ! U/modified/Cppsym.U
19554 ____________________________________________________________________________
19555 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
19556         Log: Add a few glibc cpp symbols to probe for.
19557      Branch: perl
19558            ! Configure
19559 ____________________________________________________________________________
19560 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
19561         Log: DJGPP tweaks for Laszlo Molnar.
19562      Branch: perl
19563            ! djgpp/djgppsed.sh dosish.h
19564 ____________________________________________________________________________
19565 [ 12165] By: ams                                   on 2001/09/24  10:07:08
19566         Log: Subject: [PATCH t/op/inccode.t] More tests
19567              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19568              Date: 24 Sep 2001 10:01:44 -0000
19569              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
19570      Branch: perl
19571            ! t/op/inccode.t
19572 ____________________________________________________________________________
19573 [ 12164] By: ams                                   on 2001/09/24  09:43:29
19574         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
19575              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
19576              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
19577              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
19578      Branch: perl
19579            ! lib/Cwd.pm
19580 ____________________________________________________________________________
19581 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
19582         Log: 1_compile updates.
19583      Branch: perl
19584            ! t/lib/1_compile.t
19585 ____________________________________________________________________________
19586 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
19587         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
19588              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19589              Date: Wed, 19 Sep 2001 22:47:14 +0200
19590              Message-ID: <20010919224714.A6382@rafael>
19591      Branch: perl
19592            ! pod/perlvar.pod pp_ctl.c
19593 ____________________________________________________________________________
19594 [ 12161] By: ams                                   on 2001/09/23  17:40:02
19595         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
19596              filetest Pragma
19597              From: "chromatic" <chromatic@rmci.net>
19598              Date: Sun, 23 Sep 2001 12:07:25 -0600
19599              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
19600      Branch: perl
19601            + lib/filetest.t
19602            ! MANIFEST t/lib/1_compile.t
19603 ____________________________________________________________________________
19604 [ 12160] By: ams                                   on 2001/09/23  16:32:11
19605         Log: Additional minor chdir() tweak.
19606      Branch: perl
19607            ! pod/perlfunc.pod
19608 ____________________________________________________________________________
19609 [ 12159] By: ams                                   on 2001/09/23  16:25:01
19610         Log: Subject: PATCH lib/ExtUtils/Command.t
19611              From: Abe Timmerman <abe@ztreet.demon.nl>
19612              Date: Sun, 23 Sep 2001 19:11:44 +0200
19613              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
19614      Branch: perl
19615            ! lib/ExtUtils/Command.t
19616 ____________________________________________________________________________
19617 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
19618         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
19619              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19620              Date: Sun, 23 Sep 2001 02:02:26 +0200
19621              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
19622      Branch: perl
19623            ! makedef.pl
19624 ____________________________________________________________________________
19625 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
19626         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
19627              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
19628              Date: Sat, 22 Sep 2001 12:54:39 -0500
19629              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
19630      Branch: perl
19631            ! t/op/study.t
19632 ____________________________________________________________________________
19633 [ 12156] By: nick                                  on 2001/09/23  07:48:44
19634         Log: Integrate mainline
19635      Branch: perlio
19636            - check83.pl
19637           !> ext/Encode/Encode/2022-cn.enc
19638 ____________________________________________________________________________
19639 [ 12155] By: nick                                  on 2001/09/23  07:48:01
19640         Log: Integrate mainline
19641      Branch: perlio
19642           +> (branch 64 files)
19643            - ext/Encode/Encode/cns11643-1.enc
19644            - ext/Encode/Encode/cns11643-2.enc
19645            - ext/Encode/Encode/iso2022-cn.enc
19646            - ext/Encode/Encode/iso2022-jp.enc
19647            - ext/Encode/Encode/iso2022-jp1.enc
19648            - ext/Encode/Encode/iso2022-jp2.enc
19649            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
19650            - ext/Encode/Encode/iso8859-1.enc
19651            - ext/Encode/Encode/iso8859-1.ucm
19652            - ext/Encode/Encode/iso8859-10.enc
19653            - ext/Encode/Encode/iso8859-10.ucm
19654            - ext/Encode/Encode/iso8859-13.enc
19655            - ext/Encode/Encode/iso8859-13.ucm
19656            - ext/Encode/Encode/iso8859-14.enc
19657            - ext/Encode/Encode/iso8859-14.ucm
19658            - ext/Encode/Encode/iso8859-15.enc
19659            - ext/Encode/Encode/iso8859-15.ucm
19660            - ext/Encode/Encode/iso8859-16.enc
19661            - ext/Encode/Encode/iso8859-16.ucm
19662            - ext/Encode/Encode/iso8859-2.enc
19663            - ext/Encode/Encode/iso8859-2.ucm
19664            - ext/Encode/Encode/iso8859-3.enc
19665            - ext/Encode/Encode/iso8859-3.ucm
19666            - ext/Encode/Encode/iso8859-4.enc
19667            - ext/Encode/Encode/iso8859-4.ucm
19668            - ext/Encode/Encode/iso8859-5.enc
19669            - ext/Encode/Encode/iso8859-5.ucm
19670            - ext/Encode/Encode/iso8859-6.enc
19671            - ext/Encode/Encode/iso8859-6.ucm
19672            - ext/Encode/Encode/iso8859-7.enc
19673            - ext/Encode/Encode/iso8859-7.ucm
19674            - ext/Encode/Encode/iso8859-8.enc
19675            - ext/Encode/Encode/iso8859-8.ucm
19676            - ext/Encode/Encode/iso8859-9.enc
19677            - ext/Encode/Encode/iso8859-9.ucm
19678            - ext/Encode/Encode/isoir-197.enc
19679            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
19680            - t/lib/sample-tests/header_at_end
19681            - t/lib/sample-tests/header_at_end_fail
19682           !> (integrate 174 files)
19683 ____________________________________________________________________________
19684 [ 12154] By: ams                                   on 2001/09/23  07:11:46
19685         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
19686              by Blair Zajac.
19687      Branch: perl
19688            ! pod/perlfunc.pod
19689 ____________________________________________________________________________
19690 [ 12153] By: ams                                   on 2001/09/23  06:56:32
19691         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
19692              Forgotten deprecation of *glob{FILEHANDLE}?
19693              From: "chromatic" <chromatic@rmci.net>
19694              Date: Sat, 22 Sep 2001 21:27:56 -0600
19695              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
19696      Branch: perl
19697            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
19698 ____________________________________________________________________________
19699 [ 12152] By: ams                                   on 2001/09/23  06:42:58
19700         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
19701              From: Michael G Schwern <schwern@pobox.com>
19702              Date: Sun, 23 Sep 2001 03:34:39 -0400
19703              Message-Id: <20010923033439.E7005@blackrider>
19704      Branch: perl
19705            ! lib/File/Find.pm
19706 ____________________________________________________________________________
19707 [ 12151] By: ams                                   on 2001/09/23  06:37:57
19708         Log: Subject: Re: t/op/magic.t missing tests on Win32
19709              From: Michael G Schwern <schwern@pobox.com>
19710              Date: Sat, 22 Sep 2001 20:29:09 -0400
19711              Message-Id: <20010922202909.I18223@blackrider>
19712      Branch: perl
19713            ! t/op/magic.t
19714 ____________________________________________________________________________
19715 [ 12150] By: ams                                   on 2001/09/23  06:36:26
19716         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
19717              Dumpvalue.pm
19718              From: "chromatic" <chromatic@rmci.net>
19719              Date: Sat, 22 Sep 2001 19:41:31 -0600
19720              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
19721      Branch: perl
19722            + lib/Dumpvalue.t
19723            ! MANIFEST lib/Dumpvalue.pm
19724 ____________________________________________________________________________
19725 [ 12149] By: ams                                   on 2001/09/23  06:25:35
19726         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
19727              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19728              Date: Sun, 23 Sep 2001 15:27:56 +0900
19729              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
19730      Branch: perl
19731            ! ext/Encode/Encode/2022-cn.enc
19732 ____________________________________________________________________________
19733 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
19734         Log: Manual eror in #12147.
19735      Branch: perl
19736            ! win32/win32.c
19737 ____________________________________________________________________________
19738 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
19739         Log: Integrate change #12146 from maintperl;
19740              win32_chdir() et al don't handle a NULL argument gracefully
19741      Branch: perl
19742           !> win32/perlhost.h win32/win32.c
19743 ____________________________________________________________________________
19744 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
19745         Log: win32_chdir() et al don't handle a NULL argument gracefully
19746      Branch: maint-5.6/perl
19747            ! win32/perlhost.h win32/win32.c
19748 ____________________________________________________________________________
19749 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
19750         Log: typo in change#12026
19751      Branch: maint-5.6/perl
19752            ! op.c
19753 ____________________________________________________________________________
19754 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
19755         Log: Subject: [PATCH] Re: scalar context unpack bugs
19756              From: Nicholas Clark <nick@ccl4.org>
19757              Date: Sat, 22 Sep 2001 23:07:56 +0100
19758              Message-ID: <20010922230755.O4971@plum.flirble.org>
19759      Branch: perl
19760            ! pp_pack.c t/op/pack.t
19761 ____________________________________________________________________________
19762 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
19763         Log: Try ExtUtils::Command.t everywhere, not just on Win32
19764              (as suggested by NI-S).  Also allow running it either
19765              in t/ or in the main directory.
19766      Branch: perl
19767            ! lib/ExtUtils/Command.t
19768 ____________________________________________________________________________
19769 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
19770         Log: Update the test on warnings/register.t.
19771      Branch: perl
19772            ! t/lib/1_compile.t
19773 ____________________________________________________________________________
19774 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
19775         Log: The code is now almost tidy enough to keep the IRIX cc happy.
19776      Branch: perl
19777            ! hints/irix_6.sh
19778 ____________________________________________________________________________
19779 [ 12140] By: ams                                   on 2001/09/22  17:26:32
19780         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
19781              use_ithreads
19782              From: "Craig A. Berry" <craigberry@mac.com>
19783              Date: Sat, 22 Sep 2001 13:15:32 -0500
19784              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
19785      Branch: perl
19786            ! configure.com
19787 ____________________________________________________________________________
19788 [ 12139] By: ams                                   on 2001/09/22  16:44:08
19789         Log: Do what perl_clone() does for sharedsv functions.
19790      Branch: perl
19791            ! embed.pl proto.h
19792 ____________________________________________________________________________
19793 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
19794         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
19795              (suggested by Sarathy, extensions shouldn't be dabbling with
19796              op structures, so binary backward compatibility should not be
19797              an issue.)
19798      Branch: perl
19799            ! hints/irix_6.sh op.h
19800 ____________________________________________________________________________
19801 [ 12137] By: ams                                   on 2001/09/22  16:21:05
19802         Log: More cleanups. (What's PERL_DECL_PROT?)
19803      Branch: perl
19804            ! embed.pl proto.h sharedsv.h
19805 ____________________________________________________________________________
19806 [ 12136] By: ams                                   on 2001/09/22  15:14:34
19807         Log: (Retracted by #12185)
19808              
19809              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
19810              Add Tests for warnings::register, Doc Update
19811              From: "chromatic" <chromatic@rmci.net>
19812              Date: Sat, 22 Sep 2001 09:43:20 -0600
19813              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
19814      Branch: perl
19815            + lib/warnings/register.t
19816            ! MANIFEST lib/warnings/register.pm
19817 ____________________________________________________________________________
19818 [ 12135] By: ams                                   on 2001/09/22  15:07:50
19819         Log: `@foo' should be @foo for consistency.
19820      Branch: perl
19821            ! pod/perldiag.pod
19822 ____________________________________________________________________________
19823 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
19824         Log: (Retracted by #12138)
19825              
19826              Add -woff (turn warning off) 3187:
19827              "A pointer is converted to a smaller integer."
19828              This happens when your pointers are 64-bit: then every case
19829              of converting pointers to PADOFFSETs (explicitly 32-bit)
19830              faces truncation (even explicit use of INT2PTR doesn't help).
19831              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
19832              Changing PADOFFSET from U32 to UV would help, but that
19833              would break binary backward compatibility of BASEOP and padop
19834              (assuming you have been using 64-bit pointers).
19835      Branch: perl
19836            ! hints/irix_6.sh
19837 ____________________________________________________________________________
19838 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
19839         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
19840              but the name comes from the inside the file, not from the file
19841              name, and Rumanian is the name of the language.
19842      Branch: perl
19843            + ext/Encode/Encode/macRumanian.enc
19844            - ext/Encode/Encode/macRomania.enc
19845            ! MANIFEST
19846 ____________________________________________________________________________
19847 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
19848         Log: Rename perltootc as perltooc for 8.3-friedliness.
19849      Branch: perl
19850            + pod/perltooc.pod
19851            - pod/perltootc.pod
19852            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
19853            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
19854            ! pod/perltoot.pod
19855 ____________________________________________________________________________
19856 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
19857         Log: Find more conflicts by lowercasing.
19858      Branch: perl
19859            + Porting/check83.pl
19860            - check83.pl
19861            ! MANIFEST
19862 ____________________________________________________________________________
19863 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
19864         Log: The AIX cc 5.0.0.0 is simply too buggy.
19865      Branch: perl
19866            ! hints/aix.sh
19867 ____________________________________________________________________________
19868 [ 12129] By: ams                                   on 2001/09/22  12:35:38
19869         Log: Uninteresting cleanup.
19870      Branch: perl
19871            ! form.h
19872 ____________________________________________________________________________
19873 [ 12128] By: ams                                   on 2001/09/22  12:28:48
19874         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
19875              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19876              Date: Sat, 22 Sep 2001 14:29:13 +0100
19877              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
19878      Branch: perl
19879            ! cv.h
19880 ____________________________________________________________________________
19881 [ 12127] By: ams                                   on 2001/09/22  12:04:28
19882         Log: What's a backet?
19883      Branch: perl
19884            ! dump.c
19885 ____________________________________________________________________________
19886 [ 12126] By: ams                                   on 2001/09/22  10:02:34
19887         Log: Removed duplicated tests #19 and #20.
19888      Branch: perl
19889            ! t/op/do.t
19890 ____________________________________________________________________________
19891 [ 12125] By: ams                                   on 2001/09/22  03:58:41
19892         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
19893              From: Michael Carman <mjcarman@home.com>
19894              Date: Fri, 21 Sep 2001 17:54:05 -0500
19895              Message-Id: <3BABC50D.6040202@home.com>
19896              (Applied with some changes.)
19897      Branch: perl
19898            ! pod/perlmod.pod
19899 ____________________________________________________________________________
19900 [ 12124] By: ams                                   on 2001/09/22  03:44:19
19901         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
19902              From: Michael G Schwern <schwern@pobox.com>
19903              Date: Fri, 21 Sep 2001 19:20:40 -0400
19904              Message-Id: <20010921192040.E5494@blackrider>
19905      Branch: perl
19906            ! t/op/chdir.t
19907 ____________________________________________________________________________
19908 [ 12123] By: ams                                   on 2001/09/22  03:41:08
19909         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
19910              From: Blair Zajac <blair@orcaware.com>
19911              Date: Fri, 21 Sep 2001 15:13:04 -0700
19912              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
19913      Branch: perl
19914            ! t/op/chdir.t
19915 ____________________________________________________________________________
19916 [ 12122] By: ams                                   on 2001/09/22  03:37:07
19917         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
19918              20010920.007
19919              From: Michael G Schwern <schwern@pobox.com>
19920              Date: Fri, 21 Sep 2001 17:59:03 -0400
19921              Message-Id: <20010921175903.V5494@blackrider>
19922      Branch: perl
19923            ! t/op/do.t
19924 ____________________________________________________________________________
19925 [ 12121] By: ams                                   on 2001/09/22  03:30:38
19926         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
19927              suite on WinCE)
19928              From: Michael G Schwern <schwern@pobox.com>
19929              Date: Fri, 21 Sep 2001 19:41:03 -0400
19930              Message-Id: <20010921194103.G5494@blackrider>
19931      Branch: perl
19932            ! pod/perlport.pod
19933 ____________________________________________________________________________
19934 [ 12120] By: ams                                   on 2001/09/22  03:28:06
19935         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
19936              From: Michael G Schwern <schwern@pobox.com>
19937              Date: Fri, 21 Sep 2001 17:33:35 -0400
19938              Message-Id: <20010921173335.T5494@blackrider>
19939              ($ENV{FOO}=undef hunk not applied.)
19940      Branch: perl
19941            ! t/op/magic.t
19942 ____________________________________________________________________________
19943 [ 12119] By: ams                                   on 2001/09/22  03:02:26
19944         Log: Subject: [PATCH] perldiag.pod
19945              From: Peter Scott <Peter@PSDT.com>
19946              Date: Fri, 21 Sep 2001 18:54:50 -0700
19947              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
19948              (Moved to the right place.)
19949      Branch: perl
19950            ! pod/perldiag.pod
19951 ____________________________________________________________________________
19952 [ 12118] By: ams                                   on 2001/09/21  20:05:29
19953         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
19954              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19955              Date: Fri, 21 Sep 2001 22:36:54 +0200
19956              Message-Id: <20010921223654.A12742@rafael>
19957      Branch: perl
19958            ! t/op/do.t
19959 ____________________________________________________________________________
19960 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
19961         Log: Restore things as they were before
19962              the backward compatibility police notices.
19963      Branch: perl
19964            ! lib/Cwd.pm
19965 ____________________________________________________________________________
19966 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
19967         Log: More Cwd from Schwern: make also OS/2 and DOS
19968              Cwd agree with File::Spec (that is, native path
19969              syntax using \ instead of / -- backward compatibility
19970              polic warning) and stop Win32 from using bsd_realpath().
19971      Branch: perl
19972            ! lib/Cwd.pm
19973 ____________________________________________________________________________
19974 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
19975         Log: Subject: [PATCH @12110] RE: Untested libraries update
19976              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19977              Date: Fri, 21 Sep 2001 18:21:07 +0100
19978              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
19979      Branch: perl
19980            ! lib/warnings/register.pm
19981 ____________________________________________________________________________
19982 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
19983         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
19984              From: Michael G Schwern <schwern@pobox.com>
19985              Date: Thu, 20 Sep 2001 22:54:02 -0400
19986              Message-ID: <20010920225402.A3611@blackrider>
19987      Branch: perl
19988            ! lib/Cwd.pm
19989 ____________________________________________________________________________
19990 [ 12113] By: ams                                   on 2001/09/21  17:08:24
19991         Log: Subject: [PATCH] avoid v-strings with require/use
19992              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19993              Date: Fri, 21 Sep 2001 12:34:40 -0400
19994              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
19995      Branch: perl
19996            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
19997            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
19998            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
19999            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20000            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
20001            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
20002            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
20003            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20004            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
20005            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
20006            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
20007            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
20008            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
20009            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
20010            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
20011            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
20012            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
20013            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
20014            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
20015 ____________________________________________________________________________
20016 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
20017         Log: Update Changes.
20018      Branch: perl
20019            ! Changes patchlevel.h
20020 ____________________________________________________________________________
20021 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
20022         Log: Make AIX and Tru64 compilers happy.  
20023      Branch: perl
20024            ! ext/threads/threads.h ext/threads/threads.xs
20025 ____________________________________________________________________________
20026 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
20027         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
20028              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20029              Date: 21 Sep 2001 09:16:37 -0000
20030              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
20031      Branch: perl
20032            ! toke.c
20033 ____________________________________________________________________________
20034 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
20035         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
20036              From: Michael G Schwern <schwern@pobox.com>
20037              Date: Thu, 20 Sep 2001 21:21:34 -0400
20038              Message-ID: <20010920212134.Y28291@blackrider>
20039      Branch: perl
20040            ! pp_sys.c
20041 ____________________________________________________________________________
20042 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
20043         Log: Subject: Re: GDB Debugging Macros from mod_perl
20044              From: rspier@pobox.com (Robert Spier)
20045              Date: Thu, 20 Sep 2001 22:45:03 -0700
20046              Message-ID: <15274.54239.413929.49430@rls.cx>
20047      Branch: perl
20048            ! pod/perltodo.pod
20049 ____________________________________________________________________________
20050 [ 12105] By: sky                                   on 2001/09/21  10:33:34
20051         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
20052              timezone! GetSystemTime should be available on all Win32 
20053              platforms we support. Perhaps Time::HiRes should be extended to
20054              support WinCE and Novell?
20055      Branch: perl
20056            ! ext/Time/HiRes/HiRes.xs
20057 ____________________________________________________________________________
20058 [ 12104] By: sky                                   on 2001/09/21  08:12:39
20059         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
20060      Branch: perl
20061            ! ext/threads/threads.h ext/threads/threads.xs
20062 ____________________________________________________________________________
20063 [ 12103] By: sky                                   on 2001/09/21  07:57:41
20064         Log: Rename the *thread* functions to Perl_* to avoid clashes.
20065              Notably on AIX but could become a problem on other platforms.
20066      Branch: perl
20067            ! ext/threads/threads.h ext/threads/threads.xs
20068 ____________________________________________________________________________
20069 [ 12102] By: sky                                   on 2001/09/21  07:35:30
20070         Log: Add the shared sv space to the global vars.
20071              Fix problems compiling on win32.
20072      Branch: perl
20073            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
20074            ! sharedsv.c sharedsv.h
20075 ____________________________________________________________________________
20076 [ 12101] By: ams                                   on 2001/09/21  00:19:55
20077         Log: Subject: [PATCH] win32/Makefile warning fix
20078              From: Blair Zajac <blair@orcaware.com>
20079              Date: Thu, 20 Sep 2001 18:15:43 -0700
20080              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
20081      Branch: perl
20082            ! win32/Makefile
20083 ____________________________________________________________________________
20084 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
20085         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
20086              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20087              Date: Thu, 20 Sep 2001 18:36:22 +0200
20088              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
20089      Branch: perl
20090            ! lib/ExtUtils/Command.t
20091 ____________________________________________________________________________
20092 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
20093         Log: Cant spl wirth a dam.
20094      Branch: perl
20095            ! intrpvar.h
20096 ____________________________________________________________________________
20097 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
20098         Log: Don't use C++ comments.
20099      Branch: perl
20100            ! ext/threads/threads.xs
20101 ____________________________________________________________________________
20102 [ 12097] By: ams                                   on 2001/09/20  21:42:07
20103         Log: Change #12044 didn't.
20104      Branch: perl
20105            ! lib/constant.pm
20106 ____________________________________________________________________________
20107 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
20108         Log: Metaconfig unit changes for #12095.
20109      Branch: metaconfig
20110            ! U/modified/Myinit.U U/modified/libs.U
20111 ____________________________________________________________________________
20112 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
20113         Log: Remove iconv references since we are not using it
20114              and not going to; regen perltoc, perlmodlib.
20115              (Some references still linger in perltoc, have to figure
20116              out where they are coming from.)
20117      Branch: perl
20118            ! Configure NetWare/config.wc NetWare/config_H.wc
20119            ! Porting/Glossary Porting/config.sh Porting/config_H
20120            ! config_h.SH configure.com epoc/config.sh perl.h
20121            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
20122            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20123            ! vos/config.ga.h win32/config.bc win32/config.gc
20124            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20125            ! win32/config_H.vc wince/config.ce wince/config.h
20126            ! wince/config_H.ce
20127 ____________________________________________________________________________
20128 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
20129         Log: Subject: [PATCH docs] Re: ARGV and read
20130              From: Dave Mitchell <davem@fdgroup.co.uk>
20131              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
20132              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
20133      Branch: perl
20134            ! pod/perltodo.pod pod/perlvar.pod
20135 ____________________________________________________________________________
20136 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
20137         Log: Fresh copies from the cvs.perl.org perlfaq repository.
20138      Branch: perl
20139            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20140            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20141            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20142            ! pod/perlfaq9.pod
20143 ____________________________________________________________________________
20144 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
20145         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
20146              From: Nicholas Clark <nick@ccl4.org>
20147              Date: Thu, 20 Sep 2001 14:27:08 +0100
20148              Message-ID: <20010920142708.X4971@plum.flirble.org>
20149      Branch: perl
20150            ! pp_pack.c t/op/pack.t
20151 ____________________________________________________________________________
20152 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
20153         Log: The sharedsv_space* are variables, not code.  Duh.
20154      Branch: perl
20155            ! intrpvar.h makedef.pl
20156 ____________________________________________________________________________
20157 [ 12090] By: ams                                   on 2001/09/20  11:26:06
20158         Log: Subject: [patch lib/lib_pm.PL]
20159              From: Stas Bekman <stas@stason.org>
20160              Date: Thu, 20 Sep 2001 18:48:53 +0800
20161              Message-Id: <3BA9C995.6010302@stason.org>
20162              (Applied by hand.)
20163      Branch: perl
20164            ! lib/lib_pm.PL
20165 ____________________________________________________________________________
20166 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
20167         Log: Only 21 tests, skipping or not.
20168      Branch: perl
20169            ! lib/ExtUtils/Command.t
20170 ____________________________________________________________________________
20171 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
20172         Log: New exported symbols.
20173      Branch: perl
20174            ! makedef.pl
20175 ____________________________________________________________________________
20176 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
20177         Log: Update Changes.
20178      Branch: perl
20179            ! Changes patchlevel.h
20180 ____________________________________________________________________________
20181 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
20182         Log: Correct numbering of the tests is useful.
20183      Branch: perl
20184            ! ext/threads/t/basic.t
20185 ____________________________________________________________________________
20186 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
20187         Log: More tests now too.
20188      Branch: perl
20189            ! lib/ExtUtils/Command.t
20190 ____________________________________________________________________________
20191 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
20192         Log: More tests now.
20193      Branch: perl
20194            ! ext/threads/t/basic.t
20195 ____________________________________________________________________________
20196 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
20197         Log: The test assumed 7-bit ASCII.  Now it "just"
20198              assumes 8-bit whatever.
20199      Branch: perl
20200            ! t/op/crypt.t
20201 ____________________________________________________________________________
20202 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
20203         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
20204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20205              Date: Wed, 19 Sep 2001 11:45:28 +0200
20206              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
20207              
20208              Lvalue casts are not portable.
20209      Branch: perl
20210            ! ext/threads/threads.xs
20211 ____________________________________________________________________________
20212 [ 12081] By: sky                                   on 2001/09/19  10:17:52
20213         Log: Make the basic test contain only realy basic API tests
20214              Seems to be a problem with detach.
20215      Branch: perl
20216            ! ext/threads/t/basic.t
20217 ____________________________________________________________________________
20218 [ 12080] By: ams                                   on 2001/09/19  01:23:55
20219         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
20220              From: Michael G Schwern <schwern@pobox.com>
20221              Date: Tue, 18 Sep 2001 19:53:48 -0400
20222              Message-Id: <20010918195348.M585@blackrider>
20223              
20224              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
20225              From: Michael G Schwern <schwern@pobox.com>
20226              Date: Tue, 18 Sep 2001 22:07:13 -0400
20227              Message-Id: <20010918220713.B19616@blackrider>
20228      Branch: perl
20229            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
20230            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20231            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
20232            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
20233            ! lib/Test/Tutorial.pod
20234 ____________________________________________________________________________
20235 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
20236         Log: Indent the test a bit.
20237      Branch: perl
20238            ! ext/threads/t/basic.t
20239 ____________________________________________________________________________
20240 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
20241         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
20242              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20243              Date: Tue, 18 Sep 2001 18:06:44 +0200
20244              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
20245      Branch: perl
20246            ! win32/win32.c
20247 ____________________________________________________________________________
20248 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
20249         Log: Subject: stat access time is wrong on Win95
20250              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20251              Date: Tue, 18 Sep 2001 21:59:24 +0200
20252              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
20253      Branch: perl
20254            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
20255 ____________________________________________________________________________
20256 [ 12076] By: ams                                   on 2001/09/18  22:11:25
20257         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
20258              From: Michael G Schwern <schwern@pobox.com>
20259              Date: Tue, 18 Sep 2001 18:47:14 -0400
20260              Message-Id: <20010918184714.I585@blackrider>
20261      Branch: perl
20262            ! t/op/crypt.t
20263 ____________________________________________________________________________
20264 [ 12075] By: sky                                   on 2001/09/18  19:29:37
20265         Log: two test failures
20266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20267              Message-ID: <20010918221702.A17408@rafael>
20268              partly applied, #12074 already fixed half the patch
20269      Branch: perl
20270            ! ext/threads/t/basic.t
20271 ____________________________________________________________________________
20272 [ 12074] By: sky                                   on 2001/09/18  18:49:03
20273         Log: Fixes test case failure introduced by #12071, the warning is
20274              now correctly spelled :-)
20275      Branch: perl
20276            ! ext/IO/lib/IO/t/io_sel.t
20277 ____________________________________________________________________________
20278 [ 12073] By: sky                                   on 2001/09/18  18:46:22
20279         Log: Make the test behave properly!
20280      Branch: perl
20281            ! ext/threads/t/basic.t
20282 ____________________________________________________________________________
20283 [ 12072] By: ams                                   on 2001/09/18  18:44:59
20284         Log: OP_RCATLINE is an SVOP, not a BASEOP.
20285      Branch: perl
20286            ! opcode.h opcode.pl
20287 ____________________________________________________________________________
20288 [ 12071] By: ams                                   on 2001/09/18  18:06:27
20289         Log: Deprecate != Depreciate.
20290      Branch: perl
20291            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
20292            ! lib/Pod/ParseUtils.pm
20293 ____________________________________________________________________________
20294 [ 12070] By: ams                                   on 2001/09/18  15:14:58
20295         Log: Subject: [PATCH] Getopt::Std cleanup
20296              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20297              Date: Tue, 18 Sep 2001 17:32:13 +0200
20298              Message-Id: <20010918173213.C777@rafael>
20299      Branch: perl
20300            ! lib/Getopt/Std.pm lib/Getopt/Std.t
20301 ____________________________________________________________________________
20302 [ 12069] By: sky                                   on 2001/09/18  14:56:33
20303         Log: Forgot the makefile
20304      Branch: perl
20305            + ext/threads/Makefile.PL
20306 ____________________________________________________________________________
20307 [ 12068] By: sky                                   on 2001/09/18  14:13:26
20308         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
20309              The test will fail because of Test.pm not knowing about threads. 
20310              basic needs to be manually tested
20311              compile time warnings on IV2PTR conversions need to be fixed
20312      Branch: perl
20313            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
20314            + ext/threads/threads.h ext/threads/threads.pm
20315            + ext/threads/threads.xs
20316            ! MANIFEST
20317 ____________________________________________________________________________
20318 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
20319         Log: DJGPP tweak from Laszlo Molnar.
20320      Branch: perl
20321            ! djgpp/config.over
20322 ____________________________________________________________________________
20323 [ 12066] By: sky                                   on 2001/09/18  10:24:31
20324         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
20325      Branch: perl
20326            ! sharedsv.c sharedsv.h
20327 ____________________________________________________________________________
20328 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
20329         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
20330              ditto ^cns.
20331      Branch: perl
20332            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
20333            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
20334            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
20335            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
20336            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
20337            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
20338            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
20339            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
20340            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
20341            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
20342            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
20343            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
20344            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
20345            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
20346            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
20347            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
20348            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
20349            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
20350            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
20351            + ext/Encode/Encode/ir-197.enc
20352            - ext/Encode/Encode/cns11643-1.enc
20353            - ext/Encode/Encode/cns11643-2.enc
20354            - ext/Encode/Encode/iso2022-cn.enc
20355            - ext/Encode/Encode/iso2022-jp.enc
20356            - ext/Encode/Encode/iso2022-jp1.enc
20357            - ext/Encode/Encode/iso2022-jp2.enc
20358            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
20359            - ext/Encode/Encode/iso8859-1.enc
20360            - ext/Encode/Encode/iso8859-1.ucm
20361            - ext/Encode/Encode/iso8859-10.enc
20362            - ext/Encode/Encode/iso8859-10.ucm
20363            - ext/Encode/Encode/iso8859-11.enc
20364            - ext/Encode/Encode/iso8859-11.ucm
20365            - ext/Encode/Encode/iso8859-13.enc
20366            - ext/Encode/Encode/iso8859-13.ucm
20367            - ext/Encode/Encode/iso8859-14.enc
20368            - ext/Encode/Encode/iso8859-14.ucm
20369            - ext/Encode/Encode/iso8859-15.enc
20370            - ext/Encode/Encode/iso8859-15.ucm
20371            - ext/Encode/Encode/iso8859-16.enc
20372            - ext/Encode/Encode/iso8859-16.ucm
20373            - ext/Encode/Encode/iso8859-2.enc
20374            - ext/Encode/Encode/iso8859-2.ucm
20375            - ext/Encode/Encode/iso8859-3.enc
20376            - ext/Encode/Encode/iso8859-3.ucm
20377            - ext/Encode/Encode/iso8859-4.enc
20378            - ext/Encode/Encode/iso8859-4.ucm
20379            - ext/Encode/Encode/iso8859-5.enc
20380            - ext/Encode/Encode/iso8859-5.ucm
20381            - ext/Encode/Encode/iso8859-6.enc
20382            - ext/Encode/Encode/iso8859-6.ucm
20383            - ext/Encode/Encode/iso8859-7.enc
20384            - ext/Encode/Encode/iso8859-7.ucm
20385            - ext/Encode/Encode/iso8859-8.enc
20386            - ext/Encode/Encode/iso8859-8.ucm
20387            - ext/Encode/Encode/iso8859-9.enc
20388            - ext/Encode/Encode/iso8859-9.ucm
20389            - ext/Encode/Encode/isoir-197.enc
20390            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
20391 ____________________________________________________________________________
20392 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
20393         Log: Must Uppercase.
20394      Branch: perl
20395            ! ext/Encode/Encode.pm
20396 ____________________________________________________________________________
20397 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
20398         Log: Add various encodings.
20399      Branch: perl
20400            + ext/Encode/Encode/iso8859-11.enc
20401            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
20402            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
20403            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
20404            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
20405            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
20406            + ext/Encode/Encode/viscii.ucm
20407            ! MANIFEST ext/Encode/Encode.pm
20408 ____________________________________________________________________________
20409 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
20410         Log: lib/unicode relic.
20411      Branch: perl
20412            ! ext/Encode/compile
20413 ____________________________________________________________________________
20414 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
20415         Log: Subject: [PATCH] Re: filename problems
20416              From: Michael G Schwern <schwern@pobox.com>
20417              Date: Mon, 17 Sep 2001 17:26:26 -0400
20418              Message-ID: <20010917172626.Q585@blackrider>
20419      Branch: perl
20420            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
20421            - t/lib/sample-tests/header_at_end
20422            - t/lib/sample-tests/header_at_end_fail
20423            ! MANIFEST lib/Test/Harness/t/test-harness.t
20424 ____________________________________________________________________________
20425 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
20426         Log: Explicitly explain the 1e9 seconds, not everybody
20427              is a C geek.
20428      Branch: perl
20429            ! ext/Time/HiRes/HiRes.pm
20430 ____________________________________________________________________________
20431 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
20432         Log: Explain an apparent bug reported by
20433              Richard J. Barbalace <rjbarbal@MIT.EDU>,
20434              with additional explanation from Gisle Aas.
20435      Branch: perl
20436            ! ext/Time/HiRes/HiRes.pm
20437 ____________________________________________________________________________
20438 [ 12058] By: ams                                   on 2001/09/17  19:52:01
20439         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
20440              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20441              Date: Mon, 17 Sep 2001 22:48:05 +0200
20442              Message-Id: <20010917224805.C11744@rafael>
20443      Branch: perl
20444            ! t/lib/warnings/op t/lib/warnings/pp
20445 ____________________________________________________________________________
20446 [ 12057] By: ams                                   on 2001/09/17  16:51:18
20447         Log: Its a nit!
20448      Branch: perl
20449            ! sv.h
20450 ____________________________________________________________________________
20451 [ 12056] By: ams                                   on 2001/09/17  16:47:55
20452         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
20453              From: "Craig A. Berry" <craigberry@mac.com>
20454              Date: Mon, 17 Sep 2001 12:34:20 -0500
20455              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
20456      Branch: perl
20457            ! vms/vms.c
20458 ____________________________________________________________________________
20459 [ 12055] By: ams                                   on 2001/09/17  16:05:15
20460         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
20461              From: Gisle Aas <gisle@ActiveState.com>
20462              Date: 16 Apr 2001 16:20:34 -0700
20463              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
20464              (Applied by hand.)
20465      Branch: perl
20466            ! lib/CPAN.pm lib/CPAN/Nox.pm
20467 ____________________________________________________________________________
20468 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
20469         Log: Update Changes.
20470      Branch: perl
20471            ! Changes patchlevel.h
20472 ____________________________________________________________________________
20473 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
20474         Log: Adding new files to the MANIFEST is always nice.
20475      Branch: perl
20476            ! MANIFEST
20477 ____________________________________________________________________________
20478 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
20479         Log: Reindent the PerlIO files (suggested by NI-S), used
20480              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
20481              (GNU indent).  Note that wholesale re-indenting might
20482              be nice, but that would break nice formatting/alignment
20483              of assignments, equality testing, and complex boolean
20484              expressions with lots of &s and |s.
20485      Branch: perl
20486            ! perlio.c perlio.h perliol.h
20487 ____________________________________________________________________________
20488 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
20489         Log: Add a script for being 8.3-polite.
20490              The found conflicts are being worked on.
20491      Branch: perl
20492            + check83.pl
20493            ! MANIFEST Porting/pumpkin.pod
20494 ____________________________________________________________________________
20495 [ 12050] By: sky                                   on 2001/09/17  12:44:36
20496         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
20497              finding it.
20498      Branch: perl
20499            ! sv.c
20500 ____________________________________________________________________________
20501 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
20502         Log: Bump up versions because of #12041.
20503      Branch: perl
20504            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
20505            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
20506            ! lib/Time/localtime.pm
20507 ____________________________________________________________________________
20508 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
20509         Log: Bump the version number because of #12042.
20510      Branch: perl
20511            ! lib/CPAN/FirstTime.pm
20512 ____________________________________________________________________________
20513 [ 12047] By: ams                                   on 2001/09/17  11:21:40
20514         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
20515              From: Abhijit Menon-Sen <ams@wiw.org>
20516              Date: Mon, 17 Sep 2001 17:44:12 +0530
20517              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
20518      Branch: perl
20519            ! op.c
20520 ____________________________________________________________________________
20521 [ 12046] By: sky                                   on 2001/09/17  07:14:17
20522         Log: Subject: Re: t/op/ver.t using skip() improperly
20523              From: "chromatic" <chromatic@rmci.net>
20524              Date: Mon, 17 Sep 2001 00:22:29 -0600
20525              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
20526      Branch: perl
20527            ! t/op/ver.t
20528 ____________________________________________________________________________
20529 [ 12045] By: nick                                  on 2001/09/17  07:12:14
20530         Log: Integrate mainline
20531      Branch: perlio
20532           +> t/op/chdir.t
20533           !> (integrate 117 files)
20534 ____________________________________________________________________________
20535 [ 12044] By: ams                                   on 2001/09/17  05:49:53
20536         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
20537              From: Ilmari Karonen <iltzu@sci.fi>
20538              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
20539              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
20540              (And $VERSION = '1.05'.)
20541      Branch: perl
20542            ! lib/constant.pm
20543 ____________________________________________________________________________
20544 [ 12043] By: ams                                   on 2001/09/17  05:44:50
20545         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
20546              From: Michael G Schwern <schwern@pobox.com>
20547              Date: Mon, 17 Sep 2001 07:49:04 +0200
20548              Message-Id: <20010917074904.V1588@blackrider>
20549              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
20550      Branch: perl
20551            + t/op/chdir.t
20552            ! MANIFEST pp_sys.c
20553 ____________________________________________________________________________
20554 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
20555         Log: Subject: Re: CPAN.pm needs some hacking 
20556              From: "chromatic" <chromatic@rmci.net>
20557              Date: Sun, 16 Sep 2001 16:46:29 -0600
20558              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
20559      Branch: perl
20560            ! lib/CPAN/FirstTime.pm
20561 ____________________________________________________________________________
20562 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
20563         Log: Change use|require 5.005_64 to use|require 5.6.1.
20564      Branch: perl
20565            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
20566            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20567            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20568            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
20569            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
20570            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20571            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
20572            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
20573            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
20574            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
20575            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
20576            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
20577            ! lib/base.pm lib/fields.pm
20578 ____________________________________________________________________________
20579 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
20580         Log: Bump up version numbers.
20581              
20582              TODO 1: double check that pre-5.6.1 CPAN.pm:s
20583              don't try to download 5.8.0 because of the
20584              version numbers.  Mainly this means using _00
20585              in the core version numbers.
20586              
20587              TODO 2: the "use 5.005_64" in many modules
20588              needs to be changed to, say, "use 5.6.1".
20589      Branch: perl
20590            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
20591            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
20592            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
20593            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
20594            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
20595            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
20596            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20597            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
20598            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
20599            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
20600            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
20601 ____________________________________________________________________________
20602 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
20603         Log: Use UCHARAT() as suggested by Inaba Hiroto.
20604      Branch: perl
20605            ! regexec.c
20606 ____________________________________________________________________________
20607 [ 12038] By: ams                                   on 2001/09/16  15:16:24
20608         Log: Subject: [PATCH] Re: Core module version numbers review
20609              From: Peter Scott <Peter@PSDT.com>
20610              Date: Sun, 16 Sep 2001 09:09:58 -0700
20611              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
20612      Branch: perl
20613            ! lib/perl5db.pl
20614 ____________________________________________________________________________
20615 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
20616         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
20617              not yet fully implemented.
20618      Branch: perl
20619            ! pod/perlfunc.pod pod/perlunicode.pod
20620 ____________________________________________________________________________
20621 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
20622         Log: Subject: [patch] plug PL_beginav_save leak
20623              From: Doug MacEachern <dougm@covalent.net>
20624              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
20625              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
20626      Branch: perl
20627            ! perl.c
20628 ____________________________________________________________________________
20629 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
20630         Log: (accidentally empty checkin)
20631      Branch: perl
20632            ! sv.c
20633 ____________________________________________________________________________
20634 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
20635         Log: Subject: [patch] ithreads+PL_beginav_save
20636              From: Doug MacEachern <dougm@covalent.net>
20637              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
20638              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
20639      Branch: perl
20640            ! sv.c
20641 ____________________________________________________________________________
20642 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
20643         Log: Subject: [PATCH] h2xs.PL with C::Scan
20644              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20645              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
20646              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
20647      Branch: perl
20648            ! utils/h2xs.PL
20649 ____________________________________________________________________________
20650 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
20651         Log: Elaborate (well, make more vague, really) #12030.
20652      Branch: perl
20653            ! pod/perltodo.pod pod/perlunicode.pod
20654 ____________________________________________________________________________
20655 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
20656         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
20657              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20658              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
20659              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
20660      Branch: perl
20661            ! regexec.c
20662 ____________________________________________________________________________
20663 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
20664         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
20665              are not yet complete.
20666      Branch: perl
20667            ! pod/perltodo.pod pod/perlunicode.pod
20668 ____________________________________________________________________________
20669 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
20670         Log: Document what's still to be done on the regular expression
20671              Unicode support, based on the UTR#18.
20672      Branch: perl
20673            ! pod/perltodo.pod pod/perlunicode.pod
20674 ____________________________________________________________________________
20675 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
20676         Log: Regen headers.
20677      Branch: perl
20678            ! embedvar.h perlapi.h
20679 ____________________________________________________________________________
20680 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
20681         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
20682              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20683              Date: Sun, 09 Sep 2001 18:41:54 +0100
20684              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
20685      Branch: perl
20686            ! Porting/findvars ext/ByteLoader/bytecode.h
20687            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
20688            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
20689 ____________________________________________________________________________
20690 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
20691         Log: enable most warnings for windows build; fix the various typecasting
20692              nits that showed up (no bugfixes here)
20693      Branch: maint-5.6/perl
20694            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
20695            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
20696            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
20697            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
20698            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
20699            ! x2p/walk.c
20700 ____________________________________________________________________________
20701 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
20702         Log: Integrate change #12024 from maintperl
20703              (a local() precedence bug)
20704      Branch: perl
20705           !> lib/ExtUtils/Install.pm
20706 ____________________________________________________________________________
20707 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
20708         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
20709              change#8642
20710      Branch: maint-5.6/perl
20711            ! lib/ExtUtils/Install.pm
20712 ____________________________________________________________________________
20713 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
20714         Log: Update Changes.
20715      Branch: perl
20716            ! Changes patchlevel.h
20717 ____________________________________________________________________________
20718 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
20719         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
20720              From: "chromatic" <chromatic@rmci.net>
20721              Date: Fri, 14 Sep 2001 09:44:57 -0600 
20722              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
20723      Branch: perl
20724            ! lib/ExtUtils/Manifest.t
20725 ____________________________________________________________________________
20726 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
20727         Log: Hopefully better skipping of the Complete.t tests
20728              in case of not a tty. 
20729      Branch: perl
20730            ! lib/Term/Complete.t t/op/stat.t
20731 ____________________________________________________________________________
20732 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
20733         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
20734              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20735              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
20736              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
20737      Branch: perl
20738            ! regexec.c t/op/pat.t
20739 ____________________________________________________________________________
20740 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
20741         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
20742              From: Robin Barker <rmb1@cise.npl.co.uk>
20743              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
20744              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
20745      Branch: perl
20746            ! pod/perlport.pod
20747 ____________________________________________________________________________
20748 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
20749         Log: NetWare tweaks from Ananth Kesari.
20750      Branch: perl
20751            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
20752            ! NetWare/nwutil.h
20753 ____________________________________________________________________________
20754 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
20755         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
20756              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20757              Date: Fri, 14 Sep 2001 10:51:13 +0200
20758              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
20759      Branch: perl
20760            ! pod/perlport.pod
20761 ____________________________________________________________________________
20762 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
20763         Log: Subject: Re: [PATCH 2 pl2pm.PL]
20764              From: Joe Smith <Joe.Smith@inwap.com>
20765              Date: Fri, 14 Sep 2001 00:13:32 -0700
20766              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
20767              
20768              Eradicate qu.
20769      Branch: perl
20770            ! keywords.h keywords.pl utils/pl2pm.PL
20771 ____________________________________________________________________________
20772 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
20773         Log: Retract #12013, didn't go over too well in Tru64.
20774      Branch: perl
20775            ! embed.h embed.pl sv.h
20776 ____________________________________________________________________________
20777 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
20778         Log: Subject: [PATCH] Execute files of debugger commands
20779              From: Peter Scott <Peter@PSDT.com>
20780              Date: Thu, 13 Sep 2001 15:26:31 -0700
20781              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
20782      Branch: perl
20783            ! lib/perl5db.pl pod/perldebug.pod
20784 ____________________________________________________________________________
20785 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
20786         Log: (Retracted by #12015)
20787              Subject: [proposed PATCH] Re: perl@11920
20788              From: Nicholas Clark <nick@ccl4.org>
20789              Date: Wed, 12 Sep 2001 23:46:09 +0100
20790              Message-ID: <20010912234609.H4971@plum.flirble.org>     
20791      Branch: perl
20792            ! embed.h embed.pl sv.h
20793 ____________________________________________________________________________
20794 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
20795         Log: ucblib shouldn't be linked against in nonstop-ux,
20796              from Tom Bates.
20797      Branch: perl
20798            ! hints/nonstopux.sh
20799 ____________________________________________________________________________
20800 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
20801         Log: Do stty only if we have stty.
20802              
20803              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
20804      Branch: perl
20805            ! lib/Term/Complete.pm
20806 ____________________________________________________________________________
20807 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
20808         Log: Skip the test if not running on a tty.
20809      Branch: perl
20810            ! lib/Term/Complete.t
20811 ____________________________________________________________________________
20812 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
20813         Log: Regen headers.
20814      Branch: perl
20815            ! embed.h opcode.h pod/perlapi.pod proto.h
20816 ____________________________________________________________________________
20817 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
20818         Log: Subject: [PATCH op.c] Re: perl@12003
20819              From: Robin Barker <rmb1@cise.npl.co.uk>
20820              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
20821              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
20822      Branch: perl
20823            ! op.c
20824 ____________________________________________________________________________
20825 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
20826         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
20827              From: Robin Barker <rmb1@cise.npl.co.uk>
20828              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
20829              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
20830      Branch: perl
20831            ! sv.c
20832 ____________________________________________________________________________
20833 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
20834         Log: Upgrade to Memoize 0.66.
20835      Branch: perl
20836            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
20837            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
20838            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
20839 ____________________________________________________________________________
20840 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
20841         Log: Subject: [ID 20010912.007] substr reference core dump
20842              From: me-01@ton.iguana.be
20843              Date: 12 Sep 2001 14:11:16 -0000
20844              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
20845      Branch: perl
20846            ! mg.c
20847 ____________________________________________________________________________
20848 [ 12004] By: ams                                   on 2001/09/12  01:13:49
20849         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
20850              From: Ilmari Karonen <iltzu@sci.fi>
20851              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
20852              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
20853      Branch: perl
20854            ! pod/perlfaq4.pod
20855 ____________________________________________________________________________
20856 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
20857         Log: Update Changes.
20858      Branch: perl
20859            ! Changes patchlevel.h
20860 ____________________________________________________________________________
20861 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
20862         Log: NetWare update from Ananth Kesari.
20863      Branch: perl
20864            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
20865            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
20866 ____________________________________________________________________________
20867 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
20868         Log: Retract #11984: div() being redefined, and 1397
20869              failing on 64-bit platforms.
20870      Branch: perl
20871            ! lib/Math/BigInt/Calc.pm
20872 ____________________________________________________________________________
20873 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
20874         Log: Metaconfig unit change for #11999.
20875      Branch: metaconfig
20876            ! U/protos/d_lseekproto.U
20877 ____________________________________________________________________________
20878 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
20879         Log: The lseek fix (#11991) was no fix.
20880      Branch: perl
20881            ! Configure
20882 ____________________________________________________________________________
20883 [ 11998] By: sky                                   on 2001/09/11  07:52:06
20884         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
20885              From: Matt Sergeant <MSergeant@star.net.uk>
20886              Date: Tue, 11 Sep 2001 09:22:32 +0100
20887              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
20888      Branch: perl
20889            ! ext/Encode/Encode.pm
20890 ____________________________________________________________________________
20891 [ 11997] By: sky                                   on 2001/09/11  06:35:29
20892         Log: Sometimes dTHX is added because it is needed on non 
20893              gnuc platforms, but not needed there. This uses GCC
20894              to silence GCC specific warnings by marking pTHX as 
20895              unused.
20896      Branch: perl
20897            ! perl.h
20898 ____________________________________________________________________________
20899 [ 11996] By: nick                                  on 2001/09/11  06:25:27
20900         Log: Integrate mainline
20901      Branch: perlio
20902            - ext/POSIX/sigaction.t lib/File/Find/taint.t
20903           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
20904 ____________________________________________________________________________
20905 [ 11995] By: nick                                  on 2001/09/11  06:23:39
20906         Log: Part Integrate mainline
20907      Branch: perlio
20908           +> (branch 69 files)
20909            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
20910            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
20911            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
20912            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
20913            - lib/Switch/t/switch_case.t lib/Test/Harness.t
20914            - lib/Test/More/Changes lib/Test/More/t/More.t
20915            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
20916            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
20917            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
20918            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
20919            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
20920            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
20921            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
20922            - t/lib/Test/More/Catch.pm wince/perl.ico
20923           !> (integrate 197 files)
20924 ____________________________________________________________________________
20925 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
20926         Log: Subject: Re: [PATCH] Encode.pm docs fix
20927              From: Gisle Aas <gisle@ActiveState.com>
20928              Date: 10 Sep 2001 11:27:02 -0700
20929              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
20930      Branch: perl
20931            ! ext/Encode/Encode.pm
20932 ____________________________________________________________________________
20933 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
20934         Log: Fix unpack U to be the reverse of pack U
20935              (but implement unpack U0U as a backdoor to get
20936              the UTF-8 malformed warnings from un-UTF-8 data)
20937      Branch: perl
20938            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
20939 ____________________________________________________________________________
20940 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
20941         Log: Metaconfig unit change for #11991;
20942              delete an unused unit (d_strtoull.U is the one used)
20943      Branch: metaconfig
20944            ! U/protos/d_lseekproto.U
20945      Branch: metaconfig/U/perl
20946            - strtoull.U
20947 ____________________________________________________________________________
20948 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
20949         Log: Subject: [PATCH] Configure not recording lseek proto
20950              From: Blair Zajac <blair@orcaware.com>
20951              Date: Mon, 10 Sep 2001 17:52:37 -0700
20952              Message-ID: <3B9D6055.BA334A31@orcaware.com>
20953              
20954              plus regen Configure.
20955      Branch: perl
20956            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20957            ! config_h.SH uconfig.h
20958 ____________________________________________________________________________
20959 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
20960         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?)))                  
20961              From: Nicholas Clark <nick@ccl4.org>
20962              Date: Tue, 11 Sep 2001 00:00:31 +0100
20963              Message-ID: <20010911000031.G1512@plum.flirble.org>
20964      Branch: perl
20965            + t/op/qq.t
20966            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
20967 ____________________________________________________________________________
20968 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
20969         Log: Subject: [PATCH] Building on win32 w/o perlio
20970              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20971              Date: Mon, 10 Sep 2001 23:38:46 +0200
20972              Message-ID: <3B9D4F06.14433.2C37644@localhost>
20973      Branch: perl
20974            ! perl.c win32/Makefile win32/makefile.mk
20975 ____________________________________________________________________________
20976 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
20977         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
20978              From: "chromatic" <chromatic@rmci.net>
20979              Date: Mon, 10 Sep 2001 15:14:01 -0600
20980              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
20981      Branch: perl
20982            + lib/CGI/t/push.t
20983            ! MANIFEST
20984 ____________________________________________________________________________
20985 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
20986         Log: Subject: avoiding hoardes of zombies
20987              From: Nicholas Clark <nick@ccl4.org>
20988              Date: Mon, 10 Sep 2001 22:00:40 +0100
20989              Message-ID: <20010910220040.C1512@plum.flirble.org>
20990      Branch: perl
20991            ! pod/perlipc.pod
20992 ____________________________________________________________________________
20993 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
20994         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
20995              From: John Peacock <jpeacock@rowman.com>
20996              Date: Mon, 10 Sep 2001 16:34:30 -0400
20997              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
20998      Branch: perl
20999            ! sv.c t/op/ver.t utf8.h
21000 ____________________________________________________________________________
21001 [ 11985] By: ams                                   on 2001/09/10  23:20:13
21002         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
21003      Branch: perl
21004            ! MANIFEST
21005 ____________________________________________________________________________
21006 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
21007         Log: (Retracted by #12001)
21008              Subject: Calc with USE_MUL/USE_DIV
21009              From: Tels <perl_dummy@bloodgate.com>
21010              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
21011              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
21012      Branch: perl
21013            ! lib/Math/BigInt/Calc.pm
21014 ____________________________________________________________________________
21015 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
21016         Log: Subject: [PATCH op.c] Re: perl@11978
21017              From: Robin Barker <rmb1@cise.npl.co.uk>
21018              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
21019              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
21020              
21021              Format errors.
21022      Branch: perl
21023            ! op.c
21024 ____________________________________________________________________________
21025 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
21026         Log: Switch PADOFFSET back to U32 both because of binary backward
21027              compatibility and because Arthur seems to have been fixing the
21028              problems with naughty integer-pointer casting.
21029      Branch: perl
21030            ! op.h
21031 ____________________________________________________________________________
21032 [ 11981] By: ams                                   on 2001/09/10  16:31:43
21033         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
21034              Fix Pod Typo, Add Test for ExtUtils::Command
21035              From: "chromatic" <chromatic@rmci.net>
21036              Date: Mon, 10 Sep 2001 11:20:56 -0600
21037              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
21038      Branch: perl
21039            + lib/ExtUtils/Command.t
21040            ! MANIFEST lib/ExtUtils/Command.pm
21041 ____________________________________________________________________________
21042 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
21043         Log: Subject: [PATCH] Encode.pm docs fix
21044              From: Matt Sergeant <MSergeant@star.net.uk>
21045              Date: Mon, 10 Sep 2001 15:24:01 +0100
21046              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
21047      Branch: perl
21048            ! ext/Encode/Encode.pm
21049 ____________________________________________________________________________
21050 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
21051         Log: Update Changes.
21052      Branch: perl
21053            ! Changes patchlevel.h
21054 ____________________________________________________________________________
21055 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
21056         Log: Revert #11973, the dTHX seems to be needed in there
21057              for threaded builds.
21058      Branch: perl
21059            ! perlio.c
21060 ____________________________________________________________________________
21061 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
21062         Log: Detypo.
21063      Branch: perl
21064            ! pod/perlguts.pod
21065 ____________________________________________________________________________
21066 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
21067         Log: Further Class::Struct patching from Damian.
21068              
21069              The new new semantics are:
21070              
21071              * If you pass an initializer for a nested object, it has to be:
21072              a) a reference to an object of that class, or      
21073              b) a reference to an object of a subclass of that class, or
21074              c) a reference to a hash of arguments to be passed to the
21075              class's constructor
21076              * If you pass no initializer for a nested object, the attribute
21077              is initialized to C<undef>
21078      Branch: perl
21079            ! lib/Class/Struct.pm
21080 ____________________________________________________________________________
21081 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
21082         Log: Skip the crypt test if no crypt.
21083      Branch: perl
21084            ! t/op/crypt.t
21085 ____________________________________________________________________________
21086 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
21087         Log: Warn against using bare v-strings as IP addresses
21088              (okay if using the wrappers from Socket)
21089      Branch: perl
21090            ! pod/perldata.pod pod/perlport.pod
21091 ____________________________________________________________________________
21092 [ 11973] By: sky                                   on 2001/09/10  11:57:58
21093         Log: Remove unused dTHX. Silenced another warning.
21094      Branch: perl
21095            ! perlio.c
21096 ____________________________________________________________________________
21097 [ 11972] By: sky                                   on 2001/09/10  11:54:25
21098         Log: Silence some more warnings INT2PTR.
21099      Branch: perl
21100            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
21101 ____________________________________________________________________________
21102 [ 11971] By: sky                                   on 2001/09/10  11:21:50
21103         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
21104      Branch: perl
21105            ! cop.h
21106 ____________________________________________________________________________
21107 [ 11970] By: sky                                   on 2001/09/10  11:17:25
21108         Log: Apply INT2PTR with force to silence warnings from
21109              PM_GETRE and friends. No more warnings with 64bit 
21110              IVs and 32bit pointers.    
21111      Branch: perl
21112            ! op.c op.h perl.c
21113 ____________________________________________________________________________
21114 [ 11969] By: sky                                   on 2001/09/10  10:13:02
21115         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
21116      Branch: perl
21117            ! pod/perlguts.pod
21118 ____________________________________________________________________________
21119 [ 11968] By: sky                                   on 2001/09/10  10:02:51
21120         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
21121              Rename to custop_op_name to Perl_custom_op_name to match perlapi
21122              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
21123              perl_clone.
21124      Branch: perl
21125            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
21126 ____________________________________________________________________________
21127 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
21128         Log: Using strlen() not good on embedded nul bytes.
21129      Branch: perl
21130            ! regcomp.c
21131 ____________________________________________________________________________
21132 [ 11966] By: ams                                   on 2001/09/09  21:06:13
21133         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
21134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21135              Date: Mon, 13 Aug 2001 22:51:59 +0200
21136              Message-ID: <20010813225159.C6681@rafael>
21137              (Applied with several tweaks.)
21138      Branch: perl
21139            ! embed.h embed.pl proto.h toke.c
21140 ____________________________________________________________________________
21141 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
21142         Log: The exact error message is system-dependent.
21143      Branch: perl
21144            ! lib/ExtUtils/Manifest.t
21145 ____________________________________________________________________________
21146 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
21147         Log: Add Windows and Mac Sami support to Encode
21148              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
21149      Branch: perl
21150            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
21151            ! MANIFEST
21152 ____________________________________________________________________________
21153 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
21154         Log: Use the tried method.
21155      Branch: perl
21156            ! pod/perlport.pod
21157 ____________________________________________________________________________
21158 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
21159         Log: Can't count parentheses.
21160      Branch: perl
21161            ! ext/IO/lib/IO/Socket/INET.pm
21162 ____________________________________________________________________________
21163 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
21164         Log: perlport additions: 1 while unlink, add/delete directory
21165              entries and permissions, cygwin stat funkiness (from Michael
21166              Schwern and Nicholas Clark)
21167      Branch: perl
21168            ! pod/perlport.pod
21169 ____________________________________________________________________________
21170 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
21171         Log: blib does have a detectable test.
21172      Branch: perl
21173            ! t/lib/1_compile.t
21174 ____________________________________________________________________________
21175 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
21176         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
21177              From: "chromatic" <chromatic@rmci.net>
21178              Date: Sat, 08 Sep 2001 19:33:42 -0600
21179              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
21180      Branch: perl
21181            + lib/Term/Complete.t
21182            ! MANIFEST
21183 ____________________________________________________________________________
21184 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
21185         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
21186              From: Michael G Schwern <schwern@pobox.com> 
21187              Date: Sat, 8 Sep 2001 02:40:26 -0400
21188              Message-ID: <20010908024026.A26283@blackrider>
21189      Branch: perl
21190            + lib/Test/Tutorial.pod
21191            ! MANIFEST
21192 ____________________________________________________________________________
21193 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
21194         Log: Try to look up protocol (by name) only iff it has non-numbers:
21195              nice if the server is in a chrooted environment (no /etc/protocols,
21196              server code using hardcorded protocol numbers like 6 for tcp),
21197              suggested by John Holdsworth <coldwave@bigfoot.com>.
21198              In other words, if we are given a number, why look it up again
21199              (by number)?
21200      Branch: perl
21201            ! ext/IO/lib/IO/Socket/INET.pm
21202 ____________________________________________________________________________
21203 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
21204         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
21205              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21206              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
21207              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
21208              
21209              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
21210              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21211              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
21212              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
21213              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
21214              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21215              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
21216              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
21217      Branch: perl
21218            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
21219 ____________________________________________________________________________
21220 [ 11955] By: ams                                   on 2001/09/09  02:54:21
21221         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
21222              From: "Craig A. Berry" <craigberry@mac.com>
21223              Date: Sat, 08 Sep 2001 19:02:16 -0500
21224              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
21225      Branch: perl
21226            ! lib/CGI/t/carp.t
21227 ____________________________________________________________________________
21228 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
21229         Log: Documentation tweaks; think the IP address as an opaque string.
21230      Branch: perl
21231            ! ext/Socket/Socket.pm
21232 ____________________________________________________________________________
21233 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
21234         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
21235              From: Michael G Schwern <schwern@pobox.com>
21236              Date: Sat, 8 Sep 2001 19:45:46 -0400
21237              Message-ID: <20010908194546.C9193@blackrider>
21238      Branch: perl
21239            + lib/blib.t
21240            ! MANIFEST lib/blib.pm t/lib/1_compile.t
21241 ____________________________________________________________________________
21242 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
21243         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
21244              From: "chromatic" <chromatic@rmci.net>
21245              Date: Sat, 08 Sep 2001 12:31:44 -0600
21246              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
21247      Branch: perl
21248            + lib/CGI/t/fast.t
21249            ! MANIFEST
21250 ____________________________________________________________________________
21251 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
21252         Log: The Socket tests were wrong: they were assuming too much.
21253      Branch: perl
21254            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
21255 ____________________________________________________________________________
21256 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
21257         Log: Retract the portability changes since they
21258              seem to have opened a can of worms... will
21259              go back to UNICOS/mk and do the bare minimum
21260              required to get the tests working.
21261      Branch: perl
21262            ! ext/Socket/Socket.xs
21263 ____________________________________________________________________________
21264 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
21265         Log: PADOFFSET is used to cast pointers into integers,
21266              if pointers are 64 bits and U32 32 bits,
21267              bad things may happen, or at least warnings issued.
21268      Branch: perl
21269            ! op.h
21270 ____________________________________________________________________________
21271 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
21272         Log: Still more Socket portability tweaking.
21273              Now Socket.t seems to be happy in all of
21274              Linux/x86, Tru64/alpha, Solaris/sparc,
21275              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
21276              
21277              Addendum: it seems that io_multihomed, io_sock, and hostent
21278              were broken in little-endians (linux/x86 and tru64/alpha)
21279              because of this change.  Argh.
21280      Branch: perl
21281            ! ext/Socket/Socket.xs
21282 ____________________________________________________________________________
21283 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
21284         Log: More portability kicking on inet_ntoa().
21285      Branch: perl
21286            ! ext/Socket/Socket.xs
21287 ____________________________________________________________________________
21288 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
21289         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
21290              From: Michael G Schwern <schwern@pobox.com> 
21291              Date: Fri, 7 Sep 2001 23:06:51 -0400
21292              Message-ID: <20010907230651.R606@blackrider>
21293      Branch: perl
21294            + lib/ExtUtils/Manifest.t
21295            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
21296 ____________________________________________________________________________
21297 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
21298         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
21299              From: "chromatic" <chromatic@rmci.net>
21300              Date: Fri, 07 Sep 2001 17:53:15 -0600      
21301              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
21302      Branch: perl
21303            + lib/ExtUtils/testlib.t
21304            ! MANIFEST
21305 ____________________________________________________________________________
21306 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
21307         Log: Thinko.
21308      Branch: perl
21309            ! lib/integer.t
21310 ____________________________________________________________________________
21311 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
21312         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
21313              From: "Craig A. Berry" <craigberry@mac.com>
21314              Date: Fri, 07 Sep 2001 15:30:03 -0500
21315              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
21316      Branch: perl
21317            ! lib/CGI/Carp.pm
21318 ____________________________________________________________________________
21319 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
21320         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
21321              From: Michael G Schwern <schwern@pobox.com>
21322              Date: Fri, 7 Sep 2001 15:38:13 -0400
21323              Message-ID: <20010907153813.K606@blackrider>
21324      Branch: perl
21325            ! lib/ExtUtils/MM_Unix.pm
21326 ____________________________________________________________________________
21327 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
21328         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
21329              From: Robin Barker <rmb1@cise.npl.co.uk>
21330              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
21331              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
21332      Branch: perl
21333            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
21334 ____________________________________________________________________________
21335 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
21336         Log: Clean up 1_compile.t; move tests to more consistent
21337              places (t/ subdirectories); add integer.t (much of
21338              the pragma is tested elsewhere but there is no one
21339              centralized place)
21340      Branch: perl
21341            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
21342            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
21343            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
21344            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
21345            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
21346            - lib/File/Find/find.t lib/File/Find/taint.t
21347            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
21348 ____________________________________________________________________________
21349 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
21350         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
21351              From: "chromatic" <chromatic@rmci.net>
21352              Date: Fri, 07 Sep 2001 10:17:40 -0600
21353              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
21354      Branch: perl
21355            ! lib/File/Find/taint.t
21356 ____________________________________________________________________________
21357 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
21358         Log: Update Changes.
21359      Branch: perl
21360            ! Changes patchlevel.h
21361 ____________________________________________________________________________
21362 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
21363         Log: Rename the old threading tutorial, start a new one,
21364              regen toc.
21365      Branch: perl
21366            + pod/perlothrtut.pod
21367            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
21368            ! pod/perltoc.pod
21369 ____________________________________________________________________________
21370 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
21371         Log: vars very much has a test.
21372      Branch: perl
21373            ! t/lib/1_compile.t
21374 ____________________________________________________________________________
21375 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
21376         Log: Subject: Re: wince/perl.ico marked as binary
21377              From: Nicholas Clark <nick@ccl4.org>
21378              Date: Fri, 7 Sep 2001 13:54:40 +0100
21379              Message-ID: <20010907135439.D39150@plum.flirble.org>
21380              
21381              and wince/Makefile.ce change from Rainer Keuchel.
21382      Branch: perl
21383            + wince/makeico.pl
21384            ! MANIFEST wince/Makefile.ce
21385 ____________________________________________________________________________
21386 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
21387         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
21388              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21389              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
21390              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
21391      Branch: perl
21392            ! regexec.c
21393 ____________________________________________________________________________
21394 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
21395         Log: (Replaced by #11934)
21396              Subject: Re: [PATCH regexec.c] more general .* and .*?
21397              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21398              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
21399              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
21400      Branch: perl
21401            ! regexec.c
21402 ____________________________________________________________________________
21403 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
21404         Log: The #11931 patching misbehaved.
21405      Branch: perl
21406            ! lib/Test/Harness/t/test-harness.t
21407 ____________________________________________________________________________
21408 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
21409         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
21410              From: Michael G Schwern <schwern@pobox.com>
21411              Date: Fri, 7 Sep 2001 03:30:41 -0400
21412              Message-ID: <20010907033041.A2796@blackrider>
21413      Branch: perl
21414            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
21415            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
21416            + t/lib/sample-tests/header_at_end_fail
21417            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
21418            - lib/Test/Harness.t
21419            ! MANIFEST lib/Test/Harness.pm t/TEST
21420 ____________________________________________________________________________
21421 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
21422         Log: Subject: [PATCH] Digest::MD5 update
21423              From: Gisle Aas <gisle@ActiveState.com>
21424              Date: 06 Sep 2001 23:32:56 -0700
21425              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
21426      Branch: perl
21427            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21428            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
21429 ____________________________________________________________________________
21430 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
21431         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
21432              From: "chromatic" <chromatic@rmci.net>
21433              Date: Thu, 06 Sep 2001 23:11:44 -0600
21434              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
21435      Branch: perl
21436            + lib/less.t
21437            ! MANIFEST t/lib/1_compile.t
21438 ____________________________________________________________________________
21439 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
21440         Log: The binary file must somehow differently stored.
21441      Branch: perl
21442            - wince/perl.ico
21443            ! MANIFEST
21444 ____________________________________________________________________________
21445 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
21446         Log: Add more modules to the list of modules that have tests,
21447              Schwern's wallet is getting more nervous.
21448              (Run t/lib/1_compile.t manually to see which modules
21449              are lacking tests, or the tests can't be run for some
21450              reason or another, such as the Net:: modules)
21451      Branch: perl
21452            ! t/lib/1_compile.t
21453 ____________________________________________________________________________
21454 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
21455         Log: Try to make Socket::inet_ntoa() more robust.
21456      Branch: perl
21457            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
21458 ____________________________________________________________________________
21459 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
21460         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
21461              From: chromatic <chromatic@rmci.net>       
21462              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
21463              Message-Id: <01090522580506.19590@firewheel>           
21464      Branch: perl
21465            ! lib/English.t
21466 ____________________________________________________________________________
21467 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
21468         Log: Subject: Re: perlvar manpage and localizing special vars
21469              From: Stas Bekman <stas@stason.org>
21470              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
21471              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
21472      Branch: perl
21473            ! pod/perlvar.pod
21474 ____________________________________________________________________________
21475 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
21476         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
21477              From: Robin Barker <rmb1@cise.npl.co.uk>
21478              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
21479              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
21480      Branch: perl
21481            ! lib/ExtUtils/MakeMaker.pm
21482 ____________________________________________________________________________
21483 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
21484         Log: Symbol missing; AIX unhappy.
21485      Branch: perl
21486            ! makedef.pl
21487 ____________________________________________________________________________
21488 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
21489         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
21490              Reported in 5.61, seems to work okay in blead.
21491      Branch: perl
21492            ! t/run/kill_perl.t
21493 ____________________________________________________________________________
21494 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
21495         Log: Update Changes.
21496      Branch: perl
21497            ! Changes patchlevel.h
21498 ____________________________________________________________________________
21499 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
21500         Log: Document the bad assumptions currently breaking
21501              the Socket.t tests 10, 11, and 13 in UNICOS.
21502      Branch: perl
21503            ! ext/Socket/Socket.xs
21504 ____________________________________________________________________________
21505 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
21506         Log: Subject: [PATCH x2p] make OPTIMIZE=...
21507              From: Robin Barker <rmb1@cise.npl.co.uk>
21508              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
21509              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
21510      Branch: perl
21511            ! x2p/Makefile.SH x2p/cflags.SH
21512 ____________________________________________________________________________
21513 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
21514         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
21515              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21516              Date: Thu, 6 Sep 2001 11:09:40 +0100
21517              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
21518              
21519              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
21520              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21521              Date: 6 Sep 2001 10:14:38 -0000
21522              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
21523      Branch: perl
21524            ! pod/perlfaq1.pod pod/perlhack.pod
21525 ____________________________________________________________________________
21526 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
21527         Log: Subject: Extra NUL is Data::Dumper output - patch
21528              From: Tony Cook <tony@develop-help.com>
21529              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
21530              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
21531      Branch: perl
21532            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
21533 ____________________________________________________________________________
21534 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
21535         Log: Avoid redefinition warning
21536              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
21537              from
21538              perl -w -Ilib -MCwd -e ''
21539      Branch: perl
21540            ! lib/Cwd.pm
21541 ____________________________________________________________________________
21542 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
21543         Log: Update the is_tainted() example implementation.
21544      Branch: perl
21545            ! pod/perlsec.pod
21546 ____________________________________________________________________________
21547 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
21548         Log: Missing) in #11912.
21549      Branch: perl
21550            ! lib/Test/Simple/t/fail.t
21551 ____________________________________________________________________________
21552 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
21553         Log: Rewhack Test-Simple into core harness.
21554      Branch: perl
21555            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21556            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
21557            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21558            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21559            ! lib/Test/Simple/t/skipall.t
21560 ____________________________________________________________________________
21561 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
21562         Log: Workaround for the new Exporter 'feature'.
21563      Branch: perl
21564            ! lib/Test/More.pm
21565 ____________________________________________________________________________
21566 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
21567         Log: Re-introduce pure-Perl fall-back for abs_path,
21568              re-introduce #11898.
21569      Branch: perl
21570            ! lib/Cwd.pm lib/File/Find.pm
21571 ____________________________________________________________________________
21572 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
21573         Log: More tests.
21574      Branch: perl
21575            ! lib/Exporter.t
21576 ____________________________________________________________________________
21577 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
21578         Log: Retract #11898 for now because it introduces
21579              a rather nasty depencency: when B is being built,
21580              MakeMaker is used.  MakeMaker uses File::Find.
21581              File::Find uses Cwd::getcwd()...which doesn't
21582              exist yet.
21583      Branch: perl
21584            ! lib/File/Find.pm
21585 ____________________________________________________________________________
21586 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
21587         Log: New test welcome.
21588      Branch: perl
21589            + lib/Test/Simple/t/simple.t
21590 ____________________________________________________________________________
21591 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
21592         Log: Old test begone.
21593      Branch: perl
21594            - lib/Attribute/Handlers/test.pl
21595 ____________________________________________________________________________
21596 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
21597         Log: Test-Simple syncup from Schwern.
21598      Branch: perl
21599            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
21600            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
21601            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
21602            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
21603            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
21604            - lib/Test/More/Changes lib/Test/More/t/More.t
21605            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21606            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21607            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
21608            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
21609            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
21610            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21611            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21612            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
21613            ! t/lib/Test/Simple/sample_tests/death.plx
21614            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
21615            ! t/lib/Test/Simple/sample_tests/extras.plx
21616            ! t/lib/Test/Simple/sample_tests/five_fail.plx
21617            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
21618            ! t/lib/Test/Simple/sample_tests/one_fail.plx
21619            ! t/lib/Test/Simple/sample_tests/require.plx
21620            ! t/lib/Test/Simple/sample_tests/success.plx
21621            ! t/lib/Test/Simple/sample_tests/too_few.plx
21622            ! t/lib/Test/Simple/sample_tests/two_fail.plx
21623 ____________________________________________________________________________
21624 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
21625         Log: Integrate File::Find changes from bleadperl
21626      Branch: maint-5.6/macperl
21627            ! lib/File/Find.pm t/lib/filefind-taint.t
21628 ____________________________________________________________________________
21629 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
21630         Log: Integrate 11847 from maint-5.6/perl
21631      Branch: maint-5.6/macperl
21632           !> sv.c
21633 ____________________________________________________________________________
21634 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
21635         Log: In UNICOS division yada yada.
21636      Branch: perl
21637            ! t/op/override.t
21638 ____________________________________________________________________________
21639 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
21640         Log: In UNICOS division is really lossy, better use
21641              a tolerance test.
21642      Branch: perl
21643            ! ext/Time/HiRes/HiRes.t
21644 ____________________________________________________________________________
21645 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
21646         Log: In UNICOS sigaction() sets an extra flag
21647              ("the signal has been registered for all the processes in
21648              a multitasking group.")
21649      Branch: perl
21650            ! ext/POSIX/sigaction.t
21651 ____________________________________________________________________________
21652 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
21653         Log: Documentation micropatch from Damian.
21654      Branch: perl
21655            ! lib/Attribute/Handlers.pm
21656 ____________________________________________________________________________
21657 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
21658         Log: (Retracted by #11908)
21659              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
21660              From: Michael G Schwern <schwern@pobox.com>
21661              Date: Wed, 5 Sep 2001 15:58:21 -0400
21662              Message-ID: <20010905155821.I632@blackrider>
21663      Branch: perl
21664            ! lib/File/Find.pm lib/File/Find/taint.t
21665 ____________________________________________________________________________
21666 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
21667         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
21668              From: Michael G Schwern <schwern@pobox.com>
21669              Date: Wed, 5 Sep 2001 19:16:31 -0400
21670              Message-ID: <20010905191631.E11386@blackrider>
21671      Branch: perl
21672            + lib/CGI/t/carp.t
21673            ! MANIFEST
21674 ____________________________________________________________________________
21675 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
21676         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
21677              From: chromatic <chromatic@rmci.net>
21678              Date: Wed, 5 Sep 2001 18:08:07 -0600
21679              Message-Id: <01090518080700.19590@firewheel>
21680      Branch: perl
21681            ! lib/English.pm
21682 ____________________________________________________________________________
21683 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
21684         Log: Fix a typo #11889 and add a test for the same.
21685      Branch: perl
21686            ! ext/Socket/Socket.t ext/Socket/Socket.xs
21687 ____________________________________________________________________________
21688 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
21689         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
21690              From: "Craig A. Berry" <craigberry@mac.com>
21691              Date: Wed, 05 Sep 2001 17:48:54 -0500
21692              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
21693      Branch: perl
21694            ! lib/warnings.t t/run/kill_perl.t
21695 ____________________________________________________________________________
21696 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
21697         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
21698              From: Michael G Schwern <schwern@pobox.com>
21699              Date: Wed, 5 Sep 2001 17:22:25 -0400
21700              Message-ID: <20010905172225.C11386@blackrider>
21701      Branch: perl
21702            ! t/run/kill_perl.t
21703 ____________________________________________________________________________
21704 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
21705         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
21706              From: Nicholas Clark <nick@ccl4.org>
21707              Date: Wed, 5 Sep 2001 20:54:24 +0100
21708              Message-ID: <20010905205424.C25120@plum.flirble.org>
21709      Branch: perl
21710            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
21711 ____________________________________________________________________________
21712 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
21713         Log: Forgotten thing.
21714      Branch: perl
21715            ! uconfig.h
21716 ____________________________________________________________________________
21717 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
21718         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
21719              From: chromatic <chromatic@rmci.net>               
21720              Date: Wed, 5 Sep 2001 13:22:08 -0600
21721              Message-Id: <01090513220807.10587@firewheel> 
21722      Branch: perl
21723            ! lib/English.pm
21724 ____________________________________________________________________________
21725 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
21726         Log: inet_ntoa() tweaks:
21727              - don't allow addresses with > 255 characters
21728              - indent the HP-UX workaround
21729              - don't leak memory
21730      Branch: perl
21731            ! ext/Socket/Socket.xs
21732 ____________________________________________________________________________
21733 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
21734         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
21735              <xwu@theeducationcenter.com>
21736      Branch: perl
21737            ! lib/File/Find.pm
21738 ____________________________________________________________________________
21739 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
21740         Log: Typo nits.
21741      Branch: perl
21742            ! lib/File/Find.pm
21743 ____________________________________________________________________________
21744 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
21745         Log: -Wall nit.
21746      Branch: perl
21747            ! op.c
21748 ____________________________________________________________________________
21749 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
21750         Log: Update to Scalar-List-Utils 1.05
21751      Branch: perl
21752            ! ext/List/Util/ChangeLog ext/List/Util/README
21753            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21754 ____________________________________________________________________________
21755 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
21756         Log: Update Changes.
21757      Branch: perl
21758            ! Changes patchlevel.h
21759 ____________________________________________________________________________
21760 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
21761         Log: Update to Scalar-List-Utils 1.04
21762      Branch: perl
21763            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
21764            ! ext/List/Util/lib/List/Util.pm
21765            ! ext/List/Util/lib/Scalar/Util.pm
21766 ____________________________________________________________________________
21767 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
21768         Log: Metaconfigify #11724.
21769      Branch: metaconfig
21770            ! U/threads/archname.U
21771 ____________________________________________________________________________
21772 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
21773         Log: The MacOS reference is okay, no reason to hide it.
21774      Branch: perl
21775            ! lib/Cwd.pm
21776 ____________________________________________________________________________
21777 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
21778         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
21779              From: Michael G Schwern <schwern@pobox.com>
21780              Date: Tue, 4 Sep 2001 15:30:10 -0400
21781              Message-ID: <20010904153010.H26466@blackrider> 
21782              
21783              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
21784      Branch: perl
21785            ! ext/Cwd/Makefile.PL lib/Cwd.pm
21786 ____________________________________________________________________________
21787 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
21788         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.))
21789              From: Michael G Schwern <schwern@pobox.com>
21790              Date: Tue, 4 Sep 2001 17:39:13 -0400
21791              Message-ID: <20010904173913.C626@blackrider>
21792      Branch: perl
21793            ! lib/Cwd.pm
21794 ____________________________________________________________________________
21795 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
21796         Log: Subject: Re: Perl_pp_* in public API?
21797              From: "Craig A. Berry" <craigberry@mac.com>
21798              Date: Tue, 4 Sep 2001 21:51:29 -0500
21799              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
21800      Branch: perl
21801            ! ext/List/Util/Util.xs
21802 ____________________________________________________________________________
21803 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
21804         Log: From Damian: Class::Struct was unable to define
21805              recursive classes.  After the patch an object reference
21806              (rather than a hash) is required to initialize
21807              an object attribute.  If no such initializer is given to
21808              the constructor, object attributes are now default
21809              initialized to C<undef>.
21810      Branch: perl
21811            ! lib/Class/Struct.pm lib/Class/Struct.t
21812 ____________________________________________________________________________
21813 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
21814         Log: Subject: Re: sv_catpvfn and sv_setpvfn
21815              From: Richard Soderberg <rs@oregonnet.com>
21816              Date: Tue, 4 Sep 2001 15:16:47 -0700
21817              Message-Id: <200109042216.PAA17858@oregonnet.com>
21818      Branch: perl
21819            ! pod/perlclib.pod pod/perlguts.pod
21820 ____________________________________________________________________________
21821 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
21822         Log: NetWare updates from Ananth Kesari.
21823      Branch: perl
21824            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
21825            ! NetWare/nw5thread.h
21826 ____________________________________________________________________________
21827 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
21828         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?))
21829              From: Nicholas Clark <nick@ccl4.org>
21830              Date: Tue, 4 Sep 2001 22:42:50 +0100
21831              Message-ID: <20010904224250.P25120@plum.flirble.org>
21832      Branch: perl
21833            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
21834            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
21835            ! t/op/oct.t toke.c
21836 ____________________________________________________________________________
21837 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
21838         Log: Fix Cwd::getcwd() not being tainted, as noticed
21839              by Schwern.
21840      Branch: perl
21841            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
21842            - ext/Cwd/Cwd.t
21843            ! MANIFEST ext/Cwd/Cwd.xs util.c
21844 ____________________________________________________________________________
21845 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
21846         Log: Retract #11870 and volatilize the right destruct_level.
21847              Silly thinko pointed out by Sarathy.
21848      Branch: perl
21849            ! intrpvar.h perl.c
21850 ____________________________________________________________________________
21851 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
21852         Log: At least a temporary fix for the mysterious scope core dumps
21853              in Tru64 from Graham.
21854      Branch: perl
21855            ! ext/List/Util/Util.xs
21856 ____________________________________________________________________________
21857 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
21858         Log: (Retracted by #11872)
21859      Branch: perl
21860            ! intrpvar.h
21861 ____________________________________________________________________________
21862 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
21863         Log: Quench a -Wall gripe noticed by Robin Barker.
21864      Branch: perl
21865            ! op.c
21866 ____________________________________________________________________________
21867 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
21868         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
21869              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21870              Date: Wed, 05 Sep 2001 02:01:32 +0900
21871              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
21872      Branch: perl
21873            ! lib/Unicode/UCD.pm
21874 ____________________________________________________________________________
21875 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
21876         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
21877              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21878              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
21879              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
21880      Branch: perl
21881            ! gv.c
21882 ____________________________________________________________________________
21883 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
21884         Log: Update Changes.
21885      Branch: perl
21886            ! Changes patchlevel.h
21887 ____________________________________________________________________________
21888 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
21889         Log: Add the \[$@%&*] prototype support.
21890      Branch: perl
21891            ! op.c pod/perlsub.pod t/comp/proto.t
21892 ____________________________________________________________________________
21893 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
21894         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
21895              From: Michael G Schwern <schwern@pobox.com>
21896              Date: Mon, 3 Sep 2001 18:59:01 -0400
21897              Message-ID: <20010903185901.Z9233@blackrider>
21898      Branch: perl
21899            ! lib/CGI/t/form.t
21900 ____________________________________________________________________________
21901 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
21902         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
21903              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21904              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
21905              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
21906      Branch: perl
21907            ! gv.c
21908 ____________________________________________________________________________
21909 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
21910         Log: More srand entry tweakage based on Randal's suggestion.
21911      Branch: perl
21912            ! pod/perlfunc.pod
21913 ____________________________________________________________________________
21914 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
21915         Log: Subject: [PATCH] 'main' *is* a reserved word
21916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21917              Date: Mon, 3 Sep 2001 22:55:41 +0200
21918              Message-ID: <20010903225541.A24097@rafael>
21919      Branch: perl
21920            ! toke.c
21921 ____________________________________________________________________________
21922 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
21923         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
21924              From: Peter Prymmer <pvhp@best.com>
21925              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
21926              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
21927      Branch: perl
21928            ! README.vms configure.com
21929 ____________________________________________________________________________
21930 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
21931         Log: Subject: Re: A slightly better default seed?   
21932              From: Michael G Schwern <schwern@pobox.com>
21933              Date: Mon, 3 Sep 2001 18:08:15 -0400 
21934              Message-ID: <20010903180815.W9233@blackrider>
21935      Branch: perl
21936            ! t/op/srand.t
21937 ____________________________________________________________________________
21938 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
21939         Log: Add sharedsv.o to microperl object files.
21940      Branch: perl
21941            ! Makefile.micro
21942 ____________________________________________________________________________
21943 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
21944         Log: AUTHORS updates and
21945              
21946              Subject: [PATCH] Just some preening :-)        
21947              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21948              Date: Tue, 4 Sep 2001 14:16:59 +0100
21949              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
21950      Branch: perl
21951            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
21952 ____________________________________________________________________________
21953 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
21954         Log: Typo fix and slight rewording.
21955      Branch: perl
21956            ! pod/perlfunc.pod
21957 ____________________________________________________________________________
21958 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
21959         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
21960      Branch: perl
21961            ! pod/perlfaq4.pod
21962 ____________________________________________________________________________
21963 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
21964         Log: The helper file changed name.
21965      Branch: perl
21966            ! MANIFEST
21967 ____________________________________________________________________________
21968 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
21969         Log: Update to Scalar-List-Utils 1.03
21970      Branch: perl
21971            + ext/List/Util/t/shuffle.t
21972            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
21973            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
21974            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
21975            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
21976            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
21977            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
21978            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
21979            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
21980 ____________________________________________________________________________
21981 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
21982         Log: Make crypt() do something more sane for Unicode
21983              (take crypt() of the low eight bits of the characters,
21984              instead of taking crypt() of the UTF-8 of the scalar);
21985              add a test for crypt().
21986      Branch: perl
21987            + t/op/crypt.t
21988            ! MANIFEST pod/perlfunc.pod pp.c
21989 ____________________________________________________________________________
21990 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
21991         Log: Reorganize the srand entry.
21992      Branch: perl
21993            ! pod/perlfunc.pod
21994 ____________________________________________________________________________
21995 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
21996         Log: Remove the tests that assume something about
21997              calling srand() without arguments multiple times.
21998      Branch: perl
21999            ! t/op/srand.t
22000 ____________________________________________________________________________
22001 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
22002         Log: Upgrade to Math::BigInt 1.42.
22003      Branch: perl
22004            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22005            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
22006            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
22007            ! lib/Math/BigInt/t/mbimbf.t
22008 ____________________________________________________________________________
22009 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
22010         Log: integrate change#11847 from maint-5.6
22011              
22012              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
22013      Branch: perl
22014            ! sv.c
22015 ____________________________________________________________________________
22016 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
22017         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
22018      Branch: maint-5.6/perl
22019            ! sv.c
22020 ____________________________________________________________________________
22021 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
22022         Log: As far as I can tell these functions have been Unicodified.
22023      Branch: perl
22024            ! doop.c
22025 ____________________________________________________________________________
22026 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
22027         Log: Update to Storable 1.0.13.
22028      Branch: perl
22029            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22030            ! ext/Storable/Storable.xs
22031 ____________________________________________________________________________
22032 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
22033         Log: Patch the Filter::Simple test to work with
22034              the core test suite (since the FilterTest.pm
22035              is in t/lib, not in lib).
22036      Branch: perl
22037            ! lib/Filter/Simple/t/filter.t
22038 ____________________________________________________________________________
22039 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
22040         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
22041      Branch: perl
22042            + t/lib/FilterTest.pm
22043            - t/lib/MyFilter.pm
22044 ____________________________________________________________________________
22045 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
22046         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
22047              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
22048              Text::Balanced 1.86.
22049      Branch: perl
22050            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
22051            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
22052            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
22053            + lib/Switch/t/nested.t lib/Switch/t/switch.t
22054            + lib/Text/Balanced/Changes lib/Text/Balanced/README
22055            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
22056            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
22057            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
22058            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
22059            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
22060            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
22061            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
22062            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
22063            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
22064            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
22065            ! MANIFEST lib/Attribute/Handlers.pm
22066            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
22067            ! lib/Attribute/Handlers/demo/Demo.pm
22068            ! lib/Attribute/Handlers/demo/Descriptions.pm
22069            ! lib/Attribute/Handlers/demo/MyClass.pm
22070            ! lib/Attribute/Handlers/demo/demo.pl
22071            ! lib/Attribute/Handlers/demo/demo2.pl
22072            ! lib/Attribute/Handlers/demo/demo3.pl
22073            ! lib/Attribute/Handlers/demo/demo4.pl
22074            ! lib/Attribute/Handlers/demo/demo_call.pl
22075            ! lib/Attribute/Handlers/demo/demo_chain.pl
22076            ! lib/Attribute/Handlers/demo/demo_cycle.pl
22077            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
22078            ! lib/Attribute/Handlers/demo/demo_phases.pl
22079            ! lib/Attribute/Handlers/demo/demo_range.pl
22080            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
22081            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
22082            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
22083            ! lib/Text/Balanced.pm
22084 ____________________________________________________________________________
22085 [ 11841] By: sky                                   on 2001/09/03  11:04:15
22086         Log: Forgot to add a file with Change #11840
22087      Branch: perl
22088            + t/op/srand.t
22089 ____________________________________________________________________________
22090 [ 11840] By: sky                                   on 2001/09/03  11:02:04
22091         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
22092              From: Michael G Schwern <schwern@pobox.com>
22093              Date: Mon, 3 Sep 2001 07:43:00 -0400
22094              Message-ID: <20010903074300.E9233@blackrider>
22095      Branch: perl
22096            ! MANIFEST pod/perlfunc.pod t/op/rand.t
22097 ____________________________________________________________________________
22098 [ 11839] By: sky                                   on 2001/09/03  10:47:11
22099         Log: Document the changes with regards to running of END blocks.
22100              And DESTROY on global objects are called in perl_destruct()!
22101      Branch: perl
22102            ! pod/perl572delta.pod pod/perlembed.pod
22103 ____________________________________________________________________________
22104 [ 11838] By: sky                                   on 2001/09/03  09:34:44
22105         Log: Subject: [PATCH t/op/time.t] Partial cleanup
22106              From: Michael G Schwern <schwern@pobox.com>
22107              Date: Mon, 3 Sep 2001 06:29:42 -0400
22108              Message-ID: <20010903062942.C9233@blackrider>
22109      Branch: perl
22110            ! t/op/time.t
22111 ____________________________________________________________________________
22112 [ 11837] By: sky                                   on 2001/09/03  09:30:02
22113         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
22114              From: Michael G Schwern <schwern@pobox.com>
22115              Date: Mon, 3 Sep 2001 06:24:13 -0400
22116              Message-ID: <20010903062413.B9233@blackrider>
22117      Branch: perl
22118            ! t/op/rand.t
22119 ____________________________________________________________________________
22120 [ 11836] By: sky                                   on 2001/09/03  07:56:47
22121         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
22122              From: Michael G Schwern <schwern@pobox.com>
22123              Date: Sun, 2 Sep 2001 21:38:43 -0400
22124              Message-ID: <20010902213843.L2711@blackrider>
22125      Branch: perl
22126            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
22127            ! MANIFEST
22128 ____________________________________________________________________________
22129 [ 11835] By: nick                                  on 2001/09/03  06:20:06
22130         Log: Integrate mainline
22131      Branch: perlio
22132           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
22133            - t/op/misc.t
22134           !> (integrate 187 files)
22135 ____________________________________________________________________________
22136 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
22137         Log: Update Changes.
22138      Branch: perl
22139            ! Changes patchlevel.h
22140 ____________________________________________________________________________
22141 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
22142         Log: Slight tweaks.
22143      Branch: perl
22144            ! t/run/kill_perl.t
22145 ____________________________________________________________________________
22146 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
22147         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
22148      Branch: perl
22149            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22150 ____________________________________________________________________________
22151 [ 11831] By: sky                                   on 2001/09/02  12:10:42
22152         Log: Change #11828 wasn't complete, this updates to intest path
22153      Branch: perl
22154            ! t/run/kill_perl.t
22155 ____________________________________________________________________________
22156 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
22157         Log: 's's's.
22158      Branch: perl
22159            ! Changes
22160 ____________________________________________________________________________
22161 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
22162         Log: Update Changes.
22163      Branch: perl
22164            ! Changes patchlevel.h
22165 ____________________________________________________________________________
22166 [ 11828] By: sky                                   on 2001/09/02  11:53:56
22167         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
22168              From: Michael G Schwern <schwern@pobox.com>
22169              Date: Sat, 1 Sep 2001 20:18:58 -0400
22170              Message-ID: <20010901201858.X606@blackrider>
22171              +MANIFEST Fix
22172      Branch: perl
22173            + t/run/kill_perl.t
22174            - t/op/misc.t t/run/segfault.t
22175            ! MANIFEST
22176 ____________________________________________________________________________
22177 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
22178         Log: Subject: [PATCH] lib/Time/Local.pm
22179              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22180              Date: Sun, 2 Sep 2001 06:50:01 -0500
22181              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
22182      Branch: perl
22183            ! lib/Time/Local.pm
22184 ____________________________________________________________________________
22185 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
22186         Log: Tick off Unicode collation and the normalization from
22187              the todo list.
22188      Branch: perl
22189            ! pod/perltodo.pod
22190 ____________________________________________________________________________
22191 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
22192         Log: Update to Unicode 3.1.1.
22193      Branch: perl
22194            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
22195            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
22196            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
22197            ! lib/unicore/PropList.txt lib/unicore/README.perl
22198            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
22199            ! lib/unicore/rename lib/unicore/version
22200 ____________________________________________________________________________
22201 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
22202         Log: Slight doc tweaks for the module.
22203      Branch: perl
22204            ! lib/Unicode/UCD.pm
22205 ____________________________________________________________________________
22206 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
22207         Log: Rename the variable: it *used* to be (wrongly) that the
22208              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
22209              but that is no more the case: PL_reg_match_utf8 is better.
22210      Branch: perl
22211            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
22212            ! regexec.c sv.c thrdvar.h
22213 ____________________________________________________________________________
22214 [ 11822] By: ams                                   on 2001/09/02  02:54:50
22215         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
22216              From: Ilmari Karonen <iltzu@sci.fi>
22217              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
22218              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
22219              (op/sub_lval.t updated to take new error message into account.)
22220      Branch: perl
22221            ! op.c t/op/sub_lval.t
22222 ____________________________________________________________________________
22223 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
22224         Log: remove stray CRs in files; keep all files with UNIX line-ends
22225              (Porting/makerel adds CRs to the files that need it in the
22226              distribution)
22227      Branch: perl
22228            ! NetWare/t/NWScripts.pl README.dos
22229            ! ext/Encode/Encode/cns11643-1.enc
22230            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
22231            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22232 ____________________________________________________________________________
22233 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
22234         Log: some remnants of change#11803
22235      Branch: perl
22236            ! ext/ByteLoader/byterun.h perl.h
22237 ____________________________________________________________________________
22238 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
22239         Log: Update to Unicode::Collate 0.08.
22240      Branch: perl
22241            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22242            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22243 ____________________________________________________________________________
22244 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
22245         Log: Test tweaks.
22246      Branch: perl
22247            ! t/op/pat.t
22248 ____________________________________________________________________________
22249 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
22250         Log: Fix test
22251      Branch: maint-5.6/macperl
22252            ! t/lib/b.t
22253 ____________________________________________________________________________
22254 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
22255         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
22256              warnings in Config.pm with -W; increase default and
22257              minimum RAM; bump version number.
22258      Branch: maint-5.6/macperl
22259            + macos/lib/Mac/LowMem.pm
22260            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
22261            ! macos/configpm macos/macperl/MacPerl.r
22262 ____________________________________________________________________________
22263 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
22264         Log: Make syntax check report in MPW style, fix tests
22265              to use Mac::err=unix to get normal-style error
22266              messages.
22267      Branch: maint-5.6/macperl
22268            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
22269            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
22270 ____________________________________________________________________________
22271 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
22272         Log: Make MPW-style errors optional (but the default); add
22273              MacPerl::ErrorFormat() function and Mac::err pragma
22274      Branch: maint-5.6/macperl
22275            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
22276            + macos/ext/Mac/err/err.xs
22277            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
22278            ! macos/macish.c macos/macish.h macos/macperl.sym
22279 ____________________________________________________________________________
22280 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
22281         Log: More module and test ports from Thomas Wegner et al
22282      Branch: maint-5.6/macperl
22283            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22284            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
22285            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
22286            ! t/op/magic.t
22287 ____________________________________________________________________________
22288 [ 11812] By: sky                                   on 2001/09/01  17:19:30
22289         Log: Subject: [PATCH t/op/concat.t] cleanup
22290              From: Michael G Schwern <schwern@pobox.com>
22291              Date: Sat, 1 Sep 2001 14:06:28 -0400
22292              Message-ID: <20010901140628.C606@blackrider>
22293      Branch: perl
22294            ! t/op/concat.t
22295 ____________________________________________________________________________
22296 [ 11811] By: sky                                   on 2001/09/01  12:25:29
22297         Log: Change #11805 didn't update the MANIFEST
22298      Branch: perl
22299            ! MANIFEST
22300 ____________________________________________________________________________
22301 [ 11810] By: sky                                   on 2001/09/01  11:52:44
22302         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
22303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22304              Date: Sat, 1 Sep 2001 14:50:14 +0200
22305              Message-ID: <20010901145014.A691@rafael>
22306      Branch: perl
22307            ! t/op/inccode.t
22308 ____________________________________________________________________________
22309 [ 11809] By: sky                                   on 2001/09/01  11:49:22
22310         Log: Subject: PATCH: ExtUtils::MakeMaker
22311              From: Tony Bowden <tony@kasei.com>
22312              Date: Sat, 1 Sep 2001 10:33:53 +0100
22313              Message-ID: <20010901103353.A13863@soto.kasei.com>
22314              Manually applied
22315      Branch: perl
22316            ! lib/ExtUtils/MakeMaker.pm
22317 ____________________________________________________________________________
22318 [ 11808] By: sky                                   on 2001/09/01  11:39:13
22319         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
22320              From: mike808@users.sourceforge.net
22321              Date: Sat, 1 Sep 101 11:27:50 GMT
22322              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
22323              With little tweak
22324      Branch: perl
22325            ! lib/Term/Cap.pm
22326 ____________________________________________________________________________
22327 [ 11807] By: ams                                   on 2001/09/01  11:31:16
22328         Log: Subject: oct() and hex()
22329              From: Nicholas Clark <nick@ccl4.org>
22330              Date: Fri, 31 Aug 2001 23:14:13 +0100
22331              Message-Id: <20010831231413.J4950@plum.flirble.org>
22332      Branch: perl
22333            ! pod/perlclib.pod
22334 ____________________________________________________________________________
22335 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
22336         Log: Integrate change 11801 from maintperl
22337      Branch: maint-5.6/macperl
22338            ! perl.c
22339 ____________________________________________________________________________
22340 [ 11805] By: sky                                   on 2001/08/31  21:35:10
22341         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
22342              From: Michael G Schwern <schwern@pobox.com>
22343              Date: Fri, 31 Aug 2001 15:36:28 -0400
22344              Message-ID: <20010831153628.B598@blackrider>
22345              Check for things which used to segfault
22346      Branch: perl
22347            + t/run/segfault.t
22348 ____________________________________________________________________________
22349 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
22350         Log: integrate change#11801 from maint-5.6
22351              
22352              remove age-old UNICOS "workaround" that introduces a static, and
22353              hence an egregious race condition for threaded builds (*sigh*
22354              beats me why this kludge wasn't guarded by a UNICOS-specific
22355              #define *sigh*)
22356      Branch: perl
22357            ! perl.c
22358 ____________________________________________________________________________
22359 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
22360         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
22361              working in 5.7.x
22362      Branch: perl
22363            - objXSUB.h
22364            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
22365            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
22366            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
22367            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
22368            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
22369            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
22370            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
22371            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
22372            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
22373            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
22374            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
22375            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22376            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
22377            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
22378            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
22379            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
22380            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
22381            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
22382            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
22383            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
22384            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
22385            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
22386 ____________________________________________________________________________
22387 [ 11802] By: ams                                   on 2001/08/31  18:11:32
22388         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
22389              From: "Philip Newton" <Philip.Newton@gmx.net>
22390              Date: Fri, 31 Aug 2001 21:12:56 +0200
22391              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
22392      Branch: perl
22393            ! pod/perldiag.pod
22394 ____________________________________________________________________________
22395 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
22396         Log: remove age-old UNICOS "workaround" that introduces a static, and
22397              hence an egregious race condition for threaded builds (*sigh*
22398              beats me why this kludge wasn't guarded by a UNICOS-specific
22399              #define *sigh*)
22400      Branch: maint-5.6/perl
22401            ! perl.c
22402 ____________________________________________________________________________
22403 [ 11800] By: sky                                   on 2001/08/31  17:30:26
22404         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
22405              Might break on platforms where bool is larger than 8 bites ???
22406      Branch: perl
22407            ! regcomp.c
22408 ____________________________________________________________________________
22409 [ 11799] By: ams                                   on 2001/08/31  12:15:44
22410         Log: Integrate 11778 into mainline.
22411      Branch: perl
22412            ! t/base/term.t
22413 ____________________________________________________________________________
22414 [ 11798] By: sky                                   on 2001/08/31  11:31:44
22415         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
22416              supposed to happen.
22417      Branch: perl
22418            ! regcomp.c
22419 ____________________________________________________________________________
22420 [ 11797] By: sky                                   on 2001/08/31  11:28:17
22421         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
22422              From: "John P. Linderman" <jpl@research.att.com>
22423              Date: Fri, 31 Aug 2001 08:20:35 -0400
22424              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
22425              Fixes test 14 which could fail randomly in rare cases.
22426      Branch: perl
22427            ! ext/Time/HiRes/HiRes.t regcomp.c
22428 ____________________________________________________________________________
22429 [ 11796] By: ams                                   on 2001/08/31  01:13:07
22430         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
22431              From: Nicholas Clark <nick@ccl4.org>
22432              Date: Thu, 30 Aug 2001 23:21:50 +0100
22433              Message-Id: <20010830232150.D4950@plum.flirble.org>
22434      Branch: perl
22435            ! ext/Sys/Syslog/Makefile.PL
22436 ____________________________________________________________________________
22437 [ 11795] By: ams                                   on 2001/08/30  23:53:23
22438         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
22439              patching example
22440              From: Michael G Schwern <schwern@pobox.com>
22441              Date: Thu, 30 Aug 2001 17:02:08 -0400
22442              Message-Id: <20010830170208.M2318@blackrider>
22443      Branch: perl
22444            ! pod/perlhack.pod
22445 ____________________________________________________________________________
22446 [ 11794] By: ams                                   on 2001/08/30  19:35:36
22447         Log: Subject: [PATCH] pp_modulo
22448              From: Nicholas Clark <nick@ccl4.org>
22449              Date: Thu, 30 Aug 2001 18:20:54 +0100
22450              Message-Id: <20010830182053.A4950@plum.flirble.org>
22451      Branch: perl
22452            ! pp.c t/op/64bitint.t
22453 ____________________________________________________________________________
22454 [ 11793] By: sky                                   on 2001/08/30  13:02:48
22455         Log: 11792 wasn't complete
22456      Branch: perl
22457            ! makedef.pl regcomp.c
22458 ____________________________________________________________________________
22459 [ 11792] By: sky                                   on 2001/08/30  12:21:11
22460         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
22461      Branch: perl
22462            ! makedef.pl
22463 ____________________________________________________________________________
22464 [ 11791] By: sky                                   on 2001/08/30  10:08:02
22465         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
22466      Branch: perl
22467            ! config_h.SH
22468 ____________________________________________________________________________
22469 [ 11790] By: sky                                   on 2001/08/30  08:22:31
22470         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
22471              on the pad. Fixes coredumps in cleanups introduced by
22472              Change 11755  
22473      Branch: perl
22474            ! op.c perl.c sv.h
22475 ____________________________________________________________________________
22476 [ 11789] By: sky                                   on 2001/08/29  19:01:47
22477         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
22478              This is a replacement implmentation that works on HPUX.
22479              This bug should probably be fixed in GCC.
22480      Branch: perl
22481            ! ext/Socket/Socket.xs
22482 ____________________________________________________________________________
22483 [ 11788] By: ams                                   on 2001/08/29  17:35:33
22484         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
22485              From: Nicholas Clark <nick@ccl4.org>
22486              Date: Wed, 29 Aug 2001 18:21:56 +0100
22487              Message-Id: <20010829182156.O4950@plum.flirble.org>
22488      Branch: perl
22489            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
22490 ____________________________________________________________________________
22491 [ 11787] By: sky                                   on 2001/08/29  10:42:54
22492         Log: Added test for pack_addr_in and unpack_addr_in
22493              Nitpik in test 10
22494      Branch: perl
22495            ! ext/Socket/Socket.t
22496 ____________________________________________________________________________
22497 [ 11786] By: sky                                   on 2001/08/29  10:28:14
22498         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
22499              Trying to catch errors on HP-UX
22500      Branch: perl
22501            ! ext/Socket/Socket.t
22502 ____________________________________________________________________________
22503 [ 11785] By: sky                                   on 2001/08/29  09:07:03
22504         Log: make sure USE_THREADS is defined so external apps work
22505      Branch: perl
22506            ! config_h.SH
22507 ____________________________________________________________________________
22508 [ 11784] By: sky                                   on 2001/08/29  08:06:12
22509         Log: Subject: Re: The hitlist of untested modules.
22510              From: Jonathan Stowe <gellyfish@gellyfish.com>
22511              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
22512              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
22513              Start of tests for Shell.pm (make Schwern poorer!)
22514      Branch: perl
22515            + lib/Shell.t
22516            ! MANIFEST
22517 ____________________________________________________________________________
22518 [ 11783] By: sky                                   on 2001/08/29  07:37:50
22519         Log: END{} can change the return value even if we die from BEGIN{}
22520      Branch: perl
22521            ! miniperlmain.c
22522 ____________________________________________________________________________
22523 [ 11782] By: ams                                   on 2001/08/29  06:32:17
22524         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
22525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22526              Date: Wed, 29 Aug 2001 09:18:17 +0200
22527              Message-Id: <20010829091817.A4453@rafael>
22528      Branch: perl
22529            ! t/op/inccode.t
22530 ____________________________________________________________________________
22531 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
22532         Log: Delete xsubpp.patch, as full copy exists now
22533      Branch: maint-5.6/macperl
22534            - macos/xsubpp.patch
22535 ____________________________________________________________________________
22536 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
22537         Log: Add Changes file
22538      Branch: maint-5.6/macperl
22539            + macos/Changes
22540 ____________________________________________________________________________
22541 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
22542         Log: Add Mac version of xsubpp as separate file
22543      Branch: maint-5.6/macperl
22544            + macos/xsubpp
22545            ! macos/Makefile.mk
22546 ____________________________________________________________________________
22547 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
22548         Log: Fix open of /dev/null for Mac OS
22549      Branch: maint-5.6/macperl
22550            ! t/base/term.t
22551 ____________________________________________________________________________
22552 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
22553         Log: Various patches: enable more tests; skip CVS in PerlInstall;
22554              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
22555      Branch: maint-5.6/macperl
22556            ! macos/MacPerlTests.cmd macos/PerlInstall
22557            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
22558 ____________________________________________________________________________
22559 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
22560         Log: Allow for platforms to override formatting of errors
22561              on output from Matthias Neeracher (Mac files)
22562      Branch: maint-5.6/macperl
22563            ! macos/macish.c macos/macish.h
22564 ____________________________________________________________________________
22565 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
22566         Log: Allow for platforms to override formatting of errors
22567              on output from Matthias Neeracher (core files)
22568      Branch: maint-5.6/macperl
22569            ! perl.h pp_ctl.c util.c
22570 ____________________________________________________________________________
22571 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
22572         Log: Add some param checking, from reports by Kevin Reid.
22573      Branch: maint-5.6/macperl
22574            ! macos/ext/Mac/Controls/Controls.pm
22575            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
22576 ____________________________________________________________________________
22577 [ 11773] By: ams                                   on 2001/08/28  23:54:57
22578         Log: Subject: [PATCH] make coretest
22579              From: Paul Johnson <paul@pjcj.net>
22580              Date: Wed, 29 Aug 2001 00:11:38 +0200
22581              Message-Id: <20010829001138.B12169@pjcj.net>
22582              (Applied without the change to perlhack.pod. This should
22583              probably stay undocumented.)
22584      Branch: perl
22585            ! Makefile.SH t/TEST
22586 ____________________________________________________________________________
22587 [ 11772] By: sky                                   on 2001/08/28  13:01:20
22588         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
22589              From: Michael G Schwern <schwern@pobox.com>
22590              Date: Tue, 28 Aug 2001 09:57:39 -0400
22591              Message-ID: <20010828095738.E17775@blackrider>
22592      Branch: perl
22593            ! pod/perlhack.pod t/op/pack.t
22594 ____________________________________________________________________________
22595 [ 11771] By: sky                                   on 2001/08/28  11:20:13
22596         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
22597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22598              Date: Tue, 28 Aug 2001 14:23:43 +0200
22599              Message-ID: <20010828142343.A19299@rafael>
22600      Branch: perl
22601            ! pod/perlvar.pod pp_ctl.c
22602 ____________________________________________________________________________
22603 [ 11770] By: ams                                   on 2001/08/28  10:13:21
22604         Log: Subject: [PATCH] odd typo in op.h
22605              From: Nicholas Clark <nick@ccl4.org>
22606              Date: Tue, 28 Aug 2001 12:10:26 +0100
22607              Message-Id: <20010828121026.V4950@plum.flirble.org>
22608      Branch: perl
22609            ! op.h
22610 ____________________________________________________________________________
22611 [ 11769] By: sky                                   on 2001/08/28  08:09:16
22612         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
22613              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
22614              Date: Tue, 28 Aug 2001 02:22:20 +0300
22615              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
22616      Branch: perl
22617            ! ext/B/B/Lint.pm
22618 ____________________________________________________________________________
22619 [ 11768] By: ams                                   on 2001/08/28  00:47:35
22620         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
22621              From: Michael G Schwern <schwern@pobox.com>
22622              Date: Mon, 27 Aug 2001 21:24:44 -0400
22623              Message-Id: <20010827212444.F12582@blackrider>
22624      Branch: perl
22625            ! pod/perlhack.pod t/op/pack.t
22626 ____________________________________________________________________________
22627 [ 11767] By: ams                                   on 2001/08/27  23:59:48
22628         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
22629              From: Michael G Schwern <schwern@pobox.com>
22630              Date: Mon, 27 Aug 2001 20:12:29 -0400
22631              Message-Id: <20010827201229.D12582@blackrider>
22632      Branch: perl
22633            ! pod/perlhack.pod t/op/pack.t
22634 ____________________________________________________________________________
22635 [ 11766] By: ams                                   on 2001/08/27  23:39:40
22636         Log: Update Changes.
22637      Branch: perl
22638            ! Changes
22639 ____________________________________________________________________________
22640 [ 11765] By: ams                                   on 2001/08/27  22:53:10
22641         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
22642              From: Michael G Schwern <schwern@pobox.com>
22643              Date: Mon, 27 Aug 2001 19:47:30 -0400
22644              Message-Id: <20010827194730.C12582@blackrider>
22645      Branch: perl
22646            ! t/op/inccode.t
22647 ____________________________________________________________________________
22648 [ 11764] By: ams                                   on 2001/08/27  22:46:21
22649         Log: Subject: [PATCH] new tests for the coderef-in-@INC
22650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22651              Date: Mon, 27 Aug 2001 22:36:27 +0200
22652              Message-Id: <20010827223627.C690@rafael>
22653              
22654              Subject: Re: [PATCH] new tests for the coderef-in-@INC
22655              From: Nicholas Clark <nick@ccl4.org>
22656              Date: Tue, 28 Aug 2001 00:02:46 +0100
22657              Message-Id: <20010828000245.R4950@plum.flirble.org>
22658      Branch: perl
22659            + t/op/inccode.t
22660            ! MANIFEST
22661 ____________________________________________________________________________
22662 [ 11763] By: ams                                   on 2001/08/27  22:41:09
22663         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
22664              bleadperl on fire, Win95+4NT)
22665              From: Michael G Schwern <schwern@pobox.com>
22666              Date: Mon, 27 Aug 2001 16:54:42 -0400
22667              Message-Id: <20010827165442.F9436@blackrider>
22668      Branch: perl
22669            ! lib/warnings.t
22670 ____________________________________________________________________________
22671 [ 11762] By: sky                                   on 2001/08/27  19:19:17
22672         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
22673              avaible at compile time. This broke the compilation of 
22674              Net/Ping.pm
22675      Branch: perl
22676            ! lib/Net/Ping.pm
22677 ____________________________________________________________________________
22678 [ 11761] By: sky                                   on 2001/08/27  18:34:48
22679         Log: Removed tripple definitions of CUSTOM_OP functions.
22680      Branch: perl
22681            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
22682 ____________________________________________________________________________
22683 [ 11760] By: sky                                   on 2001/08/27  18:21:27
22684         Log: Regen headers
22685      Branch: perl
22686            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
22687            ! perlapi.h proto.h
22688 ____________________________________________________________________________
22689 [ 11759] By: ams                                   on 2001/08/27  16:31:53
22690         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
22691              From: "chromatic" <chromatic@rmci.net>
22692              Date: Mon, 27 Aug 2001 11:17:09 -0600
22693              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
22694      Branch: perl
22695            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
22696 ____________________________________________________________________________
22697 [ 11758] By: sky                                   on 2001/08/27  15:16:42
22698         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
22699              Thanks to H. Merijn Brand for the patch.
22700              Some of the comments and or guards might be removable in perl.h now.
22701      Branch: perl
22702            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
22703            ! Porting/Glossary Porting/config_H README.threads config_h.SH
22704            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
22705            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
22706            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
22707            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
22708            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
22709            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
22710            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
22711            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
22712            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
22713            ! win32/config_H.vc win32/perllib.c win32/win32.h
22714            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
22715            ! wince/config.h wince/config_H.ce wince/win32.h
22716            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
22717 ____________________________________________________________________________
22718 [ 11757] By: sky                                   on 2001/08/27  13:39:16
22719         Log: Subject: GNU ld parses arguments different
22720              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22721              Date: Mon, 27 Aug 2001 16:25:51 +0200
22722              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
22723      Branch: perl
22724            ! hints/hpux.sh
22725 ____________________________________________________________________________
22726 [ 11756] By: sky                                   on 2001/08/27  13:18:45
22727         Log: Subject: Custom Ops
22728              From: Simon Cozens <simon@netthink.co.uk>
22729              Date: Sat, 25 Aug 2001 17:45:09 +0100
22730              Message-ID: <20010825174509.A5752@netthink.co.uk>
22731              I also added a fix to Opcode.pm to quite test cases.
22732      Branch: perl
22733            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
22734            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
22735 ____________________________________________________________________________
22736 [ 11755] By: sky                                   on 2001/08/27  05:37:17
22737         Log: Plugs a memory leak on destruction of regular expressions
22738              introcued by #11274.
22739              PL_regex_padav now has an AV as it's first entry with a list
22740              of freed regex_padav slots that it will reuse on creating
22741              new PMOPs.
22742      Branch: perl
22743            ! op.c perl.c
22744 ____________________________________________________________________________
22745 [ 11754] By: ams                                   on 2001/08/26  14:38:52
22746         Log: Subject: [PATCH] t/io/binmode.t
22747              From: Nicholas Clark <nick@ccl4.org>
22748              Date: Sun, 26 Aug 2001 12:03:05 +0100
22749              Message-Id: <20010826120305.C4950@plum.flirble.org>
22750              
22751              (Also a nitpick in #11752 to t/op/universal.t)
22752      Branch: perl
22753            ! t/io/binmode.t t/op/universal.t
22754 ____________________________________________________________________________
22755 [ 11753] By: ams                                   on 2001/08/26  08:19:34
22756         Log: Subject: [PATCH] op/universal.t failing
22757              From: Nicholas Clark <nick@ccl4.org>
22758              Date: Sun, 26 Aug 2001 09:48:22 +0100
22759              Message-Id: <20010826094822.B4950@plum.flirble.org>
22760      Branch: perl
22761            ! t/op/universal.t
22762 ____________________________________________________________________________
22763 [ 11752] By: ams                                   on 2001/08/25  22:46:13
22764         Log: Subject: Re: 'can' with undefined subs
22765              From: Tony Bowden <tony@kasei.com>
22766              Date: Sat, 25 Aug 2001 14:58:17 +0100
22767              Message-Id: <20010825145817.A11788@soto.kasei.com>
22768              (Applied with minor modifications.)
22769      Branch: perl
22770            ! t/op/universal.t
22771 ____________________________________________________________________________
22772 [ 11751] By: ams                                   on 2001/08/25  18:28:43
22773         Log: Subject: Re: 'can' with undefined subs
22774              From: Tony Bowden <tony@kasei.com>
22775              Date: Sat, 25 Aug 2001 15:13:14 +0100
22776              Message-Id: <20010825151314.B11788@soto.kasei.com>
22777      Branch: perl
22778            ! lib/UNIVERSAL.pm
22779 ____________________________________________________________________________
22780 [ 11750] By: nick                                  on 2001/08/25  15:24:15
22781         Log: Integrate mainline
22782      Branch: perlio
22783           +> t/io/binmode.t
22784           !> (integrate 26 files)
22785 ____________________________________________________________________________
22786 [ 11749] By: nick                                  on 2001/08/25  14:55:41
22787         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
22788              From:  John Peacock <jpeacock@rowman.com>
22789              Date:  Wed, 22 Aug 2001 12:05:28 -0400
22790              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
22791      Branch: perl
22792            ! pod/perlhack.pod
22793 ____________________________________________________________________________
22794 [ 11748] By: nick                                  on 2001/08/25  14:53:04
22795         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
22796              From:  Michael G Schwern <schwern@pobox.com>
22797              Date:  Wed, 22 Aug 2001 19:22:45 -0400
22798              Message-Id:  <20010822192245.U619@blackrider>
22799      Branch: perl
22800            ! MANIFEST
22801 ____________________________________________________________________________
22802 [ 11747] By: nick                                  on 2001/08/25  14:52:33
22803         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
22804              From:  Nicholas Clark <nick@ccl4.org>
22805              Date:  Wed, 22 Aug 2001 23:29:06 +0100
22806              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
22807      Branch: perl
22808            + t/io/binmode.t
22809            ! perlio.c pod/perlfunc.pod
22810 ____________________________________________________________________________
22811 [ 11744] By: nick                                  on 2001/08/25  14:37:33
22812         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
22813              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22814              Date:  Fri, 24 Aug 2001 22:10:42 +0200
22815              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
22816      Branch: perl
22817            ! x2p/a2py.c x2p/walk.c
22818 ____________________________________________________________________________
22819 [ 11743] By: nick                                  on 2001/08/25  14:32:47
22820         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
22821              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22822              Date:  Fri, 24 Aug 2001 23:34:13 +0200
22823              Message-Id:  <20010824233413.A1285@rafael>
22824      Branch: perl
22825            ! pod/perlfunc.pod pod/perlvar.pod
22826 ____________________________________________________________________________
22827 [ 11742] By: ams                                   on 2001/08/25  13:16:02
22828         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
22829              From: Nicholas Clark <nick@ccl4.org>
22830              Date: Sat, 25 Aug 2001 14:50:07 +0100
22831              Message-Id: <20010825145007.L41464@plum.flirble.org>
22832      Branch: perl
22833            ! pp_ctl.c
22834 ____________________________________________________________________________
22835 [ 11741] By: nick                                  on 2001/08/24  07:08:45
22836         Log: When applying patch via Porting/apply fails, do p4 refresh
22837              to get old files back.
22838      Branch: perl
22839            ! Porting/apply
22840 ____________________________________________________________________________
22841 [ 11740] By: ams                                   on 2001/08/24  04:47:24
22842         Log: #11739 was incomplete.
22843      Branch: perl
22844            ! pod/perldiag.pod
22845 ____________________________________________________________________________
22846 [ 11739] By: ams                                   on 2001/08/24  04:09:40
22847         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
22848              From: "Philip Newton" <Philip.Newton@gmx.net>
22849              Date: Fri, 24 Aug 2001 07:08:34 +0200
22850      Branch: perl
22851            ! pod/perldiag.pod
22852 ____________________________________________________________________________
22853 [ 11738] By: ams                                   on 2001/08/24  02:19:42
22854         Log: Fixed Doug Wilson's email address.
22855      Branch: perl
22856            ! AUTHORS
22857 ____________________________________________________________________________
22858 [ 11737] By: ams                                   on 2001/08/24  00:10:13
22859         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
22860              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22861              Date: Thu, 23 Aug 2001 22:22:58 +0200
22862              Message-Id: <20010823222258.A901@rafael>
22863      Branch: perl
22864            ! pod/perldiag.pod
22865 ____________________________________________________________________________
22866 [ 11736] By: ams                                   on 2001/08/24  00:05:02
22867         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
22868              From: "Craig A. Berry" <craigberry@mac.com>
22869              Date: Thu, 23 Aug 2001 19:07:45 -0500
22870              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
22871      Branch: perl
22872            ! configure.com
22873 ____________________________________________________________________________
22874 [ 11735] By: sky                                   on 2001/08/23  13:42:07
22875         Log: Backed out 11732, it breaks lib/strict.t 
22876      Branch: perl
22877            ! op.c
22878 ____________________________________________________________________________
22879 [ 11734] By: sky                                   on 2001/08/23  11:45:59
22880         Log: Removed toy from 17133 after Matt Sargeants request.
22881      Branch: perl
22882            ! pod/perlfaq4.pod
22883 ____________________________________________________________________________
22884 [ 11733] By: sky                                   on 2001/08/23  11:36:29
22885         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
22886              From: Robin Houston <robin@kitsite.com>
22887              Date: Wed, 22 Aug 2001 23:06:16 +0100
22888              Message-ID: <20010822230616.A254@robin.kitsite.com>
22889      Branch: perl
22890            ! pod/perlfaq4.pod
22891 ____________________________________________________________________________
22892 [ 11732] By: sky                                   on 2001/08/23  10:36:02
22893         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
22894              From: Simon Cozens <simon@netthink.co.uk>
22895              Date: Thu, 23 Aug 2001 12:06:36 +0100
22896              Message-ID: <20010823120636.A9961@netthink.co.uk>
22897      Branch: perl
22898            ! op.c
22899 ____________________________________________________________________________
22900 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
22901         Log: fix broken windows build
22902      Branch: perl
22903            ! perl.h
22904 ____________________________________________________________________________
22905 [ 11730] By: ams                                   on 2001/08/22  21:35:30
22906         Log: Subject: [PATCH] io/tell.t doesn't chdir t
22907              From: Nicholas Clark <nick@ccl4.org>
22908              Date: Wed, 22 Aug 2001 23:25:58 +0100
22909              Message-Id: <20010822232557.Y82818@plum.flirble.org>
22910      Branch: perl
22911            ! t/io/tell.t
22912 ____________________________________________________________________________
22913 [ 11729] By: ams                                   on 2001/08/22  20:32:21
22914         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
22915              questions)
22916              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22917              Date: Wed, 22 Aug 2001 17:09:04 -0400
22918              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
22919              (Oops, forgot File::Spec::Unix in the previous patch.)
22920      Branch: perl
22921            ! lib/File/Spec/Unix.pm
22922 ____________________________________________________________________________
22923 [ 11728] By: ams                                   on 2001/08/22  20:25:41
22924         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
22925              questions)
22926              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22927              Date: Wed, 22 Aug 2001 17:09:04 -0400
22928              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
22929      Branch: perl
22930            ! lib/File/Spec.pm
22931 ____________________________________________________________________________
22932 [ 11727] By: ams                                   on 2001/08/22  19:43:30
22933         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
22934              From: John Peacock <jpeacock@rowman.com>
22935              Date: Wed, 22 Aug 2001 12:35:52 -0400
22936              Message-Id: <3B83DF68.5D89DC81@rowman.com>
22937              (Adds proper tests for $], notwithstanding Subject. +nitpick)
22938      Branch: perl
22939            ! t/op/ver.t
22940 ____________________________________________________________________________
22941 [ 11726] By: ams                                   on 2001/08/22  19:36:39
22942         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
22943              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
22944              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
22945              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
22946      Branch: perl
22947            ! lib/diagnostics.pm lib/diagnostics.t
22948 ____________________________________________________________________________
22949 [ 11725] By: ams                                   on 2001/08/22  19:25:01
22950         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
22951              From: Nicholas Clark <nick@ccl4.org>
22952              Date: Wed, 22 Aug 2001 20:59:05 +0100
22953              Message-Id: <20010822205905.U82818@plum.flirble.org>
22954      Branch: perl
22955            ! pp.c t/op/64bitint.t t/op/arith.t
22956 ____________________________________________________________________________
22957 [ 11724] By: ams                                   on 2001/08/22  10:02:33
22958         Log: Subject: Configure blooper
22959              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22960              Date: Wed, 22 Aug 2001 12:38:35 +0200
22961              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
22962      Branch: perl
22963            ! Configure
22964 ____________________________________________________________________________
22965 [ 11723] By: ams                                   on 2001/08/21  16:17:53
22966         Log: Subject: [PATCH] installperl -help
22967              From: Nicholas Clark <nick@ccl4.org>
22968              Date: Tue, 21 Aug 2001 17:34:23 +0100
22969              Message-Id: <20010821173423.F82818@plum.flirble.org>
22970      Branch: perl
22971            ! installperl
22972 ____________________________________________________________________________
22973 [ 11722] By: ams                                   on 2001/08/20  07:46:31
22974         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
22975              From: Ilmari Karonen <iltzu@sci.fi>
22976              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
22977              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
22978      Branch: perl
22979            ! pod/perlvar.pod
22980 ____________________________________________________________________________
22981 [ 11721] By: nick                                  on 2001/08/20  06:24:31
22982         Log: Integrate mainline
22983      Branch: perlio
22984           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
22985           +> lib/Lingua/KO/Hangul/Util/Changes
22986           +> lib/Lingua/KO/Hangul/Util/README
22987           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
22988           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
22989           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
22990           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
22991           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
22992           +> lib/Unicode/Normalize/t/test.t
22993            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
22994           !> (integrate 55 files)
22995 ____________________________________________________________________________
22996 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
22997         Log: Integrate Change #11599 from maint-5.6/perl
22998      Branch: maint-5.6/macperl
22999           !> README.win32
23000 ____________________________________________________________________________
23001 [ 11719] By: ams                                   on 2001/08/18  21:21:42
23002         Log: Add Porting/apply to MANIFEST.
23003      Branch: perl
23004            ! MANIFEST
23005 ____________________________________________________________________________
23006 [ 11718] By: sky                                   on 2001/08/18  14:38:01
23007         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
23008              Better solution would be to make 5005threaded perl use
23009              the same system as ithreads do
23010      Branch: perl
23011            ! perl.h
23012 ____________________________________________________________________________
23013 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
23014         Log: New try for ID 20010407.006: detach the semantics
23015              "was the last match target UTF8" into its own variable.
23016      Branch: perl
23017            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
23018            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
23019 ____________________________________________________________________________
23020 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
23021         Log: UTF8 flag should be meaningful only when POK.
23022      Branch: perl
23023            ! dump.c
23024 ____________________________________________________________________________
23025 [ 11715] By: sky                                   on 2001/08/18  11:45:16
23026         Log: USE_THREADS and USE_ITHREADS are never true at the same time
23027      Branch: perl
23028            ! perl.h
23029 ____________________________________________________________________________
23030 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
23031         Log: Retract #11712 for now.  The real fix would probably
23032              be something like making PL_reg_sv a copy (PV + UTF8)
23033              of the matched/substituted string (note: not just a SvPOK
23034              string, for example the stringified form of a ROK would
23035              be applicable)  Beware of leaks.
23036      Branch: perl
23037            ! pp_hot.c t/op/pat.t
23038 ____________________________________________________________________________
23039 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
23040         Log: UTF8 wasn't printing for PVMGs.
23041      Branch: perl
23042            ! dump.c
23043 ____________________________________________________________________________
23044 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
23045         Log: (Retracted by #11714)
23046              
23047              Okay analysis, debatable fix.  (The fix will inc
23048              the refcount of all temporary match objects,
23049              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
23050              which will then cause griping at untie() time
23051              ("inner references remain").
23052              
23053              Fix for ID 20010407.006: PL_reg_sv got wiped out
23054              by freetemps if the match target was a temporary
23055              (like function_call() =~ /.../), which in turn meant
23056              that the $1 et al stopped working if they had UTF-8
23057              in them.  Therefore bump up the refcount of PL_reg_sv.
23058      Branch: perl
23059            ! pp_hot.c t/op/pat.t
23060 ____________________________________________________________________________
23061 [ 11711] By: ams                                   on 2001/08/17  20:32:08
23062         Log: Subject: [PATCH] doesn't compile, was perl@11710
23063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23064              Date: Fri, 17 Aug 2001 23:21:10 +0200
23065              Message-Id: <20010817232110.C7041@rafael> 
23066      Branch: perl
23067            ! sharedsv.c
23068 ____________________________________________________________________________
23069 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
23070         Log: Update Changes.
23071      Branch: perl
23072            ! Changes patchlevel.h
23073 ____________________________________________________________________________
23074 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
23075         Log: Upgrade to libnet 1.0704.
23076      Branch: perl
23077            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
23078            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
23079            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
23080            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
23081            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
23082            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
23083            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
23084 ____________________________________________________________________________
23085 [ 11708] By: sky                                   on 2001/08/17  13:34:04
23086         Log: Let perl_clone copy PL_exit_flags
23087      Branch: perl
23088            ! sv.c
23089 ____________________________________________________________________________
23090 [ 11707] By: sky                                   on 2001/08/17  12:28:41
23091         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
23092      Branch: perl
23093            ! sharedsv.c sharedsv.h
23094 ____________________________________________________________________________
23095 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
23096         Log: The metaconfig unit change for #11705.
23097      Branch: metaconfig/U/perl
23098            ! Extensions.U
23099 ____________________________________________________________________________
23100 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
23101         Log: Allow the threads extension to be found if present.
23102      Branch: perl
23103            ! Configure
23104 ____________________________________________________________________________
23105 [ 11704] By: nick                                  on 2001/08/17  11:47:54
23106         Log: Mail -> change script (pre-alpha)
23107      Branch: perl
23108            + Porting/apply
23109 ____________________________________________________________________________
23110 [ 11703] By: sky                                   on 2001/08/17  07:11:24
23111         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
23112              Thanks to Tom Hospel for pointing out my error.
23113      Branch: perl
23114            ! op.h
23115 ____________________________________________________________________________
23116 [ 11702] By: sky                                   on 2001/08/17  04:18:11
23117         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.
23118      Branch: perl
23119            ! embed.pl miniperlmain.c perl.c perl.h proto.h
23120 ____________________________________________________________________________
23121 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
23122         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
23123              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
23124      Branch: perl
23125            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
23126            + lib/Lingua/KO/Hangul/Util/README
23127            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
23128            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
23129            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
23130            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
23131            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
23132            + lib/Unicode/Normalize/t/test.t
23133            ! MANIFEST
23134 ____________________________________________________________________________
23135 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
23136         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
23137              Date: Thu, 16 Aug 2001 22:46:15 -0500
23138              From: "Craig A. Berry" <craigberry@mac.com>
23139              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
23140      Branch: perl
23141            ! configure.com numeric.c
23142 ____________________________________________________________________________
23143 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
23144         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
23145              of the usual suspects (like getpwent) but not for others
23146              (like localtime and rand).  The _r versions are available
23147              for all of them, so let's use them.
23148      Branch: perl
23149            ! perl.h
23150 ____________________________________________________________________________
23151 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
23152         Log: (Accidental apply; thankfully empty.)
23153      Branch: perl
23154            ! hints/os390.sh
23155 ____________________________________________________________________________
23156 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
23157         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
23158              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23159              Date: Thu, 16 Aug 2001 16:27:49 +0100
23160              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
23161      Branch: perl
23162            ! regexec.c t/op/re_tests
23163 ____________________________________________________________________________
23164 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
23165         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
23166              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23167              Date: Thu, 16 Aug 2001 18:50:01 +0100
23168              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
23169      Branch: perl
23170            ! pp_hot.c t/op/pat.t
23171 ____________________________________________________________________________
23172 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
23173         Log: Subject: [PATCH] *time_r again
23174              From: "Arthur Bergman" <arthur@contiller.se>
23175              Date: Thu, 16 Aug 2001 16:01:54 +0200
23176              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
23177      Branch: perl
23178            ! op.h
23179 ____________________________________________________________________________
23180 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
23181         Log: system() and backtick error handling cleanup from Craig A. Berry.
23182      Branch: perl
23183            ! vms/vms.c
23184 ____________________________________________________________________________
23185 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
23186         Log: change#10334 leaks memory, copies string when it doesn't
23187              need to
23188      Branch: perl
23189            ! perl.c
23190 ____________________________________________________________________________
23191 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
23192         Log: One more twist to the sprintf + utf8 testing.
23193      Branch: perl
23194            ! t/op/misc.t
23195 ____________________________________________________________________________
23196 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
23197         Log: Fix for 20010407.008 sprintf removes utf8-ness.
23198      Branch: perl
23199            ! pp.c t/op/misc.t
23200 ____________________________________________________________________________
23201 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
23202         Log: Subject: [PATCH] *time_r fixes
23203              From: "Arthur Bergman" <arthur@contiller.se>
23204              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
23205              Date: Thu, 16 Aug 2001 14:22:27 +0200
23206      Branch: perl
23207            ! op.h
23208 ____________________________________________________________________________
23209 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
23210         Log: Upgrade to CGI.pm 2.77.
23211      Branch: perl
23212            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
23213            ! lib/CGI/t/function.t
23214 ____________________________________________________________________________
23215 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
23216         Log: Document the bytes-to-Unicode upgrading.
23217      Branch: perl
23218            ! pod/perlunicode.pod
23219 ____________________________________________________________________________
23220 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
23221         Log: Add a test for Unicode sprintf.
23222      Branch: perl
23223            ! t/op/misc.t
23224 ____________________________________________________________________________
23225 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
23226         Log: Add Unicode tests for index/rindex.
23227      Branch: perl
23228            ! t/op/index.t
23229 ____________________________________________________________________________
23230 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
23231         Log: Document a bit the art of minimizing the installation,
23232              based on the p5p discussion.
23233      Branch: perl
23234            ! INSTALL
23235 ____________________________________________________________________________
23236 [ 11684] By: nick                                  on 2001/08/15  15:03:31
23237         Log: Integrate mainline
23238      Branch: perlio
23239           +> sharedsv.c sharedsv.h
23240           !> (integrate 53 files)
23241 ____________________________________________________________________________
23242 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
23243         Log: Update Changes.
23244      Branch: perl
23245            ! Changes patchlevel.h
23246 ____________________________________________________________________________
23247 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
23248         Log: The #11673 necessitated a test tweak.
23249      Branch: perl
23250            ! t/io/utf8.t
23251 ____________________________________________________________________________
23252 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
23253         Log: Also UNICOS is in the general case unable to silently
23254              handle fp overflows.
23255      Branch: perl
23256            ! numeric.c
23257 ____________________________________________________________________________
23258 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
23259         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
23260              NV_EPSILON #defined.
23261      Branch: perl
23262            ! perl.h
23263 ____________________________________________________________________________
23264 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
23265         Log: Re-establish the fp overflow detection for VAX VMS; there
23266              is no easy way to have the IEEE fp silent overflow semantics.
23267              (in Alpha VMS we still will use IEEE fp by default-- but it
23268              is still possible to configure Perl to use G_FLOAT)
23269      Branch: perl
23270            ! numeric.c
23271 ____________________________________________________________________________
23272 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
23273         Log: Subject: [PATCH] pp_lock 
23274              From: "Arthur Bergman" <arthur@contiller.se>
23275              Date: Wed, 15 Aug 2001 11:52:16 +0200
23276              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
23277      Branch: perl
23278            ! pp.c
23279 ____________________________________________________________________________
23280 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
23281         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
23282              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23283              Date: Wed, 15 Aug 2001 11:32:11 +0100
23284              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
23285      Branch: perl
23286            ! regcomp.c t/op/re_tests
23287 ____________________________________________________________________________
23288 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
23289         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
23290              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23291              Date: Wed, 15 Aug 2001 10:33:49 +0100
23292              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
23293      Branch: perl
23294            ! regexec.c t/op/re_tests
23295 ____________________________________________________________________________
23296 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
23297         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
23298              From: Barrie Slaymaker <barries@slaysys.com>
23299              Date: Tue, 14 Aug 2001 14:32:25 -0400
23300              Message-ID: <20010814143225.A19822@jester.slaysys.com>
23301      Branch: perl
23302            ! lib/File/Spec.t lib/File/Spec/Unix.pm
23303 ____________________________________________________________________________
23304 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
23305         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
23306              From: Peter Prymmer <pvhp@forte.com>
23307              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
23308              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
23309      Branch: perl
23310            ! README.vms configure.com
23311 ____________________________________________________________________________
23312 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
23313         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
23314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23315              Date: Tue, 14 Aug 2001 21:23:27 +0200
23316              Message-ID: <20010814212327.A1919@rafael>
23317      Branch: perl
23318            ! doio.c
23319 ____________________________________________________________________________
23320 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
23321         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
23322              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23323              Date: Tue, 14 Aug 2001 22:30:11 +0200
23324              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
23325              
23326              Combination of nmake, quoting, and Perl expanded $( in here-doc.
23327      Branch: perl
23328            ! ext/SDBM_File/Makefile.PL
23329 ____________________________________________________________________________
23330 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
23331         Log: Todo updates.
23332      Branch: perl
23333            ! pod/perltodo.pod
23334 ____________________________________________________________________________
23335 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
23336         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
23337              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23338              Date: Mon, 13 Aug 2001 23:15:01 +0200
23339              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
23340      Branch: perl
23341            ! sv.c
23342 ____________________________________________________________________________
23343 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
23344         Log: Subject: [PATCH] [b-]showlex.t
23345              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23346              Date: Sun, 12 Aug 2001 22:24:51 +0200
23347              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
23348              
23349              The 4nt command shell will expand the % in command line
23350              no matter what quoting is attempted, changed the % to @.
23351      Branch: perl
23352            ! ext/B/Showlex.t
23353 ____________________________________________________________________________
23354 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
23355         Log: Subject: [PATCH] magic.t
23356              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23357              Date: Sun, 12 Aug 2001 20:49:27 +0200
23358              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
23359      Branch: perl
23360            ! t/op/magic.t
23361 ____________________________________________________________________________
23362 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
23363         Log: Add sharedsv* to the DOSish platforms; plus add
23364              some WinCE files to the list of DOSish files.
23365      Branch: perl
23366            ! NetWare/Makefile Porting/makerel win32/Makefile
23367            ! win32/makefile.mk wince/Makefile.ce
23368 ____________________________________________________________________________
23369 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
23370         Log: More DOSish files.
23371      Branch: perl
23372            ! Porting/makerel
23373 ____________________________________________________________________________
23374 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
23375         Log: Strip CRs from the WinCE files.  Now we need to
23376              figure out in which CRs are really needed: probably
23377              Makefile.ce and the README files, at least, probably
23378              also the registry.bat.
23379      Branch: perl
23380            ! wince/Makefile.ce wince/README.compile wince/README.perlce
23381            ! wince/config.h wince/include/cectype.h wince/include/errno.h
23382            ! wince/include/sys/stat.h wince/include/sys/types.h
23383            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
23384            ! wince/perldll.def wince/registry.bat wince/wince.h
23385            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
23386 ____________________________________________________________________________
23387 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
23388         Log: Add some files to DOSish and writables.
23389      Branch: perl
23390            ! Porting/makerel
23391 ____________________________________________________________________________
23392 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
23393         Log: Compile failure message tidying.
23394      Branch: perl
23395            ! t/lib/1_compile.t
23396 ____________________________________________________________________________
23397 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
23398         Log: The new sharedsv* should be exported only if usethreads.
23399      Branch: perl
23400            ! makedef.pl
23401 ____________________________________________________________________________
23402 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
23403         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
23404              From: Peter Prymmer <pvhp@forte.com>
23405              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
23406              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
23407      Branch: perl
23408            ! README.os390
23409 ____________________________________________________________________________
23410 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
23411         Log: Update Changes.
23412      Branch: perl
23413            ! Changes patchlevel.h
23414 ____________________________________________________________________________
23415 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
23416         Log: Subject: [PATHC] sharedsv.[c|h]
23417              From: "Artur Bergman" <artur@contiller.se>
23418              Date: Mon, 13 Aug 2001 14:38:41 +0200
23419              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
23420              
23421              Subject: [PATCH] embed.pl
23422              From: Arthur Bergman <arthur@contiller.se>
23423              Date: Mon, 13 Aug 2001 14:38:14 +0200
23424              Message-ID: <B79D96D6.3088%arthur@contiller.se>
23425              
23426              Subject: [PATCH] sharedsv cleanups
23427              From: "Arthur Bergman" <arthur@contiller.se>
23428              Date: Mon, 13 Aug 2001 15:14:25 +0200
23429              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
23430              
23431              Plus few tweaks: _init needs to be Adp, the prototypes
23432              should not be revealed unless using ithreads, #endif FOO
23433              must be #endif /* FOO */, adding (parentheses) around
23434              do { } while doesn't work too well.
23435      Branch: perl
23436            + sharedsv.c sharedsv.h
23437            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
23438            ! perl.h perlapi.c pod/perlapi.pod proto.h
23439 ____________________________________________________________________________
23440 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
23441         Log: Subject: Re: END {} blocks run in perl_run
23442              From: Arthur Bergman <arthur@contiller.se>
23443              Date: Mon, 13 Aug 2001 11:11:30 +0200
23444              Message-ID: <B79D6661.3068%arthur@contiller.se>
23445      Branch: perl
23446            ! perl.c
23447 ____________________________________________________________________________
23448 [ 11657] By: nick                                  on 2001/08/13  09:03:02
23449         Log: Integrate mainline
23450      Branch: perlio
23451           +> (branch 326 files)
23452            - (delete 330 files)
23453           !> (integrate 85 files)
23454 ____________________________________________________________________________
23455 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
23456         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
23457              and the Perl will be built to do that by default (adding that
23458              will break scripts having non-UTF-8 binary data, such as Latin-1.)
23459      Branch: perl
23460            ! op.c toke.c utf8.h
23461 ____________________________________________________________________________
23462 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
23463         Log: Unnecessary downgrades.
23464      Branch: perl
23465            ! doop.c
23466 ____________________________________________________________________________
23467 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
23468         Log: Failure not true anymore (probably caused by my broken setup).
23469      Branch: perl
23470            ! t/op/pat.t
23471 ____________________________________________________________________________
23472 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
23473         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
23474              stopped working).
23475      Branch: perl
23476            ! op.h pp_ctl.c regcomp.c
23477 ____________________________________________________________________________
23478 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
23479         Log: There is no IN_UTF8.
23480      Branch: perl
23481            ! utf8.h
23482 ____________________________________________________________________________
23483 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
23484         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
23485      Branch: perl
23486            ! op.c op.h pp_ctl.c regcomp.c
23487 ____________________________________________________________________________
23488 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
23489         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
23490              and a test tweak.
23491      Branch: perl
23492            ! op.c t/pod/find.t
23493 ____________________________________________________________________________
23494 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
23495         Log: Todo updates and fixes.
23496      Branch: perl
23497            ! pod/perltodo.pod
23498 ____________________________________________________________________________
23499 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
23500         Log: Mark tests (and one module) having explicit Latin-1
23501              (and one file having explicit UTF-8) with an explicit
23502              'no utf8' (and one explicit 'use utf8').
23503              
23504              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
23505      Branch: perl
23506            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
23507            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
23508            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
23509 ____________________________________________________________________________
23510 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
23511         Log: Subject: SV: END {} blocks run in perl_run
23512              From: "Arthur Bergman" <arthur@contiller.se>
23513              Date: Sun, 12 Aug 2001 00:34:28 +0200 
23514              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
23515      Branch: perl
23516            ! miniperlmain.c perl.c
23517 ____________________________________________________________________________
23518 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
23519         Log: Typos in #11645.
23520      Branch: perl
23521            ! perl.h
23522 ____________________________________________________________________________
23523 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
23524         Log: On ithreads default to use_reentrant except on naturally
23525              threadsafe platforms.
23526      Branch: perl
23527            ! perl.h
23528 ____________________________________________________________________________
23529 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
23530         Log: (Hopefully) a fix for 20010723.004: make install needs
23531              write permission in build directory.  The problem was
23532              probably caused by overeager sprinkling of the lib/re.pm
23533              dependencies (which was done to guarantee lib/re.pm being
23534              uptodate for parallel makes: now solved by funneling that
23535              through an explicit recursive make in the preplibrary target).
23536      Branch: perl
23537            ! Makefile.SH
23538 ____________________________________________________________________________
23539 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
23540         Log: Dispell the "use utf8" superstition.
23541      Branch: perl
23542            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
23543            ! pod/perlunicode.pod
23544 ____________________________________________________________________________
23545 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
23546         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
23547              From: "Abigail" <abigail@foad.org> 
23548              Date: Sat, 11 Aug 2001 23:49:49 +0200
23549              Message-ID: <20010811214950.23255.qmail@foad.org>
23550      Branch: perl
23551            ! t/op/taint.t
23552 ____________________________________________________________________________
23553 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
23554         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
23555              From: Abhijit Menon-Sen <ams@wiw.org>
23556              Date: Sat, 11 Aug 2001 06:18:19 +0530
23557              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
23558      Branch: perl
23559            ! mg.c
23560 ____________________________________________________________________________
23561 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
23562         Log: Test for change #11639.
23563      Branch: perl
23564            ! t/op/tiehandle.t
23565 ____________________________________________________________________________
23566 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
23567         Log: Subject: Re: Can't localize *FH, then tie it
23568              From: Abhijit Menon-Sen <ams@wiw.org>
23569              Date: Sun, 12 Aug 2001 16:08:06 +0530
23570              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
23571      Branch: perl
23572            ! pp_hot.c pp_sys.c
23573 ____________________________________________________________________________
23574 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
23575         Log: Drop all the unnecessary "use utf8" clauses and some of
23576              the unnecessary "use bytes" ones.
23577              
23578              TODO: scour the documentation for unnecessary "use utf8"
23579              and prominently display it in perldelta when the time comes.
23580              ("use utf8" should be necessary ONLY if one wants the script
23581              to be in UTF-8.)  Also should be checked in some non-ASCII
23582              non-Latin-1 platform, like EBCDIC.
23583      Branch: perl
23584            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
23585            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
23586 ____________________________________________________________________________
23587 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
23588         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
23589              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
23590              in Unicode handling.
23591      Branch: perl
23592            + t/op/lc.t
23593            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
23594 ____________________________________________________________________________
23595 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
23596         Log: Thinko: we want the flags for native cc, not gcc.
23597      Branch: perl
23598            ! hints/dec_osf.sh
23599 ____________________________________________________________________________
23600 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
23601         Log: (retracted by 13077)
23602              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
23603              From: Robin Houston <robin@kitsite.com>
23604              Date: Fri, 10 Aug 2001 14:42:02 +0100
23605              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
23606      Branch: perl
23607            ! pp.c
23608 ____________________________________________________________________________
23609 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
23610         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
23611              From: Abhijit Menon-Sen <ams@wiw.org>
23612              Date: Sat, 11 Aug 2001 16:31:04 +0530
23613              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
23614      Branch: perl
23615            ! op.c
23616 ____________________________________________________________________________
23617 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
23618         Log: Get rid of indread, from Abhijit Menon-Sen.
23619      Branch: perl
23620            ! pp_sys.c
23621 ____________________________________________________________________________
23622 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
23623         Log: CRLFgngngn.
23624      Branch: perl
23625            ! win32/Makefile win32/makefile.mk
23626 ____________________________________________________________________________
23627 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
23628         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
23629      Branch: perl
23630            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23631            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
23632            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
23633            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
23634            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
23635            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
23636            ! win32/Makefile win32/makefile.mk
23637 ____________________________________________________________________________
23638 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
23639         Log: Avoid #elif (less portable than #else #if).
23640      Branch: perl
23641            ! handy.h
23642 ____________________________________________________________________________
23643 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
23644         Log: Subject: patch for perlvar.pod
23645              From: mah@everybody.org (Mark A. Hershberger)
23646              Date: 08 Aug 2001 17:03:16 -0500
23647              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
23648      Branch: perl
23649            ! pod/perlvar.pod
23650 ____________________________________________________________________________
23651 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
23652         Log: cpp commands must start (the # must be) at the column #0.
23653      Branch: perl
23654            ! op.c
23655 ____________________________________________________________________________
23656 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
23657         Log: If using gcc -B/foo/bar makedepend would give
23658              unnecessary warnings about unused -B/foo/bar.
23659      Branch: perl
23660            ! makedepend.SH
23661 ____________________________________________________________________________
23662 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
23663         Log: Update Changes.
23664      Branch: perl
23665            ! Changes patchlevel.h
23666 ____________________________________________________________________________
23667 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
23668         Log: s/z/tz/
23669      Branch: perl
23670            ! pod/perlfaq2.pod
23671 ____________________________________________________________________________
23672 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
23673         Log: Article nit.
23674      Branch: perl
23675            ! pod/perlfaq2.pod
23676 ____________________________________________________________________________
23677 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
23678         Log: Rename lib/unicode files to lib/unicore to avoid
23679              conflicts between core lib/unicode and Unicode::
23680              files in case-ignoring filesystems.
23681      Branch: perl
23682            + (add 325 files)
23683            - (delete 324 files)
23684            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
23685 ____________________________________________________________________________
23686 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
23687         Log: Upgrade to Math::BigInt 1.41.
23688      Branch: perl
23689            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
23690 ____________________________________________________________________________
23691 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
23692         Log: Subject: [PATCH] remove PL_na from typemap
23693              From: James <james@rf.net>
23694              Date: Mon, 06 Aug 2001 20:23:15 -0700
23695              Message-ID: <3B6F5F23.A31A81B1@rf.net>
23696              
23697              (had to be manually applied)
23698      Branch: perl
23699            ! lib/ExtUtils/typemap
23700 ____________________________________________________________________________
23701 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
23702         Log: The metaconfig unit changes for #11618.
23703      Branch: metaconfig/U/perl
23704            + d_fpclassl.U i_fp.U
23705 ____________________________________________________________________________
23706 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
23707         Log: Forgot this from #11618.
23708              
23709              NOTE: wince/config_H.ce needs updating.
23710      Branch: perl
23711            ! wince/config.ce
23712 ____________________________________________________________________________
23713 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
23714         Log: Introduce more floating point classifying APIs;
23715              try to define (most importantly) Perl_is{inf,nan}(x).
23716              
23717              For this first cut, assume none such APIs exist in non-UNIXoid
23718              platforms-- this is of course too unkind: Win32 rumoredly has
23719              _fpclass() and _isnan(), and VMS/VOS very probably have some
23720              of the APIs available.     The only thing Perl uses at the moment
23721              is Perl_isnan() (has been in use for a while now).
23722              
23723              NOTE: the Win32 and NetWare config_h.?c need regenerating.
23724      Branch: perl
23725            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
23726            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23727            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
23728            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23729            ! vos/config.ga.h win32/config.bc win32/config.gc
23730            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23731            ! win32/config_H.vc wince/config.ce wince/config.h
23732 ____________________________________________________________________________
23733 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
23734         Log: Integrate change #11519 from perlio:
23735              
23736              Avoid testing for (non-)existance of "encoding(xxxx)"
23737              layer is called "encoding" the (xxxx) is an argument.
23738      Branch: perl
23739           !> lib/open.pm
23740 ____________________________________________________________________________
23741 [ 11616] By: nick                                  on 2001/08/09  07:50:24
23742         Log: Integrate mainline
23743      Branch: perlio
23744           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
23745           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
23746           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
23747           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
23748            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
23749            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
23750           !> (integrate 79 files)
23751 ____________________________________________________________________________
23752 [ 11615] By: nick                                  on 2001/08/09  06:23:44
23753         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
23754              layer is called "encoding" the (xxxx) is an argument.
23755      Branch: perlio
23756            ! lib/open.pm
23757 ____________________________________________________________________________
23758 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
23759         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
23760              From: Paul Johnson <paul@pjcj.net>
23761              Date: Wed, 8 Aug 2001 23:54:17 +0200
23762              Message-ID: <20010808235417.O1006@pjcj.net>
23763      Branch: perl
23764            ! ext/B/B/Concise.pm
23765 ____________________________________________________________________________
23766 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
23767         Log: Make VMS use IEEE math by default; reorder Tru64 hints
23768              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
23769              exception semantics) is always set if using (the new) cc.
23770      Branch: perl
23771            ! configure.com hints/dec_osf.sh
23772 ____________________________________________________________________________
23773 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
23774         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
23775              From: Abhijit Menon-Sen <ams@wiw.org>
23776              Date: Tue, 7 Aug 2001 17:16:05 +0530
23777              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
23778      Branch: perl
23779            ! pp_sys.c
23780 ____________________________________________________________________________
23781 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
23782         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
23783              From: "Craig A. Berry" <craigberry@mac.com>
23784              Date: Tue, 07 Aug 2001 22:27:47 -0500
23785              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
23786      Branch: perl
23787            ! t/run/exit.t
23788 ____________________________________________________________________________
23789 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
23790         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
23791              From: "Craig A. Berry" <craigberry@mac.com>
23792              Date: Tue, 07 Aug 2001 20:01:53 -0500
23793              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
23794      Branch: perl
23795            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
23796 ____________________________________________________________________________
23797 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
23798         Log: Update the magazine information.
23799      Branch: perl
23800            ! pod/perlfaq2.pod
23801 ____________________________________________________________________________
23802 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
23803         Log: Ignore SIGFPE everywhere.
23804      Branch: perl
23805            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
23806 ____________________________________________________________________________
23807 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
23808         Log: With permission, change the licensing of the docs by
23809              TomC (and Gnat) to comply with the rest of Perl.
23810      Branch: perl
23811            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23812            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23813            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23814            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
23815            ! pod/perltootc.pod
23816 ____________________________________________________________________________
23817 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
23818         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
23819              From: Andy Dougherty <doughera@lafayette.edu>
23820              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
23821              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
23822      Branch: perl
23823            ! hints/openbsd.sh
23824 ____________________________________________________________________________
23825 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
23826         Log: Subject: [PATCH] Makefile.SH test_prep dependency
23827              From: Andy Dougherty <doughera@lafayette.edu>
23828              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
23829              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
23830      Branch: perl
23831            ! Makefile.SH
23832 ____________________________________________________________________________
23833 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
23834         Log: Don't autogenerate the headers et alia,
23835              make regen_headers explicitly.
23836      Branch: perl
23837            ! Makefile.SH
23838 ____________________________________________________________________________
23839 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
23840         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
23841              From: Gurusamy Sarathy <gsar@ActiveState.com> 
23842              Date: Tue, 07 Aug 2001 08:33:26 -0700
23843              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
23844              
23845              Unnecessary dependency.
23846      Branch: perl
23847            ! embed.pl
23848 ____________________________________________________________________________
23849 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
23850         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
23851              From: Abhijit Menon-Sen <ams@wiw.org>
23852              Date: Tue, 7 Aug 2001 09:10:54 +0530
23853              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
23854      Branch: perl
23855            ! pp_hot.c
23856 ____________________________________________________________________________
23857 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
23858         Log: Subject: [PATCH perl@11597] B && BEGIN handling
23859              From: "James A. Duncan" <jduncan@fotango.com>
23860              Date: Mon, 6 Aug 2001 17:29:11 +0100
23861              Message-ID: <20010806172911.A2071@fotango.com>
23862              
23863              (the intrpvar.h addition moved to the end for bincompat)
23864      Branch: perl
23865            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
23866 ____________________________________________________________________________
23867 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
23868         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
23869      Branch: perl
23870           !> README.win32
23871 ____________________________________________________________________________
23872 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
23873         Log: fix URLs for fcrypt.c
23874      Branch: maint-5.6/perl
23875            ! README.win32
23876 ____________________________________________________________________________
23877 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
23878         Log: Yet another way to say Infinity: HP-UX calls its "++".
23879      Branch: perl
23880            ! lib/Math/BigInt/t/bigintpm.t
23881 ____________________________________________________________________________
23882 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
23883         Log: Update Changes.
23884      Branch: perl
23885            ! Changes patchlevel.h
23886 ____________________________________________________________________________
23887 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
23888         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
23889      Branch: perl
23890            ! pod/perlfaq5.pod
23891 ____________________________________________________________________________
23892 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
23893         Log: The #11593 wasn't right.
23894      Branch: perl
23895            ! lib/Math/BigInt/t/bigintpm.t
23896 ____________________________________________________________________________
23897 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
23898         Log: Subject: [PATCH: perl@11564] introducing perlivp
23899              From: Prymmer/Kahn <pvhp@best.com>
23900              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
23901              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
23902              
23903              Subject: Re: [PATCH: perl@11564] introducing perlivp
23904              From: Prymmer/Kahn <pvhp@best.com>
23905              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
23906              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
23907      Branch: perl
23908            + utils/perlivp.PL
23909            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
23910            ! win32/Makefile win32/makefile.mk
23911 ____________________________________________________________________________
23912 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
23913         Log: libcs are confused what to call Infinity.
23914      Branch: perl
23915            ! lib/Math/BigInt/t/bigintpm.t
23916 ____________________________________________________________________________
23917 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
23918         Log: Avoid SIGFPE in Tru64.
23919      Branch: perl
23920            ! numeric.c
23921 ____________________________________________________________________________
23922 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
23923         Log: Upgrade to Math::BigInt 1.40.
23924              
23925              NOTE: this patch necessitates doing something about
23926              infinity handling since the new bigintpm.t tests use
23927              infinity, which causes SIGFPEs at least in Tru64.
23928      Branch: perl
23929            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23930            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
23931            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
23932            ! lib/Math/BigInt/t/mbimbf.t
23933 ____________________________________________________________________________
23934 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
23935         Log: remove hardcoded cmd shell in testsuite
23936      Branch: perl
23937            ! t/op/glob.t t/op/magic.t t/op/stat.t
23938 ____________________________________________________________________________
23939 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
23940         Log: 4-arg select() was busted on windows because change#8178 didn't
23941              make it into mainline
23942      Branch: perl
23943            ! perl.h win32/include/sys/socket.h
23944 ____________________________________________________________________________
23945 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
23946         Log: Rename the Getopt::Long tests to be as they are
23947              in the Getopt::Long official distribution.
23948      Branch: perl
23949            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
23950            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
23951            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
23952            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
23953            ! MANIFEST
23954 ____________________________________________________________________________
23955 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
23956         Log: Upgrade to Getopt::Long 2.26.
23957      Branch: perl
23958            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
23959            ! MANIFEST lib/Getopt/Long.pm
23960 ____________________________________________________________________________
23961 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
23962         Log: Retract #10874 (the hack should be unnecessary by now)
23963      Branch: perl
23964            ! lib/Test/Harness.pm
23965 ____________________________________________________________________________
23966 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
23967         Log: avoid temp file littering in tests
23968      Branch: perl
23969            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
23970 ____________________________________________________________________________
23971 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
23972         Log: Subject: warning in sv.c: double format, NV arg
23973              From: "Philip Newton" <Philip.Newton@gmx.net>
23974              Date: Sun, 5 Aug 2001 19:41:07 +0200
23975              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
23976      Branch: perl
23977            ! sv.c
23978 ____________________________________________________________________________
23979 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
23980         Log: fix POSIX.t#13 for windos
23981      Branch: perl
23982            ! ext/POSIX/POSIX.t
23983 ____________________________________________________________________________
23984 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
23985         Log: Add a test for PerlIO::Via.
23986      Branch: perl
23987            + ext/PerlIO/t/via.t
23988            ! MANIFEST ext/PerlIO/Via/Via.pm
23989 ____________________________________________________________________________
23990 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
23991         Log: flock() and link() are not available on Windows 9x
23992      Branch: perl
23993            ! win32/config_sh.PL
23994 ____________________________________________________________________________
23995 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
23996         Log: Some Tru64 C compilers have C++ components that confuse
23997              the ccversion parsing.
23998      Branch: perl
23999            ! hints/dec_osf.sh
24000 ____________________________________________________________________________
24001 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
24002         Log: (Reintroduce #11125)
24003              
24004              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
24005              From: Alan Burlison <Alan.Burlison@sun.com> 
24006              Date: Tue, 03 Jul 2001 15:20:13 +0100   
24007              Message-ID: <3B41D49D.A923D4F9@sun.com> 
24008      Branch: perl
24009            ! lib/ExtUtils/MM_Unix.pm
24010 ____________________________________________________________________________
24011 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
24012         Log: Little pointer juggling for HP-UX cc to avoid
24013              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
24014              followed by
24015              "error 1549: Modifiable lvalue required for assignment operator."
24016      Branch: perl
24017            ! hv.c
24018 ____________________________________________________________________________
24019 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
24020         Log: Continuation of #11575: SANY_SEEN completely deprecated,
24021              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
24022              plus a fix for the bug.
24023      Branch: perl
24024            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
24025 ____________________________________________________________________________
24026 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
24027         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
24028              From: Doug MacEachern <dougm@covalent.net>
24029              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
24030              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
24031      Branch: perl
24032            ! sv.c
24033 ____________________________________________________________________________
24034 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
24035         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
24036              the new CANY is the \C.  The problem reported and the
24037              test case supplied in
24038              
24039              Subject: UTF-8 bugs in string length & single line regex matches
24040              From: "Daniel P. Berrange" <dan@berrange.com>
24041              Date: Fri, 3 Aug 2001 11:39:33 +0100
24042              Message-ID: <20010803113932.A19318@berrange.com>
24043      Branch: perl
24044            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
24045            ! t/op/pat.t
24046 ____________________________________________________________________________
24047 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
24048         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
24049              From: Doug MacEachern <dougm@covalent.net>
24050              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
24051              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
24052      Branch: perl
24053            ! perl.c regexec.c
24054 ____________________________________________________________________________
24055 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
24056         Log: The #11572 didn't up the test count.
24057      Branch: perl
24058            ! t/op/length.t
24059 ____________________________________________________________________________
24060 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
24061         Log: Subject: UTF-8 bugs in string length & single line regex matches
24062              From: "Daniel P. Berrange" <dan@berrange.com>
24063              Date: Fri, 3 Aug 2001 11:39:33 +0100         
24064              Message-ID: <20010803113932.A19318@berrange.com>
24065              
24066              (the mg_length() fix)
24067      Branch: perl
24068            ! mg.c t/op/length.t
24069 ____________________________________________________________________________
24070 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
24071         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
24072              From: Abhijit Menon-Sen <ams@wiw.org>
24073              Date: Sat, 4 Aug 2001 16:56:35 +0530
24074              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
24075      Branch: perl
24076            ! hv.c
24077 ____________________________________________________________________________
24078 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
24079         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
24080              From: Abhijit Menon-Sen <ams@wiw.org>
24081              Date: Sat, 4 Aug 2001 16:16:03 +0530
24082              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
24083      Branch: perl
24084            ! hv.c
24085 ____________________________________________________________________________
24086 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
24087         Log: Subject: Re: [patch] refcount re ops
24088              From: Abhijit Menon-Sen <ams@wiw.org>
24089              Date: Sat, 4 Aug 2001 08:54:55 +0530
24090              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
24091      Branch: perl
24092            ! sv.c
24093 ____________________________________________________________________________
24094 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
24095         Log: Subject: [patch] refcount re ops
24096              From: Doug MacEachern <dougm@covalent.net>
24097              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
24098              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
24099      Branch: perl
24100            ! regcomp.c sv.c
24101 ____________________________________________________________________________
24102 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
24103         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
24104              From: Doug MacEachern <dougm@covalent.net>
24105              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
24106              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
24107      Branch: perl
24108            ! perl.c regexec.c
24109 ____________________________________________________________________________
24110 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
24111         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
24112              From: "Craig A. Berry" <craigberry@mac.com> 
24113              Date: Fri, 03 Aug 2001 16:16:16 -0500
24114              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
24115      Branch: perl
24116            ! t/op/misc.t
24117 ____________________________________________________________________________
24118 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
24119         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
24120              From: John Kristian <jmk2001@engineer.com>
24121              Date: Fri, 03 Aug 2001 00:59:08 -0700
24122              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
24123      Branch: perl
24124            ! win32/win32.c
24125 ____________________________________________________________________________
24126 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
24127         Log: Update Changes.
24128      Branch: perl
24129            ! Changes patchlevel.h
24130 ____________________________________________________________________________
24131 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
24132         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
24133              From: "Craig A. Berry" <craigberry@mac.com>
24134              Date: Thu, 02 Aug 2001 23:15:24 -0500
24135              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
24136      Branch: perl
24137            ! ext/B/Stash.t
24138 ____________________________________________________________________________
24139 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
24140         Log: Subject: [patch] plug PL_cshname leak
24141              From: Doug MacEachern <dougm@covalent.net>
24142              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
24143              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
24144      Branch: perl
24145            ! sv.c
24146 ____________________________________________________________________________
24147 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
24148         Log: Subject: [patch] plug PL_sh_path leak
24149              From: Doug MacEachern <dougm@covalent.net>
24150              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
24151              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
24152      Branch: perl
24153            ! sv.c
24154 ____________________________________________________________________________
24155 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
24156         Log: Subject: [patch] plug PL_regex_padav leaks
24157              From: Doug MacEachern <dougm@covalent.net>
24158              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
24159              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
24160      Branch: perl
24161            ! op.c op.h perl.c
24162 ____________________________________________________________________________
24163 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
24164         Log: Subject: [patch] plug PL_origargv leak
24165              From: Doug MacEachern <dougm@covalent.net>
24166              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
24167              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
24168      Branch: perl
24169            ! perl.c
24170 ____________________________________________________________________________
24171 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
24172         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
24173              From: Abhijit Menon-Sen <ams@wiw.org>
24174              Date: Fri, 3 Aug 2001 06:38:11 +0530
24175              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
24176      Branch: perl
24177            ! hv.c
24178 ____________________________________________________________________________
24179 [ 11557] By: nick                                  on 2001/08/03  08:17:38
24180         Log: Integrate mainline
24181      Branch: perlio
24182           +> (branch 47 files)
24183            - lib/Switch/test.pl
24184           !> (integrate 49 files)
24185 ____________________________________________________________________________
24186 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
24187         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
24188              From: "Craig A. Berry" <craigberry@mac.com>
24189              Date: Thu, 02 Aug 2001 12:56:19 -0500
24190              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
24191      Branch: perl
24192            ! ext/B/Showlex.t
24193 ____________________________________________________________________________
24194 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
24195         Log: Be more careful about non-existent files.
24196      Branch: perl
24197            ! lib/File/Copy.pm
24198 ____________________________________________________________________________
24199 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
24200         Log: Subject: [PATCH resend] deparse empty formats
24201              From: Robin Houston <robin@kitsite.com> 
24202              Date: Thu, 2 Aug 2001 14:32:36 +0100
24203              Message-ID: <20010802143236.A894@robin.kitsite.com>
24204      Branch: perl
24205            ! ext/B/B/Deparse.pm
24206 ____________________________________________________________________________
24207 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
24208         Log: Subject: [patch] ithreads + refto fix improvement
24209              From: Doug MacEachern <dougm@covalent.net>
24210              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
24211              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
24212      Branch: perl
24213            ! pp.c
24214 ____________________________________________________________________________
24215 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
24216         Log: Readability nit from Abhijit.
24217      Branch: perl
24218            ! op.c
24219 ____________________________________________________________________________
24220 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
24221         Log: setproctitle() API version nit from Anton Berezin.
24222      Branch: perl
24223            ! mg.c
24224 ____________________________________________________________________________
24225 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
24226         Log: Add PerlCE to the docs.
24227      Branch: perl
24228            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24229            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24230 ____________________________________________________________________________
24231 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
24232         Log: Integrate the PerlCE (WinCE Perl) port;
24233              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
24234      Branch: perl
24235            + README.ce wince/FindExt.pm wince/Makefile.ce
24236            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
24237            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
24238            + wince/bin/search.pl wince/config.ce wince/config.h
24239            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
24240            + wince/dl_win32.xs wince/include/arpa/inet.h
24241            + wince/include/cectype.h wince/include/errno.h
24242            + wince/include/netdb.h wince/include/sys/socket.h
24243            + wince/include/sys/stat.h wince/include/sys/types.h
24244            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
24245            + wince/perl.rc wince/perldll.def wince/perllib.c
24246            + wince/perlmain.c wince/registry.bat wince/runperl.c
24247            + wince/splittree.pl wince/win32.h wince/win32iop.h
24248            + wince/win32thread.c wince/win32thread.h wince/wince.c
24249            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
24250            + wince/xdistclean.ksh wince/xmakediffs.ksh
24251            ! MANIFEST perl.c perl.h perlio.c
24252 ____________________________________________________________________________
24253 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
24254         Log: setproctitle() made simpler.  (This assumes the string is
24255              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
24256              should be used.  Note len, not len + 1.)  BSD-fu from Anton
24257              Berezin.
24258      Branch: perl
24259            ! mg.c
24260 ____________________________________________________________________________
24261 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
24262         Log: Subject: [PATCH] -Wall cleanup: op.c
24263              From: Richard Soderberg <rs@oregonnet.com>
24264              Date: Thu, 2 Aug 2001 00:17:09 -0700
24265              Message-Id: <200108020717.AAA26895@oregonnet.com>
24266              
24267              Subject: [PATCH] -Wall cleanup: sv.c
24268              From: Richard Soderberg <rs@oregonnet.com>
24269              Date: Thu, 2 Aug 2001 00:49:21 -0700
24270              Message-Id: <200108020749.AAA27492@oregonnet.com>
24271      Branch: perl
24272            ! op.c sv.c
24273 ____________________________________________________________________________
24274 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
24275         Log: Update Changes.
24276      Branch: perl
24277            ! Changes patchlevel.h
24278 ____________________________________________________________________________
24279 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
24280         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
24281              From: Doug MacEachern <dougm@covalent.net>
24282              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
24283              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
24284      Branch: perl
24285            ! op.c
24286 ____________________________________________________________________________
24287 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
24288         Log: The #11541 didn't work under threads.
24289      Branch: perl
24290            ! op.c
24291 ____________________________________________________________________________
24292 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
24293         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
24294              From: Hugo <hv@crypt.compulink.co.uk>
24295              Date: Fri, 22 Jun 2001 01:19:08 +0100 
24296              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
24297              
24298              (Skip tests if accept() failed)
24299      Branch: perl
24300            ! ext/IO/lib/IO/t/io_unix.t
24301 ____________________________________________________________________________
24302 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
24303         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
24304              From: "Stian Seeberg" <sseeberg@nimsoft.no>
24305              Date: Mon, 30 Jul 2001 12:28:07 +0200
24306              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
24307      Branch: perl
24308            ! perl.h
24309 ____________________________________________________________________________
24310 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
24311         Log: Subject: Pluggable optimizer
24312              From: Simon Cozens <simon@netthink.co.uk>
24313              Date: Wed, 1 Aug 2001 13:57:02 -0700
24314              Message-ID: <20010801135702.I10442@netthink.co.uk>
24315      Branch: perl
24316            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
24317 ____________________________________________________________________________
24318 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
24319         Log: Subject: [ID 20010801.039] perlre.pod message typo
24320              From: Autrijus Tang <autrijus@geb.elixus.org>
24321              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
24322              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
24323      Branch: perl
24324            ! pod/perlre.pod
24325 ____________________________________________________________________________
24326 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
24327         Log: Test for change #11536.
24328      Branch: perl
24329            ! t/op/tiehandle.t
24330 ____________________________________________________________________________
24331 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
24332         Log: More test fixups for #11537.
24333      Branch: perl
24334            ! t/lib/warnings/4lint t/lib/warnings/9enabled
24335 ____________________________________________________________________________
24336 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
24337         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
24338              From: Doug MacEachern <dougm@covalent.net>
24339              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
24340              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
24341      Branch: perl
24342            ! op.c t/TestInit.pm
24343 ____________________________________________________________________________
24344 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
24345         Log: Subject: [patch] ithreads + refto bug
24346              From: Doug MacEachern <dougm@covalent.net>
24347              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
24348              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
24349              
24350              (Test in change #11539)
24351      Branch: perl
24352            ! pp.c
24353 ____________________________________________________________________________
24354 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
24355         Log: Subject: [PATCH: perl@11523] fixups for t/harness
24356              From: Prymmer/Kahn <pvhp@best.com>
24357              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
24358              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
24359      Branch: perl
24360            ! t/harness
24361 ____________________________________________________________________________
24362 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
24363         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
24364              From: Prymmer/Kahn <pvhp@best.com>
24365              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
24366              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
24367      Branch: perl
24368            ! win32/Makefile win32/makefile.mk
24369 ____________________________________________________________________________
24370 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
24371         Log: Need to know the number of tests.
24372      Branch: perl
24373            ! t/run/exit.t
24374 ____________________________________________________________________________
24375 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
24376         Log: Subject: Re: new exit tests on VMS
24377              From: "Craig A. Berry" <craigberry@mac.com>
24378              Date: Tue, 31 Jul 2001 12:19:29 -0500
24379              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
24380      Branch: perl
24381            ! t/run/exit.t
24382 ____________________________________________________________________________
24383 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
24384         Log: Retract #11530 (the dTHX is needed under threads)
24385      Branch: perl
24386            ! perlio.c
24387 ____________________________________________________________________________
24388 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
24389         Log: (Retracted by #11531)
24390      Branch: perl
24391            ! perlio.c
24392 ____________________________________________________________________________
24393 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
24394         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
24395              From: Richard Soderberg <rs@crystalflame.net>
24396              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
24397              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
24398      Branch: perl
24399            ! unixish.h
24400 ____________________________________________________________________________
24401 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
24402         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
24403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24404              Date: Tue, 31 Jul 2001 05:39:09 -0400
24405              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
24406              
24407              (with a note about the case of UV being equal to long long)
24408      Branch: perl
24409            ! utils/h2xs.PL
24410 ____________________________________________________________________________
24411 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
24412         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
24413              From: "Craig A. Berry" <craigberry@mac.com>
24414              Date: Tue, 31 Jul 2001 14:57:43 -0500
24415              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
24416      Branch: perl
24417            ! t/io/fs.t
24418 ____________________________________________________________________________
24419 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
24420         Log: Fix for
24421              
24422              Subject: [ID 20010116.001] File::Copy truncates orig file 
24423              From: arbor@al37al08.telecel.pt
24424              Date: Tue, 16 Jan 2001 11:43:02 GMT
24425              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
24426              
24427              (copy($foo, $foo) would truncate $foo)
24428      Branch: perl
24429            ! lib/File/Copy.pm lib/File/Copy.t
24430 ____________________________________________________________________________
24431 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
24432         Log: Metaconfig unit change for #11524.
24433      Branch: metaconfig/U/perl
24434            ! Extras.U
24435 ____________________________________________________________________________
24436 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
24437         Log: Multiple modules didn't work; plus typo fixes.
24438      Branch: perl
24439            ! Configure
24440 ____________________________________________________________________________
24441 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
24442         Log: Update Changes.
24443      Branch: perl
24444            ! Changes patchlevel.h
24445 ____________________________________________________________________________
24446 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
24447         Log: Regen perlapi.
24448      Branch: perl
24449            ! pod/perlapi.pod
24450 ____________________________________________________________________________
24451 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
24452         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
24453              From: Dave Mitchell <davem@fdgroup.co.uk>
24454              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
24455              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
24456      Branch: perl
24457            ! sv.c
24458 ____________________________________________________________________________
24459 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
24460         Log: Regen toc.
24461      Branch: perl
24462            ! pod/perltoc.pod
24463 ____________________________________________________________________________
24464 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
24465         Log: Regen Porting stuff.
24466      Branch: perl
24467            ! Porting/Glossary Porting/config.sh Porting/config_H
24468 ____________________________________________________________________________
24469 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
24470         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
24471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24472              Date: Tue, 31 Jul 2001 05:34:38 -0400
24473              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
24474      Branch: perl
24475            ! utils/h2xs.PL
24476 ____________________________________________________________________________
24477 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
24478         Log: Metaconfig unit change for #11516. 
24479      Branch: metaconfig/U/perl
24480            ! gccvers.U
24481 ____________________________________________________________________________
24482 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
24483         Log: Add -Wall in cflags, not in Configure.
24484              (This way -Wall affects only the core and the core XS,
24485              not user modules' XS.  Concern from Paul Marquess,
24486              implementation idea from Andy Dougherty.)
24487      Branch: perl
24488            ! Configure cflags.SH
24489 ____________________________________________________________________________
24490 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
24491         Log: Metaconfig unit changes for #11514.
24492      Branch: metaconfig
24493            + U/modified/sysman.U
24494            ! U/installdirs/man1dir.U
24495 ____________________________________________________________________________
24496 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
24497         Log: Subject: Configure's detection of system manual
24498              From: Sean Dague <sean@dague.net> 
24499              Date: Sun, 13 May 2001 15:53:15 -0400
24500              Message-ID: <20010513155315.A15833@underhill.dague.net>
24501      Branch: perl
24502            ! Configure
24503 ____________________________________________________________________________
24504 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
24505         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
24506              From: Autrijus Tang <autrijus@autrijus.org> 
24507              Date: Thu, 21 Jun 2001 23:56:48 +0800
24508              Message-Id: <20010621235648.A57340@not.autrijus.org>
24509      Branch: perl
24510            ! pod/perlobj.pod
24511 ____________________________________________________________________________
24512 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
24513         Log: Subject: Typo in DB_File.pm
24514              From: "Philip Newton" <Philip.Newton@gmx.net>
24515              Date: Tue, 31 Jul 2001 06:19:35 +0200
24516              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
24517      Branch: perl
24518            ! ext/DB_File/DB_File.pm
24519 ____________________________________________________________________________
24520 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
24521         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
24522              From: "Stephen P. Potter" <spp@spotter.yi.org>
24523              Date: Wed, 30 May 2001 13:59:34 -0400
24524              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
24525      Branch: perl
24526            ! pod/perlre.pod
24527 ____________________________________________________________________________
24528 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
24529         Log: eval "format foo=" would loop indefinitely; reported in
24530              
24531              Subject: A load of old rubbish
24532              From: Mike Guy <mjtg@cam.ac.uk>
24533              Date: Mon, 14 May 2001 16:12:22 +0100
24534              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
24535              
24536              (The core dumps reported in there already fixed.)
24537      Branch: perl
24538            ! toke.c
24539 ____________________________________________________________________________
24540 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
24541         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
24542      Branch: perl
24543            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
24544            + lib/Switch/t/switch_case.t
24545            - lib/Switch/test.pl
24546            ! MANIFEST lib/Switch.pm
24547 ____________________________________________________________________________
24548 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
24549         Log: Subject: [PATCH @11505] DB_File-1.78
24550              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24551              Date: Mon, 30 Jul 2001 22:54:37 +0100
24552              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
24553      Branch: perl
24554            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24555            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24556 ____________________________________________________________________________
24557 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
24558         Log: Explain in more detail why -pipe and -fno-common are good.
24559      Branch: perl
24560            ! hints/darwin.sh
24561 ____________________________________________________________________________
24562 [ 11506] By: nick                                  on 2001/07/30  14:32:23
24563         Log: Integrate mainline
24564      Branch: perlio
24565           !> INSTALL Makefile.SH doio.c hints/darwin.sh
24566 ____________________________________________________________________________
24567 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
24568         Log: Perl hasn't been putting man pages into $prefix/lib for
24569              a long time now; pointed out by Andy Dougherty. 
24570      Branch: perl
24571            ! hints/darwin.sh
24572 ____________________________________________________________________________
24573 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
24574         Log: Document the extras Configure option.
24575      Branch: perl
24576            ! INSTALL
24577 ____________________________________________________________________________
24578 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
24579         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
24580              everywhere.
24581      Branch: perl
24582           !> doio.c
24583 ____________________________________________________________________________
24584 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
24585         Log: Doubly guard against invoking CPAN if no extras defined,
24586              pointed out by H. Merijn Brand.
24587      Branch: perl
24588            ! Makefile.SH
24589 ____________________________________________________________________________
24590 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
24591         Log: Fix O_RDONLY check to check for O_RDONLY.
24592      Branch: maint-5.6/macperl
24593            ! doio.c
24594 ____________________________________________________________________________
24595 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
24596         Log: Integrate miscellaneous changes from maint-5.6/perl.
24597      Branch: maint-5.6/macperl
24598           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
24599 ____________________________________________________________________________
24600 [ 11499] By: nick                                  on 2001/07/30  06:52:42
24601         Log: Integrate mainline
24602      Branch: perlio
24603           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
24604           +> win32/sync_ext.pl
24605            - win32/sncfnmcs.pl
24606           !> (integrate 71 files)
24607 ____________________________________________________________________________
24608 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
24609         Log: Update Changes.
24610      Branch: perl
24611            ! Changes patchlevel.h
24612 ____________________________________________________________________________
24613 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
24614         Log: Now Configure -Dextras=Foo::Bar and "make install" will
24615              fetch and install Foo::Bar.
24616      Branch: perl
24617            ! Makefile.SH
24618 ____________________________________________________________________________
24619 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
24620         Log: Metaconfig unit change for #11495.
24621      Branch: metaconfig/U/perl
24622            ! Extras.U
24623 ____________________________________________________________________________
24624 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
24625         Log: extras.make, extras.test, and extras.install make targets.
24626      Branch: perl
24627            ! Configure Makefile.SH
24628 ____________________________________________________________________________
24629 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
24630         Log: Metaconfig unit change for #11493.
24631      Branch: metaconfig/U/perl
24632            ! Extras.U
24633 ____________________________________________________________________________
24634 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
24635         Log: Better to have the list of extras in $extras than 'define'.
24636      Branch: perl
24637            ! Configure
24638 ____________________________________________________________________________
24639 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
24640         Log: The metaconfig unit change for #11490.
24641      Branch: metaconfig/U/perl
24642            + Extras.U
24643 ____________________________________________________________________________
24644 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
24645         Log: Missed from #11490 (the required dependency).
24646      Branch: perl
24647            ! Makefile.SH
24648 ____________________________________________________________________________
24649 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
24650         Log: Add the support of asking for extra modules or bundles of modules
24651              to be fetched from the CPAN and installed as a part of the Perl
24652              build process.  None of this installation is yet really done;
24653              only the list is asked, and saved away in extras.lst for
24654              the build and installation process to worry about later.
24655      Branch: perl
24656            ! Configure
24657 ____________________________________________________________________________
24658 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
24659         Log: Beginnings of better Inf and NaN support.
24660              At least toke.c and sv.c still need quite a bit of work.
24661      Branch: perl
24662            ! numeric.c perl.h
24663 ____________________________________________________________________________
24664 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
24665         Log: Top-level Makefile didn't honour OPTIMIZE.
24666      Branch: perl
24667            ! Makefile.SH
24668 ____________________________________________________________________________
24669 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
24670         Log: Update Changes.
24671      Branch: perl
24672            ! Changes patchlevel.h
24673 ____________________________________________________________________________
24674 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
24675         Log: Use Search::Dict 1.02 interface for charinfo().
24676      Branch: perl
24677            ! lib/UnicodeCD.pm
24678 ____________________________________________________________________________
24679 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
24680         Log: Now also allow transforming the read lines before comparing them.
24681              (This will help UnicodeCD.) 
24682      Branch: perl
24683            ! lib/Search/Dict.pm
24684 ____________________________________________________________________________
24685 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
24686         Log: Remove tiehandle code.
24687      Branch: perl
24688            ! lib/UnicodeCD.pm
24689 ____________________________________________________________________________
24690 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
24691         Log: Allow specifying a comparison function for Search::Dict::look().
24692      Branch: perl
24693            ! lib/Search/Dict.pm
24694 ____________________________________________________________________________
24695 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
24696         Log: Small UnicodeCD tweaks.
24697      Branch: perl
24698            ! lib/UnicodeCD.pm lib/UnicodeCD.t
24699 ____________________________________________________________________________
24700 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
24701         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
24702              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24703              Date: Tue, 24 Jul 2001 01:51:32 +0900
24704              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
24705      Branch: perl
24706            ! lib/UnicodeCD.pm lib/UnicodeCD.t
24707 ____________________________________________________________________________
24708 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
24709         Log: Subject: [PATCH] installperl
24710              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
24711              Date: Fri, 27 Jul 2001 19:05:04 -0700
24712              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
24713      Branch: perl
24714            ! installperl
24715 ____________________________________________________________________________
24716 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
24717         Log: Subject: [PATCH] Set proper compatibility versions in core
24718              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
24719              Date: Fri, 27 Jul 2001 20:01:49 -0700
24720              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
24721      Branch: perl
24722            ! Makefile.SH
24723 ____________________________________________________________________________
24724 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
24725         Log: Metaconfig unit change for #11477.
24726      Branch: metaconfig/U/perl
24727            ! dlsrc.U
24728 ____________________________________________________________________________
24729 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
24730         Log: Subject: [PATCH] Darwin: -fpic not so good
24731              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
24732              Date: Fri, 27 Jul 2001 18:57:38 -0700
24733              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
24734      Branch: perl
24735            ! Configure
24736 ____________________________________________________________________________
24737 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
24738         Log: Subject: [PATCH] Clean up Darwin hints
24739              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
24740              Date: Fri, 27 Jul 2001 19:13:15 -0700
24741              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
24742      Branch: perl
24743            ! hints/darwin.sh
24744 ____________________________________________________________________________
24745 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
24746         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
24747              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24748              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
24749              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
24750      Branch: perl
24751            ! pod/perlfunc.pod pp.c t/op/split.t
24752 ____________________________________________________________________________
24753 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
24754         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
24755              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24756              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
24757              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
24758      Branch: perl
24759            ! pod/perlvar.pod
24760 ____________________________________________________________________________
24761 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
24762         Log: Subject: [PATCH] fixes to constant.pm documentation
24763              From: Ilmari Karonen <iltzu@sci.fi>
24764              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
24765              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
24766      Branch: perl
24767            ! lib/constant.pm
24768 ____________________________________________________________________________
24769 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
24770         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
24771              From: "Philip Newton" <Philip.Newton@gmx.net>
24772              Date: Fri, 27 Jul 2001 07:51:10 +0200
24773              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
24774      Branch: perl
24775            ! pod/perlport.pod
24776 ____________________________________________________________________________
24777 [ 11471] By: nick                                  on 2001/07/26  06:23:32
24778         Log: Subject:  [PATCH] Doc fix for perlguts / threading
24779              From:  Arthur Bergman <arthur@contiller.se>
24780              Date:  Wed, 25 Jul 2001 11:28:23 +0200
24781              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
24782      Branch: perl
24783            ! pod/perlguts.pod
24784 ____________________________________________________________________________
24785 [ 11470] By: nick                                  on 2001/07/26  06:21:06
24786         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
24787              From:  Philip Newton <Philip.Newton@gmx.net>
24788              Date:  Wed, 25 Jul 2001 08:19:47 +0200
24789              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
24790      Branch: perl
24791            ! INSTALL
24792 ____________________________________________________________________________
24793 [ 11469] By: nick                                  on 2001/07/26  06:20:25
24794         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
24795              From:  Philip Newton <Philip.Newton@gmx.net>
24796              Date:  Wed, 25 Jul 2001 08:12:48 +0200
24797              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
24798      Branch: perl
24799            ! INSTALL
24800 ____________________________________________________________________________
24801 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
24802         Log: More +x.
24803      Branch: perl
24804            ! Porting/makerel
24805 ____________________________________________________________________________
24806 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
24807         Log: Update Changes.
24808      Branch: perl
24809            ! Changes patchlevel.h
24810 ____________________________________________________________________________
24811 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
24812         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
24813              From: "Philip Newton" <Philip.Newton@gmx.net>
24814              Date: Tue, 24 Jul 2001 06:45:55 +0200
24815              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
24816      Branch: perl
24817            ! os2/perlrexx.c
24818 ____________________________________________________________________________
24819 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
24820         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
24821              From: Peter Prymmer <pvhp@forte.com>
24822              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
24823              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
24824      Branch: perl
24825            ! pod/perlport.pod t/io/fs.t vms/test.com
24826 ____________________________________________________________________________
24827 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
24828         Log: Workaround on Cwd bootstrap problem.
24829      Branch: perl
24830            ! lib/ExtUtils/MakeMaker.pm
24831 ____________________________________________________________________________
24832 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
24833         Log: When in Rome, quote like the Romans do.
24834      Branch: perl
24835            ! cflags.SH
24836 ____________________________________________________________________________
24837 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
24838         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
24839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24840              Date: Mon, 23 Jul 2001 19:29:49 -0400
24841              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
24842      Branch: perl
24843            + os2/perlrexx.c
24844            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
24845            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
24846            ! t/op/write.t
24847 ____________________________________________________________________________
24848 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
24849         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
24850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24851              Date: Mon, 23 Jul 2001 18:43:42 -0400
24852              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
24853      Branch: perl
24854            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24855 ____________________________________________________________________________
24856 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
24857         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
24858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24859              Date: Mon, 23 Jul 2001 18:33:16 -0400
24860              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
24861      Branch: perl
24862            ! lib/ExtUtils/MakeMaker.pm
24863 ____________________________________________________________________________
24864 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
24865         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
24866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24867              Date: Mon, 23 Jul 2001 18:20:35 -0400
24868              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
24869      Branch: perl
24870            ! Makefile.SH cflags.SH
24871 ____________________________________________________________________________
24872 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
24873         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
24874              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
24875              Date: Mon, 23 Jul 2001 11:32:17 -0500
24876              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
24877      Branch: perl
24878            ! lib/ExtUtils/MakeMaker.pm
24879 ____________________________________________________________________________
24880 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
24881         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
24882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24883              Date: Mon, 23 Jul 2001 18:13:20 -0400
24884              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
24885      Branch: perl
24886            ! lib/perl5db.pl
24887 ____________________________________________________________________________
24888 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
24889         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
24890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24891              Date: Mon, 23 Jul 2001 18:07:40 -0400
24892              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
24893      Branch: perl
24894            ! op.c
24895 ____________________________________________________________________________
24896 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
24897         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
24898              From: "Craig A. Berry" <craigberry@mac.com>
24899              Date: Mon, 23 Jul 2001 15:35:06 -0500
24900              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
24901      Branch: perl
24902            ! util.c
24903 ____________________________________________________________________________
24904 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
24905         Log: Subject: [PATCH perlfaq9.pod typo]
24906              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
24907              Date: Mon, 23 Jul 2001 07:49:05 -0700
24908              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
24909      Branch: perl
24910            ! pod/perlfaq9.pod
24911 ____________________________________________________________________________
24912 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
24913         Log: Subject: win32\sncfnmcs.pl corrections
24914              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24915              Date: Mon, 23 Jul 2001 12:56:54 +0200
24916              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
24917              
24918              Rename the script a little bit more sensibly.
24919      Branch: perl
24920            + win32/sync_ext.pl
24921            - win32/sncfnmcs.pl
24922            ! MANIFEST README.win32
24923 ____________________________________________________________________________
24924 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
24925         Log: Test tweak.
24926      Branch: perl
24927            ! ext/B/Deparse.t
24928 ____________________________________________________________________________
24929 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
24930         Log: Metaconfig unit tweak for #11450.
24931      Branch: metaconfig/U/perl
24932            ! Mksymlinks.U
24933 ____________________________________________________________________________
24934 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
24935         Log: Too volatile failsafe check.
24936      Branch: perl
24937            ! Configure
24938 ____________________________________________________________________________
24939 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
24940         Log: Further doc tweaks.
24941      Branch: perl
24942            ! lib/UnicodeCD.pm
24943 ____________________________________________________________________________
24944 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
24945         Log: Doc tweaks.
24946      Branch: perl
24947            ! lib/UnicodeCD.pm
24948 ____________________________________________________________________________
24949 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
24950         Log: Doc tweakery from Abhijit.
24951      Branch: perl
24952            ! Porting/repository.pod
24953 ____________________________________________________________________________
24954 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
24955         Log: An accidental empty line.
24956      Branch: perl
24957            ! MANIFEST
24958 ____________________________________________________________________________
24959 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
24960         Log: Missing MANIFESTations.
24961      Branch: perl
24962            ! MANIFEST
24963 ____________________________________________________________________________
24964 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
24965         Log: Update Changes.
24966      Branch: perl
24967            ! Changes patchlevel.h
24968 ____________________________________________________________________________
24969 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
24970         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
24971              From: Mike Guy <mjtg@cam.ac.uk>
24972              Date: Fri, 20 Jul 2001 16:12:49 +0100
24973              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
24974      Branch: perl
24975            ! Porting/pumpkin.pod
24976 ____________________________________________________________________________
24977 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
24978         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
24979              From: Peter Prymmer <pvhp@forte.com>
24980              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
24981              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
24982      Branch: perl
24983            ! pod/perlhack.pod
24984 ____________________________________________________________________________
24985 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
24986         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
24987              From: Michael G Schwern <schwern@pobox.com>
24988              Date: Fri, 20 Jul 2001 20:22:35 -0400
24989              Message-ID: <20010720202235.O4498@blackrider>
24990      Branch: perl
24991            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
24992            ! lib/Test/t/todo.t
24993 ____________________________________________________________________________
24994 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
24995         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
24996              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24997              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
24998              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
24999      Branch: perl
25000            ! ext/POSIX/POSIX.pod
25001 ____________________________________________________________________________
25002 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
25003         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
25004              From: Mark-Jason Dominus <mjd@plover.com>
25005              Date: Fri, 20 Jul 2001 23:16:54 -0400
25006              Message-ID: <20010721031654.21877.qmail@plover.com>
25007      Branch: perl
25008            ! ext/POSIX/POSIX.pod
25009 ____________________________________________________________________________
25010 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
25011         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
25012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25013              Date: Sun, 22 Jul 2001 14:56:09 +0200
25014              Message-ID: <20010722145609.A766@rafael>
25015      Branch: perl
25016            ! ext/B/O.pm
25017 ____________________________________________________________________________
25018 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
25019         Log: Subject: regexec.c #define cleanup
25020              From: Mark-Jason Dominus <mjd@plover.com>
25021              Date: Sat, 21 Jul 2001 18:33:25 -0400
25022              Message-ID: <20010721223325.3069.qmail@plover.com>
25023      Branch: perl
25024            ! regexec.c
25025 ____________________________________________________________________________
25026 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
25027         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
25028              From: Prymmer/Kahn <pvhp@best.com>
25029              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
25030              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
25031      Branch: perl
25032            ! t/io/fs.t
25033 ____________________________________________________________________________
25034 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
25035         Log: Typo in #11432.
25036      Branch: perl
25037            ! ext/POSIX/POSIX.t
25038 ____________________________________________________________________________
25039 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
25040         Log: Integrate (manually) change #11424 from macperl.
25041      Branch: perl
25042            ! ext/Filter/t/call.t
25043 ____________________________________________________________________________
25044 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
25045         Log: Integrate change #11408 from macperl.
25046      Branch: perl
25047           !> README.macos pod/perlport.pod
25048 ____________________________________________________________________________
25049 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
25050         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
25051      Branch: perl
25052           +> macos/MacPerlTests.cmd macos/xsubpp.patch
25053            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25054            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
25055            ! ext/POSIX/POSIX.t
25056 ____________________________________________________________________________
25057 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
25058         Log: pod/*.t tests not picked up by t/TEST either
25059      Branch: maint-5.6/perl
25060            ! t/TEST
25061 ____________________________________________________________________________
25062 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
25063         Log: better tweak for change#11429 (windows has both / and \ separated
25064              paths in @INC at that point)
25065      Branch: maint-5.6/perl
25066            ! t/pod/testp2pt.pl
25067 ____________________________________________________________________________
25068 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
25069         Log: MacOS pod test tweak needs \Escape
25070      Branch: maint-5.6/perl
25071            ! t/pod/testp2pt.pl
25072 ____________________________________________________________________________
25073 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
25074         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
25075              resulting duplicate output, but t/harness isn't)
25076      Branch: maint-5.6/perl
25077            ! t/run/runenv.t
25078 ____________________________________________________________________________
25079 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
25080         Log: t/harness wasn't picking up all the tests
25081      Branch: maint-5.6/perl
25082            ! t/harness
25083 ____________________________________________________________________________
25084 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
25085         Log: update MANIFEST for new file
25086      Branch: maint-5.6/perl
25087            ! MANIFEST
25088 ____________________________________________________________________________
25089 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
25090         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
25091              the exception of the macperl/macos/... tree
25092      Branch: maint-5.6/perl
25093           +> t/lib/filefind-taint.t
25094           !> (integrate 72 files)
25095 ____________________________________________________________________________
25096 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
25097         Log: Fix test.
25098      Branch: maint-5.6/macperl
25099            ! macos/bundled_ext/Filter/t/call.t
25100 ____________________________________________________________________________
25101 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
25102         Log: Make perl fork()-safe (in a slightly limited way) even on
25103              platforms that don't have pthread_atfork() (extension of
25104              the fix in change#11151).
25105              
25106              Note that this will not help extensions that call fork()
25107              directly in C, or that link to libraries that call fork()
25108              directly.  Such cases must be fixed to either call
25109              PerlProc_fork(), or call atfork_lock() in parent before the
25110              calling the function that forks and call atfork_unlock()
25111              in both parent and child immediately after the fork().
25112              (There are no worries if C code calls exec() in the child
25113              immediately after a fork().  Only cases where the child
25114              calls perl's API functions (including New()) after the
25115              fork() are problematic.)
25116              
25117              This change also eliminates the use of vfork() from perl,
25118              since all such uses were violating the severe restrictions
25119              on modifying the state of the process between the vfork()
25120              and the exec().
25121              
25122              This is a modified version of patches suggested by Abhijit
25123              Menon-Sen and Richard Soderberg.
25124      Branch: perl
25125            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
25126            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
25127 ____________________________________________________________________________
25128 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
25129         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
25130              Switch, and Text::Balanced.
25131      Branch: maint-5.6/macperl
25132            + macos/bundled_ext/Filter/Util/Call/Call.pm
25133            + macos/bundled_ext/Filter/Util/Call/Call.xs
25134            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
25135            + macos/bundled_ext/Filter/t/MyFilter.pm
25136            + macos/bundled_ext/Filter/t/call.t
25137            + macos/bundled_ext/Filter/t/filter-util.pl
25138            + macos/bundled_lib/blib/lib/Class/ISA.pm
25139            + macos/bundled_lib/blib/lib/Digest.pm
25140            + macos/bundled_lib/blib/lib/Filter/Simple.pm
25141            + macos/bundled_lib/blib/lib/Switch.pm
25142            + macos/bundled_lib/blib/lib/Text/Balanced.pm
25143            + macos/bundled_lib/blib/lib/Text/Balanced.pod
25144            + macos/bundled_lib/t/Class/ISA/test.pl
25145            + macos/bundled_lib/t/Digest/Digest.t
25146            + macos/bundled_lib/t/Filter/Simple/test.pl
25147            + macos/bundled_lib/t/Switch/test.pl
25148            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
25149            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
25150            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
25151            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
25152            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
25153            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
25154            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
25155            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
25156 ____________________________________________________________________________
25157 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
25158         Log: Add Filter::Util::Call to config/make files; edit utils
25159              to recognize the module (it was descended too far down).
25160              Bump version to 5.6.1a4.
25161      Branch: maint-5.6/macperl
25162            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
25163            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
25164            ! macos/macperl/Makefile.mk macos/xsubpp.patch
25165 ____________________________________________________________________________
25166 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
25167         Log: Make DB_File the default for MLDBM on MacOS.
25168      Branch: maint-5.6/macperl
25169            ! macos/bundled_lib/blib/lib/MLDBM.pm
25170 ____________________________________________________________________________
25171 [ 11419] By: nick                                  on 2001/07/20  14:51:03
25172         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
25173              From:  Simon Cozens <simon@netthink.co.uk>
25174              Date:  Fri, 20 Jul 2001 11:42:35 -0400
25175              Message-Id:  <20010720114235.A5235@netthink.co.uk>
25176      Branch: perl
25177            ! lib/UnicodeCD.pm
25178 ____________________________________________________________________________
25179 [ 11418] By: nick                                  on 2001/07/20  14:48:12
25180         Log: Subject:  [PATCH regcomp.h] adds a comment
25181              From:  Abhijit Menon-Sen <ams@wiw.org>
25182              Date:  Fri, 20 Jul 2001 21:05:37 +0530
25183              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
25184      Branch: perl
25185            ! regcomp.h
25186 ____________________________________________________________________________
25187 [ 11417] By: nick                                  on 2001/07/20  14:16:38
25188         Log: Subject:  [PATCH 5.7.2] INSTALL updates
25189              From:  Andy Dougherty <doughera@lafayette.edu>
25190              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
25191              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
25192      Branch: perl
25193            ! INSTALL
25194 ____________________________________________________________________________
25195 [ 11416] By: nick                                  on 2001/07/20  06:44:44
25196         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
25197              From:  Russ Allbery <rra@stanford.edu>
25198              Date:  19 Jul 2001 15:52:37 -0700
25199              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
25200      Branch: perl
25201            ! lib/Pod/Man.pm
25202 ____________________________________________________________________________
25203 [ 11415] By: nick                                  on 2001/07/20  06:35:11
25204         Log: Subject:  [PATCH] defer op_seq allocation
25205              From:  Abhijit Menon-Sen <ams@wiw.org>
25206              Date:  Thu, 19 Jul 2001 22:12:24 +0530
25207              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
25208      Branch: perl
25209            ! op.c
25210 ____________________________________________________________________________
25211 [ 11414] By: nick                                  on 2001/07/20  06:23:36
25212         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
25213              From:  Abhijit Menon-Sen <ams@wiw.org>
25214              Date:  Fri, 20 Jul 2001 01:18:50 +0530
25215              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
25216              (Private e-mail)
25217      Branch: perl
25218            ! ext/Time/HiRes/HiRes.xs
25219 ____________________________________________________________________________
25220 [ 11413] By: nick                                  on 2001/07/20  06:18:53
25221         Log: Integrate mainline
25222      Branch: perlio
25223           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
25224            - t/base/commonsense.t
25225           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
25226           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
25227           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
25228           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
25229           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
25230           !> win32/win32.c
25231 ____________________________________________________________________________
25232 [ 11412] By: nick                                  on 2001/07/19  06:44:27
25233         Log: Integrate win32/perlhost.h from maintenance branch.
25234              (Rest of $ENV{PATH} / system() fix.)
25235      Branch: perl
25236           !> win32/perlhost.h
25237 ____________________________________________________________________________
25238 [ 11411] By: nick                                  on 2001/07/19  06:41:34
25239         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
25240              From:  Philip Newton <Philip.Newton@gmx.net>
25241              Date:  Wed, 18 Jul 2001 21:43:57 +0200
25242              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
25243      Branch: perl
25244            ! pod/perlhack.pod
25245 ____________________________________________________________________________
25246 [ 11410] By: nick                                  on 2001/07/19  06:39:35
25247         Log: Subject:  Security hole in taint checking in open()
25248              From:  deekoo@tentacle.net
25249              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
25250              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
25251      Branch: perl
25252            ! doio.c
25253 ____________________________________________________________________________
25254 [ 11409] By: nick                                  on 2001/07/19  06:28:08
25255         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
25256              From:  Abhijit Menon-Sen <ams@wiw.org>
25257              Date:  Thu, 19 Jul 2001 04:30:43 +0530
25258              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
25259      Branch: perl
25260            ! ext/Time/HiRes/HiRes.xs
25261 ____________________________________________________________________________
25262 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
25263         Log: Update docs with latest implementation information and new URLs.
25264      Branch: maint-5.6/macperl
25265            ! README.macos pod/perlport.pod
25266 ____________________________________________________________________________
25267 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
25268         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
25269              Fix BuildRules to accept optimization variables.
25270      Branch: maint-5.6/macperl
25271            + macos/bundled_ext/Digest/MD5/Makefile.mk
25272            ! macos/BuildRules.mk macos/Makefile.mk
25273            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
25274            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
25275 ____________________________________________________________________________
25276 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
25277         Log: Integrate changes 11399,11401
25278      Branch: maint-5.6/macperl
25279           !> win32/perlhost.h win32/win32.c
25280 ____________________________________________________________________________
25281 [ 11405] By: nick                                  on 2001/07/18  06:50:33
25282         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
25283              from perl5.6*
25284      Branch: perl
25285           !> win32/perlhost.h win32/win32.c
25286 ____________________________________________________________________________
25287 [ 11404] By: nick                                  on 2001/07/18  06:43:59
25288         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
25289              From:  hv@crypt0.demon.co.uk
25290              Date:  Wed, 18 Jul 2001 05:58:46 +0100
25291              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
25292      Branch: perl
25293            ! ext/POSIX/POSIX.t
25294 ____________________________________________________________________________
25295 [ 11403] By: nick                                  on 2001/07/18  06:38:57
25296         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
25297              From:  hv@crypt0.demon.co.uk
25298              Date:  Wed, 18 Jul 2001 05:21:54 +0100
25299              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
25300      Branch: perl
25301            ! numeric.c t/op/arith.t
25302 ____________________________________________________________________________
25303 [ 11402] By: nick                                  on 2001/07/18  06:19:17
25304         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
25305              From:  mjd@plover.com
25306              Date:  17 Jul 2001 17:59:20 -0000
25307              Message-Id:  <20010717175920.8177.qmail@plover.com>
25308      Branch: perl
25309            ! pod/perlre.pod
25310 ____________________________________________________________________________
25311 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
25312         Log: thinko in change#11400 (duh)
25313      Branch: maint-5.6/perl
25314            ! win32/perlhost.h
25315 ____________________________________________________________________________
25316 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
25317         Log: change#11399 revealed another unrelated bug; this is just a temporary
25318              bandaid
25319      Branch: maint-5.6/perl
25320            ! win32/perlhost.h
25321 ____________________________________________________________________________
25322 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
25323         Log: fix bugs in handling of the virtualized environment under windows;
25324              there were bugs in propagating any changes to %ENV down to the real
25325              environment when such changes happened in the toplevel process
25326              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
25327              problem identification, and for a part of the fix)
25328      Branch: maint-5.6/perl
25329            ! win32/perlhost.h win32/win32.c
25330 ____________________________________________________________________________
25331 [ 11398] By: nick                                  on 2001/07/17  08:26:35
25332         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
25333              From: Peter Prymmer <pvhp@forte.com>
25334              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
25335              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
25336              
25337              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
25338              should not depend on existance of Config.pm
25339      Branch: perl
25340           +> t/lib/commonsense.t
25341            - t/base/commonsense.t
25342            ! MANIFEST t/README
25343 ____________________________________________________________________________
25344 [ 11397] By: nick                                  on 2001/07/17  08:09:58
25345         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
25346              From:  Michael G Schwern <schwern@pobox.com>
25347              Date:  Mon, 16 Jul 2001 18:20:31 -0400
25348              Message-Id:  <20010716182031.A1128@blackrider>
25349      Branch: perl
25350            ! pod/perlhack.pod
25351 ____________________________________________________________________________
25352 [ 11396] By: nick                                  on 2001/07/17  08:04:11
25353         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
25354              From:  Gwyn Judd <b.judd@xtra.co.nz>
25355              Date:  Tue, 17 Jul 2001 20:55:58 +1200
25356              Message-Id:  <20010717205558.A3107@thislove>
25357      Branch: perl
25358            ! pod/perlfunc.pod
25359 ____________________________________________________________________________
25360 [ 11395] By: nick                                  on 2001/07/17  08:02:22
25361         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
25362              From:  Peter Prymmer <pvhp@forte.com>
25363              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
25364              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
25365      Branch: perl
25366            ! t/op/sprintf.t
25367 ____________________________________________________________________________
25368 [ 11394] By: nick                                  on 2001/07/17  07:57:06
25369         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
25370              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
25371              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
25372              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
25373      Branch: perl
25374            ! gv.c
25375 ____________________________________________________________________________
25376 [ 11392] By: nick                                  on 2001/07/17  07:50:12
25377         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
25378              From:  Coral <coral@moonlight.crystalflame.net>
25379              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
25380              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
25381      Branch: perl
25382            ! pp_sys.c thread.h
25383 ____________________________________________________________________________
25384 [ 11391] By: nick                                  on 2001/07/17  07:34:28
25385         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
25386              From:  Jonathan Stowe <gellyfish@gellyfish.com>
25387              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
25388              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
25389      Branch: perl
25390            ! utils/h2xs.PL
25391 ____________________________________________________________________________
25392 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
25393         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
25394              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
25395              and Mac::Apps::Launch, which don't work, and Time::HiRes and
25396              Time::Piece, which don't yet work.
25397      Branch: maint-5.6/macperl
25398            + (add 154 files)
25399 ____________________________________________________________________________
25400 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
25401         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
25402              Also add hack to get around missing setenv for PERL5DB.
25403      Branch: maint-5.6/macperl
25404            ! macos/macish.c macos/macish.h
25405 ____________________________________________________________________________
25406 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
25407         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
25408      Branch: maint-5.6/macperl
25409            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
25410            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
25411 ____________________________________________________________________________
25412 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
25413         Log: Fix up some configuration and make options, add extra
25414              extensions.
25415      Branch: maint-5.6/macperl
25416            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
25417            ! macos/macperl/Makefile.mk
25418 ____________________________________________________________________________
25419 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
25420         Log: From Change 11374 in maintperl.
25421      Branch: maint-5.6/macperl
25422           !> utils/h2ph.PL
25423 ____________________________________________________________________________
25424 [ 11385] By: nick                                  on 2001/07/16  14:12:58
25425         Log: Back out change to h2xs till it passes its test.
25426      Branch: perl
25427            ! utils/h2xs.PL
25428 ____________________________________________________________________________
25429 [ 11384] By: nick                                  on 2001/07/16  14:00:10
25430         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
25431              From:  Jonathan Stowe <gellyfish@gellyfish.com>
25432              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
25433              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
25434      Branch: perl
25435            ! utils/h2xs.PL
25436 ____________________________________________________________________________
25437 [ 11383] By: nick                                  on 2001/07/16  13:53:12
25438         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
25439              From:  Robin Houston <robin@kitsite.com>
25440              Date:  Sun, 15 Jul 2001 18:22:31 +0100
25441              Message-Id:  <20010715182230.A11174@robin>
25442      Branch: perl
25443            ! hints/darwin.sh
25444 ____________________________________________________________________________
25445 [ 11382] By: nick                                  on 2001/07/16  13:52:49
25446         Log: Subject:  [PATCH perl@11372] re_dup
25447              From:  Radu Greab <radu@netsoft.ro>
25448              Date:  Sun, 15 Jul 2001 04:50:06 +0300
25449              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
25450      Branch: perl
25451            ! sv.c
25452 ____________________________________________________________________________
25453 [ 11379] By: nick                                  on 2001/07/16  13:35:39
25454         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
25455              From:  Robin Houston <robin@kitsite.com>
25456              Date:  Sat, 14 Jul 2001 14:28:50 +0100
25457              Message-Id:  <20010714142850.A10205@robin>
25458      Branch: perl
25459            ! ext/B/B/Deparse.pm
25460 ____________________________________________________________________________
25461 [ 11378] By: nick                                  on 2001/07/16  13:30:36
25462         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
25463              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
25464              Date:  Sat, 14 Jul 2001 22:17:42 +0900
25465              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
25466      Branch: perl
25467            + ext/Encode/Encode/euc-jp-0212.enc
25468            ! ext/Encode/Encode/Tcl.pm
25469 ____________________________________________________________________________
25470 [ 11377] By: nick                                  on 2001/07/16  13:17:28
25471         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
25472              From:  Andy Dougherty <doughera@lafayette.edu>
25473              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
25474              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
25475      Branch: perl
25476            ! hints/darwin.sh hints/rhapsody.sh
25477 ____________________________________________________________________________
25478 [ 11376] By: nick                                  on 2001/07/16  09:05:00
25479         Log: Integrate mainline
25480      Branch: perlio
25481           +> ext/Encode/Encode/7bit-greek.enc
25482           +> ext/Encode/Encode/7bit-latin1.enc
25483           +> ext/Encode/Encode/cns11643-1.enc
25484           +> ext/Encode/Encode/cns11643-2.enc
25485           +> ext/Encode/Encode/iso2022-cn.enc
25486           +> ext/Encode/Encode/iso2022-jp1.enc
25487           +> ext/Encode/Encode/iso2022-jp2.enc
25488           !> Changes Configure MANIFEST Makefile.SH
25489           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
25490           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
25491           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
25492           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
25493           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
25494 ____________________________________________________________________________
25495 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
25496         Log: integrate change#11374 from maint-5.6
25497              
25498              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
25499      Branch: perl
25500           !> utils/h2ph.PL
25501 ____________________________________________________________________________
25502 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
25503         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
25504      Branch: maint-5.6/perl
25505            ! utils/h2ph.PL
25506 ____________________________________________________________________________
25507 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
25508         Log: Update Changes.
25509      Branch: perl
25510            ! Changes patchlevel.h
25511 ____________________________________________________________________________
25512 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
25513         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
25514              From: Jonathan Stowe <gellyfish@gellyfish.com>
25515              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
25516              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
25517      Branch: perl
25518            ! utils/h2xs.PL
25519 ____________________________________________________________________________
25520 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
25521         Log: Subject: patch to add DEL to [:cntrl:]
25522              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25523              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
25524              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
25525      Branch: perl
25526            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
25527 ____________________________________________________________________________
25528 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
25529         Log: Metaconfig unit change for #11369; plus a dependency nit.
25530      Branch: metaconfig
25531            ! U/compline/nblock_io.U
25532      Branch: metaconfig/U/perl
25533            ! Extensions.U
25534 ____________________________________________________________________________
25535 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
25536         Log: #include <stdlib.h> so that exit() is prototyped,
25537              noticed by Hugo.
25538      Branch: perl
25539            ! Configure
25540 ____________________________________________________________________________
25541 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
25542         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
25543              From: Peter Prymmer <pvhp@forte.com>
25544              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
25545              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
25546      Branch: perl
25547            ! t/op/sprintf.t
25548 ____________________________________________________________________________
25549 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
25550         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
25551              From: Peter Prymmer <pvhp@forte.com>
25552              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
25553              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
25554      Branch: perl
25555            ! ext/Encode/Encode/Tcl.t
25556 ____________________________________________________________________________
25557 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
25558         Log: Add information about gcc 3.0 basic block profiling.
25559      Branch: perl
25560            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
25561 ____________________________________________________________________________
25562 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
25563         Log: Subject: Error in lib/PerlIO/Via.pm ?
25564              From: Mark-Jason Dominus <mjd@plover.com>
25565              Date: Fri, 13 Jul 2001 15:55:41 -0400
25566              Message-ID: <20010713195541.26751.qmail@plover.com>
25567      Branch: perl
25568            ! ext/PerlIO/Via/Via.pm
25569 ____________________________________________________________________________
25570 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
25571         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
25572              section from the Compiler section.
25573      Branch: perl
25574            ! myconfig.SH
25575 ____________________________________________________________________________
25576 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
25577         Log: Handle glibc style of constant definitions using enum
25578              with intervening #defines; from Brendan O'Dea.
25579      Branch: perl
25580            ! utils/h2ph.PL
25581 ____________________________________________________________________________
25582 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
25583         Log: Add LC_MESSAGES to the locale_h export tag (it already is
25584              in the Makefile.PL and thusly eligible for an XS constant)
25585              (see also maintperl #10543)
25586      Branch: perl
25587            ! ext/POSIX/POSIX.pm
25588 ____________________________________________________________________________
25589 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
25590         Log: Subject: Re: [patch] re_dup
25591              From: Abhijit Menon-Sen <ams@wiw.org>
25592              Date: Fri, 13 Jul 2001 21:41:09 +0530
25593              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
25594      Branch: perl
25595            ! sv.c
25596 ____________________________________________________________________________
25597 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
25598         Log: Subject: [patch] re_dup
25599              From: Doug MacEachern <dougm@covalent.net>
25600              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
25601              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
25602      Branch: perl
25603            ! sv.c
25604 ____________________________________________________________________________
25605 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
25606         Log: Update Changes.
25607      Branch: perl
25608            ! Changes patchlevel.h
25609 ____________________________________________________________________________
25610 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
25611         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
25612              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
25613              Date: Sat, 14 Jul 2001 00:06:30 +0900
25614              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
25615      Branch: perl
25616            + ext/Encode/Encode/7bit-greek.enc
25617            + ext/Encode/Encode/7bit-latin1.enc
25618            + ext/Encode/Encode/cns11643-1.enc
25619            + ext/Encode/Encode/cns11643-2.enc
25620            + ext/Encode/Encode/iso2022-cn.enc
25621            + ext/Encode/Encode/iso2022-jp1.enc
25622            + ext/Encode/Encode/iso2022-jp2.enc
25623            ! MANIFEST ext/Encode/Encode/Tcl.pm
25624            ! ext/Encode/Encode/iso2022-kr.enc
25625 ____________________________________________________________________________
25626 [ 11357] By: nick                                  on 2001/07/13  14:24:06
25627         Log: Blind integrate mainline (as of 5.7.2?)
25628      Branch: perlio
25629           !> AUTHORS Changes Porting/config.sh Porting/config_H
25630           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
25631           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
25632           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25633           !> win32/makefile.mk
25634 ____________________________________________________________________________
25635 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
25636         Log: Snip away the devel patchlevel.
25637      Branch: perl
25638            ! patchlevel.h
25639 ____________________________________________________________________________
25640 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
25641         Log: Bump the version to 5.7.2.
25642      Branch: perl
25643            ! Porting/config.sh Porting/config_H patchlevel.h
25644            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
25645            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25646            ! win32/makefile.mk
25647 ____________________________________________________________________________
25648 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
25649         Log: Update Changes.
25650      Branch: perl
25651            ! Changes
25652 ____________________________________________________________________________
25653 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
25654         Log: Reword.
25655      Branch: perl
25656            ! AUTHORS
25657 ____________________________________________________________________________
25658 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
25659         Log: AUTHORS update.
25660      Branch: perl
25661            ! AUTHORS
25662 ____________________________________________________________________________
25663 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
25664         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
25665              unless ithreads.
25666      Branch: perl
25667            ! makedef.pl
25668 ____________________________________________________________________________
25669 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
25670         Log: Integrate perlio.
25671      Branch: perl
25672           !> win32/distclean.bat
25673 ____________________________________________________________________________
25674 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
25675         Log: Test the encoding transform only iff we have PerlIO,
25676              noticed by H. Merijn Brand.
25677      Branch: perl
25678            ! ext/PerlIO/t/encoding.t
25679 ____________________________________________________________________________
25680 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
25681         Log: README.netware tweaks from Ananth Kesari.
25682      Branch: perl
25683            ! README.netware
25684 ____________________________________________________________________________
25685 [ 11346] By: nick                                  on 2001/07/13  09:18:51
25686         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
25687              to avoid /unicode vs /Unicode issues.
25688      Branch: perlio
25689            ! win32/distclean.bat
25690 ____________________________________________________________________________
25691 [ 11345] By: nick                                  on 2001/07/13  06:24:18
25692         Log: Integrate mainline
25693      Branch: perlio
25694           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
25695            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
25696           !> (integrate 63 files)
25697 ____________________________________________________________________________
25698 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
25699         Log: Add d_bincompat5005 information to perl -V.
25700      Branch: perl
25701            ! myconfig.SH
25702 ____________________________________________________________________________
25703 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
25704         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
25705              From: Abhijit Menon-Sen <ams@wiw.org>
25706              Date: Fri, 13 Jul 2001 07:12:36 +0530
25707              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
25708      Branch: perl
25709            ! sv.c
25710 ____________________________________________________________________________
25711 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
25712         Log: Remove unicode::distinct, as per Inaba Hiroto.
25713      Branch: perl
25714            - lib/unicode/distinct.pm
25715            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
25716            ! t/lib/1_compile.t
25717 ____________________________________________________________________________
25718 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
25719         Log: Paging for Dr Octothorpe.
25720      Branch: perl
25721            ! pod/perlfaq4.pod
25722 ____________________________________________________________________________
25723 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
25724         Log: cut-n-paste error noticed by mjd.
25725      Branch: perl
25726            ! pod/perlfaq4.pod
25727 ____________________________________________________________________________
25728 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
25729         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
25730              From: Peter Prymmer <pvhp@forte.com>
25731              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
25732              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
25733      Branch: perl
25734            ! pod/perlfaq4.pod
25735 ____________________________________________________________________________
25736 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
25737         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
25738              From: Randall Gellens <randy@qualcomm.com>
25739              Date: Thu, 12 Jul 2001 16:56:23 -0700
25740              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
25741      Branch: perl
25742            ! Porting/repository.pod
25743 ____________________________________________________________________________
25744 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
25745         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
25746      Branch: perl
25747            ! thread.h
25748 ____________________________________________________________________________
25749 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
25750         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
25751              From: coral <coral@moonlight.crystalflame.net>
25752              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
25753              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
25754      Branch: perl
25755            ! thread.h
25756 ____________________________________________________________________________
25757 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
25758         Log: Metaconfig unit change for #11134.
25759      Branch: metaconfig
25760            + U/threads/d_pthread_atfork.U
25761 ____________________________________________________________________________
25762 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
25763         Log: Add HAS_PTHREAD_ATFORK.
25764      Branch: perl
25765            ! Configure NetWare/config.wc NetWare/config_H.wc
25766            ! Porting/Glossary Porting/config.sh Porting/config_H
25767            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
25768            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
25769            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25770            ! win32/config.gc win32/config.vc win32/config_H.bc
25771            ! win32/config_H.gc win32/config_H.vc
25772 ____________________________________________________________________________
25773 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
25774         Log: Subject: [PATCH] File::Copy fails on tied handles
25775              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
25776              Date: Thu, 12 Jul 2001 15:18:51 -0700
25777              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
25778      Branch: perl
25779            ! lib/File/Copy.pm
25780 ____________________________________________________________________________
25781 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
25782         Log: Subject: [PATCH] Langinfo.t
25783              From: Nicholas Clark <nick@ccl4.org>
25784              Date: Thu, 12 Jul 2001 23:55:38 +0100
25785              Message-ID: <20010712235538.M5827@plum.flirble.org>
25786      Branch: perl
25787            ! ext/I18N/Langinfo/Langinfo.t
25788 ____________________________________________________________________________
25789 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
25790         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
25791              From: Peter Prymmer <pvhp@forte.com>
25792              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
25793              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
25794      Branch: perl
25795            ! pod/perl572delta.pod
25796 ____________________________________________________________________________
25797 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
25798         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
25799              From: Abhijit Menon-Sen <ams@wiw.org>
25800              Date: Fri, 13 Jul 2001 05:21:16 +0530
25801              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
25802      Branch: perl
25803            ! sv.c
25804 ____________________________________________________________________________
25805 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
25806         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
25807              From: Abhijit Menon-Sen <ams@wiw.org>
25808              Date: Fri, 13 Jul 2001 03:04:25 +0530
25809              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
25810      Branch: perl
25811            ! av.c
25812 ____________________________________________________________________________
25813 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
25814         Log: s/^M$//g
25815      Branch: perl
25816            ! win32/Makefile win32/makefile.mk
25817 ____________________________________________________________________________
25818 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
25819         Log: Update Changes.
25820      Branch: perl
25821            ! Changes patchlevel.h
25822 ____________________________________________________________________________
25823 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
25824         Log: Typo spotted by Philip Newton.
25825      Branch: perl
25826            ! pod/perl572delta.pod
25827 ____________________________________________________________________________
25828 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
25829         Log: Subject: [PATCH] fixes perl_clone of perl_clone
25830              From: Artur Bergman <artur@contiller.se>
25831              Date: Thu, 12 Jul 2001 20:57:09 +0200
25832              Message-ID: <B773BFA4.236B%artur@contiller.se>
25833      Branch: perl
25834            ! sv.c
25835 ____________________________________________________________________________
25836 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
25837         Log: Add README.uts from Hal Morris.
25838      Branch: perl
25839            + README.uts
25840            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
25841            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25842 ____________________________________________________________________________
25843 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
25844         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
25845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25846              Date: Thu, 12 Jul 2001 20:32:37 +0200
25847              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
25848      Branch: perl
25849            ! hints/aix.sh
25850 ____________________________________________________________________________
25851 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
25852         Log: Subject: Patch: document reg_data.what member
25853              From: Mark-Jason Dominus <mjd@plover.com>
25854              Message-ID: <20010712182532.14821.qmail@plover.com>
25855              Date: Thu, 12 Jul 2001 14:25:32 -0400
25856      Branch: perl
25857            ! regcomp.c regcomp.h
25858 ____________________________________________________________________________
25859 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
25860         Log: Subject: [PATCH] Perl_re_dup()
25861              From: Abhijit Menon-Sen <ams@wiw.org>
25862              Date: Thu, 12 Jul 2001 23:54:32 +0530
25863              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
25864      Branch: perl
25865            ! embed.h embed.pl perlapi.c proto.h sv.c
25866 ____________________________________________________________________________
25867 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
25868         Log: Regen Configure, modlib, toc.
25869      Branch: perl
25870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25871            ! pod/perlmodlib.pod pod/perltoc.pod
25872 ____________________________________________________________________________
25873 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
25874         Log: The problem seems to be in PerlIO::Layer::->find() not
25875              accepting the ":encoding(blurflur)" arguments.
25876      Branch: perl
25877            ! lib/PerlIO.pm lib/open.pm
25878 ____________________________________________________________________________
25879 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
25880         Log: AIX doc update.
25881      Branch: perl
25882            ! README.aix pod/perl572delta.pod
25883 ____________________________________________________________________________
25884 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
25885         Log: Subject: AIX README update
25886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25887              Date: Thu, 12 Jul 2001 19:28:30 +0200
25888              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
25889      Branch: perl
25890            ! README.aix
25891 ____________________________________________________________________________
25892 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
25893         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
25894              From: Norton Allen <allen@huarp.harvard.edu>
25895              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
25896              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
25897      Branch: perl
25898            ! ext/IO/lib/IO/t/io_unix.t
25899 ____________________________________________________________________________
25900 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
25901         Log: Subject: [PATCH README.qnx hints/qnx.sh]
25902              From: Norton Allen <allen@huarp.harvard.edu>
25903              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
25904              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
25905      Branch: perl
25906            ! README.qnx hints/qnx.sh
25907 ____________________________________________________________________________
25908 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
25909         Log: Subject: [patch] faster PM_GETRE
25910              From: Doug MacEachern <dougm@covalent.net>
25911              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
25912              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
25913      Branch: perl
25914            ! op.h
25915 ____________________________________________________________________________
25916 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
25917         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
25918              From: Doug MacEachern <dougm@covalent.net>
25919              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
25920              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
25921      Branch: perl
25922            ! op.c
25923 ____________________________________________________________________________
25924 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
25925         Log: Tell where the nice Estonian database is.
25926      Branch: perl
25927            ! lib/open.pm
25928 ____________________________________________________________________________
25929 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
25930         Log: Retract #11309 since #11310 is a better fix.
25931      Branch: perl
25932            ! t/lib/1_compile.t
25933 ____________________________________________________________________________
25934 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
25935         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
25936              change#11300 needs to return the status of failed win32_spawnvp())
25937              
25938              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
25939              splitting correctly; remove unused variables; 'require' at run time
25940              rather than 'use' at compile time for I18N::Langinfo, since it
25941              isn't everyware
25942      Branch: perl
25943            ! lib/open.pm win32/win32.c
25944 ____________________________________________________________________________
25945 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
25946         Log: Temporary workaround.
25947      Branch: perl
25948            ! t/lib/1_compile.t
25949 ____________________________________________________________________________
25950 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
25951         Log: UCD typo in #11306 and add also more known-to-be-tested
25952              modules to the skip list.
25953      Branch: perl
25954            ! t/lib/1_compile.t
25955 ____________________________________________________________________________
25956 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
25957         Log: Rename Unicode::UCD to UnicodeCD to avoid
25958              messups with case-insensitive filesystems.
25959      Branch: perl
25960            + lib/UnicodeCD.pm lib/UnicodeCD.t
25961            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
25962            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
25963 ____________________________________________________________________________
25964 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
25965         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
25966              From: daniel@biz.bitpusher.com
25967              Date: Wed, 11 Jul 2001 23:25:47 -0700
25968              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
25969      Branch: perl
25970            ! lib/Tie/Array.pm t/op/splice.t
25971 ____________________________________________________________________________
25972 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
25973         Log: Subject: [PATCH] More accurate line numbers in messages
25974              From: Paul Johnson <paul@pjcj.net>
25975              Date: Thu, 12 Jul 2001 04:14:11 +0200
25976              Message-ID: <20010712041411.A3467@pjcj.net>
25977              
25978              (With prototyping and multiplicity tweaks.)
25979      Branch: perl
25980            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
25981 ____________________________________________________________________________
25982 [ 11304] By: nick                                  on 2001/07/12  12:53:40
25983         Log: Integrate mainline
25984      Branch: perlio
25985           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
25986           !> regexec.c thread.h
25987 ____________________________________________________________________________
25988 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
25989         Log: Cut-and-pasto in #11298.
25990      Branch: perl
25991            ! ext/ByteLoader/bytecode.h
25992 ____________________________________________________________________________
25993 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
25994         Log: Update the AIX known problems section.
25995      Branch: perl
25996            ! pod/perl572delta.pod
25997 ____________________________________________________________________________
25998 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
25999         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
26000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26001              Date: Thu, 12 Jul 2001 12:16:16 +0200
26002              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
26003      Branch: perl
26004            ! hints/aix.sh
26005 ____________________________________________________________________________
26006 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
26007         Log: Integrate perlio.
26008      Branch: perl
26009           !> makedef.pl win32/win32.c
26010 ____________________________________________________________________________
26011 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
26012         Log: Subject: [PATCH] fix for PMOP threadness failures
26013              From: Artur Bergman <artur@contiller.se>
26014              Date: Thu, 12 Jul 2001 09:48:06 +0200
26015              Message-ID: <B77322D6.22DD%artur@contiller.se>
26016      Branch: perl
26017            ! regexec.c
26018 ____________________________________________________________________________
26019 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
26020         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
26021              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
26022              Date: Thu, 12 Jul 2001 09:09:48 +0200
26023              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
26024              
26025              More parentheses to keep bcc happy.
26026      Branch: perl
26027            ! ext/ByteLoader/bytecode.h
26028 ____________________________________________________________________________
26029 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
26030         Log: Subject: Re: [patch] pthread_atfork bandaid
26031              From: Doug MacEachern <dougm@covalent.net>
26032              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
26033              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
26034      Branch: perl
26035            ! thread.h
26036 ____________________________________________________________________________
26037 [ 11296] By: nick                                  on 2001/07/12  11:55:48
26038         Log: Exclude reentrant_buffer from .def file
26039      Branch: perlio
26040            ! makedef.pl
26041 ____________________________________________________________________________
26042 [ 11295] By: nick                                  on 2001/07/12  11:11:44
26043         Log: Honour void-ness of my_exit()
26044      Branch: perlio
26045            ! win32/win32.c
26046 ____________________________________________________________________________
26047 [ 11294] By: nick                                  on 2001/07/12  07:51:04
26048         Log: Integrate mainline
26049      Branch: perlio
26050           +> uts/sprintf_wrap.c
26051           !> (integrate 35 files)
26052 ____________________________________________________________________________
26053 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
26054         Log: Retract #11289.
26055      Branch: perl
26056            ! embed.h embed.pl perl.c proto.h thread.h
26057 ____________________________________________________________________________
26058 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
26059         Log: Now the :locale pseudolayer *almost* works...
26060      Branch: perl
26061            ! lib/open.pm
26062 ____________________________________________________________________________
26063 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
26064         Log: Locale encoding tweaks.
26065      Branch: perl
26066            ! lib/open.pm
26067 ____________________________________________________________________________
26068 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
26069         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
26070              From: Mark-Jason Dominus <mjd@plover.com>
26071              Date: Thu, 12 Jul 2001 00:59:31 -0400
26072              Message-ID: <20010712045931.8543.qmail@plover.com>
26073              
26074              Remove the chmod/umask leading zero warning.
26075      Branch: perl
26076            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
26077            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
26078 ____________________________________________________________________________
26079 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
26080         Log: (Retracted by #11289.)
26081      Branch: perl
26082            ! embed.h embed.pl perl.c proto.h thread.h
26083 ____________________________________________________________________________
26084 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
26085         Log: Needed by #11283.
26086      Branch: perl
26087            ! intrpvar.h
26088 ____________________________________________________________________________
26089 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
26090         Log: Metaconfig unit change for #11286.
26091      Branch: metaconfig/U/perl
26092            ! patchlevel.U
26093 ____________________________________________________________________________
26094 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
26095         Log: Subject: Re: [PATCH Configure] perl -V broken
26096              From: Andy Dougherty <doughera@lafayette.edu>
26097              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
26098              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
26099      Branch: perl
26100            ! Configure myconfig.SH
26101 ____________________________________________________________________________
26102 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
26103         Log: Retract #11166 (and #11237).
26104      Branch: perl
26105            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
26106            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
26107            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
26108 ____________________________________________________________________________
26109 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
26110         Log: UTS tweaks for Hal Morris.
26111      Branch: perl
26112            + uts/sprintf_wrap.c
26113            ! MANIFEST hints/uts.sh perl.h
26114 ____________________________________________________________________________
26115 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
26116         Log: Subject: [PATCH] Use reentrant API glibc
26117              From: Artur Bergman <artur@contiller.se>
26118              Date: Thu, 12 Jul 2001 00:58:21 +0200
26119              Message-ID: <B772A6AD.2288%artur@contiller.se>
26120      Branch: perl
26121            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
26122            ! sv.c
26123 ____________________________________________________________________________
26124 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
26125         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
26126              From: barries <barries@slaysys.com>
26127              Date: Wed, 11 Jul 2001 15:11:46 -0400
26128              Message-ID: <20010711151146.G24560@jester.slaysys.com>
26129      Branch: perl
26130            ! pp_sys.c t/lib/warnings/doio win32/win32.c
26131 ____________________________________________________________________________
26132 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
26133         Log: Subject: [patch] pthread_atfork bandaid
26134              From: Doug MacEachern <dougm@covalent.net>
26135              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
26136              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
26137      Branch: perl
26138            ! miniperlmain.c perl.c
26139 ____________________________________________________________________________
26140 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
26141         Log: Subject: [patch] perl_clone leaks
26142              From: Doug MacEachern <dougm@covalent.net>
26143              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
26144              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
26145      Branch: perl
26146            ! sv.c
26147 ____________________________________________________________________________
26148 [ 11279] By: nick                                  on 2001/07/11  15:49:38
26149         Log: Integrate mainline
26150      Branch: perlio
26151           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
26152           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
26153           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
26154           +> lib/Term/ANSIColor/README
26155           !> (integrate 54 files)
26156 ____________________________________________________________________________
26157 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
26158         Log: Update Changes.
26159      Branch: perl
26160            ! Changes patchlevel.h
26161 ____________________________________________________________________________
26162 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
26163         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
26164              From: Peter Prymmer <pvhp@forte.com>
26165              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
26166              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
26167              
26168              Backport of embed.pl to 5.003.
26169      Branch: perl
26170            ! embed.pl
26171 ____________________________________________________________________________
26172 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
26173         Log: Subject: Re: POSIX test #14 on UTS 
26174              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26175              Date: Wed, 11 Jul 2001 03:02:14 +0100
26176              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
26177      Branch: perl
26178            ! ext/POSIX/POSIX.t
26179 ____________________________________________________________________________
26180 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
26181         Log: Make the I32 an IV to preserve structure alignment and size.
26182      Branch: perl
26183            ! op.h
26184 ____________________________________________________________________________
26185 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
26186         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
26187              From: "Artur Bergman" <artur@contiller.se>
26188              Date: Wed, 11 Jul 2001 14:23:37 +0200
26189              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
26190              
26191              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
26192      Branch: perl
26193            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
26194            ! pod/perlapi.pod sv.c
26195 ____________________________________________________________________________
26196 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
26197         Log: Tweak until Pod::Parser gets updated.
26198      Branch: perl
26199            ! t/pod/special_seqs.xr
26200 ____________________________________________________________________________
26201 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
26202         Log: File::Spec usage tweak.
26203      Branch: perl
26204            ! lib/ExtUtils.t
26205 ____________________________________________________________________________
26206 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
26207         Log: Integrate #11263 from macperl; macos and macosx updates.
26208      Branch: perl
26209           !> pod/perlport.pod
26210 ____________________________________________________________________________
26211 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
26212         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
26213              From: Peter Prymmer <pvhp@forte.com>
26214              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
26215              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
26216      Branch: perl
26217            + ext/Time/HiRes/hints/dynixptx.pl
26218            ! MANIFEST hints/dynixptx.sh
26219 ____________________________________________________________________________
26220 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
26221         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
26222              From: Nicholas Clark <nick@ccl4.org>
26223              Date: Tue, 10 Jul 2001 23:17:43 +0100
26224              Message-ID: <20010710231742.B59620@plum.flirble.org>
26225      Branch: perl
26226            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
26227 ____________________________________________________________________________
26228 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
26229         Log: Subject: [DOC PATCH] Pluggable runops
26230              From: Paul Johnson <paul@pjcj.net>
26231              Date: Tue, 10 Jul 2001 21:53:28 +0200
26232              Message-ID: <20010710215328.B26577@pjcj.net>
26233      Branch: perl
26234            ! pod/perlguts.pod
26235 ____________________________________________________________________________
26236 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
26237         Log: Subject: [PATCH] Authors
26238              From: Artur Bergman <artur@contiller.se>
26239              Date: Tue, 10 Jul 2001 20:39:12 +0200
26240              Message-ID: <B771186F.21CD%artur@contiller.se>
26241      Branch: perl
26242            ! AUTHORS
26243 ____________________________________________________________________________
26244 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
26245         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
26246              From: Doug MacEachern <dougm@covalent.net>
26247              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
26248              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
26249      Branch: perl
26250            ! pp_ctl.c
26251 ____________________________________________________________________________
26252 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
26253         Log: Subject: doc patch; times() in scalar context
26254              From: mjd@plover.com
26255              Date: 10 Jul 2001 18:01:17 -0000
26256              Message-ID: <20010710180117.12477.qmail@plover.com>
26257      Branch: perl
26258            ! pod/perlfunc.pod
26259 ____________________________________________________________________________
26260 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
26261         Log: Subject: [PATCH] Small fix to pp_gmtime
26262              From: Artur Bergman <artur@contiller.se>
26263              Date: Tue, 10 Jul 2001 19:54:52 +0200
26264              Message-ID: <B7710E0B.21C5%artur@contiller.se>
26265      Branch: perl
26266            ! pp_sys.c
26267 ____________________________________________________________________________
26268 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
26269         Log: Integrate changes from mainline perl, add notes about
26270              Mac OS X and Mac OS.
26271      Branch: maint-5.6/macperl
26272            ! pod/perlport.pod
26273 ____________________________________________________________________________
26274 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
26275         Log: A proof of the dangers of package; ?
26276      Branch: perl
26277            ! t/lib/warnings/op
26278 ____________________________________________________________________________
26279 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
26280         Log: Regen toc and modlib.
26281      Branch: perl
26282            ! pod/perlmodlib.pod pod/perltoc.pod
26283 ____________________________________________________________________________
26284 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
26285         Log: Add compexcl(), casefold(), and casespec() interfaces;
26286              and make all interfaces to return hash references instead
26287              of hashes. 
26288      Branch: perl
26289            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26290 ____________________________________________________________________________
26291 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
26292         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
26293              From: "Philip Newton" <Philip.Newton@gmx.net>
26294              Date: Tue, 10 Jul 2001 09:55:59 +0200
26295              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
26296              
26297              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
26298              From: "Philip Newton" <Philip.Newton@gmx.net>
26299              Date: Tue, 10 Jul 2001 09:56:37 +0200
26300              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
26301      Branch: perl
26302            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26303            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
26304 ____________________________________________________________________________
26305 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
26306         Log: Subject: [patch] undef &xsub for 1,2
26307              From: Doug MacEachern <dougm@covalent.net>
26308              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
26309              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
26310              
26311              (This version of the patch with a comment from Gisle.)
26312      Branch: perl
26313            ! op.c
26314 ____________________________________________________________________________
26315 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
26316         Log: Mention package; deprecation and the Win32 problems.
26317      Branch: perl
26318            ! pod/perl572delta.pod
26319 ____________________________________________________________________________
26320 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
26321         Log: Subject: [PATCH] deprecate package with no arguments
26322              From: Robin Houston <robin@kitsite.com>
26323              Date: Tue, 10 Jul 2001 13:33:40 +0100
26324              Message-ID: <20010710133340.A13452@robin.kitsite.com>
26325      Branch: perl
26326            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
26327 ____________________________________________________________________________
26328 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
26329         Log: Upgrade to podlators 1.10.
26330      Branch: perl
26331            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
26332            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
26333            ! pod/pod2man.PL pod/pod2text.PL
26334 ____________________________________________________________________________
26335 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
26336         Log: Upgrade to Term::ANSIColor 1.04.
26337      Branch: perl
26338            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
26339            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
26340 ____________________________________________________________________________
26341 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
26342         Log: Integrate perlio (the right fix for the ":layer(args)")
26343      Branch: perl
26344           !> perlio.c
26345 ____________________________________________________________________________
26346 [ 11252] By: nick                                  on 2001/07/10  06:58:14
26347         Log: Fix open(...,"...:layer(xxx)",...)
26348              - use memEQ not strEQ as there is '(' not '\0'
26349      Branch: perlio
26350            ! perlio.c
26351 ____________________________________________________________________________
26352 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
26353         Log: Telling the number of tests helps.
26354      Branch: perl
26355            ! ext/PerlIO/t/encoding.t
26356 ____________________________________________________________________________
26357 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
26358         Log: Require I18N::Langinfo, not use.
26359      Branch: perl
26360            ! lib/open.pm
26361 ____________________________________________________________________________
26362 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
26363         Log: Add a test for for PerlIO ":encoding(...)" layer.
26364      Branch: perl
26365            + ext/PerlIO/t/encoding.t
26366            ! MANIFEST ext/Encode/Encode.pm
26367 ____________________________________________________________________________
26368 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
26369         Log: PerlIO ":encoding(foobar)" temporary fix.
26370              Not really correct, I think, since the change means
26371              that prefixes match.
26372      Branch: perl
26373            ! perlio.c
26374 ____________________________________________________________________________
26375 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
26376         Log: Update to Math::BigInt 1.36.  The biggest news is
26377              the separation of the backend; now the pure Perl
26378              implementation is in Math::BigInt::Calc, but one
26379              can plugin, say, Math::BigInt::BitVect, and get
26380              considerable speedup.
26381      Branch: perl
26382            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
26383            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26384            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
26385            ! lib/Math/BigInt/t/mbimbf.t
26386 ____________________________________________________________________________
26387 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
26388         Log: Subject: Re: compatibility question
26389              From: Peter Prymmer <pvhp@forte.com>
26390              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
26391              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
26392      Branch: perl
26393            ! lib/ExtUtils/MM_VMS.pm
26394 ____________________________________________________________________________
26395 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
26396         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
26397              From: Norton Allen <allen@huarp.harvard.edu>
26398              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
26399              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
26400      Branch: perl
26401            ! ext/File/Glob/t/basic.t
26402 ____________________________________________________________________________
26403 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
26404         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
26405              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26406              Date: Tue, 10 Jul 2001 00:29:55 +0900
26407              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
26408      Branch: perl
26409            + ext/Encode/Encode/HZ.enc
26410            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
26411            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
26412            ! ext/Encode/Encode/iso2022-jp.enc
26413            ! ext/Encode/Encode/iso2022-kr.enc
26414 ____________________________________________________________________________
26415 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
26416         Log: Add in all them there macos/ files.
26417      Branch: maint-5.6/macperl
26418            + (add 577 files)
26419 ____________________________________________________________________________
26420 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
26421         Log: Add the new modules to the list of having those own tests.
26422      Branch: perl
26423            ! t/lib/1_compile.t
26424 ____________________________________________________________________________
26425 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
26426         Log: Add INOUT to control both ways at the same time.
26427      Branch: perl
26428            ! lib/open.pm
26429 ____________________________________________________________________________
26430 [ 11240] By: nick                                  on 2001/07/09  16:33:50
26431         Log: Integrate mainline
26432      Branch: perlio
26433           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26434           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
26435           !> (integrate 41 files)
26436 ____________________________________________________________________________
26437 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
26438         Log: More encoding mapping magic.
26439      Branch: perl
26440            ! lib/open.pm
26441 ____________________________________________________________________________
26442 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
26443         Log: Update Changes.
26444      Branch: perl
26445            ! Changes patchlevel.h
26446 ____________________________________________________________________________
26447 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
26448         Log: (Retracted by #11285).
26449              
26450              Subject: [PATCH] OPpCONST_OCTAL fixes
26451              From: Abhijit Menon-Sen <ams@wiw.org>
26452              Date: Mon, 9 Jul 2001 07:38:45 +0530
26453              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
26454      Branch: perl
26455            ! op.c
26456 ____________________________________________________________________________
26457 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
26458         Log: Add a pseudolayer ":locale" to the open pragma which
26459              will get the encoding from the locale.  Yet undocumented
26460              because I can't get the PerlIO :encoding(foobar) to work.
26461      Branch: perl
26462            ! ext/Encode/Encode.pm lib/open.pm
26463 ____________________________________________________________________________
26464 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
26465         Log: Add more encoding mappings.
26466      Branch: perl
26467            ! ext/Encode/Encode.pm
26468 ____________________________________________________________________________
26469 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
26470         Log: Document that using :encoding layer requires using Encode.
26471      Branch: perl
26472            ! ext/Encode/Encode.pm lib/PerlIO.pm
26473 ____________________________________________________________________________
26474 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
26475         Log: Netware tweak from Ananth Kesari.
26476      Branch: perl
26477            ! NetWare/netware.h
26478 ____________________________________________________________________________
26479 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
26480         Log: t/harness doesn't know about run/*.t
26481      Branch: perl
26482            ! t/harness
26483 ____________________________________________________________________________
26484 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
26485         Log: run/exit.t busted on windows
26486      Branch: perl
26487            ! t/run/exit.t
26488 ____________________________________________________________________________
26489 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
26490         Log: fix a couple of UCD.t tests that fail due to bad case
26491      Branch: perl
26492            ! lib/Unicode/UCD.t
26493 ____________________________________________________________________________
26494 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
26495         Log: test skip logic was broken
26496      Branch: perl
26497            ! ext/I18N/Langinfo/Langinfo.t
26498 ____________________________________________________________________________
26499 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
26500         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
26501              failure of ExtUtils.t#27 when built in debug mode)
26502      Branch: perl
26503            ! lib/ExtUtils/MM_Win32.pm
26504 ____________________________________________________________________________
26505 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
26506         Log: I18N::Langinfo is not available on windows
26507      Branch: perl
26508            ! win32/FindExt.pm
26509 ____________________________________________________________________________
26510 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
26511         Log: save a dTHX
26512      Branch: perl
26513            ! ext/POSIX/POSIX.xs
26514 ____________________________________________________________________________
26515 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
26516         Log: Update Changes.
26517      Branch: perl
26518            ! Changes patchlevel.h
26519 ____________________________________________________________________________
26520 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
26521         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
26522              as pointed out by Sarathy.
26523      Branch: perl
26524            ! ext/I18N/Langinfo/Langinfo.xs
26525 ____________________________________________________________________________
26526 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
26527         Log: Retract #11212.
26528      Branch: perl
26529            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
26530 ____________________________________________________________________________
26531 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
26532         Log: Bump up the VERSION of Cwd.xs.
26533      Branch: perl
26534            ! ext/Cwd/Makefile.PL
26535 ____________________________________________________________________________
26536 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
26537         Log: Retract #11220, the problem wasn't the missing leading zero.
26538              Here's the problem:
26539              $ ./perl -we 'chmod(oct("755"), ".")'
26540              Non-octal literal mode (493) specified at -e line 1.
26541              (Did you mean 0493 instead?)
26542      Branch: perl
26543            ! lib/ExtUtils/MM_Unix.pm
26544 ____________________________________________________________________________
26545 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
26546         Log: (Retracted by #11221)
26547              Change the PERM_RW and PERM_RWX to 0644 and 0755
26548              (add the leading zero).
26549      Branch: perl
26550            ! lib/ExtUtils/MM_Unix.pm
26551 ____________________________________________________________________________
26552 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
26553         Log: Integrate changes #11193, 11205, 11209 from macperl.
26554              
26555              Fix up AutoLoader to fudge for Mac paths in import().
26556              
26557              Allow symbols in try_symbol() to begin with "_".
26558              
26559              Small portability fix for Mac OS.
26560      Branch: perl
26561           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
26562 ____________________________________________________________________________
26563 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
26564         Log: Metaconfig unit change for #11217.
26565      Branch: metaconfig/U/perl
26566            ! Extensions.U
26567 ____________________________________________________________________________
26568 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
26569         Log: Detypo, problem noticed by Gerrit P. Haase.
26570      Branch: perl
26571            ! Configure config_h.SH
26572 ____________________________________________________________________________
26573 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
26574         Log: Cwd cleanups.
26575      Branch: perl
26576            ! ext/Cwd/Cwd.xs
26577 ____________________________________________________________________________
26578 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
26579         Log: Slight tweaks on #11213.
26580      Branch: perl
26581            ! toke.c
26582 ____________________________________________________________________________
26583 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
26584         Log: A missing dTHX noticed by Gerrit P. Haase.
26585      Branch: perl
26586            ! ext/POSIX/POSIX.xs
26587 ____________________________________________________________________________
26588 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
26589         Log: Subject: [PATCH toke.c] Simplify yytoke()
26590              From: Simon Cozens <simon@netthink.co.uk>
26591              Date: Sun, 8 Jul 2001 13:24:34 +0100
26592              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
26593              
26594              Split out pending_ident().
26595      Branch: perl
26596            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
26597 ____________________________________________________________________________
26598 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
26599         Log: (Retracted by #11223.)
26600              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
26601              Date: Wed, 05 Nov 1997 17:22:34 -0600
26602              From: Graham Barr <gbarr@ti.com>
26603              Message-Id: <3460FFBA.6DA51F46@ti.com>
26604      Branch: perl
26605            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
26606 ____________________________________________________________________________
26607 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
26608         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
26609      Branch: perl
26610            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26611            ! pod/perllocale.pod
26612 ____________________________________________________________________________
26613 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
26614         Log: Really do the test under the C locale.
26615      Branch: perl
26616            ! ext/I18N/Langinfo/Langinfo.t
26617 ____________________________________________________________________________
26618 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
26619         Log: Small portability fix for Mac OS.
26620      Branch: maint-5.6/macperl
26621            ! lib/Cwd.pm
26622 ____________________________________________________________________________
26623 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
26624         Log: Metaconfig unit change for #11207.
26625      Branch: metaconfig/U/perl
26626            ! Extensions.U
26627 ____________________________________________________________________________
26628 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
26629         Log: Add I18N::Langinfo, which is basically a wrapper around
26630              nl_langinfo(), which is an additional way to query locale
26631              specific information.
26632      Branch: perl
26633            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26634            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
26635            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
26636 ____________________________________________________________________________
26637 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
26638         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
26639              used in File::Find tests; replace with if.t.
26640      Branch: maint-5.6/macperl
26641            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
26642            ! t/pragma/warn/op
26643 ____________________________________________________________________________
26644 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
26645         Log: Allow symbols in try_symbol() to begin with "_".
26646      Branch: maint-5.6/macperl
26647            ! makedef.pl
26648 ____________________________________________________________________________
26649 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
26650         Log: Sync up the File::Find changes from the rewrite by
26651              Thomas Wegner, et al.
26652      Branch: maint-5.6/macperl
26653            + t/lib/filefind-taint.t
26654            ! lib/File/Find.pm t/lib/filefind.t
26655 ____________________________________________________________________________
26656 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
26657         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
26658              From: Thomas Wegner <wegner_thomas@yahoo.com>
26659              Date: Thu, 5 Jul 2001 20:31:25 +0200
26660              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
26661      Branch: maint-5.6/macperl
26662            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
26663 ____________________________________________________________________________
26664 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
26665         Log: Some more test portability fixes.
26666      Branch: maint-5.6/macperl
26667            ! t/lib/filecopy.t t/pragma/warn/pp_sys
26668 ____________________________________________________________________________
26669 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
26670         Log: The #11200 removed wrong (non-existent) target.  Duh.
26671      Branch: perl
26672            ! Makefile.SH
26673 ____________________________________________________________________________
26674 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
26675         Log: Zap the lib/re.pm before creating it.
26676      Branch: perl
26677            ! Makefile.SH
26678 ____________________________________________________________________________
26679 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
26680         Log: Another test.  Please ignore.
26681      Branch: maint-5.6/macperl
26682            ! README.macos
26683 ____________________________________________________________________________
26684 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
26685         Log: Portability fixes for a lot of tests, especially IO-related
26686              tests, and warnings, and the harness script.
26687      Branch: maint-5.6/macperl
26688            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
26689            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
26690            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
26691            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
26692            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
26693            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
26694            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
26695            ! t/pragma/warnings.t
26696 ____________________________________________________________________________
26697 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
26698         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
26699              From: Nicholas Clark <nick@ccl4.org>
26700              Date: Sat, 7 Jul 2001 21:00:17 +0100
26701              Message-ID: <20010707210017.H59620@plum.flirble.org>
26702      Branch: perl
26703            ! lib/h2xs.t
26704 ____________________________________________________________________________
26705 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
26706         Log: The UNICOS/mk SysV IPC problem has been fixed.
26707      Branch: perl
26708            ! pod/perl572delta.pod
26709 ____________________________________________________________________________
26710 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
26711         Log: Slight update tweaks on perlunicode.pod.
26712      Branch: perl
26713            ! pod/perlunicode.pod
26714 ____________________________________________________________________________
26715 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
26716         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
26717              From: Mark-Jason Dominus <mjd@plover.com>
26718              Date: Sat, 07 Jul 2001 13:04:04 -0400
26719              Message-ID: <20010707170404.32694.qmail@plover.com>
26720      Branch: perl
26721            ! ext/DB_File/DB_File.pm
26722 ____________________________________________________________________________
26723 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
26724         Log: Fix up AutoLoader to fudge for Mac paths in import().
26725      Branch: maint-5.6/macperl
26726            ! lib/AutoLoader.pm
26727 ____________________________________________________________________________
26728 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
26729         Log: Try to force the lib/re.pm to be there before entering
26730              the extensions builds, should help for parallel makes.
26731      Branch: perl
26732            ! Makefile.SH
26733 ____________________________________________________________________________
26734 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
26735         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
26736              From: Norton Allen <allen@huarp.harvard.edu>
26737              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
26738              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
26739      Branch: perl
26740            ! ext/POSIX/POSIX.xs
26741 ____________________________________________________________________________
26742 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
26743         Log: Subject: [PATCH] Re: op/arith.t
26744              From: Nicholas Clark <nick@ccl4.org>
26745              Date: Sat, 7 Jul 2001 13:04:54 +0100
26746              Message-ID: <20010707130454.D59620@plum.flirble.org>
26747      Branch: perl
26748            ! numeric.c toke.c
26749 ____________________________________________________________________________
26750 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
26751         Log: Subject: [PATCH] h2xs
26752              From: Nicholas Clark <nick@ccl4.org>
26753              Date: Fri, 6 Jul 2001 23:25:14 +0100
26754              Message-ID: <20010706232514.X59620@plum.flirble.org>
26755      Branch: perl
26756            ! utils/h2xs.PL
26757 ____________________________________________________________________________
26758 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
26759         Log: Subject: Re: bleedperl perl_alloc..free leakage
26760              From: Radu Greab <radu@netsoft.ro>
26761              Date: Fri, 6 Jul 2001 19:48:54 +0300
26762              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
26763              
26764              Leak-be-gone.
26765      Branch: perl
26766            ! op.c
26767 ____________________________________________________________________________
26768 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
26769         Log: Test again.  Please ignore.
26770      Branch: maint-5.6/macperl
26771            ! README.macos
26772 ____________________________________________________________________________
26773 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
26774         Log: Test.  Please ignore.
26775      Branch: maint-5.6/macperl
26776            ! README.macos
26777 ____________________________________________________________________________
26778 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
26779         Log: Include changes already sent in separately as patches,
26780              before branch was created.
26781      Branch: maint-5.6/macperl
26782            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
26783            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
26784            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
26785            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
26786            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
26787            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
26788            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
26789            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
26790            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
26791            ! t/pragma/strict.t
26792 ____________________________________________________________________________
26793 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
26794         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
26795              From: Norton Allen <allen@huarp.harvard.edu>
26796              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
26797              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
26798      Branch: perl
26799            ! utf8.h
26800 ____________________________________________________________________________
26801 [ 11183] By: nick                                  on 2001/07/06  16:27:40
26802         Log: Integrate mainline
26803      Branch: perlio
26804           +> (branch 42 files)
26805            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
26806            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
26807            - win32/bin/mdelete.bat
26808           !> (integrate 215 files)
26809 ____________________________________________________________________________
26810 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
26811         Log: The #11166 needed also these updated.
26812      Branch: perl
26813            ! lib/warnings.pm warnings.h
26814 ____________________________________________________________________________
26815 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
26816         Log: Update Changes.
26817      Branch: perl
26818            ! Changes patchlevel.h
26819 ____________________________________________________________________________
26820 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
26821         Log: Regen toc.
26822      Branch: perl
26823            ! pod/perltoc.pod
26824 ____________________________________________________________________________
26825 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
26826         Log: Nit from Abhijit.
26827      Branch: perl
26828            ! lib/CPAN.pm
26829 ____________________________________________________________________________
26830 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
26831         Log: Retract #11172.
26832      Branch: perl
26833            ! t/op/method.t
26834 ____________________________________________________________________________
26835 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
26836         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
26837              From: Norton Allen <allen@huarp.harvard.edu>
26838              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
26839              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
26840      Branch: perl
26841            ! lib/Cwd.pm
26842 ____________________________________________________________________________
26843 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
26844         Log: (Accidentally empty check-in.)
26845      Branch: perl
26846            ! utf8.h
26847 ____________________________________________________________________________
26848 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
26849         Log: Retract #11165 since Sarathy pointed out it'll not
26850              work properly under threads, the problem should be
26851              solved using "the savestack, either via SSNEW() or
26852              using a newSVpv()+SAVEFREESV() combo."
26853      Branch: perl
26854            ! ext/POSIX/POSIX.xs
26855 ____________________________________________________________________________
26856 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
26857         Log: Retract #11125 since NI-S pointed out it'll not work in
26858              cases where the extension has their own handcrafted INC
26859              et alia.
26860      Branch: perl
26861            ! lib/ExtUtils/MM_Unix.pm
26862 ____________________________________________________________________________
26863 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
26864         Log: Subject: RE: [PATCH] -I and MakeMaker again
26865              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
26866              Date: Fri, 6 Jul 2001 09:18:29 +0200
26867              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
26868      Branch: perl
26869            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
26870            ! lib/ExtUtils/MM_Win32.pm
26871 ____________________________________________________________________________
26872 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
26873         Log: (Retracted by #11178)
26874              Subject: [PATCH t/op/method.t] SUPER:: strangeness
26875              From: Piers Cawley <pdcawley@iterative-software.com>
26876              Date: 06 Jul 2001 10:49:01 +0100
26877              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
26878      Branch: perl
26879            ! t/op/method.t
26880 ____________________________________________________________________________
26881 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
26882         Log: VOS README update from Paul Green.
26883      Branch: perl
26884            ! README.vos
26885 ____________________________________________________________________________
26886 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
26887         Log: Subject: [PATCH README.qnx hints/qnx.sh]
26888              From: Norton Allen <allen@huarp.harvard.edu>
26889              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
26890              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
26891      Branch: perl
26892            ! README.qnx hints/qnx.sh
26893 ____________________________________________________________________________
26894 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
26895         Log: Subject: [PATCH] Doc patch for Tie::Hash
26896              From: Artur Bergman <artur@contiller.se>
26897              Date: Thu, 05 Jul 2001 22:51:18 +0200
26898              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
26899      Branch: perl
26900            ! lib/Tie/Hash.pm
26901 ____________________________________________________________________________
26902 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
26903         Log: Subject: [PATCH] perlfaq4.pod
26904              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
26905              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
26906              Date: Thu, 5 Jul 2001 18:44:10 +0100 
26907      Branch: perl
26908            ! pod/perlfaq4.pod
26909 ____________________________________________________________________________
26910 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
26911         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
26912              From: Robin Houston <robin@kitsite.com>
26913              Date: Thu, 5 Jul 2001 18:33:21 +0100
26914              Message-ID: <20010705183321.A27345@robin.kitsite.com>
26915      Branch: perl
26916            ! ext/B/B/Deparse.pm
26917 ____________________________________________________________________________
26918 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
26919         Log: (Retracted by #11285.)
26920              
26921              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
26922              From: Abhijit Menon-Sen <ams@wiw.org>
26923              Date: Fri, 6 Jul 2001 01:26:32 +0530
26924              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
26925      Branch: perl
26926            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
26927            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
26928            ! warnings.pl
26929 ____________________________________________________________________________
26930 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
26931         Log: (Retracted by #11175)
26932              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
26933              From: Norton Allen <allen@huarp.harvard.edu>
26934              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
26935              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
26936      Branch: perl
26937            ! ext/POSIX/POSIX.xs
26938 ____________________________________________________________________________
26939 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
26940         Log: Unterminated C< (noticed by Richard Hatch), and few other
26941              small Unicode doc tweaks.
26942      Branch: perl
26943            ! pod/perlretut.pod
26944 ____________________________________________________________________________
26945 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
26946         Log: More flexible argument understanding; add charblocks() and
26947              charscripts(); make charblock() and charscript() two-way;
26948              add charinrange(); separate the $Unicode::UCD::VERSION and
26949              the version of the Unicode by adding UnicodeVersion().
26950      Branch: perl
26951            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26952 ____________________________________________________________________________
26953 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
26954         Log: Update Unicode::UCD on \p{In...}.
26955      Branch: perl
26956            ! lib/Unicode/UCD.pm
26957 ____________________________________________________________________________
26958 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
26959         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
26960              From: Norton Allen <allen@huarp.harvard.edu>
26961              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
26962              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
26963      Branch: perl
26964            ! lib/ExtUtils/MM_Unix.pm
26965 ____________________________________________________________________________
26966 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
26967         Log: POSIX-BC tweaks from Thomas Dorner.
26968      Branch: perl
26969            ! hints/posix-bc.sh perlio.h
26970 ____________________________________________________________________________
26971 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
26972         Log: Module updates for the delta.
26973      Branch: perl
26974            ! pod/perl572delta.pod
26975 ____________________________________________________________________________
26976 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
26977         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
26978              From: Norton Allen <allen@huarp.harvard.edu>
26979              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
26980              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
26981      Branch: perl
26982            ! ext/IO/lib/IO/t/io_sock.t
26983 ____________________________________________________________________________
26984 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
26985         Log: Subject: [PATCH perldiag.pod] Quick fixes
26986              From: Simon Cozens <simon@netthink.co.uk>
26987              Date: Wed, 4 Jul 2001 20:22:12 +0100
26988              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
26989      Branch: perl
26990            ! pod/perldiag.pod
26991 ____________________________________________________________________________
26992 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
26993         Log: (retracted by #13533)
26994              
26995              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
26996              From: Radu Greab <radu@netsoft.ro>
26997              Date: Wed, 4 Jul 2001 22:13:31 +0300
26998              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
26999      Branch: perl
27000            ! op.c sv.c t/op/pos.t
27001 ____________________________________________________________________________
27002 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
27003         Log: Subject: [PATCH] -I and MakeMaker again
27004              From: Michael G Schwern <schwern@pobox.com>
27005              Date: Wed, 4 Jul 2001 15:03:07 -0400
27006              Message-ID: <20010704150307.I20340@blackrider>
27007              
27008              (and retract #11145)
27009      Branch: perl
27010            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
27011            ! lib/ExtUtils/MakeMaker.pm
27012 ____________________________________________________________________________
27013 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
27014         Log: Subject: Re: PERFORCE change 11142 for review
27015              From: "Philip Newton" <Philip.Newton@gmx.net>
27016              Date: Wed, 4 Jul 2001 20:46:26 +0200
27017              Message-Id: <200107041841.VAA25380@taas.iki.fi>
27018      Branch: perl
27019            ! lib/ExtUtils/MakeMaker.pm
27020 ____________________________________________________________________________
27021 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
27022         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
27023              From: Jonathan Stowe <gellyfish@gellyfish.com>
27024              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
27025              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
27026      Branch: perl
27027            ! utils/pl2pm.PL
27028 ____________________________________________________________________________
27029 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
27030         Log: fix the binary compatibility issue when building with/without
27031              usemymalloc by exporting Perl_malloc() et al as simple wrappers
27032              around the system functions (this allows most extensions built
27033              using one mode to coexist with perls built in the other mode)
27034              
27035              XXX the Perl_mfree() wrapper might need to do return(free()) on
27036              platforms where Free_t isn't "void"
27037      Branch: perl
27038            ! embed.h embed.pl makedef.pl proto.h util.c
27039 ____________________________________________________________________________
27040 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
27041         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
27042              since it doesn't ensure threads other than the one calling fork()
27043              aren't holding any locks; the fix is to use pthread_atfork() to
27044              hold global locks
27045              
27046              building perl with -Dusemymalloc exacerbates the problem since
27047              Perl_malloc() holds a mutex, and perl's exec() calls New()
27048              
27049              XXX the code in win32thread.h may be needed on platforms that have
27050              no pthread_atfork()
27051      Branch: perl
27052            ! perl.c thread.h win32/win32thread.h
27053 ____________________________________________________________________________
27054 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
27055         Log: Integrate #11009 from maintperl.
27056      Branch: maint-5.6/macperl
27057           !> lib/ExtUtils/Manifest.pm
27058 ____________________________________________________________________________
27059 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
27060         Log: Flexing my Perforce muscles.
27061      Branch: maint-5.6/macperl
27062            ! README.macos
27063 ____________________________________________________________________________
27064 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
27065         Log: Update Changes.
27066      Branch: perl
27067            ! Changes patchlevel.h
27068 ____________________________________________________________________________
27069 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
27070         Log: Metaconfig unit change for #11146.
27071      Branch: metaconfig/U/perl
27072            ! d_fcntl_can_lock.U
27073 ____________________________________________________________________________
27074 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
27075         Log: Somehow the #ifdefs of the added code (in #11093) made
27076              HP-UX to fail the fcntl locking test, without the ifdefs
27077              the test seems to be working again.  Reason unknown:
27078              HP-UX cc doesn't complain either way.
27079      Branch: perl
27080            ! Configure
27081 ____________________________________________________________________________
27082 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
27083         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
27084      Branch: perl
27085            ! lib/ExtUtils/MM_Unix.pm
27086 ____________________________________________________________________________
27087 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
27088         Log: gcc -Wall nit.
27089      Branch: perl
27090            ! pp_hot.c
27091 ____________________________________________________________________________
27092 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
27093         Log: When removing tests updating the test count is a good idea, too.
27094      Branch: perl
27095            ! lib/Net/t/require.t
27096 ____________________________________________________________________________
27097 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
27098         Log: Document #11134 and add the new symbols to the list of
27099              of MakeMaker known ones.
27100      Branch: perl
27101            ! lib/ExtUtils/MakeMaker.pm
27102 ____________________________________________________________________________
27103 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
27104         Log: Microperl update.
27105      Branch: perl
27106            ! uconfig.h
27107 ____________________________________________________________________________
27108 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
27109         Log: Update the libnet tests as per #11138.
27110      Branch: perl
27111            - lib/Net/t/ph.t
27112            ! MANIFEST lib/Net/t/require.t
27113 ____________________________________________________________________________
27114 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
27115         Log: Regen toc and modlib.
27116      Branch: perl
27117            ! pod/perlmodlib.pod pod/perltoc.pod
27118 ____________________________________________________________________________
27119 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
27120         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
27121              Graham's request.
27122      Branch: perl
27123            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
27124            ! MANIFEST
27125 ____________________________________________________________________________
27126 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
27127         Log: Add the OS/390 harness results to the delta.
27128      Branch: perl
27129            ! pod/perl572delta.pod
27130 ____________________________________________________________________________
27131 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
27132         Log: Avoid the two study tests in OS/390 until the bug has been solved.
27133      Branch: perl
27134            ! t/op/study.t
27135 ____________________________________________________________________________
27136 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
27137         Log: DOS/DJGPP tweaks from Laszlo Molnar.
27138      Branch: perl
27139            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
27140 ____________________________________________________________________________
27141 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
27142         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
27143              From: Michael G Schwern <schwern@pobox.com>
27144              Date: Wed, 4 Jul 2001 00:01:16 -0400
27145              Message-ID: <20010704000116.C591@blackrider>
27146      Branch: perl
27147            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
27148 ____________________________________________________________________________
27149 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
27150         Log: The #11132 missed singleton characters (not part
27151              of a unilo..unihi range) in Unicode scripts.
27152      Branch: perl
27153            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
27154            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
27155            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
27156            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
27157            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
27158            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
27159            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
27160            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
27161            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
27162            ! lib/unicode/mktables.PL t/op/pat.t
27163 ____________________________________________________________________________
27164 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
27165         Log: Support preferentially the Unicode 'scripts' definition
27166              in the \p{In...} notation since according to Unicode the
27167              scripts concept is more natural for matching than using
27168              the somewhat artificial block names.  The block names are
27169              still available, though, and if there's a name conflict,
27170              the scripts one wins and the blocks one has to do with
27171              'Block' appended to its name.  For more information see
27172              
27173              http://www.unicode.org/unicode/reports/tr24/
27174      Branch: perl
27175            + lib/unicode/In/100.pl lib/unicode/In/101.pl
27176            + lib/unicode/In/102.pl lib/unicode/In/103.pl
27177            + lib/unicode/In/104.pl lib/unicode/In/105.pl
27178            + lib/unicode/In/106.pl lib/unicode/In/107.pl
27179            + lib/unicode/In/108.pl lib/unicode/In/109.pl
27180            + lib/unicode/In/110.pl lib/unicode/In/111.pl
27181            + lib/unicode/In/112.pl lib/unicode/In/113.pl
27182            + lib/unicode/In/114.pl lib/unicode/In/115.pl
27183            + lib/unicode/In/116.pl lib/unicode/In/117.pl
27184            + lib/unicode/In/118.pl lib/unicode/In/119.pl
27185            + lib/unicode/In/120.pl lib/unicode/In/121.pl
27186            + lib/unicode/In/122.pl lib/unicode/In/123.pl
27187            + lib/unicode/In/124.pl lib/unicode/In/125.pl
27188            + lib/unicode/In/126.pl lib/unicode/In/127.pl
27189            + lib/unicode/In/128.pl lib/unicode/In/129.pl
27190            + lib/unicode/In/130.pl lib/unicode/In/131.pl
27191            + lib/unicode/In/132.pl lib/unicode/In/133.pl
27192            + lib/unicode/In/134.pl lib/unicode/In/135.pl
27193            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
27194            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
27195            ! (edit 106 files)
27196 ____________________________________________________________________________
27197 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
27198         Log: Better document the difference between a block and a script.
27199      Branch: perl
27200            ! lib/Unicode/UCD.pm
27201 ____________________________________________________________________________
27202 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
27203         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
27204              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27205              Date: Tue, 3 Jul 2001 15:04:23 -0500
27206              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
27207      Branch: perl
27208            ! lib/CPAN.pm
27209 ____________________________________________________________________________
27210 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
27211         Log: Add tests for charscript().
27212      Branch: perl
27213            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27214 ____________________________________________________________________________
27215 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
27216         Log: Add charscript() to get the UTR#24 script names of characters.
27217      Branch: perl
27218            ! lib/Unicode/UCD.pm
27219 ____________________________________________________________________________
27220 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
27221         Log: Todo updates.
27222      Branch: perl
27223            ! pod/perltodo.pod
27224 ____________________________________________________________________________
27225 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
27226         Log: Unicode::UCD updates.
27227      Branch: perl
27228            ! lib/Unicode/UCD.pm
27229 ____________________________________________________________________________
27230 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
27231         Log: (Retracted by #11174)
27232              Subject: MakeMaker should pass through DEFINE and INC to subdirs
27233              From: Alan Burlison <Alan.Burlison@sun.com>
27234              Date: Tue, 03 Jul 2001 15:20:13 +0100
27235              Message-ID: <3B41D49D.A923D4F9@sun.com>
27236      Branch: perl
27237            ! lib/ExtUtils/MM_Unix.pm
27238 ____________________________________________________________________________
27239 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
27240         Log: Subject: Patch needed for UTS
27241              From: hom00@utsglobal.com (Hal Morris)
27242              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
27243              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
27244              
27245              Replace #11113 with a better version.
27246      Branch: perl
27247            ! perl.h
27248 ____________________________________________________________________________
27249 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
27250         Log: Subject: Re: POINTERRIGOR
27251              From: Andy Dougherty <doughera@lafayette.edu>
27252              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
27253              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
27254      Branch: perl
27255            ! util.c
27256 ____________________________________________________________________________
27257 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
27258         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
27259              From: "Philip Newton" <pnewton@gmx.de>
27260              Date: Tue, 3 Jul 2001 17:03:34 +0200
27261              Message-ID: <3B41FAE6.29564.660E117@localhost>
27262      Branch: perl
27263            ! pp_hot.c
27264 ____________________________________________________________________________
27265 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
27266         Log: Typos.
27267      Branch: perl
27268            ! INSTALL
27269 ____________________________________________________________________________
27270 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
27271         Log: Subject: [PATCH 5.6.1] debugger fixes
27272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27273              Date: Tue, 3 Jul 2001 03:38:18 -0400
27274              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
27275              
27276              The $^S is working again.
27277      Branch: perl
27278            ! lib/perl5db.pl
27279 ____________________________________________________________________________
27280 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
27281         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
27282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27283              Date: Tue, 3 Jul 2001 03:34:06 -0400
27284              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
27285      Branch: perl
27286            ! os2/OS2/Process/Process.pm
27287 ____________________________________________________________________________
27288 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
27289         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
27290              From: "Philip Newton" <Philip.Newton@gmx.net>
27291              Date: Tue, 3 Jul 2001 09:11:27 +0200
27292              Message-Id: <200107030706.KAA04596@taas.iki.fi>
27293      Branch: perl
27294            ! lib/FindBin.pm
27295 ____________________________________________________________________________
27296 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
27297         Log: Delta delta.
27298      Branch: perl
27299            ! pod/perl572delta.pod
27300 ____________________________________________________________________________
27301 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
27302         Log: Metaconfig unit change for 11115.
27303      Branch: metaconfig
27304            ! U/modified/libc.U
27305 ____________________________________________________________________________
27306 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
27307         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
27308              (from Richard Hatch) (this was the cause of pipes() and
27309              times() mysteriously not being found)
27310      Branch: perl
27311            ! Configure
27312 ____________________________________________________________________________
27313 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
27314         Log: Retract #10142, the real culprit found by Richard Hatch,
27315              coming soon to Configure near you.
27316      Branch: perl
27317            ! hints/aix.sh
27318 ____________________________________________________________________________
27319 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
27320         Log: (Replaced by #11124) UTS workaround from Hal Morris.
27321      Branch: perl
27322            ! perl.h
27323 ____________________________________________________________________________
27324 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
27325         Log: Subject: [PATCH] grok not grocking correctly
27326              From: Nicholas Clark <nick@ccl4.org>
27327              Date: Tue, 3 Jul 2001 00:19:08 +0100
27328              Message-ID: <20010703001908.H59620@plum.flirble.org>
27329      Branch: perl
27330            ! numeric.c
27331 ____________________________________________________________________________
27332 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
27333         Log: Subject: [PATCH Deparse.t] test just-posted patches
27334              From: Robin Houston <robin@kitsite.com>
27335              Date: Mon, 2 Jul 2001 23:46:15 +0100
27336              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
27337      Branch: perl
27338            ! ext/B/Deparse.t
27339 ____________________________________________________________________________
27340 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
27341         Log: Subject: [PATCH toke.c] autosplit into @F
27342              From: Robin Houston <robin@kitsite.com>
27343              Date: Mon, 2 Jul 2001 23:18:20 +0100
27344              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
27345      Branch: perl
27346            ! perl.c toke.c
27347 ____________________________________________________________________________
27348 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
27349         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
27350              From: Robin Houston <robin@kitsite.com>
27351              Date: Mon, 2 Jul 2001 23:00:48 +0100
27352              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
27353      Branch: perl
27354            ! ext/B/B/Deparse.pm
27355 ____________________________________________________________________________
27356 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
27357         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
27358              From: "Philip Newton" <Philip.Newton@gmx.net>
27359              Date: Mon, 2 Jul 2001 22:06:22 +0200
27360              (no Message-Id)
27361      Branch: perl
27362            ! ext/NDBM_File/hints/linux.pl
27363 ____________________________________________________________________________
27364 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
27365         Log: Subject: Re: Fixed pack problem - sort of
27366              From: Nicholas Clark <nick@ccl4.org>
27367              Date: Mon, 2 Jul 2001 20:59:20 +0100
27368              Message-ID: <20010702205919.F59620@plum.flirble.org>
27369      Branch: perl
27370            ! pp_pack.c t/op/pack.t
27371 ____________________________________________________________________________
27372 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
27373         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
27374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27375              Date: Mon, 2 Jul 2001 15:45:41 -0400
27376              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
27377      Branch: perl
27378            ! os2/os2.c
27379 ____________________________________________________________________________
27380 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
27381         Log: (Mistaken retraction)
27382      Branch: perl
27383            ! utils/pl2pm.PL
27384 ____________________________________________________________________________
27385 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
27386         Log: Detypo in #11103.
27387      Branch: perl
27388            ! utils/pl2pm.PL
27389 ____________________________________________________________________________
27390 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
27391         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
27392              From: Jonathan Stowe <gellyfish@gellyfish.com>
27393              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
27394              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
27395      Branch: perl
27396            ! utils/pl2pm.PL
27397 ____________________________________________________________________________
27398 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
27399         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
27400              From: "Craig A. Berry" <craigberry@mac.com>
27401              Date: Mon, 02 Jul 2001 14:11:23 -0500
27402              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
27403      Branch: perl
27404            ! lib/Unicode/UCD.pm
27405 ____________________________________________________________________________
27406 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
27407         Log: Subject: [PATCH] Re: op/numconvert.t failures
27408              From: Nicholas Clark <nick@ccl4.org>
27409              Date: Mon, 2 Jul 2001 20:10:48 +0100
27410              Message-ID: <20010702201048.E59620@plum.flirble.org>
27411      Branch: perl
27412            ! t/op/numconvert.t
27413 ____________________________________________________________________________
27414 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
27415         Log: Update Changes.
27416      Branch: perl
27417            ! Changes patchlevel.h
27418 ____________________________________________________________________________
27419 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
27420         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
27421              The real fix must be more involved.  The line of code all the leaky
27422              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
27423              line of Perl_newPMOP().
27424      Branch: perl
27425            ! op.h
27426 ____________________________________________________________________________
27427 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
27428         Log: Based on
27429              
27430              Subject: Re: sizeof(struct sembuf)
27431              From: Nicholas Clark <nick@ccl4.org>
27432              Date: Sun, 1 Jul 2001 22:26:48 +0100
27433              Message-ID: <20010701222648.W59620@plum.flirble.org>
27434              
27435              but do semop() always the slow way.
27436      Branch: perl
27437            ! doio.c
27438 ____________________________________________________________________________
27439 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
27440         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
27441              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27442              Date: Tue, 03 Jul 2001 00:56:30 +0900
27443              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
27444      Branch: perl
27445            ! ext/Encode/Encode/Tcl.t
27446 ____________________________________________________________________________
27447 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
27448         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
27449              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27450              Date: Tue, 03 Jul 2001 00:55:46 +0900
27451              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
27452      Branch: perl
27453            ! ext/Encode/Encode/Tcl.pm
27454 ____________________________________________________________________________
27455 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
27456         Log: Regen api and toc.
27457      Branch: perl
27458            ! pod/perlapi.pod pod/perltoc.pod
27459 ____________________________________________________________________________
27460 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
27461         Log: Metaconfig unit change for #11093.
27462      Branch: metaconfig/U/perl
27463            ! d_fcntl_can_lock.U
27464 ____________________________________________________________________________
27465 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
27466         Log: The fcntl locking test may hang if NFS locking messed up;
27467              break out with alarm(10).
27468      Branch: perl
27469            ! Configure
27470 ____________________________________________________________________________
27471 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
27472         Log: Move the mdelete.bat from win32/bin to win32.
27473      Branch: perl
27474            ! MANIFEST
27475 ____________________________________________________________________________
27476 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
27477         Log: Typo in #11083.
27478      Branch: perl
27479            ! ext/Time/Piece/Piece.t
27480 ____________________________________________________________________________
27481 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
27482         Log: Netware tweaks from Guruprasad.
27483      Branch: perl
27484            - NetWare/perlsdio.h
27485            ! MANIFEST NetWare/Makefile NetWare/interface.c
27486            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
27487            ! perlsdio.h
27488 ____________________________________________________________________________
27489 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
27490         Log: Subject: Re: [PATH] shared -> unique;
27491              From: Abhijit Menon-Sen <ams@wiw.org>
27492              Date: Wed, 27 Jun 2001 03:51:27 +0530
27493              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
27494      Branch: perl
27495            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
27496 ____________________________________________________________________________
27497 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
27498         Log: Subject: Re: AIX / gcc-3.0
27499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27500              Date: Mon, 02 Jul 2001 15:20:21 +0200
27501              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
27502      Branch: perl
27503            ! hints/aix.sh
27504 ____________________________________________________________________________
27505 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
27506         Log: Subject: Re: Bug report: split splits on wrong pattern
27507              From: Abhijit Menon-Sen <ams@wiw.org>
27508              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
27509              Date: Mon, 2 Jul 2001 16:31:33 +0530
27510      Branch: perl
27511            ! pp_ctl.c
27512 ____________________________________________________________________________
27513 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
27514         Log: Subject: [PATCH 5.6.1] test harness
27515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27516              Date: Mon, 2 Jul 2001 06:29:21 -0400
27517              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
27518      Branch: perl
27519            ! lib/Test/Harness.pm
27520 ____________________________________________________________________________
27521 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
27522         Log: Subject: [PATCH 5.6.1] debugger goof
27523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27524              Date: Mon, 2 Jul 2001 06:27:22 -0400
27525              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
27526      Branch: perl
27527            ! lib/perl5db.pl
27528 ____________________________________________________________________________
27529 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
27530         Log: Subject: [PATCH 5.6.1] OS/2 cwd
27531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27532              Date: Mon, 2 Jul 2001 06:21:17 -0400
27533              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
27534      Branch: perl
27535            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
27536 ____________________________________________________________________________
27537 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
27538         Log: Make #11082 more OS/2-specific.
27539      Branch: perl
27540            ! ext/Time/Piece/Piece.t
27541 ____________________________________________________________________________
27542 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
27543         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
27544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27545              Date: Mon, 2 Jul 2001 06:06:34 -0400
27546              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
27547      Branch: perl
27548            ! ext/Time/Piece/Piece.t
27549 ____________________________________________________________________________
27550 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
27551         Log: Subject: [PATCH B::Deparse] version number & changes
27552              From: Robin Houston <robin@kitsite.com>  
27553              Date: Sun, 1 Jul 2001 17:17:29 +0100
27554              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
27555      Branch: perl
27556            ! ext/B/B/Deparse.pm
27557 ____________________________________________________________________________
27558 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
27559         Log: Subject: a small fix.
27560              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27561              Date: Mon, 2 Jul 2001 12:17:53 +0200
27562              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
27563      Branch: perl
27564            ! ext/Thread/Thread.xs
27565 ____________________________________________________________________________
27566 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
27567         Log: Subject: RE: perl@10907
27568              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27569              Date: Mon, 2 Jul 2001 12:06:16 +0200
27570              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
27571              
27572              Borland C vs PerlIO.
27573      Branch: perl
27574            ! win32/config.bc win32/config_H.bc
27575 ____________________________________________________________________________
27576 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
27577         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
27578              From: "H.M. Brand" <merijn@l1.procura.nl>
27579              Date: Mon, 02 Jul 2001 11:18:57 +0200
27580              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
27581      Branch: perl
27582            ! t/op/write.t
27583 ____________________________________________________________________________
27584 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
27585         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
27586              From: Michael G Schwern <schwern@pobox.com>
27587              Date: Mon, 2 Jul 2001 00:26:24 -0400
27588              Message-ID: <20010702002624.A18302@blackrider>
27589      Branch: perl
27590            - ext/util/mkbootstrap
27591 ____________________________________________________________________________
27592 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
27593         Log: Subject: [PATCH op.h] v minor comment tweak
27594              From: Robin Houston <robin@puffinry.freeserve.co.uk>
27595              Date: Mon, 2 Jul 2001 00:42:01 +0100
27596              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
27597      Branch: perl
27598            ! op.h
27599 ____________________________________________________________________________
27600 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
27601         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
27602      Branch: perl
27603            ! pod/perlfunc.pod
27604 ____________________________________________________________________________
27605 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
27606         Log: Subject: Re: sizeof(struct sembuf)
27607              From: Nicholas Clark <nick@ccl4.org>
27608              Date: Sun, 1 Jul 2001 19:23:16 +0100
27609              Message-ID: <20010701192316.V59620@plum.flirble.org>
27610              
27611              s/signaling/signalling/
27612      Branch: perl
27613            ! pod/perlfunc.pod
27614 ____________________________________________________________________________
27615 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
27616         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
27617              From: "Philip Newton" <Philip.Newton@gmx.net>
27618              Date: Sun, 1 Jul 2001 09:37:56 +0200
27619              Message-Id: <200107010733.KAA03920@taas.iki.fi>
27620      Branch: perl
27621            ! pod/perlvar.pod
27622 ____________________________________________________________________________
27623 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
27624         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
27625              From: "Philip Newton" <Philip.Newton@gmx.net>
27626              Date: Sun, 1 Jul 2001 09:37:56 +0200
27627              Message-Id: <200107010733.KAA03925@taas.iki.fi>
27628      Branch: perl
27629            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
27630 ____________________________________________________________________________
27631 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
27632         Log: Metaconfig unit change for #11070.
27633      Branch: metaconfig
27634            ! U/compline/randfunc.U
27635 ____________________________________________________________________________
27636 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
27637         Log: Subject: [PATCH perlsnap] its --> it's --> its
27638              From: "Philip Newton" <Philip.Newton@gmx.net>
27639              Date: Sun, 1 Jul 2001 09:37:56 +0200
27640              Message-Id: <200107010733.KAA03914@taas.iki.fi>
27641      Branch: perl
27642            ! Porting/config_H
27643 ____________________________________________________________________________
27644 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
27645         Log: Sync with Sarathy; integrate with perlio.
27646      Branch: perl
27647           !> gv.c
27648 ____________________________________________________________________________
27649 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
27650         Log: regenerate win32/config_H.?c files
27651      Branch: perl
27652            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27653 ____________________________________________________________________________
27654 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
27655         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
27656              naming discipline
27657              
27658              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
27659              because of this)
27660              
27661              fix a warning about "fd" being used without being set in Cwd.xs
27662      Branch: perl
27663            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
27664            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27665            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
27666            ! win32/config.vc
27667 ____________________________________________________________________________
27668 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
27669         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
27670              within macro arguments") and warnings ("unary minus applied to
27671              unsigned type", among others)
27672      Branch: perl
27673            ! gv.c hv.c op.c pp.c sv.c toke.c
27674 ____________________________________________________________________________
27675 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
27676         Log: win32 fixes: more spurious CRs
27677      Branch: perl
27678            ! win32/mdelete.bat
27679 ____________________________________________________________________________
27680 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
27681         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
27682              from win32/bin (or it gets deleted by distclean); don't delete
27683              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
27684              NT (should be made Win9x specific, and added to makefile.mk)
27685      Branch: perl
27686           +> win32/mdelete.bat
27687            - win32/bin/mdelete.bat
27688            ! win32/Makefile win32/makefile.mk
27689 ____________________________________________________________________________
27690 [ 11063] By: nick                                  on 2001/07/01  18:54:09
27691         Log: Quick for for #ifdef mess
27692      Branch: perlio
27693            ! gv.c
27694 ____________________________________________________________________________
27695 [ 11062] By: nick                                  on 2001/07/01  18:47:42
27696         Log: Raw integrate - does not build #if mess in gv.c
27697      Branch: perlio
27698           !> (integrate 29 files)
27699 ____________________________________________________________________________
27700 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
27701         Log: Make 'compile' target a little less broken.
27702              Still very broken, though: -Wall warnings from
27703              the generated code, boot_Foo prototypes missing,
27704              can't autoload Fcntl::SEEK_CUR et alia, ...
27705      Branch: perl
27706            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
27707            ! utils/perlcc.PL x2p/Makefile.SH
27708 ____________________________________________________________________________
27709 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
27710         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
27711      Branch: perl
27712            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27713            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
27714 ____________________________________________________________________________
27715 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
27716         Log: Update Changes.
27717      Branch: perl
27718            ! Changes patchlevel.h
27719 ____________________________________________________________________________
27720 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
27721         Log: Still one typo, regen toc.
27722      Branch: perl
27723            ! lib/Unicode/UCD.pm pod/perltoc.pod
27724 ____________________________________________________________________________
27725 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
27726         Log: Detypos and regen toc.
27727      Branch: perl
27728            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
27729 ____________________________________________________________________________
27730 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
27731         Log: VERSION tweak.
27732      Branch: perl
27733            ! ext/List/Util/lib/List/Util.pm
27734 ____________________________________________________________________________
27735 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
27736         Log: Attempt at plugging the leak under ithreads detected by Doug.
27737      Branch: perl
27738            ! op.h
27739 ____________________________________________________________________________
27740 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
27741         Log: gcc -Wall lint after #11051.
27742      Branch: perl
27743            ! pp_sys.c
27744 ____________________________________________________________________________
27745 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
27746         Log: Integrate perlio.
27747      Branch: perl
27748           !> lib/File/Find/taint.t
27749 ____________________________________________________________________________
27750 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
27751         Log: Don't use the v-strings for module VERSIONs.
27752      Branch: perl
27753            ! lib/Unicode/UCD.pm
27754 ____________________________________________________________________________
27755 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
27756         Log: Code cleanup based on turning off the -woffs in IRIX.
27757              Not all of the gripes cleaned up (hairy code in hv.c and
27758              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
27759              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
27760              to the IRIX hints)
27761      Branch: perl
27762            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
27763            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
27764            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
27765            ! regcomp.c sv.c
27766 ____________________________________________________________________________
27767 [ 11050] By: nick                                  on 2001/06/30  20:46:46
27768         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
27769      Branch: perlio
27770            ! lib/File/Find/taint.t
27771 ____________________________________________________________________________
27772 [ 11049] By: nick                                  on 2001/06/30  18:13:33
27773         Log: Integrate mainline
27774      Branch: perlio
27775           +> NetWare/nwstdio.h NetWare/perlsdio.h
27776           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
27777           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
27778           +> lib/Unicode/UCD.t t/run/exit.t
27779           !> (integrate 60 files)
27780 ____________________________________________________________________________
27781 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
27782         Log: Delta delta.
27783      Branch: perl
27784            ! pod/perl572delta.pod
27785 ____________________________________________________________________________
27786 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
27787         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
27788              by CPAN.pm, use rather _00.
27789      Branch: perl
27790            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
27791            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
27792            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
27793            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
27794            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
27795            ! lib/ExtUtils/Embed.pm lib/Test.pm
27796 ____________________________________________________________________________
27797 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
27798         Log: Add a simple Unicode character database interface, Unicode::UCD.
27799      Branch: perl
27800            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
27801            ! MANIFEST
27802 ____________________________________________________________________________
27803 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
27804         Log: Subject: [PATCH] op/numconver.t
27805              From: Nicholas Clark <nick@ccl4.org>
27806              Date: Sat, 30 Jun 2001 15:40:10 +0100
27807              Message-ID: <20010630154010.I59620@plum.flirble.org>
27808      Branch: perl
27809            ! t/op/numconvert.t
27810 ____________________________________________________________________________
27811 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
27812         Log: The $^N is now taken (by #11038).
27813      Branch: perl
27814            ! t/base/lex.t
27815 ____________________________________________________________________________
27816 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
27817         Log: The #11040 had slipped to a wrong function...
27818      Branch: perl
27819            ! sv.c
27820 ____________________________________________________________________________
27821 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
27822         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
27823              the Configure library symbol probe mysteriously finds all
27824              symbols but those of pipe() and times().
27825      Branch: perl
27826            ! hints/aix.sh
27827 ____________________________________________________________________________
27828 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
27829         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
27830              From: Nicholas Clark <nick@ccl4.org>
27831              Date: Fri, 29 Jun 2001 23:49:07 +0100
27832              Message-ID: <20010629234907.D59620@plum.flirble.org>
27833      Branch: perl
27834            ! lib/ExtUtils.t
27835 ____________________________________________________________________________
27836 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
27837         Log: Subject: [PATCH] weakref fix 2, not yet there
27838              From: Artur Bergman <artur@contiller.se>
27839              Date: Sat, 30 Jun 2001 01:18:16 +0200
27840              Message-ID: <B762D957.1CC9%artur@contiller.se>
27841      Branch: perl
27842            ! sv.c
27843 ____________________________________________________________________________
27844 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
27845         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
27846              From: Michael G Schwern <schwern@pobox.com>
27847              Date: Fri, 29 Jun 2001 19:39:11 -0400
27848              Message-ID: <20010629193910.D25304@blackrider>
27849      Branch: perl
27850            + t/run/exit.t
27851            ! MANIFEST
27852 ____________________________________________________________________________
27853 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
27854         Log: Add support for $^N, the most-recently closed group.
27855      Branch: perl
27856            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
27857            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
27858            ! thrdvar.h
27859 ____________________________________________________________________________
27860 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
27861         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
27862              From: lvirden@cas.org
27863              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
27864              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
27865              
27866              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
27867              From: lvirden@cas.org
27868              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
27869              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
27870      Branch: perl
27871            ! README.solaris
27872 ____________________________________________________________________________
27873 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
27874         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
27875              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27876              Date: Sat, 30 Jun 2001 07:33:37 +0900
27877              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
27878              
27879              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
27880              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27881              Date: Sat, 30 Jun 2001 21:38:14 +0900
27882              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
27883      Branch: perl
27884            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
27885            + ext/Encode/Encode/7bit-kr.enc
27886            ! MANIFEST ext/Encode/Encode/Tcl.pm
27887 ____________________________________________________________________________
27888 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
27889         Log: NetWare tweaks from Guruprasad.
27890      Branch: perl
27891            + NetWare/nwstdio.h NetWare/perlsdio.h
27892            ! MANIFEST NetWare/Makefile NetWare/config.wc
27893            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
27894            ! NetWare/t/Readme.txt
27895 ____________________________________________________________________________
27896 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
27897         Log: More module $VERSION bump-ups.
27898      Branch: perl
27899            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
27900            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
27901            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
27902 ____________________________________________________________________________
27903 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
27904         Log: Doc update due to #11032.
27905      Branch: perl
27906            ! pod/perl572delta.pod
27907 ____________________________________________________________________________
27908 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
27909         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
27910              From: Peter Prymmer <pvhp@forte.com>
27911              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
27912              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
27913      Branch: perl
27914            ! ext/Time/HiRes/HiRes.xs
27915 ____________________________________________________________________________
27916 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
27917         Log: -lpthreads missing in AIX.
27918      Branch: perl
27919            ! hints/aix.sh
27920 ____________________________________________________________________________
27921 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
27922         Log: Subject: [PATCH] CLONE && weakrefs
27923              From: Artur Bergman <artur@contiller.se>
27924              Date: Fri, 29 Jun 2001 17:02:00 +0200
27925              Message-ID: <B7626508.1CA0%artur@contiller.se>
27926      Branch: perl
27927            ! sv.c
27928 ____________________________________________________________________________
27929 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
27930         Log: Subject: Re: Bug report: split splits on wrong pattern
27931              From: Radu Greab <radu@netsoft.ro>
27932              Date: Wed, 27 Jun 2001 21:50:52 +0300
27933              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
27934      Branch: perl
27935            ! pp_ctl.c t/op/split.t
27936 ____________________________________________________________________________
27937 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
27938         Log: Metaconfig unit change for #11027.
27939      Branch: metaconfig/U/perl
27940            ! d_modfl.U
27941 ____________________________________________________________________________
27942 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
27943         Log: I thought this Configure glitch for AIX was just recently fixed?
27944      Branch: perl
27945            ! Configure
27946 ____________________________________________________________________________
27947 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
27948         Log: Update Changes.
27949      Branch: perl
27950            ! Changes patchlevel.h
27951 ____________________________________________________________________________
27952 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
27953         Log: Subject: Re: perl@10967, File::Find, and Cwd
27954              From: Mike Guy <mjtg@cam.ac.uk>
27955              Date: Fri, 29 Jun 2001 14:56:49 +0100
27956              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
27957      Branch: perl
27958            ! lib/File/Find/taint.t
27959 ____________________________________________________________________________
27960 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
27961         Log: Update the sv_pvprintify() spec.
27962      Branch: perl
27963            ! pod/perltodo.pod
27964 ____________________________________________________________________________
27965 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
27966         Log: Known test failures update.
27967      Branch: perl
27968            ! pod/perl572delta.pod
27969 ____________________________________________________________________________
27970 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
27971         Log: Based on
27972              
27973              Subject: [PATCH @11016] More );) fixes
27974              From: Richard Soderberg <rs@crystalflame.net>
27975              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
27976              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
27977      Branch: perl
27978            ! ext/Thread/Thread.xs ext/Thread/typemap
27979 ____________________________________________________________________________
27980 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
27981         Log: Subject: [PATCH @11016] Fixes compile errors in four files
27982              From: Richard Soderberg <rs@crystalflame.net>
27983              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
27984              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
27985      Branch: perl
27986            ! mg.c pp.c pp_hot.c util.c
27987 ____________________________________________________________________________
27988 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
27989         Log: AIX hints tweaking continues, from Merijn Brand.
27990      Branch: perl
27991            ! hints/aix.sh
27992 ____________________________________________________________________________
27993 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
27994         Log: HP-UX needs gccversion sooner, from Merijn Brand.
27995      Branch: perl
27996            ! hints/hpux.sh
27997 ____________________________________________________________________________
27998 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
27999         Log: Subject: [PATCH 5.6.1] OS/2 docs
28000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28001              Date: Fri, 29 Jun 2001 02:34:12 -0400
28002              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
28003      Branch: perl
28004            ! README.os2 os2/Changes
28005 ____________________________________________________________________________
28006 [ 11017] By: nick                                  on 2001/06/29  10:20:30
28007         Log: Integrate mainline
28008      Branch: perlio
28009           +> (branch 37 files)
28010            - ext/ODBM_File/sdbm.t
28011           !> (integrate 211 files)
28012 ____________________________________________________________________________
28013 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
28014         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
28015              the modules found using a script written by Larry Schatzer Jr.
28016      Branch: perl
28017            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
28018            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
28019            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
28020            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
28021            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
28022            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
28023            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
28024            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
28025            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
28026            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
28027            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
28028            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
28029            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
28030            ! lib/constant.pm lib/fields.pm lib/strict.pm
28031 ____________________________________________________________________________
28032 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
28033         Log: The latest JPL from the anoncvs.
28034      Branch: perl
28035            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28036 ____________________________________________________________________________
28037 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
28038         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
28039      Branch: perl
28040            ! t/op/pat.t
28041 ____________________________________________________________________________
28042 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
28043         Log: Worrying about insecure directories now is a bit too late.
28044      Branch: perl
28045            ! lib/File/Find/taint.t
28046 ____________________________________________________________________________
28047 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
28048         Log: Cannot DIE() in a void function,
28049              from Richard Hatch <rhatch@austin.ibm.com>.
28050      Branch: perl
28051            ! ext/IPC/SysV/SysV.xs
28052 ____________________________________________________________________________
28053 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
28054         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
28055              From: Peter Prymmer <pvhp@forte.com>
28056              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
28057              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
28058              
28059              (unfinished: time/hires tests 3, 5, 14 failing, but better
28060              than wholesale failure)
28061      Branch: perl
28062            ! ext/Time/HiRes/HiRes.xs
28063 ____________________________________________________________________________
28064 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
28065         Log: Subject: [PATCH 5.6.1] OS/2 improvements
28066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28067              Date: Thu, 28 Jun 2001 16:03:14 -0400
28068              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
28069      Branch: perl
28070            + os2/os2_base.t
28071            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
28072            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
28073            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
28074            ! os2/os2ish.h
28075 ____________________________________________________________________________
28076 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
28077         Log: Subject: Incrementing Extutils::Manifest's $VERSION
28078              From: Michael G Schwern <schwern@pobox.com>
28079              Date: Thu, 28 Jun 2001 13:13:49 -0400
28080              Message-ID: <20010628131349.A14738@blackrider>
28081      Branch: maint-5.6/perl
28082            ! lib/ExtUtils/Manifest.pm
28083 ____________________________________________________________________________
28084 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
28085         Log: AIX tweak from Merijn Brand.
28086      Branch: perl
28087            ! hints/aix.sh
28088 ____________________________________________________________________________
28089 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
28090         Log: Create the macperl branch.
28091      Branch: maint-5.6/macperl
28092           +> (branch 1728 files)
28093 ____________________________________________________________________________
28094 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
28095         Log: Update Changes.
28096      Branch: perl
28097            ! Changes patchlevel.h
28098 ____________________________________________________________________________
28099 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
28100         Log: More Perforce lore.
28101      Branch: perl
28102            ! Porting/repository.pod
28103 ____________________________________________________________________________
28104 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
28105         Log: Metaconfig unit changes for #11003.
28106      Branch: metaconfig/U/perl
28107            + d_nl_langinfo.U i_langinfo.U
28108 ____________________________________________________________________________
28109 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
28110         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
28111              Expected not to exist in non-UNIX excepting in VMS, where
28112              according to a quick web survey they just might.
28113      Branch: perl
28114            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
28115            ! Porting/config_H config_h.SH configure.com epoc/config.sh
28116            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
28117            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28118            ! win32/config.bc win32/config.gc win32/config.vc
28119 ____________________________________________________________________________
28120 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
28121         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
28122              in AIX is one is doing a 64-bit build.
28123      Branch: perl
28124            ! hints/aix.sh
28125 ____________________________________________________________________________
28126 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
28127         Log: Metaconfig unit changes for #11000.
28128      Branch: metaconfig/U/perl
28129            ! use64bits.U uselfs.U
28130 ____________________________________________________________________________
28131 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
28132         Log: Move use64bitint and use64bitall before uselargefiles.
28133      Branch: perl
28134            ! Configure
28135 ____________________________________________________________________________
28136 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
28137         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
28138              From: Robert Spier <rspier@pobox.com>
28139              Message-ID: <15162.41164.618712.841415@rls.cx>
28140              Date: Wed, 27 Jun 2001 23:13:16 -0400
28141      Branch: perl
28142            ! doio.c
28143 ____________________________________________________________________________
28144 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
28145         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
28146              From: Peter Prymmer <pvhp@forte.com>
28147              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
28148              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
28149      Branch: perl
28150            ! numeric.c
28151 ____________________________________________________________________________
28152 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
28153         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
28154              From: Peter Prymmer <pvhp@forte.com>
28155              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
28156              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
28157      Branch: perl
28158            ! configure.com ext/Digest/MD5/Makefile.PL
28159 ____________________________________________________________________________
28160 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
28161         Log: Update Changes.
28162      Branch: perl
28163            ! Changes patchlevel.h
28164 ____________________________________________________________________________
28165 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
28166         Log: Tiny EPOC updates.
28167      Branch: perl
28168            ! epoc/config.sh
28169 ____________________________________________________________________________
28170 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
28171         Log: The Test::More and Test::Simple tests required help
28172              thanks to our schizophrenic test scheme.
28173      Branch: perl
28174            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28175            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28176            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
28177            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
28178            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
28179 ____________________________________________________________________________
28180 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
28181         Log: Upgrade to Test::Simple 0.09.
28182      Branch: perl
28183            + lib/Test/Simple/Changes
28184            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
28185            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
28186            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
28187            ! lib/Test/Simple/t/plan_is_noplan.t
28188 ____________________________________________________________________________
28189 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
28190         Log: Upgrade to Test::More 0.07.
28191      Branch: perl
28192            + lib/Test/More/Changes
28193            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
28194            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
28195            ! lib/Test/More/t/skipall.t
28196 ____________________________________________________________________________
28197 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
28198         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
28199              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28200              Date: Wed, 27 Jun 2001 18:40:04 +0200
28201              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
28202      Branch: perl
28203            ! hints/hpux.sh
28204 ____________________________________________________________________________
28205 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
28206         Log: Subject: [PATCH README.qnx hints/qnx.sh]
28207              From: Norton Allen <allen@huarp.harvard.edu>
28208              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
28209              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
28210      Branch: perl
28211            ! README.qnx hints/qnx.sh
28212 ____________________________________________________________________________
28213 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
28214         Log: Subject: [PATCH] two little documentation nits
28215              From: Abhijit Menon-Sen <ams@wiw.org>
28216              Date: Wed, 27 Jun 2001 20:07:50 +0530
28217              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
28218      Branch: perl
28219            ! sv.c sv.h
28220 ____________________________________________________________________________
28221 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
28222         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
28223              From: Norton Allen <allen@huarp.harvard.edu>
28224              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
28225              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
28226      Branch: perl
28227            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
28228 ____________________________________________________________________________
28229 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
28230         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
28231              From: Michael G Schwern <schwern@pobox.com>
28232              Date: Wed, 27 Jun 2001 02:34:58 -0400
28233              Message-ID: <20010627023458.K23874@blackrider>
28234      Branch: perl
28235            ! vms/test.com
28236 ____________________________________________________________________________
28237 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
28238         Log: Add perl_clone_host() for Netware.
28239      Branch: perl
28240            ! NetWare/nw5.c
28241 ____________________________________________________________________________
28242 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
28243         Log: GCC 3.0 hints for HP-UX.
28244      Branch: perl
28245            ! hints/hpux.sh
28246 ____________________________________________________________________________
28247 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
28248         Log: In some Linux distributions the libndbm is broken
28249              (no null key support), therefore link with libgdbm
28250              (if available), since it has a working ndbm emulation,
28251              from Jonathan Stowe.
28252      Branch: perl
28253            + ext/NDBM_File/hints/linux.pl
28254            ! MANIFEST
28255 ____________________________________________________________________________
28256 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
28257         Log: Subject: [PATCH perl@10930] find.t hack for VMS
28258              From: "Craig A. Berry" <craigberry@mac.com>
28259              Date: Tue, 26 Jun 2001 23:40:25 -0500
28260              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
28261      Branch: perl
28262            ! lib/File/Find/find.t
28263 ____________________________________________________________________________
28264 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
28265         Log: AUTHORS updates.
28266      Branch: perl
28267            ! AUTHORS
28268 ____________________________________________________________________________
28269 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
28270         Log: Metaconfig unit change like #10980.
28271      Branch: metaconfig
28272            ! U/compline/d_stdstdio.U
28273 ____________________________________________________________________________
28274 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
28275         Log: "lose the it's", from Abhijit Menon-Sen.
28276              ("It's" not searched, pods not searched.)
28277      Branch: perl
28278            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
28279            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
28280            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
28281            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
28282            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28283            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
28284 ____________________________________________________________________________
28285 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
28286         Log: "lose the looses", from Abhijit Menon-Sen.
28287      Branch: perl
28288            ! ext/B/B/Assembler.pm gv.c
28289 ____________________________________________________________________________
28290 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
28291         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
28292      Branch: perl
28293            ! hints/os390.sh
28294 ____________________________________________________________________________
28295 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
28296         Log: DEC C 5.3 on the VAX simply doesn't seem to like
28297              compiling the MD5 extension, disable it there for now,
28298              from Peter Prymmer.
28299      Branch: perl
28300            ! configure.com
28301 ____________________________________________________________________________
28302 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
28303         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
28304              From: Jonathan Stowe <gellyfish@gellyfish.com>
28305              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
28306              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
28307      Branch: perl
28308            ! pod/perlfaq3.pod
28309 ____________________________________________________________________________
28310 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
28311         Log: Subject: [PATCH 5.6.1] perlxs misprints
28312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28313              Date: Tue, 26 Jun 2001 17:20:00 -0400
28314              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
28315      Branch: perl
28316            ! pod/perlxs.pod
28317 ____________________________________________________________________________
28318 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
28319         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
28320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28321              Date: Tue, 26 Jun 2001 17:27:07 -0400
28322              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
28323      Branch: perl
28324            ! lib/ExtUtils/MM_Unix.pm
28325 ____________________________________________________________________________
28326 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
28327         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
28328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28329              Date: Tue, 26 Jun 2001 17:23:24 -0400
28330              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
28331      Branch: perl
28332            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
28333 ____________________________________________________________________________
28334 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
28335         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
28336              by Olaf Flebbe.
28337      Branch: perl
28338            ! perl.h
28339 ____________________________________________________________________________
28340 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
28341         Log: Detypo.
28342      Branch: perl
28343            ! lib/Memoize/t/tie_sdbm.t
28344 ____________________________________________________________________________
28345 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
28346         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
28347      Branch: perl
28348            ! win32/perllib.c
28349 ____________________________________________________________________________
28350 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
28351         Log: Subject: [patch] perl_clone+CvFILE
28352              From: Doug MacEachern <dougm@covalent.net>
28353              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
28354              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
28355      Branch: perl
28356            ! sv.c
28357 ____________________________________________________________________________
28358 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
28359         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
28360              From: Mark-Jason Dominus <mjd@plover.com>
28361              Date: Tue, 26 Jun 2001 12:33:01 -0400
28362              Message-ID: <20010626163301.31298.qmail@plover.com>
28363      Branch: perl
28364            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28365 ____________________________________________________________________________
28366 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
28367         Log: Update Changes.
28368      Branch: perl
28369            ! Changes patchlevel.h
28370 ____________________________________________________________________________
28371 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
28372         Log: Also catfile() needs now to explicitly exported.
28373      Branch: perl
28374            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28375 ____________________________________________________________________________
28376 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
28377         Log: Regen toc.
28378      Branch: perl
28379            ! pod/perltoc.pod
28380 ____________________________________________________________________________
28381 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
28382         Log: Nonexistent pod command.
28383      Branch: perl
28384            ! pod/perl572delta.pod
28385 ____________________________________________________________________________
28386 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
28387         Log: Be more portable in the quest for tmpdir.
28388      Branch: perl
28389            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28390 ____________________________________________________________________________
28391 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
28392         Log: Be more portable in finding out the home directory,
28393              and use File::Spec to do the concat.
28394              (Come to think of it, couldn't File::Spec provide
28395              for a ->homedir method?)
28396      Branch: perl
28397            ! lib/Net/Config.pm
28398 ____________________________________________________________________________
28399 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
28400         Log: Doc patch for #10959.
28401      Branch: perl
28402            ! pod/perlfunc.pod
28403 ____________________________________________________________________________
28404 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
28405         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
28406              From: "Philip Newton" <pnewton@gmx.de>
28407              Date: Tue, 26 Jun 2001 16:26:47 +0200
28408              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
28409      Branch: perl
28410            ! pod/perldata.pod
28411 ____________________________________________________________________________
28412 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
28413         Log: Subject: [PATH] shared -> unique;
28414              From: "Artur Bergman" <artur@contiller.se>
28415              Date: Tue, 26 Jun 2001 16:18:40 +0200
28416              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
28417              
28418              Because "shared" isn't: it's read-only.
28419      Branch: perl
28420            ! toke.c xsutils.c
28421 ____________________________________________________________________________
28422 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
28423         Log: Escape multiline croak messages.
28424      Branch: perl
28425            ! t/op/ver.t
28426 ____________________________________________________________________________
28427 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
28428         Log: No more pragma/*.t for minitest.
28429      Branch: perl
28430            ! Makefile.SH
28431 ____________________________________________________________________________
28432 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
28433         Log: AUTHORS updates.
28434      Branch: perl
28435            ! AUTHORS
28436 ____________________________________________________________________________
28437 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
28438         Log: delta updates.
28439      Branch: perl
28440            ! pod/perl572delta.pod
28441 ____________________________________________________________________________
28442 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
28443         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
28444              From: Artur Bergman <artur@contiller.se> 
28445              Date: Tue, 26 Jun 2001 15:32:53 +0200
28446              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
28447      Branch: perl
28448            ! makedef.pl sv.c sv.h win32/perllib.c
28449 ____________________________________________________________________________
28450 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
28451         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
28452              From: Jonathan Stowe <gellyfish@gellyfish.com>
28453              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
28454              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
28455              
28456              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
28457      Branch: perl
28458            + ext/Time/HiRes/hints/sco.pl
28459            ! MANIFEST
28460 ____________________________________________________________________________
28461 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
28462         Log: Subject: [PATCH 5.6.1] static build
28463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28464              Date: Tue, 26 Jun 2001 04:22:25 -0400
28465              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
28466      Branch: perl
28467            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
28468            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
28469 ____________________________________________________________________________
28470 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
28471         Log: DJGPP patches from Laszlo Molnar.
28472      Branch: perl
28473            ! djgpp/djgpp.c perl.c util.c
28474 ____________________________________________________________________________
28475 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
28476         Log: Netware patches from Ananth Kesari.
28477      Branch: perl
28478            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
28479            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
28480            ! NetWare/nwtinfo.h
28481 ____________________________________________________________________________
28482 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
28483         Log: Detypo.
28484      Branch: perl
28485            ! ext/Errno/Errno_pm.PL
28486 ____________________________________________________________________________
28487 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
28488         Log: There seems to be two ways of spelling the $^O in *STEP.
28489      Branch: perl
28490            ! ext/Errno/Errno_pm.PL
28491 ____________________________________________________________________________
28492 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
28493         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
28494              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
28495      Branch: perl
28496            ! ext/Errno/Errno_pm.PL
28497 ____________________________________________________________________________
28498 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
28499         Log: Known bugs update.
28500      Branch: perl
28501            ! pod/perl572delta.pod
28502 ____________________________________________________________________________
28503 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
28504         Log: The default installation of Cygwin has 500 as root's uid.
28505      Branch: perl
28506            ! lib/User/pwent.t
28507 ____________________________________________________________________________
28508 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
28509         Log: Be even more relaxed (re-allow having only one entry).
28510      Branch: perl
28511            ! t/op/grent.t t/op/pwent.t
28512 ____________________________________________________________________________
28513 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
28514         Log: Test failure updates.
28515      Branch: perl
28516            ! pod/perl572delta.pod
28517 ____________________________________________________________________________
28518 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
28519         Log: MPE/iX test tweaks from Mark Bixby.
28520      Branch: perl
28521            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
28522            ! t/io/fs.t t/op/stat.t
28523 ____________________________________________________________________________
28524 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
28525         Log: Microperl findings.
28526      Branch: perl
28527            ! perl.h pp_sys.c
28528 ____________________________________________________________________________
28529 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
28530         Log: Touch uconfig.h.
28531      Branch: perl
28532            ! uconfig.h
28533 ____________________________________________________________________________
28534 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
28535         Log: Subject: [PATCH] Proposed fix for Pod::Man
28536              From: Rob Napier <rnapier@employees.org>
28537              Date: Mon, 25 Jun 2001 15:49:24 -0400
28538              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
28539              
28540              Cater for Solaris nroff brokenness (shortchanges daisywheel
28541              printers, but hey, we also no more support PDPs.)
28542      Branch: perl
28543            ! lib/Pod/Man.pm
28544 ____________________________________________________________________________
28545 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
28546         Log: Typo in #10937.
28547      Branch: perl
28548            ! ext/POSIX/sigaction.t
28549 ____________________________________________________________________________
28550 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
28551         Log: SIGCONT not trappable in VMS.
28552      Branch: perl
28553            ! ext/POSIX/sigaction.t
28554 ____________________________________________________________________________
28555 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
28556         Log: Subject: [DRAFT] Encode-Tcl.t
28557              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28558              Date: Tue, 26 Jun 2001 03:38:08 +0900
28559              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
28560      Branch: perl
28561            + ext/Encode/Encode/Tcl.t
28562            ! MANIFEST ext/Encode/Encode/Tcl.pm
28563 ____________________________________________________________________________
28564 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
28565         Log: Because of #10932 retract also the perlfunc hunk of #10910.
28566      Branch: perl
28567            ! pod/perlfunc.pod
28568 ____________________________________________________________________________
28569 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
28570         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
28571              by Ilya Zakharevich in
28572              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
28573      Branch: perl
28574            ! XSUB.h
28575 ____________________________________________________________________________
28576 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
28577         Log: Typo in #10889.
28578      Branch: perl
28579            ! hints/uts.sh
28580 ____________________________________________________________________________
28581 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
28582         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
28583              From: Abhijit Menon-Sen <ams@wiw.org>
28584              Date: Mon, 25 Jun 2001 23:45:45 +0530
28585              Message-ID: <20010625234545.A5022@lustre.linux.in>
28586      Branch: perl
28587            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
28588 ____________________________________________________________________________
28589 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
28590         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
28591              From: Michael G Schwern <schwern@pobox.com>
28592              Date: Mon, 25 Jun 2001 14:35:51 -0400
28593              Message-ID: <20010625143551.H13819@blackrider>
28594      Branch: perl
28595            ! lib/Test.pm
28596 ____________________________________________________________________________
28597 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
28598         Log: Update Changes.
28599      Branch: perl
28600            ! Changes patchlevel.h
28601 ____________________________________________________________________________
28602 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
28603         Log: Regen toc and modlib.
28604      Branch: perl
28605            ! pod/perlmodlib.pod pod/perltoc.pod
28606 ____________________________________________________________________________
28607 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
28608         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
28609              for the benefit of C++ compilers, as suggested by Guruprasad.
28610      Branch: perl
28611            ! embed.pl proto.h
28612 ____________________________________________________________________________
28613 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
28614         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
28615              From: Jonathan Stowe <gellyfish@gellyfish.com>
28616              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
28617              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
28618      Branch: perl
28619            ! pod/perlfaq5.pod
28620 ____________________________________________________________________________
28621 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
28622         Log: Missed from #10925.
28623      Branch: perl
28624            ! gv.c
28625 ____________________________________________________________________________
28626 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
28627         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
28628              From: Robin Houston <robin@kitsite.com>
28629              Date: Sat, 19 May 2001 16:19:34 +0100
28630              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
28631      Branch: perl
28632            ! cv.h gv.h op.c
28633 ____________________________________________________________________________
28634 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
28635         Log: Netware README tweak.
28636      Branch: perl
28637            ! README.netware
28638 ____________________________________________________________________________
28639 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
28640         Log: Subject: [PATCH] Re: overload.t fails
28641              From: Abhijit Menon-Sen <ams@wiw.org>
28642              Date: Mon, 25 Jun 2001 14:52:20 +0530
28643              Message-ID: <20010625145220.A24114@lustre.linux.in>
28644      Branch: perl
28645            ! lib/overload.t
28646 ____________________________________________________________________________
28647 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
28648         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
28649              From: Mike Guy <mjtg@cam.ac.uk>
28650              Date: Mon, 25 Jun 2001 11:43:23 +0100
28651              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
28652      Branch: perl
28653            ! lib/Carp.pm
28654 ____________________________________________________________________________
28655 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
28656         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
28657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28658              Date: Sun, 24 Jun 2001 05:17:05 -0400
28659              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
28660      Branch: perl
28661            ! os2/os2ish.h
28662 ____________________________________________________________________________
28663 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
28664         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
28665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28666              Date: Mon, 25 Jun 2001 05:52:27 -0400
28667              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
28668      Branch: perl
28669            ! hints/os2.sh
28670 ____________________________________________________________________________
28671 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
28672         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
28673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28674              Date: Mon, 25 Jun 2001 05:23:35 -0400
28675              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
28676      Branch: perl
28677            ! os2/os2.c
28678 ____________________________________________________________________________
28679 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
28680         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
28681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28682              Date: Mon, 25 Jun 2001 05:04:32 -0400
28683              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
28684      Branch: perl
28685            ! os2/OS2/REXX/DLL/DLL.pm
28686 ____________________________________________________________________________
28687 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
28688         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
28689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28690              Date: Mon, 25 Jun 2001 05:02:36 -0400
28691              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
28692      Branch: perl
28693            ! mg.c os2/dl_os2.c os2/os2.c
28694 ____________________________________________________________________________
28695 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
28696         Log: Subject: Re: [PATCH 5.6.1] misprints
28697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28698              Date: Mon, 25 Jun 2001 04:50:50 -0400
28699              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
28700      Branch: perl
28701            ! os2/os2.c pp_sys.c
28702 ____________________________________________________________________________
28703 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
28704         Log: Add Test::More and Test::Simple to the delta.
28705      Branch: perl
28706            ! pod/perl572delta.pod
28707 ____________________________________________________________________________
28708 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
28709         Log: Add Test::More, from Michael G Schwern.
28710      Branch: perl
28711            + lib/Test/More.pm lib/Test/More/t/More.t
28712            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28713            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28714            + t/lib/Test/More/Catch.pm
28715            ! MANIFEST
28716 ____________________________________________________________________________
28717 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
28718         Log: Add Test::Simple from Michael G Schwern.
28719      Branch: perl
28720            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
28721            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
28722            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
28723            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
28724            + t/lib/Test/Simple/Catch.pm
28725            + t/lib/Test/Simple/sample_tests/death.plx
28726            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
28727            + t/lib/Test/Simple/sample_tests/extras.plx
28728            + t/lib/Test/Simple/sample_tests/five_fail.plx
28729            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
28730            + t/lib/Test/Simple/sample_tests/one_fail.plx
28731            + t/lib/Test/Simple/sample_tests/require.plx
28732            + t/lib/Test/Simple/sample_tests/success.plx
28733            + t/lib/Test/Simple/sample_tests/too_few.plx
28734            + t/lib/Test/Simple/sample_tests/two_fail.plx
28735            ! MANIFEST
28736 ____________________________________________________________________________
28737 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
28738         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
28739              From: "Craig A. Berry" <craigberry@mac.com>
28740              Date: Sun, 24 Jun 2001 23:41:36 -0500
28741              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
28742      Branch: perl
28743            ! pp_sys.c
28744 ____________________________________________________________________________
28745 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
28746         Log: Upgrade to Attribute::Handlers 0.70.
28747      Branch: perl
28748            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
28749            ! MANIFEST lib/Attribute/Handlers.pm
28750 ____________________________________________________________________________
28751 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
28752         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
28753              From: Abhijit Menon-Sen <ams@wiw.org>
28754              Date: Sat, 23 Jun 2001 05:17:44 +0530
28755              Message-ID: <20010623051744.A18583@lustre.linux.in>
28756              
28757              (Can't think of a good place to put tests.)
28758      Branch: perl
28759            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
28760 ____________________________________________________________________________
28761 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
28762         Log: Subject: [PATCH] t/op/pat.t typo fix
28763              From: Richard Soderberg <rs@crystalflame.net>
28764              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
28765              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
28766      Branch: perl
28767            ! t/op/pat.t
28768 ____________________________________________________________________________
28769 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
28770         Log: Move the pack warnings to their own file, as pointed
28771              out by Spider.
28772      Branch: perl
28773            + t/lib/warnings/pp_pack
28774            ! MANIFEST t/lib/warnings/pp
28775 ____________________________________________________________________________
28776 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
28777         Log: Update Changes.
28778      Branch: perl
28779            ! Changes patchlevel.h
28780 ____________________________________________________________________________
28781 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
28782         Log: Partially fix a problem noticed by IRIX compiler:
28783              the initialization of parse_start was bypassed by
28784              several gotos.  Now initialized to zero, which may
28785              not be the best choice.
28786      Branch: perl
28787            ! regcomp.c
28788 ____________________________________________________________________________
28789 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
28790         Log: Relax the group and password tests back to moaning only
28791              if no matches at all are found.  (Even with a small sample
28792              I could find many sites where there are, umm, anomalies in
28793              the said databases.)       
28794      Branch: perl
28795            ! t/op/grent.t t/op/pwent.t
28796 ____________________________________________________________________________
28797 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
28798         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
28799      Branch: perl
28800            ! pp_ctl.c
28801 ____________________________________________________________________________
28802 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
28803         Log: De-cut-and-pasto in #10902.
28804      Branch: perl
28805            ! pp_ctl.c
28806 ____________________________________________________________________________
28807 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
28808         Log: The #10771 didn't take?
28809      Branch: perl
28810            ! pp_ctl.c
28811 ____________________________________________________________________________
28812 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
28813         Log: Undo the filetests part of #10900, under multiplicity
28814              weird errors take place.
28815      Branch: perl
28816            ! pp_sys.c
28817 ____________________________________________________________________________
28818 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
28819         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
28820      Branch: perl
28821            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
28822 ____________________________________________________________________________
28823 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
28824         Log: (Replaced by #10922)
28825              
28826              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
28827              From: Tony Bowden <tony@kasei.com>
28828              Date: Sun, 24 Jun 2001 17:32:40 +0100
28829              Message-ID: <20010624173240.A16293@blackstar.co.uk>
28830              
28831              Document (well, mention) shortmess() and longmess()
28832              to rob people of their fun of reinventing the wheel.
28833      Branch: perl
28834            ! lib/Carp.pm
28835 ____________________________________________________________________________
28836 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
28837         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
28838              From: Brian Jepson <bjepson@oreilly.com>
28839              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
28840              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
28841      Branch: perl
28842            ! pp_sys.c
28843 ____________________________________________________________________________
28844 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
28845         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
28846              From: Robin Barker <rmb1@cise.npl.co.uk> 
28847              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
28848              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
28849      Branch: perl
28850            ! lib/CPAN.pm
28851 ____________________________________________________________________________
28852 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
28853         Log: Memoize patch from mjd.
28854      Branch: perl
28855            ! lib/Memoize/t/tie_storable.t
28856 ____________________________________________________________________________
28857 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
28858         Log: Spec the sv_pvprintify() a bit more.
28859      Branch: perl
28860            ! pod/perltodo.pod
28861 ____________________________________________________________________________
28862 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
28863         Log: Upgrade to Memoize 0.65.
28864      Branch: perl
28865            + lib/Memoize/t/array_confusion.t
28866            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
28867            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
28868            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
28869            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
28870            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
28871            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
28872            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
28873            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
28874            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
28875            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
28876            ! lib/Memoize/t/tie_storable.t
28877 ____________________________________________________________________________
28878 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
28879         Log: Metaconfig unit change for #10892.
28880      Branch: metaconfig
28881            ! U/modified/Options.U
28882 ____________________________________________________________________________
28883 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
28884         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
28885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28886              Date: Sun, 24 Jun 2001 05:24:40 -0400
28887              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
28888      Branch: perl
28889            ! Configure hints/os2.sh
28890 ____________________________________________________________________________
28891 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
28892         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
28893              From: Mike Guy <mjtg@cam.ac.uk>
28894              Date: Sun, 24 Jun 2001 15:28:39 +0100
28895              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
28896              
28897              Fix an ancient (5.002) bug.
28898      Branch: perl
28899            ! lib/Carp/Heavy.pm
28900 ____________________________________________________________________________
28901 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
28902         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
28903              variables.
28904      Branch: perl
28905            ! pp_sys.c
28906 ____________________________________________________________________________
28907 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
28908         Log: Make UTS as per #10888.
28909      Branch: perl
28910            ! hints/uts.sh
28911 ____________________________________________________________________________
28912 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
28913         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
28914      Branch: perl
28915            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
28916            ! mpeix/mpeixish.h perl.h unixish.h
28917 ____________________________________________________________________________
28918 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
28919         Log: AUTHORS update.
28920      Branch: perl
28921            ! AUTHORS
28922 ____________________________________________________________________________
28923 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
28924         Log: Subject: Encode::Tcl for multibyte doesnot work
28925              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28926              Date: Sun, 24 Jun 2001 22:48:21 +0900
28927              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
28928      Branch: perl
28929            ! ext/Encode/Encode/Tcl.pm
28930 ____________________________________________________________________________
28931 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
28932         Log: Subject: [PATCH] Remove tautology in error messages
28933              From: Mike Guy <mjtg@cam.ac.uk>
28934              Date: Sun, 24 Jun 2001 13:31:00 +0100
28935              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
28936      Branch: perl
28937            ! pp_sys.c
28938 ____________________________________________________________________________
28939 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
28940         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
28941      Branch: perl
28942            ! hints/darwin.sh
28943 ____________________________________________________________________________
28944 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
28945         Log: Subject: Re: [PATCH 5.6.1] test suite
28946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28947              Date: Sun, 24 Jun 2001 05:47:05 -0400
28948              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
28949              
28950              Test suite fixes.
28951      Branch: perl
28952            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
28953 ____________________________________________________________________________
28954 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
28955         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
28956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28957              Date: Sun, 24 Jun 2001 05:37:19 -0400
28958              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
28959      Branch: perl
28960            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
28961 ____________________________________________________________________________
28962 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
28963         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
28964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28965              Date: Sun, 24 Jun 2001 05:34:50 -0400
28966              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
28967              
28968              Pacify compiler warnings.
28969      Branch: perl
28970            ! pp_sys.c
28971 ____________________________________________________________________________
28972 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
28973         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
28974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28975              Date: Sun, 24 Jun 2001 05:21:18 -0400
28976              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
28977              
28978              Enable compression of executables during link time.
28979      Branch: perl
28980            ! hints/os2.sh
28981 ____________________________________________________________________________
28982 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
28983         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
28984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28985              Date: Sun, 24 Jun 2001 05:15:11 -0400
28986              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
28987              
28988              Add ordinals to the export list for Perl DLL.
28989              (Breaks intra-version DLL compatibility.)
28990      Branch: perl
28991            ! makedef.pl
28992 ____________________________________________________________________________
28993 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
28994         Log: Allow (displaying and) re-editing the Subject in perlbug.
28995              Also abstract the Subject quality control into a function.
28996      Branch: perl
28997            ! utils/perlbug.PL
28998 ____________________________________________________________________________
28999 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
29000         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
29001      Branch: perl
29002            ! utils/perlbug.PL
29003 ____________________________________________________________________________
29004 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
29005         Log: Regen toc and modlib.
29006      Branch: perl
29007            ! pod/perlmodlib.pod pod/perltoc.pod
29008 ____________________________________________________________________________
29009 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
29010         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
29011              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
29012              attribute semantics as much as possible, or 'ntsec' which uses
29013              native NTFS semantics.)  (See also #10877.)
29014      Branch: perl
29015            ! perl.c
29016 ____________________________________________________________________________
29017 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
29018         Log: (Retracted by #11586)
29019              
29020              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
29021      Branch: perl
29022            ! lib/Test/Harness.pm
29023 ____________________________________________________________________________
29024 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
29025         Log: Just zap the -uPerlio.
29026      Branch: perl
29027            ! ext/B/Stash.t
29028 ____________________________________________________________________________
29029 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
29030         Log: Do not test PerlIO if PerlIO not used.
29031      Branch: perl
29032            ! ext/PerlIO/PerlIO.t
29033 ____________________________________________________________________________
29034 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
29035         Log: Regen perlapi.
29036      Branch: perl
29037            ! pod/perlapi.pod
29038 ____________________________________________________________________________
29039 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
29040         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
29041              From: Nicholas Clark <nick@ccl4.org>
29042              Date: Sat, 23 Jun 2001 22:55:47 +0100
29043              Message-ID: <20010623225547.Z98663@plum.flirble.org>
29044      Branch: perl
29045            ! numeric.c
29046 ____________________________________________________________________________
29047 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
29048         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
29049              From: Prymmer/Kahn <pvhp@best.com>
29050              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
29051              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
29052      Branch: perl
29053            ! lib/h2xs.t
29054 ____________________________________________________________________________
29055 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
29056         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
29057              cygwin does not taint cwd, just like win32.
29058      Branch: perl
29059            ! lib/File/Find/taint.t t/op/taint.t
29060 ____________________________________________________________________________
29061 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
29062         Log: Retract #10865, the patch should be unnecessary.
29063              (But seemingly helpful in Cygwin?  Strange.)
29064      Branch: perl
29065            ! lib/Memoize/t/tie_ndbm.t
29066 ____________________________________________________________________________
29067 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
29068         Log: Misplaced test file; plus Cygwin filesystem semantics.
29069      Branch: perl
29070            + ext/SDBM_File/sdbm.t
29071            - ext/ODBM_File/sdbm.t
29072            ! MANIFEST
29073 ____________________________________________________________________________
29074 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
29075         Log: (Retracted by #10867.)
29076      Branch: perl
29077            ! lib/Memoize/t/tie_ndbm.t
29078 ____________________________________________________________________________
29079 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
29080         Log: Metaconfig unit change for #10863.
29081      Branch: metaconfig/U/perl
29082            ! Extensions.U
29083 ____________________________________________________________________________
29084 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
29085         Log: In Cygwin do not build NDBM_File and ODBM_File unless
29086              -lndbm and -ldbm are available.
29087      Branch: perl
29088            ! Configure config_h.SH
29089 ____________________________________________________________________________
29090 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
29091         Log: More Cygwin filesystem semantics.
29092      Branch: perl
29093            ! t/io/fs.t t/op/stat.t
29094 ____________________________________________________________________________
29095 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
29096         Log: More DOSish permission semantics for Cygwin.
29097      Branch: perl
29098            ! lib/AnyDBM_File.t
29099 ____________________________________________________________________________
29100 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
29101         Log: Cygwin too has different permission semantics.
29102      Branch: perl
29103            ! ext/GDBM_File/gdbm.t
29104 ____________________________________________________________________________
29105 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
29106         Log: The group (and assumedly passwd) databases can have
29107              only one entry (this is the case in cygwin).
29108      Branch: perl
29109            ! t/op/grent.t t/op/pwent.t
29110 ____________________________________________________________________________
29111 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
29112         Log: Also in Cygwin use Socket to figure out domainname
29113              (if any) (avoids trying to call external 'domainname',
29114              which doesn't at the moment exist in Cygwin)
29115      Branch: perl
29116            ! lib/Net/Domain.pm
29117 ____________________________________________________________________________
29118 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
29119         Log: Remove also the lib$Foo.def, not just $Foo.def.
29120      Branch: perl
29121            ! lib/ExtUtils/MM_Unix.pm
29122 ____________________________________________________________________________
29123 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
29124         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
29125      Branch: perl
29126            ! unixish.h
29127 ____________________________________________________________________________
29128 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
29129         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
29130              to match the whole isprint(), only the space character.
29131      Branch: perl
29132            ! handy.h pod/perlre.pod t/op/pat.t
29133 ____________________________________________________________________________
29134 [ 10854] By: nick                                  on 2001/06/23  08:09:33
29135         Log: Integrate mainline
29136      Branch: perlio
29137           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
29138           !> lib/ExtUtils.t lib/File/Find/taint.t
29139           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
29140           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
29141           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
29142 ____________________________________________________________________________
29143 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
29144         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
29145              with its floats    in os390 and s390 (UTS).
29146      Branch: perl
29147            ! lib/Math/BigInt/t/bigintpm.t
29148 ____________________________________________________________________________
29149 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
29150         Log: Add also UTS (s390) to the non-IEEE float platforms.
29151      Branch: perl
29152            ! t/op/sprintf.t
29153 ____________________________________________________________________________
29154 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
29155         Log: Subject: RFC: what are applicable standards for exponent sizes?
29156              From: Peter Prymmer <pvhp@forte.com>
29157              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
29158              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
29159      Branch: perl
29160            ! t/op/sprintf.t
29161 ____________________________________________________________________________
29162 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
29163         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
29164              From: Peter Prymmer <pvhp@forte.com>
29165              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
29166              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
29167      Branch: perl
29168            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
29169 ____________________________________________________________________________
29170 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
29171         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
29172              From: Peter Prymmer <pvhp@forte.com>
29173              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
29174              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
29175      Branch: perl
29176            ! lib/ExtUtils.t
29177 ____________________________________________________________________________
29178 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
29179         Log: Retract #10845.
29180      Branch: perl
29181            ! lib/File/Find/taint.t
29182 ____________________________________________________________________________
29183 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
29184         Log: Yet another error message.
29185      Branch: perl
29186            ! t/op/mkdir.t
29187 ____________________________________________________________________________
29188 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
29189         Log: The croak message for nonexistent socket functions may vary.
29190      Branch: perl
29191            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
29192 ____________________________________________________________________________
29193 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
29194         Log: (Retracted by #10848.)
29195      Branch: perl
29196            ! lib/File/Find/taint.t
29197 ____________________________________________________________________________
29198 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
29199         Log: Integrate perlio.
29200      Branch: perl
29201           !> lib/File/Find/taint.t t/op/write.t
29202 ____________________________________________________________________________
29203 [ 10843] By: nick                                  on 2001/06/22  21:24:51
29204         Log: Back out debug in taint.t
29205      Branch: perlio
29206            ! lib/File/Find/taint.t
29207 ____________________________________________________________________________
29208 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
29209         Log: setitimer() does not exist in Unicos, despite of what
29210              Configure thinks, from Mark P. Lutz.
29211      Branch: perl
29212            ! hints/unicos.sh
29213 ____________________________________________________________________________
29214 [ 10841] By: nick                                  on 2001/06/22  21:19:36
29215         Log: Skip cwd test on Win32 ???
29216      Branch: perlio
29217            ! lib/File/Find/taint.t
29218 ____________________________________________________________________________
29219 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
29220         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
29221              and Tru64 gcc -Wall happy.
29222      Branch: perl
29223            ! mg.c
29224 ____________________________________________________________________________
29225 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
29226         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
29227      Branch: perl
29228            ! ext/IPC/SysV/Semaphore.pm
29229 ____________________________________________________________________________
29230 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
29231         Log: Metaconfig unit change for #10837.
29232      Branch: metaconfig/U/perl
29233            ! Cross.U
29234 ____________________________________________________________________________
29235 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
29236         Log: Cleanup of the cross-compilation unit.
29237      Branch: perl
29238            ! Configure
29239 ____________________________________________________________________________
29240 [ 10836] By: nick                                  on 2001/06/22  20:45:12
29241         Log: Skip |- based op/write.t on Win32 as well as VMS
29242      Branch: perlio
29243            ! t/op/write.t
29244 ____________________________________________________________________________
29245 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
29246         Log: Integrate perlio.
29247      Branch: perl
29248           !> util.c
29249 ____________________________________________________________________________
29250 [ 10834] By: nick                                  on 2001/06/22  20:41:54
29251         Log: Integrate mainline
29252      Branch: perlio
29253           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29254           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
29255           !> vos/config.ga.h
29256 ____________________________________________________________________________
29257 [ 10833] By: nick                                  on 2001/06/22  20:22:58
29258         Log: Patcho fix.
29259      Branch: perlio
29260            ! util.c
29261 ____________________________________________________________________________
29262 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
29263         Log: Metaconfig unit changes for #10831.
29264      Branch: metaconfig
29265            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
29266 ____________________________________________________________________________
29267 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
29268         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
29269              From: Andy Dougherty <doughera@lafayette.edu>
29270              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
29271              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
29272      Branch: perl
29273            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29274            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
29275 ____________________________________________________________________________
29276 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
29277         Log: MPE/iX prototype nits from Mark Bixby.
29278      Branch: perl
29279            ! pp_sys.c
29280 ____________________________________________________________________________
29281 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
29282         Log: Detypo.
29283      Branch: perl
29284            ! util.c
29285 ____________________________________________________________________________
29286 [ 10828] By: nick                                  on 2001/06/22  15:33:37
29287         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
29288      Branch: perlio
29289           +> lib/h2xs.t
29290           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
29291           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
29292           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
29293           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
29294           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29295           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
29296           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
29297           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
29298           !> vms/vmsish.h
29299 ____________________________________________________________________________
29300 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
29301         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
29302              Date: Fri, 22 Jun 2001 10:08:35 -0500
29303              From: "Craig A. Berry" <craigberry@mac.com>
29304              Message-Id: <a05101001b75908704194@[192.168.56.145]>
29305      Branch: perl
29306            ! vms/vms.c vms/vmsish.h
29307 ____________________________________________________________________________
29308 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
29309         Log: NetWare scripts tweak from Ananth Kesari.
29310      Branch: perl
29311            ! NetWare/t/NWScripts.pl
29312 ____________________________________________________________________________
29313 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
29314         Log: Update Changes.
29315      Branch: perl
29316            ! Changes patchlevel.h
29317 ____________________________________________________________________________
29318 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
29319         Log: Add .i and .s targets.
29320      Branch: perl
29321            ! Makefile.SH
29322 ____________________________________________________________________________
29323 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
29324         Log: Upgrade to Locale::Maketext 1.03.
29325      Branch: perl
29326            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29327            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
29328 ____________________________________________________________________________
29329 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
29330         Log: Upgrade to I18N::LangTags 0.26.
29331      Branch: perl
29332            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
29333            ! lib/I18N/LangTags/test.pl
29334 ____________________________________________________________________________
29335 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
29336         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
29337              Philip Newton.
29338      Branch: perl
29339            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29340            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29341 ____________________________________________________________________________
29342 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
29343         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
29344              From: Prymmer/Kahn <pvhp@best.com>
29345              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
29346              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
29347      Branch: perl
29348            + lib/h2xs.t
29349            ! MANIFEST utils/h2xs.PL
29350 ____________________________________________________________________________
29351 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
29352         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
29353              From: Prymmer/Kahn <pvhp@best.com>
29354              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
29355              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
29356      Branch: perl
29357            ! lib/ExtUtils.t
29358 ____________________________________________________________________________
29359 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
29360         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
29361              From: Prymmer/Kahn <pvhp@best.com>
29362              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
29363              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
29364      Branch: perl
29365            ! t/pod/plainer.t
29366 ____________________________________________________________________________
29367 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
29368         Log: AUTHORS update.
29369      Branch: perl
29370            ! AUTHORS
29371 ____________________________________________________________________________
29372 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
29373         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
29374              From: "Craig A. Berry" <craigberry@mac.com>
29375              Date: Thu, 21 Jun 2001 18:20:38 -0500
29376              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
29377      Branch: perl
29378            ! ext/POSIX/POSIX.xs
29379 ____________________________________________________________________________
29380 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
29381         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
29382              From: "Craig A. Berry" <craigberry@mac.com>
29383              Date: Thu, 21 Jun 2001 09:58:52 -0500
29384              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
29385      Branch: perl
29386            ! ext/B/Deparse.t t/op/write.t
29387 ____________________________________________________________________________
29388 [ 10814] By: nick                                  on 2001/06/22  08:13:09
29389         Log: Integrate mainline.
29390      Branch: perlio
29391           !> (integrate 46 files)
29392 ____________________________________________________________________________
29393 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
29394         Log: Change the prefixes only if $prefix is unset,
29395              as originally patched by Marcel Grunauer.
29396      Branch: perl
29397            ! hints/darwin.sh hints/rhapsody.sh
29398 ____________________________________________________________________________
29399 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
29400         Log: Subject: Re: Patch for hints/darwin.sh
29401              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
29402              Date: Thu, 21 Jun 2001 11:23:46 -0700
29403              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
29404      Branch: perl
29405            ! hints/darwin.sh hints/rhapsody.sh
29406 ____________________________________________________________________________
29407 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
29408         Log: Add .PHONY targets for non-file targets,
29409              from Wilfredo Sánchez.  Should help saying
29410              "make install" on case-insensitive filesystems.
29411      Branch: perl
29412            ! Makefile.SH
29413 ____________________________________________________________________________
29414 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
29415         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
29416              From: Doug MacEachern <dougm@covalent.net>
29417              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
29418              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
29419              
29420              plus reword the getcwd() comment, plus use getcwd() buffer
29421              size minus one.
29422      Branch: perl
29423            ! util.c
29424 ____________________________________________________________________________
29425 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
29426         Log: More gprofing from Doug MacEachern.
29427      Branch: perl
29428            ! Makefile.SH
29429 ____________________________________________________________________________
29430 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
29431         Log: Metaconfig unit change for #10807.
29432      Branch: metaconfig/U/perl
29433            ! d_sfio.U
29434 ____________________________________________________________________________
29435 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
29436         Log: Tell that you are removing the unneeded -lsfio.
29437      Branch: perl
29438            ! Configure
29439 ____________________________________________________________________________
29440 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
29441         Log: More MPE/iX tweaks from Mark Bixby.
29442      Branch: perl
29443            ! perl.c t/op/magic.t
29444 ____________________________________________________________________________
29445 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
29446         Log: The fchdir() proto is supposed to live in <unistd.h>.
29447      Branch: perl
29448            ! ext/Cwd/Cwd.xs
29449 ____________________________________________________________________________
29450 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
29451         Log: This town is too small for the Cwd extension and me,
29452              it would seem...
29453      Branch: perl
29454            ! ext/Cwd/Cwd.xs
29455 ____________________________________________________________________________
29456 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
29457         Log: Metaconfig unit change for #10802.
29458      Branch: metaconfig/U/perl
29459            ! d_modfl.U
29460 ____________________________________________________________________________
29461 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
29462         Log: More d'ohs.
29463      Branch: perl
29464            ! Configure
29465 ____________________________________________________________________________
29466 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
29467         Log: Off-by-one.  I'm so classic.
29468      Branch: perl
29469            ! util.c
29470 ____________________________________________________________________________
29471 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
29472         Log: Update Changes.
29473      Branch: perl
29474            ! Changes patchlevel.h
29475 ____________________________________________________________________________
29476 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
29477         Log: Subject: Documentation patch for Net::FTP
29478              From: Marcel Grunauer <marcel@codewerk.com>
29479              Date: Wed, 20 Jun 2001 23:03:26 +0200
29480              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
29481      Branch: perl
29482            ! lib/Net/FTP.pm
29483 ____________________________________________________________________________
29484 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
29485         Log: Retract the #10417 mg.c and embed.pl parts because of
29486              strange SEGVs in 64bit x86 FreeBSD observed by
29487              Nicholas Clark.
29488      Branch: perl
29489            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
29490 ____________________________________________________________________________
29491 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
29492         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
29493      Branch: perl
29494            ! Configure NetWare/config.wc NetWare/config_H.wc
29495            ! Porting/Glossary Porting/config.sh Porting/config_H
29496            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29497            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29498            ! vos/config.ga.h win32/config.bc win32/config.gc
29499            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29500            ! win32/config_H.vc
29501 ____________________________________________________________________________
29502 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
29503         Log: Cwd tweak from Doug MacEachern.
29504      Branch: perl
29505            ! ext/Cwd/Cwd.xs
29506 ____________________________________________________________________________
29507 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
29508         Log: Protect the fchdir() and lstat() with ifdefs.
29509              fchdir() needs a Configure probe.
29510      Branch: perl
29511            ! ext/Cwd/Cwd.xs
29512 ____________________________________________________________________________
29513 [ 10794] By: nick                                  on 2001/06/21  17:11:35
29514         Log: Integrate mainline
29515      Branch: perlio
29516           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
29517           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
29518           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
29519           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
29520           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
29521           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
29522           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
29523           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
29524            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
29525            - lib/File/Glob/case.t lib/File/Glob/global.t
29526            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
29527            - lib/File/Temp/posix.t lib/File/Temp/security.t
29528            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
29529            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
29530            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
29531            - lib/Text/Wrap/wrap.t
29532           !> (integrate 41 files)
29533 ____________________________________________________________________________
29534 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
29535         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
29536              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29537              Date: Thu, 21 Jun 2001 13:04:54 -0500
29538              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
29539      Branch: perl
29540            ! ext/Cwd/Cwd.xs
29541 ____________________________________________________________________________
29542 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
29543         Log: Subject: [PATCH pod] overlong =item
29544              From: Robin Barker <rmb1@cise.npl.co.uk>
29545              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
29546              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
29547      Branch: perl
29548            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29549            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29550 ____________________________________________________________________________
29551 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
29552         Log: Subject: [PATCH perlio.c] format 
29553              From: Robin Barker <rmb1@cise.npl.co.uk>
29554              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
29555              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
29556      Branch: perl
29557            ! perlio.c
29558 ____________________________________________________________________________
29559 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
29560         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
29561              From: Radu Greab <radu@netsoft.ro>
29562              Date: Thu, 21 Jun 2001 19:06:02 +0300
29563              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
29564      Branch: perl
29565            ! pod/perlapi.pod sv.c
29566 ____________________________________________________________________________
29567 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
29568         Log: The metaconfig unit changes for #10788.
29569      Branch: metaconfig/U/perl
29570            ! Cross.U fflushall.U
29571 ____________________________________________________________________________
29572 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
29573         Log: Cross-configuration changes: make $from to rm the files
29574              before copying them over (this means that he rm can be
29575              removed from the fflushall test), create $targetmkdir      
29576              (not documented in install since it is supposed to internal
29577              use only), make $run to copy over the executable only if
29578              a stamp file .xok doesn't already exist (to avoid unnecessary
29579              copying of the executable)
29580      Branch: perl
29581            ! Configure Makefile.SH
29582 ____________________________________________________________________________
29583 [ 10787] By: nick                                  on 2001/06/21  14:16:18
29584         Log: Integrate mainline
29585      Branch: perlio
29586           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
29587           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
29588           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
29589            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
29590           !> (integrate 34 files)
29591 ____________________________________________________________________________
29592 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
29593         Log: Re-add the files as text.
29594      Branch: perl
29595            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
29596 ____________________________________________________________________________
29597 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
29598         Log: Delete the binary files.
29599      Branch: perl
29600            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
29601 ____________________________________________________________________________
29602 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
29603         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
29604              From: Andy Dougherty <doughera@lafayette.edu>
29605              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
29606              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
29607      Branch: perl
29608            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
29609            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
29610            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
29611            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
29612 ____________________________________________________________________________
29613 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
29614         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
29615              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
29616              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
29617              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
29618              
29619              Setting umask to something friendlier.
29620      Branch: perl
29621            ! installman installperl
29622 ____________________________________________________________________________
29623 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
29624         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
29625              Resort MANIFEST with sort -f, looks much better.
29626      Branch: perl
29627            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
29628            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
29629            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
29630            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
29631            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
29632            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
29633            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
29634            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
29635            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
29636            - lib/File/Glob/case.t lib/File/Glob/global.t
29637            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
29638            - lib/File/Temp/posix.t lib/File/Temp/security.t
29639            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
29640            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
29641            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
29642            - lib/Text/Wrap/wrap.t
29643            ! MANIFEST
29644 ____________________________________________________________________________
29645 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
29646         Log: Upgrade to I18N::LangTags 0.25.
29647      Branch: perl
29648            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
29649            ! lib/I18N/LangTags/List.pm
29650 ____________________________________________________________________________
29651 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
29652         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
29653              From: Richard Soderberg <rs@crystalflame.net>
29654              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
29655              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
29656      Branch: perl
29657            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
29658            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
29659 ____________________________________________________________________________
29660 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
29661         Log: Test obsoleted by change #10777.
29662      Branch: perl
29663            ! t/op/sub_lval.t
29664 ____________________________________________________________________________
29665 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
29666         Log: Case of confused test numbering.
29667      Branch: perl
29668            ! t/op/pat.t
29669 ____________________________________________________________________________
29670 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
29671         Log: Subject: Re: Opinion on undef lvalue
29672              From: Abhijit Menon-Sen <ams@wiw.org>
29673              Date: Sun, 17 Jun 2001 13:04:46 +0530
29674              Message-ID: <20010617130446.B27925@lustre.linux.in>
29675              
29676              Allow lvalue subs to return undef in array context.
29677      Branch: perl
29678            ! pp_hot.c
29679 ____________________________________________________________________________
29680 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
29681         Log: Just a guess that using the same hack for cygwin as
29682              for win32 might help.
29683      Branch: perl
29684            ! lib/File/Find/find.t
29685 ____________________________________________________________________________
29686 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
29687         Log: NetWare tweaks from Guruprasad.
29688      Branch: perl
29689            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
29690            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
29691            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
29692            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
29693 ____________________________________________________________________________
29694 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
29695         Log: Subject: Re: perl@10722: Bogus warnings on REs 
29696              From: Hugo <hv@crypt.compulink.co.uk>
29697              Date: Thu, 21 Jun 2001 09:51:17 +0100
29698              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
29699              
29700              Unroll to avoid a UTS compiler bug.
29701      Branch: perl
29702            ! regcomp.c
29703 ____________________________________________________________________________
29704 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
29705         Log: Subject: Re: [PATCH] Make /o work under i?threads
29706              From: Artur Bergman <artur@contiller.se>
29707              Date: Thu, 21 Jun 2001 14:38:03 +0200
29708              Message-ID: <B757B74A.184D%artur@contiller.se>
29709      Branch: perl
29710            ! t/op/pat.t
29711 ____________________________________________________________________________
29712 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
29713         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
29714              From: Artur Bergman <artur@contiller.se> 
29715              Date: Thu, 21 Jun 2001 14:27:33 +0200
29716              Message-ID: <B757B4D4.1849%artur@contiller.se>
29717              
29718              Plus extra parentheses.
29719      Branch: perl
29720            ! op.h
29721 ____________________________________________________________________________
29722 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
29723         Log: Subject: [PATCH] Make /o work under i?threads
29724              From: Richard Soderberg <rs@crystalflame.net>
29725              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
29726              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
29727      Branch: perl
29728            ! pp_ctl.c
29729 ____________________________________________________________________________
29730 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
29731         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
29732              From: Artur Bergman <artur@contiller.se>
29733              Date: Thu, 21 Jun 2001 14:04:54 +0200
29734              Message-ID: <B757AF86.1842%artur@contiller.se>
29735      Branch: perl
29736            ! op.h
29737 ____________________________________________________________________________
29738 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
29739         Log: Subject: Re: perl@10765: sv.c not OK on win32
29740              From: Artur Bergman <artur@contiller.se>
29741              Date: Thu, 21 Jun 2001 10:31:06 +0200
29742              Message-ID: <B7577D69.182C%artur@contiller.se>
29743      Branch: perl
29744            ! sv.c
29745 ____________________________________________________________________________
29746 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
29747         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
29748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29749              Date: Thu, 21 Jun 2001 06:23:56 -0400
29750              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
29751              
29752              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
29753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29754              Date: Thu, 21 Jun 2001 06:32:21 -0400
29755              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
29756      Branch: perl
29757            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
29758 ____________________________________________________________________________
29759 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
29760         Log: Subject: [PATCH] make syslog test more verbose
29761              From: Robert Spier <rspier@pobox.com>
29762              Date: Thu, 21 Jun 2001 00:54:32 -0400
29763              Message-ID: <15153.32264.295807.333073@rls.cx>
29764      Branch: perl
29765            ! ext/Sys/Syslog/syslog.t
29766 ____________________________________________________________________________
29767 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
29768         Log: Subject: op/study.t refinements
29769              From: Hugo <hv@crypt.compulink.co.uk>
29770              Date: Thu, 21 Jun 2001 00:29:07 +0100
29771              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
29772      Branch: perl
29773            ! t/op/study.t
29774 ____________________________________________________________________________
29775 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
29776         Log: Update Changes.
29777      Branch: perl
29778            ! Changes patchlevel.h
29779 ____________________________________________________________________________
29780 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
29781         Log: Subject: Re: [PATCH] djgpp updates
29782              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
29783              Date: Wed, 20 Jun 2001 10:05:15 +0200
29784              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
29785      Branch: perl
29786            ! djgpp/config.over
29787 ____________________________________________________________________________
29788 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
29789         Log: Fix for ID 20010619.002 "When building hash, hash keys that
29790              are function calls are not being called", from Abhijit.
29791      Branch: perl
29792            ! t/base/lex.t toke.c
29793 ____________________________________________________________________________
29794 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
29795         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
29796      Branch: perl
29797            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
29798            + lib/Locale/Maketext/test.pl
29799            - lib/Locale/Maketext.t
29800            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29801            ! lib/Locale/Maketext/TPJ13.pod
29802 ____________________________________________________________________________
29803 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
29804         Log: Metaconfig unit change for #10760.
29805      Branch: metaconfig
29806            ! U/modified/Cppsym.U
29807 ____________________________________________________________________________
29808 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
29809         Log: Do not remove the ccsym* Cppsym* files since
29810              they are useful for metaconfig units coming after us.
29811              (This is the Configure nit mentioned in #10752.)
29812      Branch: perl
29813            ! Configure
29814 ____________________________________________________________________________
29815 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
29816         Log: Update to I18N::LangTags 0.24, from Sean Burke.
29817      Branch: perl
29818            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
29819            + lib/I18N/LangTags/README
29820            - lib/I18N/LangTags/List.pod
29821            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
29822 ____________________________________________________________________________
29823 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
29824         Log: Regen headers.
29825      Branch: perl
29826            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
29827            ! pod/perlapi.pod proto.h
29828 ____________________________________________________________________________
29829 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
29830         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
29831              From: Artur Bergman <artur@contiller.se>
29832              Date: Wed, 20 Jun 2001 11:31:32 +0200
29833              Message-ID: <B7563A14.17D8%artur@contiller.se>
29834      Branch: perl
29835            ! embed.pl hv.c intrpvar.h sv.c sv.h
29836 ____________________________________________________________________________
29837 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
29838         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
29839              From: Tim Sweetman <tim@aldigital.co.uk> 
29840              Date: Wed, 13 Jun 2001 14:25:17 +0100 
29841              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
29842      Branch: perl
29843            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
29844 ____________________________________________________________________________
29845 [ 10755] By: nick                                  on 2001/06/20  16:12:37
29846         Log: Integrate mainline
29847      Branch: perlio
29848           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
29849           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
29850           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
29851           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
29852           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
29853           !> t/op/study.t util.c
29854 ____________________________________________________________________________
29855 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
29856         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
29857              but not Makefile)
29858      Branch: maint-5.6/perl
29859            ! win32/Makefile
29860 ____________________________________________________________________________
29861 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
29862         Log: Security tweak on readlink().
29863      Branch: perl
29864            ! pp_sys.c
29865 ____________________________________________________________________________
29866 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
29867         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
29868      Branch: perl
29869            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
29870            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
29871            ! mpeix/relink t/op/pwent.t
29872 ____________________________________________________________________________
29873 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
29874         Log: Reinstate #10725 (with probe for alarm()).
29875      Branch: perl
29876            ! t/op/study.t
29877 ____________________________________________________________________________
29878 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
29879         Log: Replace our implementation of realpath() with OpenBSD's
29880              (src/lib/libc/stdlib/realpath.c 1.4).
29881      Branch: perl
29882            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
29883            ! pod/perldiag.pod proto.h util.c
29884 ____________________________________________________________________________
29885 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
29886         Log: Integrate perlio.
29887      Branch: perl
29888           !> perlio.c
29889 ____________________________________________________________________________
29890 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
29891         Log: No point in going into memory-saving contortions
29892              with getcwd() since there's a danger of buffer overflow.
29893              Also make the POSIX extension to use sv_getcwd().
29894              Finally, a missed proto.h fragment.
29895      Branch: perl
29896            ! ext/POSIX/POSIX.xs proto.h util.c
29897 ____________________________________________________________________________
29898 [ 10747] By: nick                                  on 2001/06/20  12:38:26
29899         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
29900      Branch: perlio
29901            ! perlio.c
29902 ____________________________________________________________________________
29903 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
29904         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
29905              From: Graham Barr <gbarr@pobox.com>
29906              Date: Wed, 20 Jun 2001 11:05:49 +0100
29907              Message-ID: <20010620110549.I19188@pobox.com>
29908              
29909              reported in        
29910              
29911              Subject: Bug in IO::Socket::INET module (repeat)
29912              From: "Harmon S. Nine" <hnine@netarx.com>
29913              Date: Tue, 19 Jun 2001 09:41:35 -0400
29914              Message-ID: <3B2F568F.8080605@netarx.com>
29915              
29916              The bug was that the IO::Socket::INET constructor
29917              did not allow a 'LocalPort' of 0.
29918      Branch: perl
29919            ! ext/IO/lib/IO/Socket/INET.pm
29920 ____________________________________________________________________________
29921 [ 10745] By: nick                                  on 2001/06/20  08:56:39
29922         Log: Integrate mainline.
29923      Branch: perlio
29924           !> (integrate 37 files)
29925 ____________________________________________________________________________
29926 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
29927         Log: After some reading I don't think we can blindly
29928              use systems' realpath().  Too many security problems,
29929              too many buggy implementations.
29930              
29931              TODO: the realpath() emulation code in util.c doesn't
29932              seem fully operational?  (readlink(), for example?)
29933      Branch: perl
29934            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
29935            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
29936            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
29937            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
29938            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
29939            ! win32/config_H.gc win32/config_H.vc
29940 ____________________________________________________________________________
29941 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
29942         Log: Metaconfig unit change for #10738.
29943      Branch: metaconfig
29944            ! U/compline/d_gconvert.U
29945 ____________________________________________________________________________
29946 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
29947         Log: Integrate change #10739 from maintperl:
29948              
29949              C<eval "/x$\r\n/x"> fails to compile correctly 
29950      Branch: perl
29951           !> t/op/pat.t toke.c
29952 ____________________________________________________________________________
29953 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
29954         Log: Retract #10725 (Hugo asked NOT to apply the patch)
29955      Branch: perl
29956            ! t/op/study.t
29957 ____________________________________________________________________________
29958 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
29959         Log: The test.third results were funnily named because of the
29960              new test scheme.
29961      Branch: perl
29962            ! t/TEST
29963 ____________________________________________________________________________
29964 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
29965         Log: C<eval "/x$\r\n/x"> fails to compile correctly
29966      Branch: maint-5.6/perl
29967            ! t/op/pat.t toke.c
29968 ____________________________________________________________________________
29969 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
29970         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
29971              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29972              Date: Tue, 19 Jun 2001 19:15:40 -0400
29973              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
29974              
29975              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
29976              because "1e+129" being expected but "1.e+129" being returned.
29977              The culprit (at least in Tru64) is the use of gcvt().
29978      Branch: perl
29979            ! Configure
29980 ____________________________________________________________________________
29981 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
29982         Log: Subject: [PATCH perl@10722] test hunting on VMS
29983              From: "Craig A. Berry" <craigberry@mac.com>
29984              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
29985              Date: Tue, 19 Jun 2001 18:59:01 -0500
29986      Branch: perl
29987            ! vms/test.com
29988 ____________________________________________________________________________
29989 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
29990         Log: Subject: [PATCH] s/typos//
29991              From: Abhijit Menon-Sen <ams@wiw.org>
29992              Date: Wed, 20 Jun 2001 02:15:02 +0530
29993              Message-ID: <20010620021502.A14541@lustre.linux.in>
29994              
29995              Without the op.h s/bearword/bareword/ hunk, see
29996              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
29997      Branch: perl
29998            ! util.c
29999 ____________________________________________________________________________
30000 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
30001         Log: Metaconfig unit change for #10732 and #10733.
30002      Branch: metaconfig/U/perl
30003            ! fflushall.U
30004 ____________________________________________________________________________
30005 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
30006         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
30007              From: "Craig A. Berry" <craigberry@mac.com>
30008              Date: Tue, 19 Jun 2001 17:19:48 -0500
30009              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
30010      Branch: perl
30011            ! configure.com vms/descrip_mms.template
30012 ____________________________________________________________________________
30013 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
30014         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
30015              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30016              Date: Tue, 19 Jun 2001 16:48:07 -0400
30017              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
30018              
30019              Further fixes to fflush(NULL) detection.
30020      Branch: perl
30021            ! Configure
30022 ____________________________________________________________________________
30023 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
30024         Log: AIX test -s hangs with non-existent files?
30025              (A genuine logic bug in Configure, but AIX also broken?)
30026      Branch: perl
30027            ! Configure
30028 ____________________________________________________________________________
30029 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
30030         Log: AUTHORS updates.
30031      Branch: perl
30032            ! AUTHORS
30033 ____________________________________________________________________________
30034 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
30035         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
30036              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30037              Date: Tue, 19 Jun 2001 15:33:25 -0400
30038              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
30039      Branch: perl
30040            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
30041            ! t/lib/warnings/pp
30042 ____________________________________________________________________________
30043 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
30044         Log: Integrate perlio.
30045      Branch: perl
30046           !> lib/File/Find/find.t win32/distclean.bat
30047 ____________________________________________________________________________
30048 [ 10728] By: nick                                  on 2001/06/19  18:24:53
30049         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
30050      Branch: perlio
30051            ! lib/File/Find/find.t win32/distclean.bat
30052 ____________________________________________________________________________
30053 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
30054         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
30055              also add information how to find out whether one has PerlIO.
30056      Branch: perl
30057            ! pod/perlfunc.pod
30058 ____________________________________________________________________________
30059 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
30060         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
30061              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30062              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
30063              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
30064      Branch: perl
30065            ! pod/perlfunc.pod
30066 ____________________________________________________________________________
30067 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
30068         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
30069              From: Hugo <hv@crypt.compulink.co.uk>
30070              Date: Tue, 19 Jun 2001 12:37:30 +0100
30071              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
30072      Branch: perl
30073            ! t/op/study.t
30074 ____________________________________________________________________________
30075 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
30076         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
30077              From: Hugo <hv@crypt.compulink.co.uk>
30078              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
30079              Date: Tue, 19 Jun 2001 13:15:17 +0100
30080      Branch: perl
30081            ! util.c
30082 ____________________________________________________________________________
30083 [ 10723] By: nick                                  on 2001/06/19  14:46:15
30084         Log: Integrate mainline
30085      Branch: perlio
30086           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
30087           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
30088           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
30089           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
30090           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
30091           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
30092            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30093            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30094            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30095            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30096            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30097            - ext/Thread/unsync4.t
30098           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
30099           !> djgpp/config.over djgpp/fixpmain
30100           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
30101           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
30102           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
30103 ____________________________________________________________________________
30104 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
30105         Log: Update Changes.
30106      Branch: perl
30107            ! Changes patchlevel.h
30108 ____________________________________________________________________________
30109 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
30110         Log: The existence shall be MANIFESted.
30111      Branch: perl
30112            ! MANIFEST
30113 ____________________________________________________________________________
30114 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
30115         Log: The old libnet.cfg is first searched from the current directory,
30116              only then from the module path.
30117      Branch: perl
30118            ! utils/libnetcfg.PL
30119 ____________________________________________________________________________
30120 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
30121         Log: NetWare tweaks from Guruprasad.
30122      Branch: perl
30123            ! NetWare/Makefile NetWare/config.wc
30124 ____________________________________________________________________________
30125 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
30126         Log: Subject: [PATCH] djgpp updates
30127              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
30128              Date: Tue, 19 Jun 2001 10:59:06 +0200
30129              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
30130      Branch: perl
30131            ! djgpp/config.over djgpp/fixpmain
30132 ____________________________________________________________________________
30133 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
30134         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
30135              From: Prymmer/Kahn <pvhp@best.com>
30136              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
30137              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
30138      Branch: perl
30139            ! win32/Makefile
30140 ____________________________________________________________________________
30141 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
30142         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
30143              to happen right after the inclusion of <inttypes.h>,
30144              from Edward Moy.
30145      Branch: perl
30146            ! handy.h perl.h
30147 ____________________________________________________________________________
30148 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
30149         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
30150              From: Doug MacEachern <dougm@covalent.net>
30151              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
30152              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
30153      Branch: perl
30154            ! ext/DynaLoader/DynaLoader_pm.PL
30155 ____________________________________________________________________________
30156 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
30157         Log: Revert #10656 for performance reasons but leave in the
30158              use of Hv*() macros -- in comments, so that grepping the
30159              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
30160              suggested by Sarathy, also by Abhijit.)
30161      Branch: perl
30162            ! hv.c
30163 ____________________________________________________________________________
30164 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
30165         Log: Subject: [patch] .s MakeMaker suffix
30166              From: Doug MacEachern <dougm@covalent.net>
30167              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
30168              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
30169      Branch: perl
30170            ! lib/ExtUtils/MM_Unix.pm
30171 ____________________________________________________________________________
30172 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
30173         Log: One test lost in the big shuffle restored.
30174      Branch: perl
30175            + ext/IPC/SysV/ipcsysv.t
30176            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
30177 ____________________________________________________________________________
30178 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
30179         Log: Rename the old non-standard threads tests so that
30180              they won't be invoked.
30181      Branch: perl
30182            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
30183            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
30184            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
30185            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
30186            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
30187            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
30188            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30189            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30190            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30191            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30192            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30193            - ext/Thread/unsync4.t
30194            ! MANIFEST
30195 ____________________________________________________________________________
30196 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
30197         Log: Integrate perlio.
30198      Branch: perl
30199           !> win32/config_sh.PL
30200 ____________________________________________________________________________
30201 [ 10709] By: nick                                  on 2001/06/19  08:18:18
30202         Log: Integrate mainline
30203      Branch: perlio
30204           +> (branch 40 files)
30205            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
30206            - lib/strict/subs lib/strict/vars lib/warnings/1global
30207            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
30208            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
30209            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
30210            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
30211            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
30212            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
30213            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
30214            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
30215            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
30216            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
30217            - lib/warnings/utf8 lib/warnings/util
30218           !> (integrate 57 files)
30219 ____________________________________________________________________________
30220 [ 10708] By: nick                                  on 2001/06/19  07:57:10
30221         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
30222      Branch: perlio
30223            ! win32/config_sh.PL
30224 ____________________________________________________________________________
30225 [ 10707] By: nick                                  on 2001/06/19  07:05:07
30226         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
30227      Branch: perl
30228            ! perly.c perly.y perly_c.diff vms/perly_c.vms
30229 ____________________________________________________________________________
30230 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
30231         Log: More perl572delta tweaks.
30232      Branch: perl
30233            ! pod/perl572delta.pod
30234 ____________________________________________________________________________
30235 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
30236         Log: Update perl572delta.
30237      Branch: perl
30238            ! pod/perl572delta.pod
30239 ____________________________________________________________________________
30240 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
30241         Log: VOS updates from Paul Green.
30242      Branch: perl
30243            ! vos/Changes vos/build.cm vos/perl.bind
30244 ____________________________________________________________________________
30245 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
30246         Log: Update the vos/config.*.* files.
30247      Branch: perl
30248            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30249            ! vos/config.ga.h
30250 ____________________________________________________________________________
30251 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
30252         Log: Add a makefile for more painless adding of symbols to the
30253              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
30254              takes care of the adding)
30255      Branch: perl
30256            + vos/Makefile
30257 ____________________________________________________________________________
30258 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
30259         Log: Make libnetcfg by default display the libnet configuration,
30260              -c to change, add -i for old config, document all options,
30261              regen toc.
30262      Branch: perl
30263            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
30264 ____________________________________________________________________________
30265 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
30266         Log: gcc -Wall sweep.
30267      Branch: perl
30268            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
30269 ____________________________________________________________________________
30270 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
30271         Log: So there.
30272      Branch: perl
30273            ! universal.c
30274 ____________________________________________________________________________
30275 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
30276         Log: Document the need for sv_printify().
30277              
30278              Document that 'use utf8' has been considered.
30279              
30280              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
30281      Branch: perl
30282            ! pod/perltodo.pod universal.c
30283 ____________________________________________________________________________
30284 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
30285         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
30286              From: Nicholas Clark <nick@ccl4.org>
30287              Date: Mon, 18 Jun 2001 23:29:23 +0100
30288              Message-ID: <20010618232923.I98663@plum.flirble.org>
30289      Branch: perl
30290            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
30291            ! ext/Sys/Syslog/Makefile.PL
30292 ____________________________________________________________________________
30293 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
30294         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
30295              From: Scott.L.Miller@Compaq.com
30296              Date: Mon, 18 Jun 2001 10:12:27 -0500
30297              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
30298      Branch: perl
30299            ! lib/perl5db.pl pod/perldebug.pod
30300 ____________________________________________________________________________
30301 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
30302         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
30303              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30304              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
30305              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
30306      Branch: perl
30307            ! lib/Carp/Heavy.pm
30308 ____________________________________________________________________________
30309 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
30310         Log: Subject: [PATCH] Documentation changes for CLONE
30311              From: Artur Bergman <artur@contiller.se>
30312              Date: Mon, 18 Jun 2001 22:06:37 +0200
30313              Message-ID: <B7542BEC.1719%artur@contiller.se>
30314      Branch: perl
30315            ! pod/perlmod.pod pod/perlsub.pod
30316 ____________________________________________________________________________
30317 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
30318         Log: Subject: Re: configure.com
30319              From: "Craig A. Berry" <craigberry@mac.com>
30320              Date: Mon, 18 Jun 2001 16:04:38 -0500
30321              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
30322      Branch: perl
30323            ! configure.com
30324 ____________________________________________________________________________
30325 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
30326         Log: Subject: PL_nullstash + perl_clone()
30327              From: Doug MacEachern <dougm@covalent.net>
30328              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
30329              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
30330      Branch: perl
30331            ! sv.c
30332 ____________________________________________________________________________
30333 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
30334         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
30335              From: davem@fdgroup.co.uk
30336              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
30337              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
30338      Branch: perl
30339            ! embed.pl pod/perlapi.pod
30340 ____________________________________________________________________________
30341 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
30342         Log: More cross-compilation defaults gleaned from -Dcc
30343              if it is CPU-OS-gcc.
30344      Branch: metaconfig
30345            ! U/modified/libc.U
30346      Branch: metaconfig/U/perl
30347            ! Cross.U
30348      Branch: perl
30349            ! Configure INSTALL
30350 ____________________________________________________________________________
30351 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
30352         Log: Update Changes.
30353      Branch: perl
30354            ! Changes patchlevel.h
30355 ____________________________________________________________________________
30356 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
30357         Log: Subject: [PATCH 5.7.1] sv.c documentation
30358              From: davem@fdgroup.co.uk
30359              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
30360              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
30361      Branch: perl
30362            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
30363            ! sv.c sv.h
30364 ____________________________________________________________________________
30365 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
30366         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
30367              From: "Jon Gunnip" <jongunnip@hotmail.com>
30368              Date: Sun, 17 Jun 2001 18:24:29 -0400
30369              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
30370      Branch: perl
30371            ! pod/perlvar.pod
30372 ____________________________________________________________________________
30373 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
30374         Log: Move the locale/strict/warnings helper files back
30375              under the t/lib; this way the amount of non-installabled
30376              stuff under lib/ stays smaller.
30377      Branch: perl
30378            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
30379            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
30380            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
30381            + t/lib/warnings/5nolint t/lib/warnings/6default
30382            + t/lib/warnings/7fatal t/lib/warnings/8signal
30383            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
30384            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
30385            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
30386            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
30387            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
30388            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
30389            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
30390            + t/lib/warnings/taint t/lib/warnings/toke
30391            + t/lib/warnings/universal t/lib/warnings/utf8
30392            + t/lib/warnings/util
30393            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
30394            - lib/strict/subs lib/strict/vars lib/warnings/1global
30395            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
30396            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
30397            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
30398            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
30399            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
30400            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
30401            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
30402            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
30403            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
30404            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
30405            - lib/warnings/utf8 lib/warnings/util
30406            ! MANIFEST installperl lib/locale.t lib/strict.t
30407 ____________________________________________________________________________
30408 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
30409         Log: Split off the pack/unpack code, from Nicholas Clark.
30410      Branch: perl
30411            + pp_pack.c
30412            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
30413            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
30414            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
30415 ____________________________________________________________________________
30416 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
30417         Log: Guard the SysV IPC tests against being invoked in
30418              SysV-IPC-less places.
30419      Branch: perl
30420            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
30421 ____________________________________________________________________________
30422 [ 10683] By: nick                                  on 2001/06/18  12:24:42
30423         Log: Integrate mainline (new test scheme now ok on Linux).
30424      Branch: perlio
30425           +> lib/warnings.t
30426           !> dump.c sv.c
30427 ____________________________________________________________________________
30428 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
30429         Log: Add the locale.c and numeric.c to the microperl sources.
30430      Branch: perl
30431            ! Makefile.micro win32/Makefile
30432 ____________________________________________________________________________
30433 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
30434         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
30435              From: Abhijit Menon-Sen <ams@wiw.org>
30436              Date: Mon, 18 Jun 2001 14:23:44 +0530
30437              Message-ID: <20010618142344.A13136@lustre.linux.in>
30438      Branch: perl
30439            ! dump.c
30440 ____________________________________________________________________________
30441 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
30442         Log: Subject: Re: [PATCH] more anonymous stash cleanups
30443              From: Abhijit Menon-Sen <ams@wiw.org>
30444              Date: Mon, 18 Jun 2001 15:50:32 +0530
30445              Message-ID: <20010618155032.A13223@lustre.linux.in>
30446              
30447              Plus the comment left in as suggested by NI-S.
30448      Branch: perl
30449            ! sv.c
30450 ____________________________________________________________________________
30451 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
30452         Log: One missed file.
30453      Branch: perl
30454            + lib/warnings.t
30455 ____________________________________________________________________________
30456 [ 10678] By: nick                                  on 2001/06/18  08:05:29
30457         Log: Integrate mainline (part2 - the deletes)
30458      Branch: perlio
30459            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
30460            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
30461            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
30462            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
30463            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
30464            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
30465            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
30466            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
30467            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
30468            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
30469            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
30470 ____________________________________________________________________________
30471 [ 10677] By: nick                                  on 2001/06/18  08:04:44
30472         Log: Integrate mainline (part1)
30473      Branch: perlio
30474           +> (branch 376 files)
30475            - (delete 219 files)
30476           !> (integrate 151 files)
30477 ____________________________________________________________________________
30478 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
30479         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
30480              No doubt I made some mistakes like missed some files or
30481              misnamed some files.  The naming rules were more or less:
30482              (1) if the module is from CPAN, follows its ways, be it
30483              t/*.t or test.pl.
30484              (2) otherwise if there are multiple tests for a module
30485              put them in a t/
30486              (3) otherwise if there's only one test put it in Module.t
30487              (4) helper files go to module/ (locale, strict, warnings)
30488              (5) use longer filenames now that we can (but e.g. the
30489              compat-0.6.t and the Text::Balanced test files still
30490              were renamed to be more civil against the 8.3 people)
30491              installperl was updated appropriately not to install the
30492              *.t files or the help files from under lib.
30493              
30494              TODO: some helper files still remain under t/ that could
30495              follow their 'masters'.  UPDATE: On second thoughts, why
30496              should they.  They can continue to live under t/lib, and
30497              in fact the locale/strict/warnings helpers that were moved
30498              could be moved back.  This way the amount of non-installable
30499              stuff under lib/ stays smaller.
30500      Branch: perl
30501            + (add 253 files)
30502            - (delete 254 files)
30503            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
30504 ____________________________________________________________________________
30505 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
30506         Log: The warning no more comes from util.c, it comes from numeric.c.
30507      Branch: perl
30508            ! README.tru64
30509 ____________________________________________________________________________
30510 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
30511         Log: Subject: Re: anyone good at casting spells?
30512              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30513              Date: Sun, 17 Jun 2001 21:21:04 -0400
30514              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
30515      Branch: perl
30516            ! ext/POSIX/POSIX.xs hv.h
30517 ____________________________________________________________________________
30518 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
30519         Log: Protect the (original) thread tests against testing if no 5.005
30520              threads have been configured.
30521      Branch: perl
30522            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30523            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30524            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30525            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30526            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30527            ! ext/Thread/unsync4.t
30528 ____________________________________________________________________________
30529 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
30530         Log: Try the new test scanning scheme on Text::Abbrev.
30531      Branch: perl
30532            + lib/Text/Abbrev.t
30533            - lib/Text/Abbrev/t/abbrev.t
30534            ! MANIFEST
30535 ____________________________________________________________________________
30536 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
30537         Log: Change the scan policy of the *.t and test.pl files,
30538              now the *.t do not need to live in a t/ directory.
30539      Branch: perl
30540            ! t/TEST t/harness
30541 ____________________________________________________________________________
30542 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
30543         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
30544              From: Ilmari Karonen <iltzu@sci.fi>
30545              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
30546              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
30547      Branch: perl
30548            ! pod/perlfaq7.pod
30549 ____________________________________________________________________________
30550 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
30551         Log: Quench the warnings from Tru64; the HP-UX is still
30552              broken because it really, REALLY, doesn't like the
30553              HvARRAY() being lvalue:
30554              
30555              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
30556              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
30557      Branch: perl
30558            ! hv.c
30559 ____________________________________________________________________________
30560 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
30561         Log: Integrate change #10667 from maintperl:
30562              
30563              change#10449 broke the special-case that makes lexicals inside the
30564              eval"" within DB::DB() visible
30565      Branch: perl
30566           !> op.c
30567 ____________________________________________________________________________
30568 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
30569         Log: change#10449 broke the special-case that makes lexicals inside the
30570              eval"" within DB::DB() visible
30571      Branch: maint-5.6/perl
30572            ! op.c
30573 ____________________________________________________________________________
30574 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
30575         Log: Still spurious output; indent the code a bit.
30576              
30577              TODO1: separate the utility functions like MkDir
30578              into a helper script?
30579              
30580              TODO2: I see a lot of repetition in the filepath()
30581              and dirpath() calls.
30582      Branch: perl
30583            ! t/lib/filefind.t t/lib/findtaint.t
30584 ____________________________________________________________________________
30585 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
30586         Log: Regen modlib, toc.
30587      Branch: perl
30588            ! pod/perlmodlib.pod pod/perltoc.pod
30589 ____________________________________________________________________________
30590 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
30591         Log: Add libnetcfg to perlutil.
30592      Branch: perl
30593            ! pod/perlutil.pod
30594 ____________________________________________________________________________
30595 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
30596         Log: Initial integration of libnet-1.0703.
30597              The Configure script renamed as libnetcfg, will be
30598              installed along other utilities.
30599      Branch: perl
30600            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
30601            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
30602            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
30603            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
30604            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
30605            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
30606            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
30607            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
30608            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
30609            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
30610            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
30611            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
30612            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
30613            + utils/libnetcfg.PL
30614            ! MANIFEST utils.lst utils/Makefile
30615 ____________________________________________________________________________
30616 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
30617         Log: Less potentially test-harness-confusing output.
30618      Branch: perl
30619            ! lib/Memoize/t/expire_module_t.t
30620 ____________________________________________________________________________
30621 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
30622         Log: The final print annoys make test.
30623      Branch: perl
30624            ! t/lib/filefind.t t/lib/findtaint.t
30625 ____________________________________________________________________________
30626 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
30627         Log: Add an option for handling dangling symbolic links.
30628      Branch: perl
30629            ! lib/File/Find.pm t/lib/filefind.t
30630 ____________________________________________________________________________
30631 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
30632         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
30633              From: Thomas Wegner <wegner_thomas@yahoo.com>
30634              Date: Sun, 17 Jun 2001 14:43:11 +0200
30635              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
30636      Branch: perl
30637            + t/lib/findtaint.t
30638            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
30639 ____________________________________________________________________________
30640 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
30641         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
30642              From: Jonathan Stowe <gellyfish@gellyfish.com>
30643              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
30644              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
30645      Branch: perl
30646            ! lib/ExtUtils/MM_Unix.pm
30647 ____________________________________________________________________________
30648 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
30649         Log: Subject: [PATCH] more anonymous stash cleanups
30650              From: Abhijit Menon-Sen <ams@wiw.org>
30651              Date: Sun, 17 Jun 2001 11:44:06 +0530
30652              Message-ID: <20010617114406.A25203@lustre.linux.in>
30653      Branch: perl
30654            ! op.c
30655 ____________________________________________________________________________
30656 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
30657         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
30658              From: Abhijit Menon-Sen <ams@wiw.org>
30659              Date: Sun, 17 Jun 2001 08:02:59 +0530
30660              Message-ID: <20010617080259.A28776@lustre.linux.in>
30661              
30662              Subject: [PATCH #2/7] xhv_eiter
30663              From: Abhijit Menon-Sen <ams@wiw.org>
30664              Date: Sun, 17 Jun 2001 08:13:18 +0530
30665              Message-ID: <20010617081318.B28776@lustre.linux.in>
30666              
30667              Subject: [PATCH #3/7] xhv_fill
30668              From: Abhijit Menon-Sen <ams@wiw.org>
30669              Date: Sun, 17 Jun 2001 08:25:16 +0530
30670              Message-ID: <20010617082516.C28776@lustre.linux.in>
30671              
30672              Subject: [PATCH #4/7] xhv_keys
30673              From: Abhijit Menon-Sen <ams@wiw.org>
30674              Date: Sun, 17 Jun 2001 08:36:17 +0530
30675              Message-ID: <20010617083617.D28776@lustre.linux.in>
30676              
30677              Subject: [PATCH #5/7] xhv_max
30678              From: Abhijit Menon-Sen <ams@wiw.org>
30679              Date: Sun, 17 Jun 2001 08:39:48 +0530
30680              Message-ID: <20010617083948.E28776@lustre.linux.in>
30681              
30682              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
30683              From: Abhijit Menon-Sen <ams@wiw.org>
30684              Date: Sun, 17 Jun 2001 08:51:11 +0530
30685              Message-ID: <20010617085111.F28776@lustre.linux.in>
30686      Branch: perl
30687            ! hv.c
30688 ____________________________________________________________________________
30689 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
30690         Log: Update Changes.
30691      Branch: perl
30692            ! Changes patchlevel.h
30693 ____________________________________________________________________________
30694 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
30695         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
30696              From: Abhijit Menon-Sen <ams@wiw.org>
30697              Date: Sat, 16 Jun 2001 07:41:19 +0530
30698              Message-ID: <20010616074119.A24720@lustre.linux.in>
30699      Branch: perl
30700            ! hv.c perl.c vms/vmsish.h win32/win32.h
30701 ____________________________________________________________________________
30702 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
30703         Log: Document tests failing when threaded, since we now have more.
30704      Branch: perl
30705            ! pod/perl572delta.pod
30706 ____________________________________________________________________________
30707 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
30708         Log: -Wall cleanup.
30709      Branch: perl
30710            ! ext/Thread/Thread.xs
30711 ____________________________________________________________________________
30712 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
30713         Log: pthread_attr_setstacksize() isn't absolutely necessary
30714              to call, only iff THREAD_CREATE_NEEDS_STACK.
30715      Branch: perl
30716            ! ext/Thread/Thread.xs
30717 ____________________________________________________________________________
30718 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
30719         Log: -Wall strays.
30720      Branch: perl
30721            ! perl.c util.c
30722 ____________________________________________________________________________
30723 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
30724         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
30725              (and INT64_MIN) brokenness.
30726      Branch: perl
30727            ! hints/darwin.sh perl.h
30728 ____________________________________________________________________________
30729 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
30730         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
30731              From: Nicholas Clark <nick@ccl4.org>
30732              Date: Sun, 17 Jun 2001 00:16:05 +0100
30733              Message-ID: <20010617001605.V98663@plum.flirble.org>
30734      Branch: perl
30735            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
30736            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
30737            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
30738 ____________________________________________________________________________
30739 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
30740         Log: Add perlnetware to docs; regen toc; supply skeleton
30741              docs for some Memoize submodules.
30742      Branch: perl
30743            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
30744            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
30745            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
30746            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
30747            ! win32/Makefile win32/makefile.mk
30748 ____________________________________________________________________________
30749 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
30750         Log: pod cleanup.
30751      Branch: perl
30752            ! README.netware
30753 ____________________________________________________________________________
30754 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
30755         Log: Integrate Memoize 0.64.  Few tweaks were required in
30756              the test scripts.  Note that the speed and expire*
30757              tests take several dozen seconds to run.
30758      Branch: perl
30759            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
30760            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
30761            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
30762            + lib/Memoize/README lib/Memoize/SDBM_File.pm
30763            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
30764            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
30765            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
30766            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
30767            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
30768            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
30769            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
30770            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
30771            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
30772            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
30773            ! MANIFEST t/lib/1_compile.t
30774 ____________________________________________________________________________
30775 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
30776         Log: Document the cross-compilation options.
30777      Branch: perl
30778            ! Cross/README INSTALL
30779 ____________________________________________________________________________
30780 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
30781         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
30782      Branch: perl
30783            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
30784            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
30785            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
30786            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
30787            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
30788            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
30789            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
30790            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
30791            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
30792            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
30793            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
30794            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
30795            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
30796            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
30797            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
30798            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
30799            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
30800            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
30801            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
30802            + lib/ExtUtils/MM_NW5.pm
30803            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
30804            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
30805            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30806            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
30807            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
30808            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
30809            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
30810            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
30811            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
30812            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
30813            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
30814            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
30815            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
30816            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
30817            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
30818            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
30819            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
30820            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
30821            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
30822            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
30823            ! util.h x2p/a2py.c
30824 ____________________________________________________________________________
30825 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
30826         Log: Resort MANIFEST.
30827      Branch: perl
30828            ! MANIFEST
30829 ____________________________________________________________________________
30830 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
30831         Log: Integrate perlio.
30832      Branch: perl
30833           +> win32/win32io.c
30834           !> MANIFEST perlio.c perliol.h win32/makefile.mk
30835 ____________________________________________________________________________
30836 [ 10640] By: nick                                  on 2001/06/16  18:38:31
30837         Log: Disable :win32 layer as default till I get it working
30838      Branch: perlio
30839            ! MANIFEST perlio.c
30840 ____________________________________________________________________________
30841 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
30842         Log: Try the new scheme by moving the Text::Abbrev test
30843              to a new place under lib.
30844      Branch: perl
30845            + lib/Text/Abbrev/t/abbrev.t
30846            - t/lib/abbrev.t
30847            ! MANIFEST
30848 ____________________________________________________________________________
30849 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
30850         Log: Make the code even more dynamical so that testname
30851              suffix length can change.
30852      Branch: perl
30853            ! lib/Test/Harness.pm t/TEST
30854 ____________________________________________________________________________
30855 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
30856         Log: Allow for deeper t/ and also a single test.pl.
30857      Branch: perl
30858            ! t/TEST t/harness
30859 ____________________________________________________________________________
30860 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
30861         Log: #define fix from Nicholas Clark.
30862      Branch: perl
30863            ! ext/POSIX/POSIX.xs
30864 ____________________________________________________________________________
30865 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
30866         Log: Initialization is nice.
30867      Branch: perl
30868            ! lib/Test/Harness.pm
30869 ____________________________________________________________________________
30870 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
30871         Log: Make t/TEST and t/harness to test also the t/ tests
30872              under the main lib/ and ext/ directories.  Fix Test::Harness
30873              to dynamically change the width of its "foo/bar....ok" output.
30874      Branch: perl
30875            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
30876 ____________________________________________________________________________
30877 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
30878         Log: Subject: [PATCH] Re: perl@10611 
30879              From: Nicholas Clark <nick@ccl4.org>
30880              Date: Sat, 16 Jun 2001 16:52:47 +0100
30881              Message-ID: <20010616165247.O98663@plum.flirble.org>
30882              
30883              The .xs parts, too.
30884      Branch: perl
30885            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
30886            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
30887 ____________________________________________________________________________
30888 [ 10632] By: nick                                  on 2001/06/16  16:44:35
30889         Log: Work-in-progress win32 layer semi-functional, checking 
30890              for UNIX breakage.
30891      Branch: perlio
30892            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
30893 ____________________________________________________________________________
30894 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
30895         Log: Subject: [PATCH] Re: perl@10611 
30896              From: Nicholas Clark <nick@ccl4.org>
30897              Date: Sat, 16 Jun 2001 16:52:47 +0100
30898              Message-ID: <20010616165247.O98663@plum.flirble.org>
30899      Branch: perl
30900            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
30901            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
30902            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
30903            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
30904            ! lib/ExtUtils/Constant.pm
30905 ____________________________________________________________________________
30906 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
30907         Log: Metaconfig unit change for #10629.
30908      Branch: metaconfig
30909            ! U/modified/Finish.U
30910 ____________________________________________________________________________
30911 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
30912         Log: The extraction changed directories.
30913      Branch: perl
30914            ! Configure
30915 ____________________________________________________________________________
30916 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
30917         Log: Math::BigInt 1.35 from Tels.
30918      Branch: perl
30919            + t/lib/mbimbf.t
30920            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30921            ! t/lib/bigfltpm.t t/lib/bigintpm.t
30922 ____________________________________________________________________________
30923 [ 10627] By: nick                                  on 2001/06/16  14:54:52
30924         Log: Work in progress UNIX-side edit of win32 PerLIO layer
30925      Branch: perlio
30926            + win32/win32io.c
30927            ! perlio.c win32/makefile.mk
30928 ____________________________________________________________________________
30929 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
30930         Log: Subject: [PATCH 5.6.1] os2/diff-configure
30931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30932              Date: Fri, 15 Jun 2001 01:19:36 -0400
30933              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
30934              
30935              Empty all of it because I think #10624 made even the
30936              last patch hunk unnecessary.
30937      Branch: perl
30938            ! os2/diff.configure
30939 ____________________________________________________________________________
30940 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
30941         Log: Metaconfig unit change for 10624.
30942      Branch: metaconfig
30943            ! U/modified/libc.U
30944      Branch: perl
30945            ! config_h.SH
30946 ____________________________________________________________________________
30947 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
30948         Log: Move the initialization of libnames to the beginning so
30949              that can one 'seed' it (as OS/2 does.)
30950      Branch: perl
30951            ! Configure
30952 ____________________________________________________________________________
30953 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
30954         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
30955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30956              Date: Fri, 15 Jun 2001 19:10:57 -0400
30957              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
30958      Branch: perl
30959            ! os2/OS2/REXX/DLL/DLL.pm
30960 ____________________________________________________________________________
30961 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
30962         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
30963              From: "Craig A. Berry" <craigberry@mac.com>
30964              Date: Fri, 15 Jun 2001 17:00:03 -0500
30965              Message-Id: <a05101007b750342599be@[172.16.52.1]>
30966      Branch: perl
30967            ! vms/descrip_mms.template
30968 ____________________________________________________________________________
30969 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
30970         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
30971              From: "Craig A. Berry" <craigberry@mac.com>
30972              Date: Fri, 15 Jun 2001 18:39:42 -0500
30973              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
30974      Branch: perl
30975            ! lib/File/Spec/VMS.pm t/lib/extutils.t
30976 ____________________________________________________________________________
30977 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
30978         Log: Integrate perlio.
30979      Branch: perl
30980           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
30981           !> t/io/utf8.t t/lib/io_scalar.t
30982 ____________________________________________________________________________
30983 [ 10619] By: nick                                  on 2001/06/15  21:05:19
30984         Log: Generated files
30985      Branch: perlio
30986            ! embed.h proto.h
30987 ____________________________________________________________________________
30988 [ 10618] By: nick                                  on 2001/06/15  20:27:42
30989         Log: Fix open.pm to work via XS-implemented method calls rather
30990              than *open::layers variables which caused all the HV/AV hassle.
30991      Branch: perlio
30992            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
30993            ! t/lib/io_scalar.t
30994 ____________________________________________________________________________
30995 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
30996         Log: Integrate perlio.
30997      Branch: perl
30998           !> lib/ExtUtils/Constant.pm
30999 ____________________________________________________________________________
31000 [ 10616] By: nick                                  on 2001/06/15  18:46:47
31001         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
31002      Branch: perlio
31003            ! lib/ExtUtils/Constant.pm
31004 ____________________________________________________________________________
31005 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
31006         Log: Integrate perlio.
31007      Branch: perl
31008           !> ext/Socket/Socket.xs
31009 ____________________________________________________________________________
31010 [ 10614] By: nick                                  on 2001/06/15  18:33:37
31011         Log: MULTIPLICITY fix for Socket.xs
31012      Branch: perlio
31013            ! ext/Socket/Socket.xs
31014 ____________________________________________________________________________
31015 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
31016         Log: Subject: Re: perl@10611
31017              From: Doug MacEachern <dougm@covalent.net>
31018              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
31019              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
31020      Branch: perl
31021            ! ext/Socket/Socket.xs
31022 ____________________________________________________________________________
31023 [ 10612] By: nick                                  on 2001/06/15  16:14:38
31024         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
31025      Branch: perlio
31026           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31027           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
31028           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
31029           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
31030           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
31031           !> utils/h2ph.PL
31032 ____________________________________________________________________________
31033 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
31034         Log: Update Changes.
31035      Branch: perl
31036            ! Changes patchlevel.h
31037 ____________________________________________________________________________
31038 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
31039         Log: Upping the test count.
31040      Branch: perl
31041            ! t/lib/filefind.t
31042 ____________________________________________________________________________
31043 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
31044         Log: Integrate perlio.
31045      Branch: perl
31046           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31047 ____________________________________________________________________________
31048 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
31049         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
31050              From: andreas.koenig@anima.de (Andreas J. Koenig)
31051              Date: 15 Jun 2001 13:30:39 +0200
31052              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
31053              
31054              Record the grim history.
31055      Branch: perl
31056            ! lib/File/Find.pm
31057 ____________________________________________________________________________
31058 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
31059         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
31060              From: Brian McCauley <nobull@mail.com>
31061              Date: 15 Jun 2001 07:51:26 +0100
31062              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
31063      Branch: perl
31064            ! lib/File/Find.pm t/lib/filefind.t
31065 ____________________________________________________________________________
31066 [ 10606] By: nick                                  on 2001/06/15  14:00:08
31067         Log: regen_config_h for Win32.
31068      Branch: perlio
31069            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31070 ____________________________________________________________________________
31071 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
31072         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
31073              From: Peter Prymmer <pvhp@forte.com>
31074              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
31075              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
31076      Branch: perl
31077            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
31078 ____________________________________________________________________________
31079 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
31080         Log: Some filesystems require writability for rename/unlink.
31081      Branch: perl
31082            ! opcode.pl
31083 ____________________________________________________________________________
31084 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
31085         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
31086              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31087              Date: Fri, 15 Jun 2001 12:08:53 +0200
31088              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
31089      Branch: perl
31090            ! perlio.c
31091 ____________________________________________________________________________
31092 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
31093         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
31094              From: Mike Guy <mjtg@cam.ac.uk>
31095              Date: Fri, 15 Jun 2001 14:11:49 +0100
31096              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
31097      Branch: perl
31098            ! opcode.pl
31099 ____________________________________________________________________________
31100 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
31101         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
31102              From: Nicholas Clark <nick@ccl4.org>
31103              Date: Thu, 14 Jun 2001 23:52:56 +0100
31104              Message-ID: <20010614235256.G98663@plum.flirble.org>
31105      Branch: perl
31106            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
31107            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31108 ____________________________________________________________________________
31109 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
31110         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
31111              From: Russ Allbery <rra@stanford.edu>
31112              Date: 14 Jun 2001 13:24:43 -0700
31113              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
31114      Branch: perl
31115            ! ext/GDBM_File/GDBM_File.pm
31116 ____________________________________________________________________________
31117 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
31118         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
31119              From: Nicholas Clark <nick@ccl4.org>
31120              Date: Thu, 14 Jun 2001 20:37:47 +0100
31121              Message-ID: <20010614203747.F98663@plum.flirble.org>
31122      Branch: perl
31123            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31124            ! t/lib/gdbm.t
31125 ____________________________________________________________________________
31126 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
31127         Log: Integrate perlio.
31128      Branch: perl
31129           !> makedef.pl sv.c
31130 ____________________________________________________________________________
31131 [ 10597] By: nick                                  on 2001/06/15  11:08:13
31132         Log: Check that HVs with HvNAME() != NULL are really stashes before
31133              treating them as such. Also be more defensive on the GvCV.
31134              Win32 fork and dprof now working again. 
31135      Branch: perlio
31136            ! sv.c
31137 ____________________________________________________________________________
31138 [ 10596] By: nick                                  on 2001/06/15  10:11:20
31139         Log: Integrate mainline.
31140      Branch: perlio
31141           +> Cross/README
31142           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
31143           !> Porting/config_H config_h.SH configure.com epoc/config.sh
31144           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
31145           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31146           !> vos/config.ga.h win32/config.bc win32/config.gc
31147           !> win32/config.vc win32/config_H.bc win32/config_H.gc
31148           !> win32/config_H.vc
31149 ____________________________________________________________________________
31150 [ 10595] By: nick                                  on 2001/06/15  09:37:17
31151         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
31152              - Win32 (VC++) now builds but fails:
31153              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
31154              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
31155              write.t    - open(...,"|-") not implemented on Win32 
31156      Branch: perlio
31157            ! makedef.pl
31158 ____________________________________________________________________________
31159 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
31160         Log: Integrate perlio.
31161      Branch: perl
31162           !> perlio.c win32/makefile.mk
31163 ____________________________________________________________________________
31164 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
31165         Log: Metaconfig unit changes for #10592.
31166      Branch: metaconfig
31167            + U/modified/i_varhdr.U U/modified/startsh.U
31168            - U/a_dvisory/crosscompile.U U/target/Target.U
31169            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
31170            ! U/compline/bitpbyte.U U/compline/byteorder.U
31171            ! U/compline/ccflags.U U/compline/charsize.U
31172            ! U/compline/d_casti32.U U/compline/d_castneg.U
31173            ! U/compline/d_closedir.U U/compline/d_fd_set.U
31174            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
31175            ! U/compline/d_keepsig.U U/compline/d_open3.U
31176            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
31177            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
31178            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
31179            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
31180            ! U/compline/doublesize.U U/compline/floatsize.U
31181            ! U/compline/nblock_io.U U/compline/orderlib.U
31182            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
31183            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
31184            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
31185            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
31186            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
31187            ! U/modified/spitshell.U U/threads/archname.U
31188            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
31189            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
31190            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
31191            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
31192            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
31193      Branch: metaconfig/U/perl
31194            + Cross.U
31195            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
31196            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
31197            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
31198            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
31199            ! stdio_streams.U uselfs.U
31200 ____________________________________________________________________________
31201 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
31202         Log: The first steps towards cross-compilation.
31203              
31204              Abstract execution of compiled test executables with $run,
31205              and abstract transfer of files with $to and $from.
31206              
31207              Under cross-compilation the $run, $to, and $from will point
31208              to appropriate wrapper scripts, by default ssh and scp,
31209              but also rsh, rcp, and cp are supported.  If not
31210              cross-compiling, they will be set to '', ':', and ':',
31211              respectively.
31212              
31213              With these patches I was able to get Configure for
31214              iPAQ ARM Linux on an Intel Linux about 95% right
31215              (only a few tests failed to execute or they produced
31216              incorrect results), and I was able to compile
31217              a functional miniperl.
31218              
31219              The symbol crosscompile renamed to be usecrosscompile,
31220              the corresponding C symbol from CROSSCOMPILE to
31221              USE_CROSS_COMPILE.
31222      Branch: perl
31223            ! Configure Cross/README Makefile.SH Porting/Glossary
31224            ! Porting/config.sh Porting/config_H config_h.SH configure.com
31225            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
31226            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31227            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31228            ! win32/config.gc win32/config.vc win32/config_H.bc
31229            ! win32/config_H.gc win32/config_H.vc
31230 ____________________________________________________________________________
31231 [ 10591] By: nick                                  on 2001/06/14  20:00:12
31232         Log: Steps along the road toward Win32 building again.
31233      Branch: perlio
31234            ! perlio.c win32/makefile.mk
31235 ____________________________________________________________________________
31236 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
31237         Log: Integrate perlio.
31238      Branch: perl
31239           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31240 ____________________________________________________________________________
31241 [ 10589] By: nick                                  on 2001/06/14  13:54:07
31242         Log: Routine regen_config_h for Win32
31243      Branch: perlio
31244            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31245 ____________________________________________________________________________
31246 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
31247         Log: Integrate perlio.
31248      Branch: perl
31249           +> perlyline.pl
31250           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
31251 ____________________________________________________________________________
31252 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
31253         Log: A placeholder.
31254      Branch: perl
31255            + Cross/README
31256 ____________________________________________________________________________
31257 [ 10586] By: nick                                  on 2001/06/14  08:25:07
31258         Log: Add new step to run_byacc which:
31259              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
31260              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
31261      Branch: perlio
31262            + perlyline.pl
31263            ! MANIFEST Makefile.SH perly.c
31264 ____________________________________________________________________________
31265 [ 10585] By: nick                                  on 2001/06/14  08:22:29
31266         Log: Integrate mainline
31267      Branch: perlio
31268           +> locale.c numeric.c
31269           !> Changes cygwin/Makefile.SHs embed.h embed.pl
31270           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
31271           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
31272           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
31273           !> x2p/Makefile.SH
31274 ____________________________________________________________________________
31275 [ 10584] By: nick                                  on 2001/06/14  08:05:53
31276         Log: Hack to remove insecure directories from PATH so test will run.
31277      Branch: perlio
31278            ! t/lib/filefind.t
31279 ____________________________________________________________________________
31280 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
31281         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
31282      Branch: perl
31283            - t/lib/mbimbf.t
31284            ! MANIFEST
31285 ____________________________________________________________________________
31286 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
31287         Log: Detypo.
31288      Branch: perl
31289            ! x2p/Makefile.SH
31290 ____________________________________________________________________________
31291 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
31292         Log: de-$CONFIG continues.
31293      Branch: perl
31294            ! cygwin/Makefile.SHs x2p/Makefile.SH
31295 ____________________________________________________________________________
31296 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
31297         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
31298              From: Nicholas Clark <nick@ccl4.org>
31299              Date: Wed, 13 Jun 2001 21:20:13 +0100
31300              Message-ID: <20010613212013.D98663@plum.flirble.org>
31301      Branch: perl
31302            ! opcode.pl
31303 ____________________________________________________________________________
31304 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
31305         Log: Subject: splitting util.c
31306              From: Hugo <hv@crypt.compulink.co.uk>
31307              Date: Thu, 14 Jun 2001 00:41:08 +0100
31308              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
31309      Branch: perl
31310            + locale.c numeric.c
31311            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
31312            ! pod/perlapi.pod proto.h util.c
31313 ____________________________________________________________________________
31314 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
31315         Log: Upgrade to Math::BigInt 1.34 from Tels.
31316      Branch: perl
31317            + t/lib/mbimbf.t
31318            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31319            ! t/lib/bigfltpm.t t/lib/bigintpm.t
31320 ____________________________________________________________________________
31321 [ 10577] By: nick                                  on 2001/06/13  19:02:48
31322         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
31323      Branch: perlio
31324           !> (integrate 125 files)
31325 ____________________________________________________________________________
31326 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
31327         Log: Update Changes.
31328      Branch: perl
31329            ! Changes patchlevel.h
31330 ____________________________________________________________________________
31331 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
31332         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
31333              From: "Craig A. Berry" <craigberry@mac.com>
31334              Date: Wed, 13 Jun 2001 13:24:28 -0500
31335              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
31336      Branch: perl
31337            ! ext/re/Makefile.PL
31338 ____________________________________________________________________________
31339 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
31340         Log: Mc.u.c. for #10573.
31341      Branch: metaconfig
31342            ! U/threads/usethreads.U
31343 ____________________________________________________________________________
31344 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
31345         Log: It would be also be good if I could type.
31346      Branch: perl
31347            ! Configure
31348 ____________________________________________________________________________
31349 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
31350         Log: Metaconfig unit change for #10571.
31351      Branch: metaconfig
31352            ! U/threads/usethreads.U
31353 ____________________________________________________________________________
31354 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
31355         Log: A non-empty default is a good thing.
31356      Branch: perl
31357            ! Configure
31358 ____________________________________________________________________________
31359 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
31360         Log: Metaconfig unit change for #10569.
31361      Branch: metaconfig
31362            ! U/threads/usethreads.U
31363 ____________________________________________________________________________
31364 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
31365         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
31366              extremely experimental, not even prompted for.
31367      Branch: perl
31368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31369            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
31370            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
31371            ! win32/config.bc win32/config.gc win32/config.vc
31372 ____________________________________________________________________________
31373 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
31374         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
31375      Branch: perl
31376            ! pod/perlfaq6.pod
31377 ____________________________________________________________________________
31378 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
31379         Log: Integrate perlio; conflicts, accept Nick's versions.
31380      Branch: perl
31381           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31382           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
31383 ____________________________________________________________________________
31384 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
31385         Log: Subject: Re: ext/ + -Wall
31386              From: Doug MacEachern <dougm@covalent.net>
31387              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
31388              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
31389      Branch: perl
31390            ! XSUB.h lib/ExtUtils/xsubpp perl.h
31391 ____________________________________________________________________________
31392 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
31393         Log: Similar logic as DB_File.xs, using the modern macros and
31394              defines them to older ones for older Perls where PERL_VERSION
31395              is not defined, from Doug MacEachern.
31396      Branch: perl
31397            ! ext/Storable/Storable.xs
31398 ____________________________________________________________________________
31399 [ 10564] By: nick                                  on 2001/06/13  15:22:01
31400         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
31401              and using that instead (name lookups are sequential search for now).
31402      Branch: perlio
31403            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31404            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
31405 ____________________________________________________________________________
31406 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
31407         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
31408              From: "Richard Soderberg" <rs@crystalflame.net>
31409              Date: Sat, 26 May 2001 06:44:20 -0700
31410              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
31411      Branch: perl
31412            ! sv.c t/op/glob.t
31413 ____________________________________________________________________________
31414 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
31415         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
31416              From: "Craig A. Berry" <craigberry@mac.com>
31417              Date: Tue, 12 Jun 2001 23:55:26 -0500
31418              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
31419      Branch: perl
31420            ! ext/re/Makefile.PL ext/re/re.xs
31421 ____________________________________________________________________________
31422 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
31423         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
31424              suggested by NI-S.
31425      Branch: perl
31426            ! XSUB.h malloc.c perl.h
31427 ____________________________________________________________________________
31428 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
31429         Log: Regen toc.
31430      Branch: perl
31431            ! pod/perltoc.pod
31432 ____________________________________________________________________________
31433 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
31434         Log: Subject: [patch] perl.gprof control
31435              From: Doug MacEachern <dougm@covalent.net>
31436              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
31437              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
31438      Branch: perl
31439            ! miniperlmain.c perl.h
31440 ____________________________________________________________________________
31441 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
31442         Log: Subject: Re: ext/ + -Wall
31443              From: Doug MacEachern <dougm@covalent.net>
31444              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
31445              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
31446              
31447              Document ax and break up dXSARGS.
31448      Branch: perl
31449            ! XSUB.h pod/perlapi.pod
31450 ____________________________________________________________________________
31451 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
31452         Log: More AIX tweakage from Merijn.
31453      Branch: perl
31454            ! hints/aix.sh
31455 ____________________________________________________________________________
31456 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
31457         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
31458              From: "Craig A. Berry" <craigberry@mac.com>
31459              Date: Tue, 12 Jun 2001 22:57:45 -0500
31460              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
31461      Branch: perl
31462            ! vms/descrip_mms.template
31463 ____________________________________________________________________________
31464 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
31465         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
31466              From: "Craig A. Berry" <craigberry@mac.com>
31467              Date: Tue, 12 Jun 2001 22:21:39 -0500
31468              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
31469      Branch: perl
31470            ! configure.com util.c
31471 ____________________________________________________________________________
31472 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
31473         Log: New AIX dynaloading code from Jens-Uwe Mager.
31474              Does break binary compatibility.
31475      Branch: perl
31476            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31477 ____________________________________________________________________________
31478 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
31479         Log: VMS DEC C compiler found nits by Peter Prymmer.
31480      Branch: perl
31481            ! util.c
31482 ____________________________________________________________________________
31483 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
31484         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
31485              From: Peter Prymmer <pvhp@forte.com>
31486              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
31487              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
31488      Branch: perl
31489            ! t/lib/filecomp.t
31490 ____________________________________________________________________________
31491 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
31492         Log: I wonder how many $CONFIGs still lurk in the shadows.
31493      Branch: perl
31494            ! pod/Makefile.SH x2p/cflags.SH
31495 ____________________________________________________________________________
31496 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
31497         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
31498      Branch: perl
31499            ! pod/checkpods.PL
31500 ____________________________________________________________________________
31501 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
31502         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
31503      Branch: perl
31504            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
31505 ____________________________________________________________________________
31506 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
31507         Log: Subject: [patch] rid local_patches warnings
31508              From: Doug MacEachern <dougm@covalent.net>
31509              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
31510              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
31511      Branch: perl
31512            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
31513 ____________________________________________________________________________
31514 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
31515         Log: Subject: Re: ext/ + -Wall
31516              From: Doug MacEachern <dougm@covalent.net>
31517              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
31518              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
31519      Branch: perl
31520            ! ext/attrs/attrs.xs
31521 ____________________________________________________________________________
31522 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
31523         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
31524              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31525              Date: Tue, 12 Jun 2001 14:36:20 -0400
31526              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
31527      Branch: perl
31528            ! pod/perlretut.pod
31529 ____________________________________________________________________________
31530 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
31531         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
31532              From: Mike Guy <mjtg@cam.ac.uk>
31533              Date: Tue, 12 Jun 2001 19:10:31 +0100
31534              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
31535              
31536              Subject: Re: [ID 20010612.001] out of memory during regex compilation
31537              From: Mike Guy <mjtg@cam.ac.uk>
31538              Date: Tue, 12 Jun 2001 19:21:01 +0100
31539              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
31540      Branch: perl
31541            ! pod/perlop.pod
31542 ____________________________________________________________________________
31543 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
31544         Log: AIX tweaks from Merijn H. Brand.
31545      Branch: perl
31546            ! hints/aix.sh
31547 ____________________________________________________________________________
31548 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
31549         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
31550              From: "Brendan O'Dea" <bod@compusol.com.au>
31551              Date: Wed, 13 Jun 2001 05:16:47 +1000
31552              Message-ID: <20010613051647.A8945@compusol.com.au>
31553      Branch: maint-5.6/perl
31554            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31555 ____________________________________________________________________________
31556 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
31557         Log: Subject: Small bcopy cleanup
31558              From: Andy Dougherty <doughera@lafayette.edu>
31559              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
31560              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
31561      Branch: perl
31562            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
31563 ____________________________________________________________________________
31564 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
31565         Log: Subject: [PATCH] Re: ext/ + -Wall
31566              From: Nicholas Clark <nick@ccl4.org>
31567              Date: Wed, 13 Jun 2001 00:04:30 +0100
31568              Message-ID: <20010613000430.M5901@plum.flirble.org>
31569      Branch: perl
31570            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31571 ____________________________________________________________________________
31572 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
31573         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
31574              From: Nicholas Clark <nick@ccl4.org>
31575              Date: Tue, 12 Jun 2001 23:53:07 +0100
31576              Message-ID: <20010612235307.L5901@plum.flirble.org>
31577      Branch: perl
31578            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31579 ____________________________________________________________________________
31580 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
31581         Log: MPE/iX tweaks from Mark Bixby.
31582      Branch: perl
31583            ! hints/mpeix.sh mpeix/mpeixish.h util.c
31584 ____________________________________________________________________________
31585 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
31586         Log: Update Changes.
31587      Branch: perl
31588            ! Changes patchlevel.h
31589 ____________________________________________________________________________
31590 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
31591         Log: One less -Wall whine (found under DEBUGGING).
31592      Branch: perl
31593            ! x2p/Makefile.SH x2p/a2p.c
31594 ____________________________________________________________________________
31595 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
31596         Log: s/case-independent/case-insensitive/g
31597      Branch: perl
31598            ! pod/perldebug.pod
31599 ____________________________________________________________________________
31600 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
31601         Log: As suggested in    
31602              
31603              Subject: Re: ext/ + -Wall
31604              From: Gurusamy Sarathy <gsar@ActiveState.com>
31605              Date: Mon, 11 Jun 2001 23:34:31 -0700
31606              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
31607      Branch: perl
31608            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
31609            ! perl.h
31610 ____________________________________________________________________________
31611 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
31612         Log: Subject: ext/ + -Wall
31613              From: Doug MacEachern <dougm@covalent.net>
31614              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
31615              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
31616      Branch: perl
31617            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
31618            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
31619            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
31620            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
31621            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
31622            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
31623            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
31624            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
31625            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
31626            ! lib/ExtUtils/xsubpp
31627 ____________________________________________________________________________
31628 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
31629         Log: Subject: [PATCH] anonymous stashes
31630              From: Abhijit Menon-Sen <ams@wiw.org>
31631              Date: Tue, 12 Jun 2001 12:47:04 +0530
31632              Message-ID: <20010612124704.A29029@lustre.linux.in>
31633      Branch: perl
31634            ! dump.c gv.c sv.c xsutils.c
31635 ____________________________________________________________________________
31636 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
31637         Log: One more test for $^S.
31638      Branch: perl
31639            ! t/op/magic.t
31640 ____________________________________________________________________________
31641 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
31642         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
31643              From: Abhijit Menon-Sen <ams@wiw.org>
31644              Date: Tue, 12 Jun 2001 17:35:55 +0530
31645              Message-ID: <20010612173555.A32426@lustre.linux.in>
31646      Branch: perl
31647            ! mg.c t/op/magic.t
31648 ____________________________________________________________________________
31649 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
31650         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
31651              From: Mike Guy <mjtg@cam.ac.uk>
31652              Date: Tue, 12 Jun 2001 13:14:15 +0100
31653              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
31654      Branch: perl
31655            ! pod/perlop.pod
31656 ____________________________________________________________________________
31657 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
31658         Log: AUTHORS updates.
31659      Branch: perl
31660            ! AUTHORS
31661 ____________________________________________________________________________
31662 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
31663         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
31664              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
31665              Content-Transfer-Encoding: 7bit
31666              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
31667      Branch: perl
31668            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
31669 ____________________________________________________________________________
31670 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
31671         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
31672              From: "Philip Newton" <Philip.Newton@gmx.net>
31673              Date: Mon, 11 Jun 2001 07:08:03 +0200
31674              Message-Id: <200106120802.LAA08992@taas.iki.fi>
31675      Branch: perl
31676            ! t/base/term.t
31677 ____________________________________________________________________________
31678 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
31679         Log: Cleanup the a2p.c for -Wall.
31680      Branch: perl
31681            ! x2p/Makefile.SH x2p/a2p.c
31682 ____________________________________________________________________________
31683 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
31684         Log: File::Find update for MacOS from Chris Nandor.
31685      Branch: perl
31686            ! lib/File/Find.pm t/lib/filefind.t
31687 ____________________________________________________________________________
31688 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
31689         Log: gcc -Wall nits picked out by a non-UNIX system
31690              (courtesy of Mark Bixby)
31691      Branch: perl
31692            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
31693            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
31694            ! pp_sys.c util.c
31695 ____________________________________________________________________________
31696 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
31697         Log: Metaconfig unit change for #10522.  (The d_modfl changes
31698              placate metalint.)
31699      Branch: metaconfig/U/perl
31700            ! d_modfl.U d_u32align.U
31701 ____________________________________________________________________________
31702 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
31703         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
31704              be "./try 2>&1 >/dev/null".
31705      Branch: perl
31706            ! Configure
31707 ____________________________________________________________________________
31708 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
31709         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
31710              From: "Craig A. Berry" <craigberry@mac.com>
31711              Date: Mon, 11 Jun 2001 14:00:32 -0500
31712              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
31713      Branch: perl
31714            ! configure.com
31715 ____________________________________________________________________________
31716 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
31717         Log: Move the full \p\P lists to perlunicode.
31718      Branch: perl
31719            ! pod/perlretut.pod pod/perlunicode.pod
31720 ____________________________________________________________________________
31721 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
31722         Log: VOS build tweak for 5.6.1 from Paul Green.
31723      Branch: maint-5.6/perl
31724            ! vos/build.cm
31725 ____________________________________________________________________________
31726 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
31727         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
31728              From: "Craig A. Berry" <craigberry@mac.com>
31729              Date: Fri, 8 Jun 2001 18:08:18 -0500
31730              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
31731      Branch: perl
31732            ! vms/vms.c
31733 ____________________________________________________________________________
31734 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
31735         Log: Update Changes.
31736      Branch: perl
31737            ! Changes patchlevel.h
31738 ____________________________________________________________________________
31739 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
31740         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
31741      Branch: perl
31742            ! vos/config.alpha.h vos/config.ga.h
31743 ____________________________________________________________________________
31744 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
31745         Log: VOS updates from Paul Green for @10476.
31746      Branch: perl
31747            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
31748            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31749            ! vos/config.ga.h vos/configure_perl.cm
31750 ____________________________________________________________________________
31751 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
31752         Log: Subject: [PATCH] Not many people know this ...
31753              From: Mike Guy <mjtg@cam.ac.uk>
31754              Date: Mon, 11 Jun 2001 14:55:15 +0100
31755              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
31756      Branch: perl
31757            ! pod/perldebug.pod
31758 ____________________________________________________________________________
31759 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
31760         Log: Add final commas to lists as suggested by Philip Newton.
31761      Branch: perl
31762            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31763 ____________________________________________________________________________
31764 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
31765         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
31766              Date: Sun, 10 Jun 2001 23:35:38 -0400
31767              From: Chris Nandor <pudge@pobox.com>
31768              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
31769      Branch: perl
31770            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
31771            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
31772            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
31773            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
31774            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
31775            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
31776            ! t/op/write.t t/pragma/strict.t
31777 ____________________________________________________________________________
31778 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
31779         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
31780              From: Chris Nandor <pudge@pobox.com>
31781              Date: Mon, 11 Jun 2001 08:24:28 -0400
31782              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
31783      Branch: perl
31784            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
31785            ! t/lib/io_dir.t
31786 ____________________________________________________________________________
31787 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
31788         Log: One more run_byacc (a hand-tweaked version had slipped in).
31789      Branch: perl
31790            ! perly.c vms/perly_c.vms
31791 ____________________________________________________________________________
31792 [ 10509] By: nick                                  on 2001/06/11  07:49:15
31793         Log: Integrate mainline
31794      Branch: perlio
31795           !> Makefile.SH embed.h embed.pl global.sym
31796           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
31797           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
31798           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
31799           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
31800 ____________________________________________________________________________
31801 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
31802         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
31803              From: Mike Guy <mjtg@cam.ac.uk>
31804              Reply-To: mjtg@cam.ac.uk
31805              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
31806      Branch: perl
31807            ! lib/ExtUtils/Manifest.pm
31808 ____________________________________________________________________________
31809 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
31810         Log: Subject: [PATCH] ExtUtils::Constant
31811              From: Nicholas Clark <nick@ccl4.org>
31812              Date: Sun, 10 Jun 2001 23:25:41 +0100
31813              Message-ID: <20010610232540.C76396@plum.flirble.org>
31814      Branch: perl
31815            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31816 ____________________________________________________________________________
31817 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
31818         Log: Integrate perlio.
31819      Branch: perl
31820           !> iperlsys.h
31821 ____________________________________________________________________________
31822 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
31823         Log: Move the grok_number and its lieutenant grok_numeric_radix
31824              from sv.c statics to util.c and public.
31825      Branch: perl
31826            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
31827            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
31828 ____________________________________________________________________________
31829 [ 10504] By: nick                                  on 2001/06/10  17:47:06
31830         Log: Fix (valid) -Wall warnings in perlio.c
31831      Branch: perlio
31832            ! iperlsys.h
31833 ____________________________________________________________________________
31834 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
31835         Log: Update perly_c.diff, update perly.fixer to edit away
31836              some of the -Wall noise.
31837      Branch: perl
31838            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
31839 ____________________________________________________________________________
31840 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
31841         Log: Check the version of byacc.
31842      Branch: perl
31843            ! Makefile.SH
31844 ____________________________________________________________________________
31845 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
31846         Log: Subject: [PATCH] perly.y overhaul
31847              From: Simon Cozens <simon@netthink.co.uk>
31848              Date: Sun, 10 Jun 2001 16:56:54 +0100
31849              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
31850              
31851              Plus make run_byacc.
31852      Branch: perl
31853            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
31854 ____________________________________________________________________________
31855 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
31856         Log: Integrate perlio.
31857      Branch: perl
31858           !> perlio.c perlsfio.h
31859 ____________________________________________________________________________
31860 [ 10499] By: nick                                  on 2001/06/10  15:01:08
31861         Log: Integrate mainline
31862      Branch: perlio
31863           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
31864           !> t/pragma/locale.t util.c
31865 ____________________________________________________________________________
31866 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
31867         Log: Put some meat on the perl572delta bones.  The list of
31868              selected bug fixes needs more work, as does still the
31869              whole document.
31870      Branch: perl
31871            ! pod/perl572delta.pod
31872 ____________________________________________________________________________
31873 [ 10497] By: nick                                  on 2001/06/10  12:27:51
31874         Log: Paper over a crack or two with USE_SFIO
31875      Branch: perlio
31876            ! perlio.c perlsfio.h
31877 ____________________________________________________________________________
31878 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
31879         Log: Update Changes.
31880      Branch: perl
31881            ! Changes patchlevel.h
31882 ____________________________________________________________________________
31883 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
31884         Log: Subject: Re: pragma/locale.t #107
31885              From: Hugo <hv@crypt.compulink.co.uk>
31886              Date: Sun, 10 Jun 2001 11:23:30 +0100
31887              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
31888              
31889              Encapsulate the scan of the decimal radix separator.
31890      Branch: perl
31891            ! embed.h embed.pl proto.h sv.c
31892 ____________________________________________________________________________
31893 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
31894         Log: Try to grok numbers both with the locale specific separator
31895              and with the usual "." (if different from the lss); add a test
31896              to locale.t to do also a little bit of math in addition to just
31897              equalness testing; remove extraneous logic as suggested in
31898              
31899              Subject: Re: pragma/locale.t #107
31900              From: Nicholas Clark <nick@ccl4.org>
31901              Date: Sat, 9 Jun 2001 22:37:36 +0100
31902              Message-ID: <20010609223735.Y76396@plum.flirble.org>
31903      Branch: perl
31904            ! sv.c t/pragma/locale.t
31905 ____________________________________________________________________________
31906 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
31907         Log: Metaconfig unit change for #10492.
31908      Branch: metaconfig/U/perl
31909            ! Extensions.U
31910 ____________________________________________________________________________
31911 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
31912         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
31913              From: Artur Bergman <artur@contiller.se> 
31914              Date: Sat, 09 Jun 2001 21:03:51 +0200
31915              Message-ID: <B7483FB6.1398%artur@contiller.se>
31916      Branch: perl
31917            ! Configure
31918 ____________________________________________________________________________
31919 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
31920         Log: Integrate perlio.
31921      Branch: perl
31922           !> perlsfio.h
31923 ____________________________________________________________________________
31924 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
31925         Log: Do locale specific separator if only in locale.
31926      Branch: perl
31927            ! util.c
31928 ____________________________________________________________________________
31929 [ 10489] By: nick                                  on 2001/06/09  19:13:25
31930         Log: Make XS/Typemap compile (but fail) with sfio
31931      Branch: perlio
31932            ! perlsfio.h
31933 ____________________________________________________________________________
31934 [ 10488] By: nick                                  on 2001/06/09  19:12:51
31935         Log: Re-integrate mainline
31936      Branch: perlio
31937           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
31938           !> proto.h sv.c util.c
31939 ____________________________________________________________________________
31940 [ 10487] By: nick                                  on 2001/06/09  16:26:29
31941         Log: Integrate mainline
31942      Branch: perlio
31943           !> (integrate 31 files)
31944 ____________________________________________________________________________
31945 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
31946         Log: Subject: [PATCH] New attempt to clone callack
31947              From: Artur Bergman <artur@contiller.se> 
31948              Date: Thu, 07 Jun 2001 11:52:16 +0200
31949              Message-ID: <B7451B6F.12B7%artur@contiller.se>
31950      Branch: perl
31951            ! embedvar.h intrpvar.h perlapi.h sv.c
31952 ____________________________________________________________________________
31953 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
31954         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
31955      Branch: perl
31956            ! embed.h embed.pl perl.h proto.h sv.c util.c
31957 ____________________________________________________________________________
31958 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
31959         Log: Subject: Re: pragma/locale.t #107
31960              From: Nicholas Clark <nick@ccl4.org>
31961              Date: Sat, 9 Jun 2001 16:26:10 +0100
31962              Message-ID: <20010609162609.V76396@plum.flirble.org>
31963              
31964              A missing NVification.
31965      Branch: perl
31966            ! sv.c
31967 ____________________________________________________________________________
31968 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
31969         Log: Redo the #10482, there already was a test script for formats.
31970      Branch: perl
31971            - t/io/format.t
31972            ! MANIFEST t/op/write.t
31973 ____________________________________________________________________________
31974 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
31975         Log: Twisted format testing, from Merijn.
31976      Branch: perl
31977            + t/io/format.t
31978            ! MANIFEST
31979 ____________________________________________________________________________
31980 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
31981         Log: More \p{In...} testing, combined with \N{...}.
31982      Branch: perl
31983            ! lib/utf8_heavy.pl t/op/pat.t
31984 ____________________________________________________________________________
31985 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
31986         Log: Metaconfig changes for #10479.
31987      Branch: metaconfig
31988            ! U/Glossary.patch
31989      Branch: metaconfig/U/perl
31990            ! d_modfl.U
31991 ____________________________________________________________________________
31992 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
31993         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
31994      Branch: perl
31995            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31996            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
31997            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
31998            ! win32/config.bc win32/config.gc win32/config.vc
31999 ____________________________________________________________________________
32000 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
32001         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
32002              From: "Craig A. Berry" <craigberry@mac.com>
32003              Date: Thu, 7 Jun 2001 14:27:20 -0500
32004              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
32005      Branch: perl
32006            ! vms/perlvms.pod
32007 ____________________________________________________________________________
32008 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
32009         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
32010              From: Gisle Aas <gisle@ActiveState.com>
32011              Date: 07 Jun 2001 17:04:29 -0700
32012              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
32013      Branch: perl
32014            ! ext/re/re.xs
32015 ____________________________________________________________________________
32016 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
32017         Log: Update Changes.
32018      Branch: perl
32019            ! Changes patchlevel.h
32020 ____________________________________________________________________________
32021 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
32022         Log: Regen Glossary et alia.
32023      Branch: perl
32024            ! Porting/Glossary Porting/config.sh Porting/config_H
32025 ____________________________________________________________________________
32026 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
32027         Log: Metaconfig unit changes for #10473.
32028      Branch: metaconfig/U/perl
32029            ! d_modfl.U
32030 ____________________________________________________________________________
32031 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
32032         Log: Harumph, also AIX will spill its guts (i.e. dump core)
32033              if an executable contains modfl() but it hasn't been
32034              compiled right (in the case of AIX, with cc -qlongdouble).
32035      Branch: perl
32036            ! Configure
32037 ____________________________________________________________________________
32038 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
32039         Log: integrate change#10471 from mainline
32040              
32041              in change#10451, check that CvOUTSIDE is a CV before looking in
32042              (it can apparently be SVt_NULL during global destruction)
32043      Branch: maint-5.6/perl
32044           !> op.c
32045 ____________________________________________________________________________
32046 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
32047         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
32048              (it can apparently be SVt_NULL during global destruction)
32049      Branch: perl
32050            ! op.c
32051 ____________________________________________________________________________
32052 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
32053         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
32054              From: Robin Barker <rmb1@cise.npl.co.uk>
32055              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
32056              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
32057      Branch: perl
32058            ! lib/diagnostics.pm pod/perldiag.pod
32059 ____________________________________________________________________________
32060 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
32061         Log: Subject: [PATCH perl@10439] long =item
32062              From: Robin Barker <rmb1@cise.npl.co.uk>
32063              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
32064              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
32065      Branch: perl
32066            ! README.amiga lib/Attribute/Handlers.pm
32067            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
32068 ____________________________________________________________________________
32069 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
32070         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
32071              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
32072              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
32073              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
32074      Branch: perl
32075            ! pod/perlguts.pod
32076 ____________________________________________________________________________
32077 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
32078         Log: Integrate perlio.
32079      Branch: perl
32080           !> sv.c
32081 ____________________________________________________________________________
32082 [ 10466] By: nick                                  on 2001/06/07  10:25:40
32083         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
32084              whitespace tweaks.
32085              Still coredumps in pragma/overload.t - what a nice hard fail that is...
32086      Branch: perlio
32087            ! sv.c
32088 ____________________________________________________________________________
32089 [ 10465] By: nick                                  on 2001/06/07  08:41:58
32090         Log: Raw integrate of mainline for S_grok_number debug
32091              (sv.c has MULTIPLICITY issues as well as whatever else ...)
32092      Branch: perlio
32093            - plan9/perlplan9.doc plan9/perlplan9.pod
32094           !> (integrate 46 files)
32095 ____________________________________________________________________________
32096 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
32097         Log: The proper prototyping for #10463.
32098      Branch: perl
32099            ! embed.h embed.pl proto.h sv.c
32100 ____________________________________________________________________________
32101 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
32102         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
32103              From: Nicholas Clark <nick@ccl4.org>
32104              Date: Thu, 7 Jun 2001 00:29:59 +0100
32105              Message-ID: <20010607002959.Z76396@plum.flirble.org>
32106      Branch: perl
32107            ! sv.c
32108 ____________________________________________________________________________
32109 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
32110         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
32111              From: "Craig A. Berry" <craigberry@mac.com>
32112              Date: Wed, 06 Jun 2001 17:54:30 -0500
32113              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
32114      Branch: perl
32115            ! vms/perlvms.pod
32116 ____________________________________________________________________________
32117 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
32118         Log: Podify the remaining README.platform files;
32119              merge README.plan9 and plan9/perlplan9.pod;
32120              delete plan9/perlplan9.* (the perlplan.doc needs to
32121              be regenerated in Plan 9); make the =head1 and =head2
32122              in the README.platform to be a little more verbose
32123              (skipped README.os2 not to anger Ilya) so that they
32124              look better in the toc; regen toc.
32125      Branch: perl
32126            - plan9/perlplan9.doc plan9/perlplan9.pod
32127            ! MANIFEST README.aix README.amiga README.apollo README.beos
32128            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
32129            ! README.hpux README.hurd README.machten README.macos
32130            ! README.micro README.mint README.mpeix README.os390
32131            ! README.plan9 README.qnx README.solaris README.threads
32132            ! README.tru64 README.vmesa README.vms README.vos README.win32
32133            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32134            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32135 ____________________________________________________________________________
32136 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
32137         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
32138              From: Mike Guy <mjtg@cam.ac.uk>
32139              Reply-To: mjtg@cam.ac.uk
32140              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
32141      Branch: perl
32142            ! pod/perlguts.pod
32143 ____________________________________________________________________________
32144 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
32145         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
32146              From: Mike Guy <mjtg@cam.ac.uk>
32147              Reply-To: mjtg@cam.ac.uk
32148              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
32149      Branch: perl
32150            ! pod/perlsec.pod
32151 ____________________________________________________________________________
32152 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
32153         Log: Disable long doubles from pre-5.0 Tru64s.
32154      Branch: perl
32155            ! README.tru64 hints/dec_osf.sh
32156 ____________________________________________________________________________
32157 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
32158         Log: The #10455 exposed that modfl() is fundamentally busted
32159              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
32160              testing it.
32161      Branch: perl
32162            ! hints/dec_osf.sh
32163 ____________________________________________________________________________
32164 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
32165         Log: Metaconfig unit change for #10455.
32166      Branch: metaconfig/U/perl
32167            ! d_modfl.U
32168 ____________________________________________________________________________
32169 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
32170         Log: Configure check for geborken modfl(), inspired by
32171              
32172              Subject: Re: [20010118.017] op/int.t failure 
32173              From: Hugo <hv@crypt.compulink.co.uk>
32174              Date: Tue, 05 Jun 2001 13:43:27 +0100
32175              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
32176      Branch: perl
32177            ! Configure
32178 ____________________________________________________________________________
32179 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
32180         Log: Integrate changes #10450 and #10451 from maintperl:
32181              
32182              optimize change#10448 slightly (don't repeat search in eval""s lexical
32183              scope, since that has already been searched)
32184              
32185              change#9108 needs subtler treatment for case of closures created
32186              within eval""
32187      Branch: perl
32188           !> op.c t/op/misc.t
32189 ____________________________________________________________________________
32190 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
32191         Log: MakeMaker magic to compile (when no dynamic loading)
32192              List/Util.xsc as (ListUtil.c and) ListUtil.o since
32193              POSIX-BC (BS2000) linker has an evil limitation of
32194              being unable to include in the same executable several
32195              object files with the same name - case-insensitively -
32196              because otherwise we conflict with util.c.
32197              Strictly speaking currently required only in POSIX-BC
32198              but probably will do no harm elsewhere where static
32199              linking is required.
32200      Branch: perl
32201            ! ext/List/Util/Makefile.PL
32202 ____________________________________________________________________________
32203 [ 10452] By: nick                                  on 2001/06/06  08:59:51
32204         Log: Integrate mainline.
32205      Branch: perlio
32206           +> lib/Attribute/Handlers/demo/Demo.pm
32207           +> lib/Attribute/Handlers/demo/Descriptions.pm
32208           +> lib/Attribute/Handlers/demo/MyClass.pm
32209           +> lib/Attribute/Handlers/demo/demo.pl
32210           +> lib/Attribute/Handlers/demo/demo2.pl
32211           +> lib/Attribute/Handlers/demo/demo3.pl
32212           +> lib/Attribute/Handlers/demo/demo4.pl
32213           +> lib/Attribute/Handlers/demo/demo_call.pl
32214           +> lib/Attribute/Handlers/demo/demo_chain.pl
32215           +> lib/Attribute/Handlers/demo/demo_cycle.pl
32216           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
32217           +> lib/Attribute/Handlers/demo/demo_phases.pl
32218           +> lib/Attribute/Handlers/demo/demo_range.pl
32219           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
32220           +> uts/strtol_wrap.c
32221           !> (integrate 91 files)
32222 ____________________________________________________________________________
32223 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
32224         Log: change#9108 needs subtler treatment for case of closures created
32225              within eval""
32226      Branch: maint-5.6/perl
32227            ! op.c t/op/misc.t
32228 ____________________________________________________________________________
32229 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
32230         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
32231              scope, since that has already been searched)
32232      Branch: maint-5.6/perl
32233            ! op.c
32234 ____________________________________________________________________________
32235 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
32236         Log: Integrate change #10448 from maintperl; lexicals
32237              outside an eval"" weren't resolved correctly inside a subroutine
32238              definition inside the eval"" if they were not already referenced
32239              in the toplevel of the eval""-ed code
32240      Branch: perl
32241           !> cop.h op.c pp_ctl.c t/op/misc.t
32242 ____________________________________________________________________________
32243 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
32244         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
32245              outside an eval"" weren't resolved correctly inside a subroutine
32246              definition inside the eval"" if they were not already referenced
32247              in the toplevel of the eval""-ed code
32248      Branch: maint-5.6/perl
32249            ! cop.h op.c pp_ctl.c t/op/misc.t
32250 ____________________________________________________________________________
32251 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
32252         Log: Subject: [PATCH] perl570delta.pod
32253              From: Peter Scott <Peter@PSDT.com> 
32254              Date: Tue, 05 Jun 2001 18:51:02 -0700
32255              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
32256      Branch: perl
32257            ! pod/perl570delta.pod
32258 ____________________________________________________________________________
32259 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
32260         Log: The fudge factor is no more needed.  I hope.
32261      Branch: perl
32262            ! t/lib/posix.t
32263 ____________________________________________________________________________
32264 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
32265         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
32266              From: Hugo <hv@crypt.compulink.co.uk>
32267              Date: Tue, 05 Jun 2001 12:58:19 +0100
32268              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
32269      Branch: perl
32270            ! util.c
32271 ____________________________________________________________________________
32272 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
32273         Log: Make up prototypes only for those who have the functions
32274              but not the prototypes.
32275      Branch: perl
32276            ! perl.h
32277 ____________________________________________________________________________
32278 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
32279         Log: Subject: Re: Not OK: perl@10439 on win32 
32280              From: Prymmer/Kahn <pvhp@best.com> 
32281              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
32282              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
32283      Branch: perl
32284            ! perl.h util.c
32285 ____________________________________________________________________________
32286 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
32287         Log: The metaconfig units changes for #10441.
32288      Branch: metaconfig
32289            ! U/modified/Extract.U U/modified/Extractall.U
32290            ! U/modified/Finish.U
32291 ____________________________________________________________________________
32292 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
32293         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
32294      Branch: perl
32295            ! Configure
32296 ____________________________________________________________________________
32297 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
32298         Log: Unnecessary fuzziness undone, noted by Mike Guy.
32299      Branch: perl
32300            ! t/op/tr.t
32301 ____________________________________________________________________________
32302 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
32303         Log: Update Changes.
32304      Branch: perl
32305            ! Changes patchlevel.h
32306 ____________________________________________________________________________
32307 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
32308         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
32309              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
32310              leakage patch.
32311      Branch: perl
32312            ! t/op/misc.t
32313 ____________________________________________________________________________
32314 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
32315         Log: Test case for #10433/#10424.
32316      Branch: perl
32317            ! t/op/misc.t
32318 ____________________________________________________________________________
32319 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
32320         Log: Subject: One fix for strtoul not setting errno
32321              From: hom00@utsglobal.com (Hal Morris)
32322              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
32323              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
32324      Branch: perl
32325            + uts/strtol_wrap.c
32326            ! MANIFEST hints/uts.sh
32327 ____________________________________________________________________________
32328 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
32329         Log: Metaconfig units changes for #10434.
32330      Branch: metaconfig
32331            ! U/modified/Cppsym.U
32332      Branch: metaconfig/U/perl
32333            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
32334            + d_syscallproto.U d_usleepproto.U
32335            ! longdblfio.U quadfio.U
32336 ____________________________________________________________________________
32337 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
32338         Log: Configure tweaks; add prototype probes, make the cpp symbols
32339              probe to cast, not whine; test for %Ld and %Lf before %lld and
32340              %llf because the L is the ANSI way.
32341      Branch: perl
32342            ! Configure config_h.SH configure.com epoc/config.sh
32343            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
32344            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
32345            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
32346 ____________________________________________________________________________
32347 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
32348         Log: Sigh.  This is what #10424 was supposed to check in.
32349      Branch: perl
32350            ! op.c sv.c sv.h
32351 ____________________________________________________________________________
32352 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
32353         Log: More verbose failure.
32354      Branch: perl
32355            ! t/op/ver.t
32356 ____________________________________________________________________________
32357 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
32358         Log: The .pm changes to go with #10428.
32359      Branch: perl
32360            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
32361            ! ext/Sys/Syslog/Syslog.pm
32362 ____________________________________________________________________________
32363 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
32364         Log: On second thoughts show to utf8 skippage message only
32365              on failures, it's too confusing otherwise,
32366      Branch: perl
32367            ! t/pragma/locale.t
32368 ____________________________________________________________________________
32369 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
32370         Log: Do not import anything from Encode.
32371      Branch: perl
32372            ! ext/MIME/Base64/QuotedPrint.pm
32373 ____________________________________________________________________________
32374 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
32375         Log: The #10402 didn't take.  Weird.
32376      Branch: perl
32377            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
32378            ! ext/Sys/Syslog/Syslog.xs
32379 ____________________________________________________________________________
32380 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
32381         Log: Eradicate traces of 'asciirange' re subpragma.
32382      Branch: perl
32383            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
32384            ! pod/perldiag.pod
32385 ____________________________________________________________________________
32386 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
32387         Log: use is a compile-time thing.
32388      Branch: perl
32389            ! ext/MIME/Base64/QuotedPrint.pm
32390 ____________________________________________________________________________
32391 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
32392         Log: Subject: [PATCH perl@10419] -Wall casting patch
32393              From: Robin Barker <rmb1@cise.npl.co.uk>
32394              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
32395              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
32396      Branch: perl
32397            ! ext/Devel/DProf/DProf.xs mg.c
32398 ____________________________________________________________________________
32399 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
32400         Log: Subject: [PATCH #2] introducing SVpad_TYPED
32401              From: Abhijit Menon-Sen <ams@wiw.org>
32402              Date: Mon, 4 Jun 2001 12:26:02 +0530
32403              Message-ID: <20010604122602.A5775@lustre.linux.in>
32404      Branch: perl
32405            ! op.c sv.c sv.h
32406 ____________________________________________________________________________
32407 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
32408         Log: testsuite for change#10192 (from Gisle Aas)
32409      Branch: perl
32410            + t/op/override.t
32411            ! MANIFEST
32412 ____________________________________________________________________________
32413 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
32414         Log: integrate changes#10414-10416 from mainline
32415              
32416              Potential buffer overrun if the radix separator is more than
32417              one byte.  Also, under locales, prefer the locale-specific
32418              separator over the old boring ".".
32419              
32420              "10.", that is, decimal numbers can have no decimal part at all.
32421              
32422              The non-locale places need love, too.
32423      Branch: maint-5.6/perl
32424           !> perl.h sv.c
32425 ____________________________________________________________________________
32426 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
32427         Log: Missed from #10420.
32428      Branch: perl
32429            ! epoc/config.sh
32430 ____________________________________________________________________________
32431 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
32432         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
32433              often this prototype goes with HAS_SETRESUID_PROTO.
32434      Branch: perl
32435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32436            ! config_h.SH configure.com perl.h uconfig.h
32437 ____________________________________________________________________________
32438 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
32439         Log: Update Changes.
32440      Branch: perl
32441            ! Changes patchlevel.h
32442 ____________________________________________________________________________
32443 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
32444         Log: -Wall "subscript has type `char'" cleanup.
32445      Branch: perl
32446            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
32447 ____________________________________________________________________________
32448 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
32449         Log: Various "cast to pointer from integer of different size"
32450              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
32451              wide but I32 (int) only 32 bits wide).
32452              
32453              WARNING: the classnum and tagnum changes in Storable.xs
32454              may not be wise, they may be breaking binary compatibility
32455              (in 64-bit platforms), asked Raphael Manfredi about the changes.
32456      Branch: perl
32457            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
32458            ! mg.c proto.h
32459 ____________________________________________________________________________
32460 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
32461         Log: The non-locale places need love, too.
32462      Branch: perl
32463            ! perl.h
32464 ____________________________________________________________________________
32465 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
32466         Log: "10.", that is, decimal numbers can have no decimal part at all.
32467      Branch: perl
32468            ! perl.h
32469 ____________________________________________________________________________
32470 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
32471         Log: Potential buffer overrun if the radix separator is more than
32472              one byte.  Also, under locales, prefer the locale-specific
32473              separator over the old boring ".".
32474      Branch: perl
32475            ! perl.h sv.c
32476 ____________________________________________________________________________
32477 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
32478         Log: Integrate change #10412 from maintperl; locale is now
32479              per-cop, not per-op; plus retweak the locale.t to always
32480              list the skipped utf8 locales.
32481      Branch: perl
32482            ! t/pragma/locale.t
32483           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
32484           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
32485 ____________________________________________________________________________
32486 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
32487         Log: rationalize locale handling to fix the bugs uncovered by change#10394
32488              
32489              the major issue was that the runtime was looking at PL_hints rather
32490              than op_private to notice whether locale was enabled
32491              
32492              the secondary issue was that many locale-sensitive numeric ops didn't
32493              have HINT_LOCALE propagated into their op_private
32494              
32495              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
32496              instead of per-op, just like HINT_BYTE and the hints for lexical
32497              warnings (this makes the hint available to every op via PL_curcop)
32498              
32499              pragma/locale.t may need to be reworked with these fixes in mind
32500              (it currently passes its tests)
32501      Branch: maint-5.6/perl
32502            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
32503            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
32504 ____________________________________________________________________________
32505 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
32506         Log: More verbose debugging.
32507      Branch: perl
32508            ! t/pragma/locale.t
32509 ____________________________________________________________________________
32510 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
32511         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
32512              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32513              Date: Sat, 2 Jun 2001 22:53:33 +0100
32514              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
32515      Branch: perl
32516            ! regcomp.c t/pragma/warn/regcomp
32517 ____________________________________________________________________________
32518 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
32519         Log: Mention that lexicalizing $a or $b is a bad idea if one
32520              wants to use sort().
32521      Branch: perl
32522            ! pod/perlvar.pod
32523 ____________________________________________________________________________
32524 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
32525         Log: Tweak the test to be happy if the accuracy is 'good enough'.
32526      Branch: perl
32527            ! t/lib/posix.t
32528 ____________________________________________________________________________
32529 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
32530         Log: Upgrade to Attribute::Handlers 0.70.
32531              
32532              NOTE: this unearthed the "too late for CHECK block" bug,
32533              that's why the 1_compile.t change.
32534      Branch: perl
32535            + lib/Attribute/Handlers/demo/Demo.pm
32536            + lib/Attribute/Handlers/demo/Descriptions.pm
32537            + lib/Attribute/Handlers/demo/MyClass.pm
32538            + lib/Attribute/Handlers/demo/demo.pl
32539            + lib/Attribute/Handlers/demo/demo2.pl
32540            + lib/Attribute/Handlers/demo/demo3.pl
32541            + lib/Attribute/Handlers/demo/demo4.pl
32542            + lib/Attribute/Handlers/demo/demo_call.pl
32543            + lib/Attribute/Handlers/demo/demo_chain.pl
32544            + lib/Attribute/Handlers/demo/demo_cycle.pl
32545            + lib/Attribute/Handlers/demo/demo_hashdir.pl
32546            + lib/Attribute/Handlers/demo/demo_phases.pl
32547            + lib/Attribute/Handlers/demo/demo_range.pl
32548            + lib/Attribute/Handlers/demo/demo_rawdata.pl
32549            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
32550            ! t/lib/attrhand.t
32551 ____________________________________________________________________________
32552 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
32553         Log: One less -Wall whine.
32554      Branch: perl
32555            ! regcomp.c
32556 ____________________________________________________________________________
32557 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
32558         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
32559      Branch: perl
32560           !> t/op/eval.t
32561 ____________________________________________________________________________
32562 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
32563         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
32564              aren't "normally" visible inside eval""s contained in subs unless
32565              a cloned reference to them already exists)
32566              
32567              strangely enough, t/harness didn't show this up as a failure
32568              (harness needs fixing?)
32569      Branch: maint-5.6/perl
32570            ! t/op/eval.t
32571 ____________________________________________________________________________
32572 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
32573         Log: Update to Text::Balanced 1.85.
32574      Branch: perl
32575            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
32576 ____________________________________________________________________________
32577 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
32578         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
32579              From: Nicholas Clark <nick@ccl4.org>
32580              Date: Sun, 3 Jun 2001 17:54:36 +0100
32581              Message-ID: <20010603175436.E76396@plum.flirble.org> 
32582      Branch: perl
32583            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
32584            ! ext/Sys/Syslog/Syslog.xs
32585 ____________________________________________________________________________
32586 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
32587         Log: Unused variables.
32588      Branch: perl
32589            ! util.c
32590 ____________________________________________________________________________
32591 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
32592         Log: Subject: [PATCH] APIfy op_clear 
32593              From: Simon Cozens <simon@netthink.co.uk>
32594              Date: Sun, 3 Jun 2001 13:51:46 +0100
32595              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
32596              
32597              (despite the subject line, op_null is APIfied by the patch)
32598      Branch: perl
32599            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32600 ____________________________________________________________________________
32601 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
32602         Log: Subject: [PATCH] t/lib/extutils.t
32603              From: Nicholas Clark <nick@ccl4.org>
32604              Date: Sat, 2 Jun 2001 23:57:05 +0100
32605              Message-ID: <20010602235705.Q12698@plum.flirble.org>
32606      Branch: perl
32607            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32608 ____________________________________________________________________________
32609 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
32610         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
32611              From: Prymmer/Kahn <pvhp@best.com>
32612              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
32613              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
32614      Branch: perl
32615            ! win32/Makefile win32/makefile.mk
32616 ____________________________________________________________________________
32617 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
32618         Log: Subject: Re: 'decimal digits' macro? 
32619              From: Hugo <hv@crypt.compulink.co.uk>
32620              Date: Sun, 03 Jun 2001 04:26:36 +0100
32621              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
32622      Branch: perl
32623            ! handy.h t/lib/posix.t t/op/tr.t
32624 ____________________________________________________________________________
32625 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
32626         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
32627              From: Hugo <hv@crypt.compulink.co.uk>
32628              Date: Sun, 03 Jun 2001 14:56:30 +0100
32629              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
32630      Branch: perl
32631            ! util.c
32632 ____________________________________________________________________________
32633 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
32634         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
32635      Branch: perl
32636           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
32637           !> vms/perly_c.vms
32638 ____________________________________________________________________________
32639 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
32640         Log: fix leakage of lexicals at file scope into subroutines that were
32641              declared before them; this appears to be a longstanding bug that
32642              meant that lexicals at file scope were never "deintroduced", meaning
32643              their scope range was never properly closed, and their visibility
32644              extended to all subsequent eval""s or requires
32645              
32646              added a test case
32647              
32648              seems to also fix a case of bogus duplicate warnings
32649      Branch: maint-5.6/perl
32650            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
32651            ! vms/perly_c.vms
32652 ____________________________________________________________________________
32653 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
32654         Log: More VMS tweaks from Craig A. Berry.
32655      Branch: perl
32656            ! configure.com t/lib/extutils.t
32657 ____________________________________________________________________________
32658 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
32659         Log: -Wall cleanup continues.
32660      Branch: perl
32661            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
32662            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
32663            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
32664            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
32665            ! run.c toke.c util.c
32666 ____________________________________________________________________________
32667 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
32668         Log: The metaconfig unit change for #10390.
32669      Branch: metaconfig/U/perl
32670            ! gccvers.U
32671 ____________________________________________________________________________
32672 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
32673         Log: Drop the -ansi from the default gcc flags.
32674              
32675              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
32676              that struct cannot be compared with a flat integer, such as STRLEN.
32677              The -ansi will also cause a lot of noise in Solaris because of:
32678              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
32679      Branch: perl
32680            ! Configure
32681 ____________________________________________________________________________
32682 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
32683         Log: Integrate perlio.
32684      Branch: perl
32685           !> pod/perlapi.pod util.c
32686 ____________________________________________________________________________
32687 [ 10388] By: nick                                  on 2001/06/02  08:01:12
32688         Log: Integrate mainline
32689      Branch: perlio
32690           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
32691           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
32692           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
32693           !> t/lib/1_compile.t t/lib/mimeqp.t
32694 ____________________________________________________________________________
32695 [ 10387] By: nick                                  on 2001/06/02  07:39:17
32696         Log: Tweak util.c's atof2 for MULTIPLICITY
32697      Branch: perlio
32698            ! util.c
32699 ____________________________________________________________________________
32700 [ 10386] By: nick                                  on 2001/06/02  07:38:33
32701         Log: Integrate mainline
32702      Branch: perlio
32703           !> (integrate 41 files)
32704 ____________________________________________________________________________
32705 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
32706         Log: Add Attribute::Handlers 0.61 from Damian Conway.
32707      Branch: perl
32708            + lib/Attribute/Handlers.pm t/lib/attrhand.t
32709            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
32710 ____________________________________________________________________________
32711 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
32712         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
32713              From: Peter Prymmer <pvhp@forte.com>
32714              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
32715              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
32716      Branch: perl
32717            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
32718 ____________________________________________________________________________
32719 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
32720         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
32721              From: Jeff Pinyan <jeffp@crusoe.net>
32722              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
32723              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
32724      Branch: perl
32725            ! lib/File/Find.pm
32726 ____________________________________________________________________________
32727 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
32728         Log: Subject: [PATCH perl@10381] configure.com tweaks
32729              From: "Craig A. Berry" <craigberry@mac.com>
32730              Date: Fri, 1 Jun 2001 13:55:43 -0500
32731              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
32732      Branch: perl
32733            ! configure.com
32734 ____________________________________________________________________________
32735 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
32736         Log: Update Changes.
32737      Branch: perl
32738            ! Changes patchlevel.h
32739 ____________________________________________________________________________
32740 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
32741         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
32742              From: Mike Guy <mjtg@cam.ac.uk>
32743              Date: Fri, 01 Jun 2001 18:17:02 +0100
32744              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
32745      Branch: perl
32746            ! lib/perl5db.pl
32747 ____________________________________________________________________________
32748 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
32749         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
32750              From: Hugo <hv@crypt.compulink.co.uk>
32751              Date: Thu, 31 May 2001 20:49:48 +0100
32752              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
32753      Branch: perl
32754            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
32755            ! util.c
32756 ____________________________________________________________________________
32757 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
32758         Log: Zero() is not available in x2p (or, rather, some of its
32759              implementations like memzero() might not be available.)
32760      Branch: perl
32761            ! x2p/hash.c
32762 ____________________________________________________________________________
32763 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
32764         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
32765              From: Michael G Schwern <schwern@pobox.com>
32766              Date: Fri, 1 Jun 2001 12:00:29 +0100
32767              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
32768              
32769              (But use Zero() instead of memset.)
32770      Branch: perl
32771            ! x2p/hash.c
32772 ____________________________________________________________________________
32773 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
32774         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
32775              From: Jeff Pinyan <jeffp@crusoe.net>
32776              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
32777              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
32778      Branch: perl
32779            ! pod/perldiag.pod regcomp.c t/op/pat.t
32780 ____________________________________________________________________________
32781 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
32782         Log: Retract #10324 and #10333; not needed.
32783      Branch: perl
32784            ! hints/irix_6.sh hints/linux.sh
32785 ____________________________________________________________________________
32786 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
32787         Log: The #10370 wasn't quite right.
32788      Branch: perl
32789            ! ext/XS/Typemap/Typemap.xs
32790 ____________________________________________________________________________
32791 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
32792         Log: The metaconfig units changes for #10372.
32793      Branch: metaconfig/U/perl
32794            + d_realpath.U d_sresgproto.U d_sresuproto.U
32795            ! gccvers.U i_db.U
32796 ____________________________________________________________________________
32797 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
32798         Log: Configure tweaks; record the Berkeley DB version,
32799              probe for realpath(), for setresuid() and setresgid()
32800              prototypes; use realpath() (try to be paranoid enough),
32801              use the setres[ug]id prototypes because glibc has the functions
32802              but not their prototypes; add -Wall -ansi to gcc ccflags;
32803              regen toc.
32804      Branch: perl
32805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32806            ! config_h.SH configure.com epoc/config.sh
32807            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
32808            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
32809            ! vos/config.ga.def win32/config.bc win32/config.gc
32810            ! win32/config.vc
32811 ____________________________________________________________________________
32812 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
32813         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
32814              From: Michael G Schwern <schwern@pobox.com>
32815              Date: Fri, 1 Jun 2001 11:28:14 +0100
32816              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
32817      Branch: perl
32818            ! lib/attributes.pm xsutils.c
32819 ____________________________________________________________________________
32820 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
32821         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
32822              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32823              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
32824              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
32825      Branch: perl
32826            ! ext/XS/Typemap/Typemap.xs
32827 ____________________________________________________________________________
32828 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
32829         Log: Subject: [patch] Cwd.xs optimizations/abstraction
32830              From: Doug MacEachern <dougm@covalent.net>
32831              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
32832              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
32833      Branch: perl
32834            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
32835            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
32836 ____________________________________________________________________________
32837 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
32838         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!])
32839              From: Nicholas Clark <nick@ccl4.org>
32840              Date: Thu, 31 May 2001 23:56:40 +0100
32841              Message-ID: <20010531235640.F12698@plum.flirble.org>
32842              
32843              Make the test work also under only static extensions
32844              (sh Configure -Uusedl fakes this nicely)
32845      Branch: perl
32846            ! t/lib/extutils.t
32847 ____________________________________________________________________________
32848 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
32849         Log: Subject: [PATCH hv.c] Eliminating trigraph
32850              From: Michael G Schwern <schwern@pobox.com>
32851              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
32852              Date: Fri, 1 Jun 2001 11:49:56 +0100
32853      Branch: perl
32854            ! hv.c
32855 ____________________________________________________________________________
32856 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
32857         Log: Subject: Re: [PATCH] Tests for File::Compare 
32858              From: "Philip Newton" <Philip.Newton@gmx.net>
32859              Date: Thu, 31 May 2001 19:44:05 +0200
32860              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
32861              
32862              Unnecessary "quotation marks".
32863      Branch: perl
32864            ! t/lib/filecomp.t
32865 ____________________________________________________________________________
32866 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
32867         Log: Integrate perlio.
32868      Branch: perl
32869           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
32870 ____________________________________________________________________________
32871 [ 10364] By: nick                                  on 2001/06/01  10:13:31
32872         Log: Cleanup dll.base and dll.exp created by GCC builds.
32873      Branch: perlio
32874            ! lib/ExtUtils/MM_Win32.pm
32875 ____________________________________________________________________________
32876 [ 10363] By: nick                                  on 2001/06/01  10:02:17
32877         Log: Make filecomp test work on CRLF platforms by adding binmode.
32878      Branch: perlio
32879            ! t/lib/filecomp.t
32880 ____________________________________________________________________________
32881 [ 10362] By: nick                                  on 2001/06/01  08:37:17
32882         Log: Integrate mainline
32883      Branch: perlio
32884           !> Changes Configure patchlevel.h perlio.c
32885 ____________________________________________________________________________
32886 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
32887         Log: panic:claustrophobia.
32888      Branch: perl
32889            ! perlio.c
32890 ____________________________________________________________________________
32891 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
32892         Log: Update Changes.
32893      Branch: perl
32894            ! Changes patchlevel.h
32895 ____________________________________________________________________________
32896 [ 10359] By: nick                                  on 2001/05/31  12:35:50
32897         Log: Integrate mainline.
32898      Branch: perlio
32899           +> t/lib/filecomp.t
32900           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
32901           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
32902 ____________________________________________________________________________
32903 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
32904         Log: Integrate perlio.
32905      Branch: perl
32906           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
32907           !> win32/config_H.vc
32908 ____________________________________________________________________________
32909 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
32910         Log: Metaconfig unit change for #10356.
32911      Branch: metaconfig
32912            ! U/installdirs/inc_version_list.U
32913 ____________________________________________________________________________
32914 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
32915         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
32916              (idea from Sarathy; implementation from Andy)
32917      Branch: perl
32918            ! Configure
32919 ____________________________________________________________________________
32920 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
32921         Log: More AUTHORS.
32922      Branch: perl
32923            ! AUTHORS
32924 ____________________________________________________________________________
32925 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
32926         Log: Subject: Re: [PATCH] Tests for File::Compare
32927              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
32928              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
32929              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
32930      Branch: perl
32931            + t/lib/filecomp.t
32932            ! MANIFEST t/lib/1_compile.t
32933 ____________________________________________________________________________
32934 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
32935         Log: Subject: [PATCH] DEBUG_* macro cleanups
32936              From: Abhijit Menon-Sen <ams@wiw.org>
32937              Date: Thu, 31 May 2001 12:16:22 +0530
32938              Message-ID: <20010531121622.B4829@lustre.linux.in>
32939              
32940              Subject: Re: [PATCH] DEBUG_* macro cleanups
32941              From: Abhijit Menon-Sen <ams@wiw.org>
32942              Date: Thu, 31 May 2001 13:57:01 +0530
32943              Message-ID: <20010531135701.A21775@lustre.linux.in>
32944              
32945              (The DEBUG_ definitions in perl.h changed to use the
32946              STMT_START and STMT_END.)
32947      Branch: perl
32948            ! perl.h pp_ctl.c sv.c toke.c
32949 ____________________________________________________________________________
32950 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
32951         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
32952              From: Abhijit Menon-Sen <ams@wiw.org>
32953              Date: Thu, 31 May 2001 08:27:55 +0530
32954              Message-ID: <20010531082755.A10018@lustre.linux.in>
32955      Branch: perl
32956            ! ext/Storable/Storable.xs gv.c perl.c
32957 ____________________________________________________________________________
32958 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
32959         Log: Subject: [PATCH] AUTHORS
32960              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32961              Date: Thu, 31 May 2001 01:27:59 -0500
32962              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
32963              
32964              Subject: Re: [PATCH] AUTHORS
32965              From: "Philip Newton" <Philip.Newton@gmx.net>
32966              Date: Thu, 31 May 2001 10:08:06 +0200
32967              (Message-Id missing?)
32968      Branch: perl
32969            ! AUTHORS
32970 ____________________________________________________________________________
32971 [ 10350] By: nick                                  on 2001/05/31  11:40:43
32972         Log: win32 - dmake regen_config_h
32973      Branch: perlio
32974            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32975 ____________________________________________________________________________
32976 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
32977         Log: Subject: Re: [PATCH util.c] More warning cleanups.
32978              From: "Philip Newton" <Philip.Newton@gmx.net>
32979              Date: Thu, 31 May 2001 07:41:36 +0200
32980              Message-Id: <200105310538.IAA25458@taku.hut.fi>
32981              
32982              Undo C++-ism that snekt in.
32983      Branch: perl
32984            ! util.c
32985 ____________________________________________________________________________
32986 [ 10348] By: nick                                  on 2001/05/31  11:36:46
32987         Log: Tolerate Win32 numerics
32988      Branch: perlio
32989            ! t/pragma/warn/toke
32990 ____________________________________________________________________________
32991 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
32992         Log: Integrate perlio.
32993      Branch: perl
32994           !> perlio.c win32/win32.h
32995 ____________________________________________________________________________
32996 [ 10346] By: nick                                  on 2001/05/31  10:54:55
32997         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
32998              perlio.c change 10255.
32999      Branch: perlio
33000            ! perlio.c
33001 ____________________________________________________________________________
33002 [ 10345] By: nick                                  on 2001/05/31  10:01:57
33003         Log: Conditionally put back some "unused" dTHX which are used
33004              with PERL_IMPLICIT_SYS
33005      Branch: perlio
33006            ! perlio.c
33007 ____________________________________________________________________________
33008 [ 10344] By: nick                                  on 2001/05/31  10:00:59
33009         Log: Fix Win32 for new spelling IN_BYTES 
33010      Branch: perlio
33011            ! win32/win32.h
33012 ____________________________________________________________________________
33013 [ 10343] By: nick                                  on 2001/05/31  08:01:32
33014         Log: perlio.c -Wall cleaner under MULTIPLICITY
33015              - still minor noise with linux stdio
33016      Branch: perlio
33017            ! perlio.c
33018 ____________________________________________________________________________
33019 [ 10342] By: nick                                  on 2001/05/31  07:52:23
33020         Log: Integrate mainline.
33021      Branch: perlio
33022           !> (integrate 42 files)
33023 ____________________________________________________________________________
33024 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
33025         Log: AUTHORS updates.
33026      Branch: perl
33027            ! AUTHORS
33028 ____________________________________________________________________________
33029 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
33030         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
33031              From: Peter Prymmer <pvhp@forte.com>
33032              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
33033              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
33034      Branch: perl
33035            ! t/lib/md5-file.t
33036 ____________________________________________________________________________
33037 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
33038         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
33039              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
33040              to match the pragma name; various robustness cleanups.
33041      Branch: perl
33042            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
33043            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
33044 ____________________________________________________________________________
33045 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
33046         Log: More -Wall sweeping.
33047      Branch: perl
33048            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
33049            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
33050            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
33051            ! regcomp.c sv.c toke.c utf8.c
33052 ____________________________________________________________________________
33053 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
33054         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
33055              From: Nicholas Clark <nick@ccl4.org>
33056              Date: Wed, 30 May 2001 22:34:41 +0100
33057              Message-ID: <20010530223441.Y86445@plum.flirble.org>
33058      Branch: perl
33059            ! t/op/cmp.t
33060 ____________________________________________________________________________
33061 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
33062         Log: It's is not, it isn't ain't, and it's it's, not its,
33063              if you mean it is. If you don't, it's its. Then too,
33064              it's hers. It isn't her's. It isn't our's either.
33065              It's ours, and likewise yours and theirs.
33066              -- Oxford University Press, Edpress News
33067      Branch: perl
33068            ! lib/autouse.pm
33069 ____________________________________________________________________________
33070 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
33071         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
33072      Branch: perl
33073            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
33074            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
33075            ! x2p/str.c x2p/walk.c xsutils.c
33076 ____________________________________________________________________________
33077 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
33078         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
33079              From: Michael G Schwern <schwern@pobox.com>
33080              Date: Wed, 30 May 2001 17:10:38 +0100
33081              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
33082              
33083              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
33084              From: Abhijit Menon-Sen <ams@wiw.org>
33085              Date: Wed, 30 May 2001 23:16:13 +0530
33086              Message-ID: <20010530231613.A31933@lustre.linux.in>
33087      Branch: perl
33088            ! perl.c t/run/runenv.t
33089 ____________________________________________________________________________
33090 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
33091         Log: (Retracted by #10375.)
33092              
33093              IRIX hints patch from Merijn Broeren.
33094              
33095              TODO: (this and the earlier Linux hints patch) should be solved
33096              at Configure level.  Merijn: -ldb should not be used on any platform
33097              for perl, just when linking DBFile itself. Trying to be helpful here
33098              is counterproductive.
33099      Branch: perl
33100            ! hints/irix_6.sh
33101 ____________________________________________________________________________
33102 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
33103         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
33104              From: Nicholas Clark <nick@ccl4.org>
33105              Date: Wed, 30 May 2001 23:20:58 +0100
33106              Message-ID: <20010530232058.B86445@plum.flirble.org>
33107      Branch: perl
33108            ! doop.c
33109 ____________________________________________________________________________
33110 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
33111         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
33112              From: Michael G Schwern <schwern@pobox.com> 
33113              Date: Wed, 30 May 2001 15:24:20 +0100
33114              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
33115      Branch: perl
33116            ! t/pragma/autouse.t
33117 ____________________________________________________________________________
33118 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
33119         Log: The regex trick wasn't a good idea.
33120      Branch: perl
33121            ! pod/perlfaq4.pod
33122 ____________________________________________________________________________
33123 [ 10329] By: nick                                  on 2001/05/30  18:34:35
33124         Log: Integrate mainline
33125      Branch: perlio
33126           !> (integrate 40 files)
33127 ____________________________________________________________________________
33128 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
33129         Log: Update Changes.
33130      Branch: perl
33131            ! Changes patchlevel.h
33132 ____________________________________________________________________________
33133 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
33134         Log: The metaconfig unit change for #10325.
33135      Branch: metaconfig
33136            + U/modified/afs.U
33137 ____________________________________________________________________________
33138 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
33139         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
33140              is now wrong.
33141      Branch: perl
33142            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
33143 ____________________________________________________________________________
33144 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
33145         Log: Introduce $Config{afsroot}.
33146      Branch: perl
33147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33148            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
33149            ! win32/config.gc win32/config.vc
33150 ____________________________________________________________________________
33151 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
33152         Log: (Retracted by #10375.)
33153              
33154              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
33155      Branch: perl
33156            ! hints/linux.sh
33157 ____________________________________________________________________________
33158 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
33159         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
33160              (Also Configure tweaks needed; coming up soon.)
33161      Branch: perl
33162            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
33163 ____________________________________________________________________________
33164 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
33165         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
33166              From: Michael G Schwern <schwern@pobox.com>
33167              Date: Sun, 27 May 2001 10:29:43 +0100
33168              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
33169      Branch: perl
33170            ! lib/perl5db.pl
33171 ____________________________________________________________________________
33172 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
33173         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
33174              and Abhijit Menon-Sen.
33175      Branch: perl
33176            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
33177            ! perl.c pp_sys.c regcomp.c
33178 ____________________________________________________________________________
33179 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
33180         Log: Fix the BOOT section to call myU2time properly.
33181      Branch: perl
33182            ! ext/Time/HiRes/HiRes.xs
33183 ____________________________________________________________________________
33184 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
33185         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
33186              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
33187              Date: Wed, 30 May 2001 09:44:29 -0400
33188              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
33189              
33190              Detypo; plus add one more trick.
33191      Branch: perl
33192            ! pod/perlfaq4.pod
33193 ____________________________________________________________________________
33194 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
33195         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)
33196              From: Michael G Schwern <schwern@pobox.com>
33197              Date: Wed, 30 May 2001 14:39:06 +0100
33198              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
33199      Branch: perl
33200            ! lib/autouse.pm t/pragma/autouse.t
33201 ____________________________________________________________________________
33202 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
33203         Log: Subject: Re: AIX and gcc (moving targets)
33204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33205              Date: Wed, 30 May 2001 15:25:08 +0200
33206              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
33207      Branch: perl
33208            ! ext/Time/HiRes/HiRes.xs
33209 ____________________________________________________________________________
33210 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
33211         Log: Subject: [PATCH t/TEST] sorting tests
33212              From: Michael G Schwern <schwern@pobox.com>
33213              Date: Wed, 30 May 2001 10:24:02 +0100
33214              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
33215      Branch: perl
33216            ! t/TEST
33217 ____________________________________________________________________________
33218 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
33219         Log: Subject: [ID 20010529.002] typos in man page perlre
33220              From: bart@cg681574-a.adubn1.nj.home.com 
33221              Date: Tue, 29 May 2001 13:58:59 -0500
33222              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
33223      Branch: perl
33224            ! pod/perlre.pod
33225 ____________________________________________________________________________
33226 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
33227         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
33228              From: "Craig A. Berry" <craigberry@mac.com>
33229              Date: Tue, 29 May 2001 23:23:45 -0500
33230              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
33231      Branch: perl
33232            ! t/lib/extutils.t t/pragma/autouse.t
33233 ____________________________________________________________________________
33234 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
33235         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)
33236              From: David Dyck <dcd@tc.fluke.com>
33237              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
33238              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
33239      Branch: perl
33240            ! t/lib/filefind.t
33241 ____________________________________________________________________________
33242 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
33243         Log: AIX hints update for gcc from Merijn H. Brand.
33244      Branch: perl
33245            ! hints/aix.sh
33246 ____________________________________________________________________________
33247 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
33248         Log: Retract #10295 and #10296: a more generic solution
33249              is needed (there's something funny with gcc on AIX).
33250      Branch: perl
33251            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
33252 ____________________________________________________________________________
33253 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
33254         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
33255              From: Hugo <hv@crypt.compulink.co.uk>
33256              Date: Wed, 30 May 2001 11:59:19 +0100
33257              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
33258              
33259              localizing $@ has unfortunate semantics - if you die past
33260              a local $@, the die message is lost.
33261      Branch: perl
33262            ! lib/utf8_heavy.pl
33263 ____________________________________________________________________________
33264 [ 10309] By: nick                                  on 2001/05/30  08:23:02
33265         Log: Integrate mainline (autouse works again.)
33266      Branch: perlio
33267           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
33268           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
33269           !> pod/perlvar.pod t/op/cmp.t
33270 ____________________________________________________________________________
33271 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
33272         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
33273              From: David Dyck <dcd@tc.fluke.com>
33274              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
33275              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
33276      Branch: perl
33277            ! lib/File/Find.pm
33278 ____________________________________________________________________________
33279 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
33280         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
33281              From: Nicholas Clark <nick@ccl4.org>
33282              Date: Tue, 29 May 2001 23:16:09 +0100
33283              Message-ID: <20010529231609.U86445@plum.flirble.org>
33284              
33285              Make the test output slightly clearer by distinguishing
33286              between '' and undef.
33287      Branch: perl
33288            ! t/op/cmp.t
33289 ____________________________________________________________________________
33290 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
33291         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
33292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33293              Date: Tue, 29 May 2001 19:15:19 -0400
33294              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
33295      Branch: perl
33296            ! hints/os2.sh
33297 ____________________________________________________________________________
33298 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
33299         Log: Subject: perlvar.pod addition
33300              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
33301              Date: Fri, 25 May 2001 20:23:12 +0200
33302              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
33303              
33304              Subject: Re: perlvar.pod addition
33305              From: "Abigail" <abigail@foad.org> 
33306              Date: Fri, 25 May 2001 22:00:39 +0200
33307              Message-ID: <20010525200039.28029.qmail@foad.org>
33308              
33309              Mention $a and $b in perlvar.
33310      Branch: perl
33311            ! pod/perlvar.pod
33312 ____________________________________________________________________________
33313 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
33314         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
33315              From: Jeff Pinyan <jeffp@crusoe.net>
33316              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
33317              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
33318      Branch: perl
33319            ! pod/perlvar.pod
33320 ____________________________________________________________________________
33321 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
33322         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
33323              From: Jeff Pinyan <jeffp@crusoe.net>
33324              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
33325              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
33326      Branch: perl
33327            ! pod/perlfaq6.pod
33328 ____________________________________________________________________________
33329 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
33330         Log: Mention Time::localtime and Time::gmtime.
33331      Branch: perl
33332            ! ext/Time/Piece/Piece.pm
33333 ____________________________________________________________________________
33334 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
33335         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
33336              From: Michael G Schwern <schwern@pobox.com>
33337              Date: Tue, 29 May 2001 18:51:32 +0100
33338              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
33339      Branch: perl
33340            ! pod/perlfaq4.pod
33341 ____________________________________________________________________________
33342 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
33343         Log: Retract #10243.
33344      Branch: perl
33345            ! lib/autouse.pm
33346 ____________________________________________________________________________
33347 [ 10299] By: nick                                  on 2001/05/29  18:41:19
33348         Log: Post weekend integrate mainline (fails one test pragma/autouse).
33349      Branch: perlio
33350           +> (branch 29 files)
33351           !> (integrate 91 files)
33352 ____________________________________________________________________________
33353 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
33354         Log: Update Changes.
33355      Branch: perl
33356            ! Changes patchlevel.h
33357 ____________________________________________________________________________
33358 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
33359         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
33360              before Perl_load_module/Perl_call_method and restore the value
33361              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
33362      Branch: perl
33363            ! utf8.c
33364 ____________________________________________________________________________
33365 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
33366         Log: Subject: Re: AIX and gcc (moving targets)
33367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33368              Date: Tue, 29 May 2001 17:59:40 +0200
33369              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
33370      Branch: perl
33371            ! ext/Storable/Makefile.PL
33372 ____________________________________________________________________________
33373 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
33374         Log: Subject: Re: AIX and gcc (moving targets)
33375              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33376              Date: Tue, 29 May 2001 12:32:57 +0200
33377              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
33378      Branch: perl
33379            ! ext/POSIX/Makefile.PL
33380 ____________________________________________________________________________
33381 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
33382         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
33383              From: Michael G Schwern <schwern@pobox.com>
33384              Date: Tue, 29 May 2001 09:53:29 +0100
33385              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
33386              
33387              (#10280 retracted)
33388      Branch: perl
33389            ! lib/Test/Harness.pm t/lib/test-harness.t
33390 ____________________________________________________________________________
33391 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
33392         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
33393              From: Michael G Schwern <schwern@pobox.com>
33394              Date: Tue, 29 May 2001 09:19:52 +0100
33395              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
33396      Branch: perl
33397            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
33398            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
33399            + t/lib/Test/todo.t
33400            ! MANIFEST lib/Test.pm t/TEST
33401 ____________________________________________________________________________
33402 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
33403         Log: From: Michael G Schwern <schwern@pobox.com>
33404              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
33405              Date: Tue, 29 May 2001 08:26:09 +0100
33406              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
33407      Branch: perl
33408            ! t/TEST
33409 ____________________________________________________________________________
33410 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
33411         Log: Add tests for Time::gmtime and Time::localtime.
33412      Branch: perl
33413            + t/lib/time-gmtime.t t/lib/time-localtime.t
33414            ! MANIFEST t/lib/1_compile.t
33415 ____________________________________________________________________________
33416 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
33417         Log: Add test for File::stat.
33418      Branch: perl
33419            + t/lib/filestat.t
33420            ! MANIFEST t/lib/1_compile.t
33421 ____________________________________________________________________________
33422 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
33423         Log: Add test for Net::servent.
33424      Branch: perl
33425            + t/lib/net-sent.t
33426            ! MANIFEST t/lib/1_compile.t
33427 ____________________________________________________________________________
33428 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
33429         Log: Add test for Net::protoent.
33430      Branch: perl
33431            + t/lib/net-pent.t
33432            ! MANIFEST t/lib/1_compile.t
33433 ____________________________________________________________________________
33434 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
33435         Log: Add test for Net::netent.
33436      Branch: perl
33437            + t/lib/net-nent.t
33438            ! MANIFEST t/lib/1_compile.t
33439 ____________________________________________________________________________
33440 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
33441         Log: Add test for User::grent.  Portability doubtful.
33442      Branch: perl
33443            + t/lib/user-grent.t
33444            ! MANIFEST t/lib/1_compile.t
33445 ____________________________________________________________________________
33446 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
33447         Log: Add test for User::pwent.
33448              Probably will fall down somewhere for portability reasons.
33449      Branch: perl
33450            + t/lib/user-pwent.t
33451            ! MANIFEST t/lib/1_compile.t
33452 ____________________________________________________________________________
33453 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
33454         Log: Metaconfig units changes for #10283.
33455      Branch: metaconfig
33456            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
33457            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
33458            ! U/installdirs/sitescript.U U/modified/Signal.U
33459 ____________________________________________________________________________
33460 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
33461         Log: Subject: [PATCH 5.6.1] signal names in Configure
33462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33463              Date: Tue, 29 May 2001 03:52:25 -0400
33464              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
33465              
33466              Subject: [PATCH 5.6.1] older perl in Configure
33467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33468              Date: Tue, 29 May 2001 03:55:40 -0400
33469              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
33470              
33471              Subject: [PATCH 5.6.1] goofs in Configure
33472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33473              Date: Tue, 29 May 2001 04:13:07 -0400
33474              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
33475              
33476              Configure portability tweaks.
33477      Branch: perl
33478            ! Configure
33479 ____________________________________________________________________________
33480 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
33481         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
33482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33483              Date: Tue, 29 May 2001 04:07:06 -0400
33484              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
33485      Branch: perl
33486            ! os2/os2.c
33487 ____________________________________________________________________________
33488 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
33489         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
33490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33491              Date: Tue, 29 May 2001 04:01:38 -0400
33492              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
33493      Branch: perl
33494            ! hints/os2.sh os2/Makefile.SHs
33495 ____________________________________________________________________________
33496 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
33497         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
33498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33499              Date: Tue, 29 May 2001 03:50:18 -0400
33500              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
33501      Branch: perl
33502            ! lib/Test/Harness.pm
33503 ____________________________________________________________________________
33504 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
33505         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
33506      Branch: perl
33507            ! lib/utf8_heavy.pl
33508 ____________________________________________________________________________
33509 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
33510         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
33511              From: Hugo <hv@crypt.compulink.co.uk>
33512              Date: Tue, 29 May 2001 03:03:45 +0100
33513              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
33514              
33515              Explanation why the $@ always gets the UTF8 flag when under use utf8--
33516              because we told it to have the flag when under use utf8.
33517      Branch: perl
33518            ! pp_ctl.c
33519 ____________________________________________________________________________
33520 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
33521         Log: At least a partial fix for 20010528.004.
33522      Branch: perl
33523            ! lib/utf8_heavy.pl
33524 ____________________________________________________________________________
33525 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
33526         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
33527              From: Nicholas Clark <nick@ccl4.org> 
33528              Date: Mon, 28 May 2001 23:39:38 +0100
33529              Message-ID: <20010528233938.M86445@plum.flirble.org>
33530              
33531              More portable non-zero UV.
33532      Branch: perl
33533            ! t/lib/extutils.t
33534 ____________________________________________________________________________
33535 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
33536         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
33537              From: Nicholas Clark <nick@ccl4.org>
33538              Date: Mon, 28 May 2001 22:46:09 +0100
33539              Message-ID: <20010528224608.L86445@plum.flirble.org>
33540              
33541              Test also "make clean".
33542      Branch: perl
33543            ! t/lib/extutils.t
33544 ____________________________________________________________________________
33545 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
33546         Log: Subject: Re: Would -Wno-unused -Wall be better?
33547              From: Michael G Schwern <schwern@pobox.com>
33548              Date: Tue, 29 May 2001 00:55:54 +0100
33549              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
33550      Branch: perl
33551            ! pp.h
33552 ____________________________________________________________________________
33553 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
33554         Log: Add a test for 20010528.007, fixed in #10272.
33555      Branch: perl
33556            ! t/op/misc.t toke.c
33557 ____________________________________________________________________________
33558 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
33559         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
33560              From: Hugo <hv@crypt.compulink.co.uk>
33561              Date: Tue, 29 May 2001 00:23:23 +0100
33562              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
33563      Branch: perl
33564            ! toke.c
33565 ____________________________________________________________________________
33566 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
33567         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
33568              From: Michael G Schwern <schwern@pobox.com>
33569              Date: Tue, 29 May 2001 00:42:59 +0100
33570              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
33571      Branch: perl
33572            ! t/pragma/autouse.t
33573 ____________________________________________________________________________
33574 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
33575         Log: Some shells seemingly arrange the signal handlers differently
33576              (bug id 20010521.004).
33577      Branch: perl
33578            ! t/lib/sigaction.t
33579 ____________________________________________________________________________
33580 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
33581         Log: Regen perlmodlib.
33582      Branch: perl
33583            ! pod/perlmodlib.pod
33584 ____________________________________________________________________________
33585 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
33586         Log: Update Changes.
33587      Branch: perl
33588            ! Changes patchlevel.h
33589 ____________________________________________________________________________
33590 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
33591         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
33592              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33593              Date: Mon, 28 May 2001 14:56:35 -0500
33594              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
33595      Branch: perl
33596            ! pod/perlnewmod.pod
33597 ____________________________________________________________________________
33598 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
33599         Log: Regen toc.
33600      Branch: perl
33601            ! pod/perltoc.pod
33602 ____________________________________________________________________________
33603 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
33604         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
33605              From: "Richard Soderberg" <rs@crystalflame.net>
33606              Date: Mon, 28 May 2001 12:31:23 -0700
33607              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
33608      Branch: perl
33609            ! t/op/splice.t
33610 ____________________________________________________________________________
33611 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
33612         Log: The #10260 was too bold: locales and utf8 still do not mix.
33613      Branch: perl
33614            ! t/pragma/locale.t
33615 ____________________________________________________________________________
33616 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
33617         Log: Subject: [PATCH] Pod nitpicks
33618              From: "Richard Soderberg" <rs@crystalflame.net>
33619              Date: Mon, 28 May 2001 10:08:58 -0700
33620              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
33621      Branch: perl
33622            ! pod/perl571delta.pod pod/perlapi.pod sv.h
33623 ____________________________________________________________________________
33624 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
33625         Log: Upgrade to I18N::LangTags 0.22.
33626      Branch: perl
33627            + lib/I18N/LangTags/List.pod
33628            ! MANIFEST lib/I18N/LangTags.pm
33629 ____________________________________________________________________________
33630 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
33631         Log: A slightly more serious bug found by -Mutf8; op/misc and
33632              lib/complex dumped core.
33633      Branch: perl
33634            ! regexec.c
33635 ____________________________________________________________________________
33636 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
33637         Log: Various buglets shaken out by -Mutf8.
33638      Branch: perl
33639            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
33640            ! t/pragma/locale.t
33641 ____________________________________________________________________________
33642 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
33643         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
33644      Branch: perl
33645            ! t/lib/carp.t
33646 ____________________________________________________________________________
33647 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
33648         Log: Subject: [PATCH] todo patch
33649              From: Artur Bergman <artur@contiller.se> 
33650              Date: Mon, 28 May 2001 17:03:51 +0200
33651              Message-ID: <B7383577.F34%artur@contiller.se>
33652      Branch: perl
33653            ! pod/perltodo.pod
33654 ____________________________________________________________________________
33655 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
33656         Log: Subject: typo in perlguts.pod
33657              From: "John P. Linderman" <jpl@research.att.com>
33658              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
33659              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
33660      Branch: perl
33661            ! pod/perlguts.pod
33662 ____________________________________________________________________________
33663 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
33664         Log: Subject: AIX and gcc (moving targets)
33665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33666              Date: Mon, 28 May 2001 12:54:04 +0200
33667              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
33668      Branch: perl
33669            ! hints/aix.sh
33670 ____________________________________________________________________________
33671 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
33672         Log: Subject: Re: perlio + multiple perl_alloc..destruct
33673              From: Doug MacEachern <dougm@covalent.net>
33674              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
33675              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
33676      Branch: perl
33677            ! perlio.c
33678 ____________________________________________________________________________
33679 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
33680         Log: The #10251 wasn't quite up-to-the-code.
33681      Branch: perl
33682            ! t/op/misc.t
33683 ____________________________________________________________________________
33684 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
33685         Log: Test case for bug 20010526.004, fixed in #10252.
33686      Branch: perl
33687            ! t/op/taint.t
33688 ____________________________________________________________________________
33689 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
33690         Log: Subject: Re: [ID 20010526.004] Taint looses value
33691              From: Hugo <hv@crypt.compulink.co.uk>
33692              Date: Sun, 27 May 2001 20:39:32 +0100
33693              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
33694      Branch: perl
33695            ! sv.c
33696 ____________________________________________________________________________
33697 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
33698         Log: Test case for 20010422.005, fixed by #10250.
33699      Branch: perl
33700            ! t/op/misc.t
33701 ____________________________________________________________________________
33702 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
33703         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
33704              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33705              Date: Mon, 28 May 2001 06:39:12 -0400
33706              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
33707      Branch: perl
33708            ! toke.c
33709 ____________________________________________________________________________
33710 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
33711         Log: Linerewrapping.
33712      Branch: perl
33713            ! lib/open.pm
33714 ____________________________________________________________________________
33715 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
33716         Log: Updates on the modules list.
33717      Branch: perl
33718            ! t/lib/1_compile.t
33719 ____________________________________________________________________________
33720 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
33721         Log: Add a test for PerlIO.
33722              
33723              (I probably got the crlf/raw thing wrong for clrfy platforms...)
33724      Branch: perl
33725            + t/lib/perlio.t
33726            ! MANIFEST lib/PerlIO.pm
33727 ____________________________________________________________________________
33728 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
33729         Log: Add a test for carp et alia.
33730      Branch: perl
33731            + t/lib/carp.t
33732            ! MANIFEST
33733 ____________________________________________________________________________
33734 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
33735         Log: Adding the new test would be swell.
33736      Branch: perl
33737            + t/pragma/autouse.t
33738 ____________________________________________________________________________
33739 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
33740         Log: Add a test for the autouse pragma.
33741      Branch: perl
33742            ! MANIFEST
33743 ____________________________________________________________________________
33744 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
33745         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
33746              From: dLux <dlux@spam.sch.bme.hu>
33747              Date: Sun, 27 May 2001 16:14:26 +0200
33748              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
33749      Branch: perl
33750            ! lib/autouse.pm
33751 ____________________________________________________________________________
33752 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
33753         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
33754              From: "Richard Soderberg" <rs@crystalflame.net>
33755              Date: Mon, 28 May 2001 03:56:36 -0700
33756              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
33757      Branch: perl
33758            ! utils/dprofpp.PL
33759 ____________________________________________________________________________
33760 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
33761         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
33762              From: "Stephen P. Potter" <spp@spotter.yi.org>
33763              Date: Tue, 22 May 2001 11:40:25 -0400
33764              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
33765              
33766              Subject: Re: [ID 20010522.003] Time::Local module bug
33767              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
33768              Date: Tue, 22 May 2001 11:50:19 -0400
33769              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
33770      Branch: perl
33771            ! lib/Time/Local.pm
33772 ____________________________________________________________________________
33773 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
33774         Log: The PERL_DL_NONLAZY can have whitespace in front.
33775      Branch: perl
33776            ! t/lib/extutils.t
33777 ____________________________________________________________________________
33778 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
33779         Log: Document strftime() and strptime().
33780      Branch: perl
33781            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
33782 ____________________________________________________________________________
33783 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
33784         Log: Make Time::Piece::strptime() to be a function, not a method.
33785      Branch: perl
33786            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33787 ____________________________________________________________________________
33788 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
33789         Log: Tweak the test to be more portable.
33790      Branch: perl
33791            ! t/lib/extutils.t
33792 ____________________________________________________________________________
33793 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
33794         Log: Subject: PATCH: Re: Re: Attributes that tie
33795              From: Leon Brocard <acme@astray.com>
33796              Date: Sun, 27 May 2001 12:37:29 +0100
33797              Message-ID: <20010527123729.A22663@ns0.astray.com>
33798              
33799              Document that variable attributes are not currently usable
33800              for tieing.  (An ugly limitation that should be fixed.)
33801      Branch: perl
33802            ! lib/attributes.pm
33803 ____________________________________________________________________________
33804 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
33805         Log: Microperl tweaks.
33806      Branch: perl
33807            ! Makefile.micro uconfig.h uconfig.sh
33808 ____________________________________________________________________________
33809 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
33810         Log: Add make target for microperl (kind of silly, but convenient).
33811      Branch: perl
33812            ! Makefile.SH
33813 ____________________________________________________________________________
33814 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
33815         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
33816              for microperl.)
33817      Branch: perl
33818            ! doio.c
33819 ____________________________________________________________________________
33820 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
33821         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
33822              From: rspier@pobox.com (Robert Spier)
33823              Date: Sat, 26 May 2001 20:05:23 -0400
33824              Message-ID: <15120.17603.148648.12430@rls.cx>
33825              
33826              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
33827              From: rspier@pobox.com (Robert Spier)
33828              Date: Sun, 27 May 2001 00:23:12 -0400
33829              Message-ID: <15120.33072.511966.767230@rls.cx>
33830      Branch: perl
33831            ! doio.c pod/perlfunc.pod
33832 ____________________________________________________________________________
33833 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
33834         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
33835      Branch: perl
33836            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33837 ____________________________________________________________________________
33838 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
33839         Log: Add README.tru64.
33840      Branch: perl
33841            + README.tru64
33842 ____________________________________________________________________________
33843 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
33844         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
33845      Branch: perl
33846            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33847            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
33848            ! MANIFEST
33849 ____________________________________________________________________________
33850 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
33851         Log: Integrate I18N::LangTags from Sean Burke.
33852              
33853              TODO: the language list from RFC 3066 needs to be integrated
33854              and made available somehow.  The list is included in the
33855              I18N-LangTags 0.21 distribution, but it is undocumented
33856              and unconnected to the module.
33857      Branch: perl
33858            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
33859            ! MANIFEST
33860 ____________________________________________________________________________
33861 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
33862         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
33863              envisioned by Sarathy.
33864      Branch: perl
33865            ! t/op/ver.t toke.c
33866 ____________________________________________________________________________
33867 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
33868         Log: Subject: [ID 20010525.001] Pod typo nits fixed
33869              From: lvirden@cas.org
33870              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
33871              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
33872              
33873              minus the perlsolaris decimation plus the
33874              
33875              Subject: Re: [ID 20010525.001] Pod typo nits fixed
33876              From: "Philip Newton" <Philip.Newton@gmx.net>
33877              Date: Fri, 25 May 2001 18:05:55 +0200
33878              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
33879      Branch: perl
33880            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
33881            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
33882            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
33883            ! pod/perlutil.pod pod/perlxstut.pod
33884 ____________________________________________________________________________
33885 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
33886         Log: return clauses are nice.
33887      Branch: perl
33888            ! sv.c
33889 ____________________________________________________________________________
33890 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
33891         Log: Subject: change 10199 backwards?
33892              From: Doug MacEachern <dougm@covalent.net>
33893              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
33894              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
33895      Branch: perl
33896            ! sv.c
33897 ____________________________________________________________________________
33898 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
33899         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
33900              From: Hugo <hv@crypt.compulink.co.uk>
33901              Date: Sat, 26 May 2001 17:05:12 +0100
33902              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
33903      Branch: perl
33904            + t/op/gmagic.t
33905            ! MANIFEST doop.c embed.h embed.pl global.sym
33906            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
33907            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
33908 ____________________________________________________________________________
33909 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
33910         Log: Regen headers for #10221.
33911      Branch: perl
33912            ! global.sym objXSUB.h perlapi.c
33913 ____________________________________________________________________________
33914 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
33915         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
33916              From: Juha Laiho <juha.laiho@Elma.Net>
33917              Date: Thu, 3 May 2001 09:51:30 +0300
33918              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
33919      Branch: perl
33920            ! embed.pl
33921 ____________________________________________________________________________
33922 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
33923         Log: Subject: Re: [PATCH] Re: stability of sort()?
33924              From: "John P. Linderman" <jpl@research.att.com>
33925              Date: Sat, 26 May 2001 13:27:19 -0400
33926              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
33927      Branch: perl
33928            ! pod/perlfunc.pod
33929 ____________________________________________________________________________
33930 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
33931         Log: Integrate perlio.
33932      Branch: perl
33933           !> pod/perlguts.pod
33934 ____________________________________________________________________________
33935 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
33936         Log: Subject: [PATCH perl@10210] PerlIO for VMS
33937              From: "Craig A. Berry" <craigberry@mac.com>
33938              Date: Sat, 26 May 2001 09:34:11 -0500
33939              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
33940      Branch: perl
33941            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
33942            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
33943            ! vms/vmsish.h
33944 ____________________________________________________________________________
33945 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
33946         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
33947              From: David Dyck <dcd@tc.fluke.com>
33948              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
33949              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
33950      Branch: perl
33951            ! lib/perl5db.pl
33952 ____________________________________________________________________________
33953 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
33954         Log: Subject: utf8 regexp tests
33955              From: Hugo <hv@crypt.compulink.co.uk>
33956              Date: Fri, 25 May 2001 22:35:01 +0100
33957              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
33958      Branch: perl
33959            ! t/op/regexp.t
33960 ____________________________________________________________________________
33961 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
33962         Log: Subject: [PATCH] Re: stability of sort()?
33963              From: Nicholas Clark <nick@ccl4.org>
33964              Date: Fri, 25 May 2001 22:40:19 +0100
33965              Message-ID: <20010525224019.B86445@plum.flirble.org>
33966      Branch: perl
33967            ! pod/perlfunc.pod
33968 ____________________________________________________________________________
33969 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
33970         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
33971              From: John Peacock <jpeacock@rowman.com>
33972              Date: Thu, 24 May 2001 22:14:01 -0400
33973              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
33974      Branch: perl
33975            ! mg.c scope.c sv.c
33976 ____________________________________________________________________________
33977 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
33978         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
33979              From: Nicholas Clark <nick@ccl4.org>
33980              Date: Sun, 20 May 2001 19:24:13 +0100
33981              Message-ID: <20010520192413.G83222@plum.flirble.org>
33982      Branch: perl
33983            + lib/ExtUtils/Constant.pm t/lib/extutils.t
33984            ! MANIFEST utils/h2xs.PL
33985 ____________________________________________________________________________
33986 [ 10212] By: nick                                  on 2001/05/26  09:49:28
33987         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
33988              add a few more notes there on use of mortals on the stack.
33989      Branch: perlio
33990            ! pod/perlguts.pod
33991 ____________________________________________________________________________
33992 [ 10211] By: nick                                  on 2001/05/26  09:05:36
33993         Log: Integrate mainline
33994      Branch: perlio
33995           +> t/lib/fcntl.t t/pragma/vars.t
33996           !> (integrate 49 files)
33997 ____________________________________________________________________________
33998 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
33999         Log: Update Changes.
34000      Branch: perl
34001            ! Changes patchlevel.h
34002 ____________________________________________________________________________
34003 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
34004         Log: Based on
34005              
34006              Subject: [PATCH pp.c] Wrapping pack("C",256)
34007              From: Simon Cozens <simon@netthink.co.uk>
34008              Date: Sat, 12 May 2001 17:58:41 +0100
34009              Message-ID: <20010512175841.A6132@netthink.co.uk>
34010      Branch: perl
34011            ! pod/perldiag.pod pp.c t/pragma/warn/pp
34012 ____________________________________________________________________________
34013 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
34014         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
34015              From: "Brendan O'Dea" <bod@compusol.com.au>
34016              Date: Fri, 25 May 2001 11:18:29 +1000
34017              Message-ID: <20010525111829.A28411@compusol.com.au>
34018              
34019              (Slightly modified.)
34020      Branch: perl
34021            ! lib/Term/Cap.pm
34022 ____________________________________________________________________________
34023 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
34024         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
34025              From: Hugo <hv@crypt.compulink.co.uk>
34026              Date: Fri, 25 May 2001 02:13:25 +0100
34027              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
34028      Branch: perl
34029            ! t/op/misc.t
34030 ____________________________________________________________________________
34031 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
34032         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
34033              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
34034              Date: Fri, 25 May 2001 10:25:36 +0900
34035              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
34036      Branch: perl
34037            ! regcomp.c regexec.c
34038 ____________________________________________________________________________
34039 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
34040         Log: Subject: [PATCH #2] stash autovivification and method call error messages
34041              From: Ilmari Karonen <iltzu@sci.fi>
34042              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
34043              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
34044      Branch: perl
34045            ! gv.c pp_hot.c t/op/method.t
34046 ____________________________________________________________________________
34047 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
34048         Log: Add make target and documentation for gprof profiling.
34049      Branch: perl
34050            ! Makefile.SH pod/perlhack.pod
34051 ____________________________________________________________________________
34052 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
34053         Log: Subject: Don't think about UTF8 
34054              From: Mike Guy <mjtg@cam.ac.uk> 
34055              Date: Tue, 22 May 2001 14:35:39 +0100
34056              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
34057      Branch: perl
34058            ! sv.h
34059 ____________________________________________________________________________
34060 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
34061         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
34062              From: Geraint A Edwards <gedge@serf.org> 
34063              Date: Thu, 24 May 2001 22:51:24 +0100
34064              Message-Id: <20010524225124.A34981@cymru.serf.org>
34065      Branch: perl
34066            ! x2p/find2perl.PL
34067 ____________________________________________________________________________
34068 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
34069         Log: DB_File has its own attribute story.
34070      Branch: perl
34071            ! ext/DB_File/DB_File.xs
34072 ____________________________________________________________________________
34073 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
34074         Log: Subject: Re: Making perl with -Wall
34075              From: Andy Dougherty <doughera@lafayette.edu>
34076              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
34077              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
34078      Branch: perl
34079            ! perl.h
34080 ____________________________________________________________________________
34081 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
34082         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
34083              From: "Richard Soderberg" <rs@crystalflame.net>
34084              Date: Thu, 24 May 2001 08:58:16 -0700
34085              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
34086      Branch: perl
34087            ! sv.c
34088 ____________________________________________________________________________
34089 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
34090         Log: IV/UV casting fixes from Nicholas Clark.
34091      Branch: perl
34092            ! perl.h pp_sys.c util.c
34093 ____________________________________________________________________________
34094 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
34095         Log: Subject: Re: Making perl with -Wall
34096              From: Michael G Schwern <schwern@pobox.com>
34097              Date: Thu, 24 May 2001 15:40:28 +0100
34098              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
34099      Branch: perl
34100            ! malloc.c perl.h
34101 ____________________________________________________________________________
34102 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
34103         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
34104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34105              Date: Tue, 22 May 2001 11:49:37 +0200
34106              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
34107      Branch: metaconfig
34108            ! U/modified/Oldsym.U
34109      Branch: metaconfig/U/perl
34110            ! patchlevel.U
34111      Branch: perl
34112            ! Configure config_h.SH myconfig.SH
34113 ____________________________________________________________________________
34114 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
34115         Log: Under versiononly install also the scripts with the version suffix.
34116              (e.g. .../bin/h2xs5.7.1)
34117      Branch: perl
34118            ! installperl
34119 ____________________________________________________________________________
34120 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
34121         Log: Subject: [PATCH] Stop segfault in mg.c:636
34122              From: "Richard Soderberg" <rs@crystalflame.net>
34123              Date: Thu, 24 May 2001 05:51:52 -0700
34124              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
34125      Branch: perl
34126            ! mg.c
34127 ____________________________________________________________________________
34128 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
34129         Log: Iteration continues; hopefully convergently.
34130      Branch: perl
34131            ! t/lib/b-stash.t
34132 ____________________________________________________________________________
34133 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
34134         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
34135              From: Gisle Aas <gisle@ActiveState.com>
34136              Date: 23 May 2001 16:13:10 -0700
34137              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
34138      Branch: perl
34139            ! op.c toke.c
34140 ____________________________________________________________________________
34141 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
34142         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
34143              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34144              Date: Thu, 24 May 2001 05:05:22 -0500
34145              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
34146      Branch: perl
34147            ! lib/dumpvar.pl lib/perl5db.pl
34148 ____________________________________________________________________________
34149 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
34150         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
34151              From: David Dyck <dcd@tc.fluke.com>
34152              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
34153              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
34154      Branch: perl
34155            ! lib/perl5db.pl
34156 ____________________________________________________________________________
34157 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
34158         Log: Tiny pod nits on READMEs, mostly whitespace issues.
34159      Branch: perl
34160            ! README.amiga README.dos README.macos README.mpeix README.vmesa
34161            ! README.win32
34162 ____________________________________________________________________________
34163 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
34164         Log: The DG/UX part of the 20010521.005.
34165      Branch: perl
34166            ! README.dgux
34167 ____________________________________________________________________________
34168 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
34169         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
34170              From: Hugo <hv@crypt.compulink.co.uk>
34171              Date: Mon, 21 May 2001 16:32:02 +0100
34172              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
34173      Branch: perl
34174            ! regcomp.c t/op/misc.t
34175 ____________________________________________________________________________
34176 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
34177         Log: Subject: [PATCH] Extra UNIVERSAL tests
34178              From: Mike Guy <mjtg@cam.ac.uk>
34179              Date: Wed, 23 May 2001 12:29:20 +0100
34180              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
34181      Branch: perl
34182            ! t/op/universal.t
34183 ____________________________________________________________________________
34184 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
34185         Log: Subject: [PATCH] Remove EQ keyword
34186              From: Mike Guy <mjtg@cam.ac.uk>
34187              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
34188              Date: Wed, 23 May 2001 11:17:29 +0100
34189      Branch: perl
34190            ! keywords.h keywords.pl
34191 ____________________________________________________________________________
34192 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
34193         Log: Subject: [PATCH] lib/perl5db.pl
34194              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34195              Date: Wed, 23 May 2001 02:18:03 -0500
34196              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
34197      Branch: perl
34198            ! lib/perl5db.pl
34199 ____________________________________________________________________________
34200 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
34201         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
34202              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34203              Date: Tue, 22 May 2001 23:34:41 -0500
34204              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
34205      Branch: perl
34206            ! lib/Term/Cap.pm
34207 ____________________________________________________________________________
34208 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
34209         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
34210              From: davem@fdgroup.co.uk
34211              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
34212              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
34213      Branch: perl
34214            ! emacs/e2ctags.pl
34215 ____________________________________________________________________________
34216 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
34217         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
34218              From: Michael G Schwern <schwern@pobox.com>
34219              Date: Tue, 22 May 2001 14:15:09 +0100
34220              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
34221      Branch: perl
34222            ! lib/vars.pm
34223 ____________________________________________________________________________
34224 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
34225         Log: Subject: [PATCH lib/vars.pm] Odd code nit
34226              From: Michael G Schwern <schwern@pobox.com>
34227              Date: Tue, 22 May 2001 14:14:28 +0100
34228              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
34229      Branch: perl
34230            ! lib/vars.pm
34231 ____________________________________________________________________________
34232 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
34233         Log: Use the new use vars feature.
34234      Branch: perl
34235            ! t/lib/b-stash.t
34236 ____________________________________________________________________________
34237 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
34238         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
34239              From: Mike Guy <mjtg@cam.ac.uk>
34240              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34241              Date: Tue, 22 May 2001 13:11:39 +0100
34242      Branch: perl
34243            + t/pragma/vars.t
34244            ! MANIFEST lib/vars.pm t/lib/1_compile.t
34245 ____________________________________________________________________________
34246 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
34247         Log: -qlongdouble considered harmful by Merijn.
34248      Branch: perl
34249            ! hints/aix.sh
34250 ____________________________________________________________________________
34251 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
34252         Log: Update Changes.
34253      Branch: perl
34254            ! Changes patchlevel.h
34255 ____________________________________________________________________________
34256 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
34257         Log: Add a test of its very own for Fcntl.  Hopefully portable.
34258      Branch: perl
34259            + t/lib/fcntl.t
34260            ! MANIFEST
34261 ____________________________________________________________________________
34262 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
34263         Log: Must be trickier for 'minitest' not to die.
34264      Branch: perl
34265            ! t/op/taint.t
34266 ____________________________________________________________________________
34267 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
34268         Log: Can't declare other people's variables.
34269      Branch: perl
34270            ! t/lib/b-stash.t
34271 ____________________________________________________________________________
34272 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
34273         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
34274      Branch: perl
34275            ! doio.c t/op/taint.t
34276 ____________________________________________________________________________
34277 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
34278         Log: The OS/2 variable needs to be declared.
34279      Branch: perl
34280            ! t/lib/b-stash.t
34281 ____________________________________________________________________________
34282 [ 10170] By: nick                                  on 2001/05/20  16:48:29
34283         Log: Integrate mainline
34284      Branch: perlio
34285           !> (integrate 41 files)
34286 ____________________________________________________________________________
34287 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
34288         Log: Small perlsec updates: clarify the taintedness of filename
34289              globbing; suggest using Scalar::Util::tainted().
34290      Branch: perl
34291            ! pod/perlsec.pod
34292 ____________________________________________________________________________
34293 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
34294         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
34295              From: Dave Mitchell <davem@fdgroup.co.uk>
34296              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
34297              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
34298      Branch: perl
34299            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
34300            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
34301            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
34302            ! xsutils.c
34303 ____________________________________________________________________________
34304 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
34305         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
34306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34307              Date: Sat, 19 May 2001 04:08:46 -0400
34308              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
34309      Branch: perl
34310            ! lib/ExtUtils/Mksymlists.pm makedef.pl
34311 ____________________________________________________________________________
34312 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
34313         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
34314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34315              Date: Sat, 19 May 2001 04:30:45 -0400
34316              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
34317      Branch: perl
34318            ! os2/os2.c
34319 ____________________________________________________________________________
34320 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
34321         Log: Subject: [PATCH 5.6.1] build bugs OS/2
34322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34323              Date: Sat, 19 May 2001 04:35:28 -0400
34324              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
34325      Branch: perl
34326            ! os2/Makefile.SHs os2/os2.c
34327 ____________________________________________________________________________
34328 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
34329         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
34330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34331              Date: Sat, 19 May 2001 04:04:23 -0400
34332              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
34333              
34334              (In bleadperl patched b-stash.t instead of b.t)
34335      Branch: perl
34336            ! t/lib/b-stash.t t/lib/bigfltpm.t
34337 ____________________________________________________________________________
34338 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
34339         Log: Subject: [PATCH 5.6.1] perl5db
34340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34341              Date: Sat, 19 May 2001 03:49:09 -0400
34342              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
34343      Branch: perl
34344            ! lib/perl5db.pl
34345 ____________________________________________________________________________
34346 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
34347         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
34348              From: Gisle Aas <gisle@ActiveState.com>
34349              Date: 18 May 2001 14:24:51 -0700
34350              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
34351      Branch: perl
34352            ! pp_ctl.c
34353 ____________________________________________________________________________
34354 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
34355         Log: Subject: [PATCH] Chomp should not always stringify
34356              From: Gisle Aas <gisle@ActiveState.com>
34357              Date: 18 May 2001 07:55:25 -0700
34358              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
34359      Branch: perl
34360            ! doop.c t/op/chop.t
34361 ____________________________________________________________________________
34362 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
34363         Log: Integrate perlio.
34364      Branch: perl
34365           !> pod/perlfunc.pod
34366 ____________________________________________________________________________
34367 [ 10159] By: nick                                  on 2001/05/20  09:39:46
34368         Log: Document some more of open's features.
34369      Branch: perlio
34370            ! pod/perlfunc.pod
34371 ____________________________________________________________________________
34372 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
34373         Log: back out change#10153 (it has compatibility issues such as the
34374              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
34375              benefit for 5.6.x doesn't seem worth the risk)
34376      Branch: maint-5.6/perl
34377            ! toke.c
34378 ____________________________________________________________________________
34379 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
34380         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
34381      Branch: perl
34382            ! x2p/s2p.PL
34383 ____________________________________________________________________________
34384 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
34385         Log: Update Changes.
34386      Branch: perl
34387            ! Changes patchlevel.h
34388 ____________________________________________________________________________
34389 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
34390         Log: Integrate change #10144 from maintperl.
34391              
34392              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
34393      Branch: perl
34394           !> win32/config.bc win32/config.gc win32/config.vc
34395           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34396 ____________________________________________________________________________
34397 [ 10154] By: nick                                  on 2001/05/18  07:23:03
34398         Log: Integrate mainline.
34399      Branch: perlio
34400           +> README.dgux t/lib/i18n-collate.t utils.lst
34401           !> (integrate 49 files)
34402 ____________________________________________________________________________
34403 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
34404         Log: Integrate change #7224 from mainline into maintperl.
34405              
34406              Allow @+ and @- to be doublequoted, from Simon Cozens. 
34407              (Approved by Larry, see Tom's comment in 20000830.005.)
34408      Branch: maint-5.6/perl
34409           !> toke.c
34410 ____________________________________________________________________________
34411 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
34412         Log: Subject: [PATCH bleadperl] small lookbehind fix
34413              From: Hugo <hv@crypt.compulink.co.uk>
34414              Date: Fri, 18 May 2001 00:07:19 +0100
34415              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
34416      Branch: perl
34417            ! regexec.c
34418 ____________________________________________________________________________
34419 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
34420         Log: Detypos.
34421      Branch: perl
34422            ! installman utils.lst
34423 ____________________________________________________________________________
34424 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
34425         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
34426              in 20001222.001.
34427      Branch: perl
34428            ! t/lib/glob-basic.t
34429 ____________________________________________________________________________
34430 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
34431         Log: Subject: [PATCH] Test for bug 20010515.004
34432              From: Benjamin Sugars <bsugars@canoe.ca>
34433              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
34434              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
34435      Branch: perl
34436            ! t/op/misc.t
34437 ____________________________________________________________________________
34438 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
34439         Log: Integrate #10145 from maintperl.
34440              
34441              fix for ID 20010515.004 (needs test)
34442      Branch: perl
34443           !> pp_hot.c
34444 ____________________________________________________________________________
34445 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
34446         Log: Thinko noticed by Doug MacEachern.
34447      Branch: perl
34448            ! thread.h
34449 ____________________________________________________________________________
34450 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
34451         Log: Subject: Re: [PATCH] HERE mark in regex
34452              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34453              Date: Thu, 17 May 2001 12:20:33 -0400
34454              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
34455      Branch: perl
34456            ! t/op/re_tests
34457 ____________________________________________________________________________
34458 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
34459         Log: fix for ID 20010515.004 (needs test)
34460      Branch: maint-5.6/perl
34461            ! pp_hot.c
34462 ____________________________________________________________________________
34463 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
34464         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
34465      Branch: maint-5.6/perl
34466            ! win32/config.bc win32/config.gc win32/config.vc
34467            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34468 ____________________________________________________________________________
34469 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
34470         Log: Macrofy the getspecific (and use it also in util.c)
34471      Branch: perl
34472            ! thread.h util.c
34473 ____________________________________________________________________________
34474 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
34475         Log: Use the unchecked thread-specific key fetch also in Tru64.
34476      Branch: perl
34477            ! thread.h
34478 ____________________________________________________________________________
34479 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
34480         Log: Subject: [PATCH 5.6.1]Quick thread speedup
34481              From: Dan Sugalski <dan@sidhe.org> 
34482              Date: Wed, 16 May 2001 18:05:19 -0400
34483              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
34484      Branch: perl
34485            ! thread.h util.c
34486 ____________________________________________________________________________
34487 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
34488         Log: I think this is quite enough testing for a deprecated feature.
34489      Branch: perl
34490            + t/lib/i18n-collate.t
34491            ! MANIFEST t/lib/1_compile.t
34492 ____________________________________________________________________________
34493 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
34494         Log: More HP-UX lore from Jeff Okamoto.
34495      Branch: perl
34496            ! README.hpux
34497 ____________________________________________________________________________
34498 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
34499         Log: Sort utils.lst for easier maintenance.
34500      Branch: perl
34501            ! utils.lst
34502 ____________________________________________________________________________
34503 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
34504         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34505              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34506              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
34507              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
34508              
34509              Add pod2latex to utils.lst.
34510      Branch: perl
34511            ! MANIFEST utils.lst
34512 ____________________________________________________________________________
34513 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
34514         Log: Subject: Re: [PATCH] HERE mark in regex
34515              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34516              Date: Wed, 16 May 2001 13:04:43 -0400
34517              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
34518      Branch: perl
34519            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
34520            ! t/op/regmesg.t t/pragma/warn/regcomp
34521 ____________________________________________________________________________
34522 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
34523         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34524              From: Simon Cozens <simon@netthink.co.uk>
34525              Date: Wed, 16 May 2001 18:02:08 +0100
34526              Message-ID: <20010516180208.A6458@netthink.co.uk>
34527      Branch: perl
34528            ! installman utils.lst
34529 ____________________________________________________________________________
34530 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
34531         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
34532              From: "Philip Newton" <pnewton@gmx.de>
34533              Date: Tue, 15 May 2001 15:09:30 +0200
34534              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
34535              
34536              Test case for #10128.
34537      Branch: perl
34538            ! t/pragma/warn/pp_hot
34539 ____________________________________________________________________________
34540 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
34541         Log: Update Changes.
34542      Branch: perl
34543            ! Changes patchlevel.h
34544 ____________________________________________________________________________
34545 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
34546         Log: Deprecate pseudo-hashes.
34547      Branch: perl
34548            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
34549 ____________________________________________________________________________
34550 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
34551         Log: HP-UX hints update from Merijn.
34552      Branch: perl
34553            ! hints/hpux.sh
34554 ____________________________________________________________________________
34555 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
34556         Log: README.hpux update from Merijn.
34557      Branch: perl
34558            ! README.hpux
34559 ____________________________________________________________________________
34560 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
34561         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34562              From: Simon Cozens <simon@netthink.co.uk>
34563              Date: Wed, 16 May 2001 15:57:55 +0100
34564              Message-ID: <20010516155755.A4728@netthink.co.uk>
34565      Branch: perl
34566            + utils.lst
34567            ! MANIFEST installman installperl
34568 ____________________________________________________________________________
34569 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
34570         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
34571              From: "Philip Newton" <pnewton@gmx.de>
34572              Date: Tue, 15 May 2001 16:31:05 +0200
34573              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
34574              
34575              Fix PERL_Y2KWARN test to check before rather than after appending.
34576      Branch: perl
34577            ! pp_hot.c
34578 ____________________________________________________________________________
34579 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
34580         Log: Regen Porting stuff.
34581      Branch: perl
34582            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34583            ! config_h.SH
34584 ____________________________________________________________________________
34585 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
34586         Log: Metaconfig unit change for #10125.
34587      Branch: metaconfig
34588            ! U/modified/Oldconfig.U
34589 ____________________________________________________________________________
34590 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
34591         Log: Use OSVERS.
34592      Branch: perl
34593            ! Configure config_h.SH perl.c
34594 ____________________________________________________________________________
34595 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
34596         Log: Regen toc.
34597      Branch: perl
34598            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34599 ____________________________________________________________________________
34600 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
34601         Log: Adding the README.dgux to the MANIFEST would be a good idea.
34602      Branch: perl
34603            ! MANIFEST
34604 ____________________________________________________________________________
34605 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
34606         Log: Move the stack desire definition to thread.h.
34607      Branch: perl
34608            ! ext/Thread/Thread.xs thread.h
34609 ____________________________________________________________________________
34610 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
34611         Log: DG-UX threading patches, including a README.dgux,
34612              from Takis Psarogiannakopoulos.
34613      Branch: perl
34614            + README.dgux
34615            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
34616 ____________________________________________________________________________
34617 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
34618         Log: Subject: [PATCH B::Deparse] More on /x regexes
34619              From: Robin Houston <robin@kitsite.com>
34620              Date: Tue, 15 May 2001 19:09:35 +0100
34621              Message-ID: <20010515190935.A27268@penderel>
34622      Branch: perl
34623            ! ext/B/B/Deparse.pm
34624 ____________________________________________________________________________
34625 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
34626         Log: Document that the core time() may be rounding rather
34627              than truncating, would have saved at least my confusion.
34628      Branch: perl
34629            ! ext/Time/HiRes/HiRes.pm
34630 ____________________________________________________________________________
34631 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
34632         Log: Subject: perl-current/t/time-hires.t
34633              From: John Peacock <jpeacock@rowman.com>
34634              Date: Fri, 11 May 2001 14:09:41 -0400
34635              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
34636      Branch: perl
34637            ! t/lib/time-hires.t
34638 ____________________________________________________________________________
34639 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
34640         Log: Subject: [PATCH dump.c] Op private flags
34641              From: Simon Cozens <simon@netthink.co.uk>
34642              Date: Sun, 13 May 2001 20:20:36 +0100
34643              Message-ID: <20010513202036.A21896@netthink.co.uk>
34644      Branch: perl
34645            ! dump.c
34646 ____________________________________________________________________________
34647 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
34648         Log: Upgrade to Switch 2.03.
34649      Branch: perl
34650            ! lib/Switch.pm
34651 ____________________________________________________________________________
34652 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
34653         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
34654              to PERL_CONFIG_SH and use it consistently.
34655      Branch: maint-5.6/perl
34656           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
34657           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
34658           !> myconfig.SH writemain.SH
34659 ____________________________________________________________________________
34660 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
34661         Log: Metaconfig units changes for #10113.
34662      Branch: metaconfig
34663            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
34664 ____________________________________________________________________________
34665 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
34666         Log: The problem described in 20010514.031 still wasn't
34667              fully cured, there were remnants of $CONFIG when
34668              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
34669              to avoid future conflicts.
34670      Branch: perl
34671            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
34672            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
34673            ! myconfig.SH writemain.SH
34674 ____________________________________________________________________________
34675 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
34676         Log: Half of #10107 got lost.
34677      Branch: perl
34678            ! ext/B/B/Deparse.pm
34679 ____________________________________________________________________________
34680 [ 10111] By: nick                                  on 2001/05/15  08:39:14
34681         Log: Integrate mainline.
34682      Branch: perlio
34683           +> ext/POSIX/hints/uts.pl
34684            - Todo Todo-5.6 t/camel-III/vstring.t
34685           !> (integrate 48 files)
34686 ____________________________________________________________________________
34687 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
34688         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
34689              From: Robin Houston <robin@kitsite.com>
34690              Date: Mon, 14 May 2001 22:27:08 +0100
34691              Message-ID: <20010514222708.A22963@penderel>
34692      Branch: perl
34693            ! t/TestInit.pm
34694 ____________________________________________________________________________
34695 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
34696         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
34697              From: Robin Houston <robin@kitsite.com>
34698              Date: Mon, 14 May 2001 22:16:43 +0100
34699              Message-ID: <20010514221643.A22437@penderel>
34700      Branch: perl
34701            ! ext/B/B/Deparse.pm
34702 ____________________________________________________________________________
34703 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
34704         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
34705              From: Robin Houston <robin@kitsite.com>
34706              Date: Mon, 14 May 2001 22:03:44 +0100
34707              Message-ID: <20010514220344.A20643@penderel>
34708      Branch: perl
34709            ! ext/B/B/Deparse.pm
34710 ____________________________________________________________________________
34711 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
34712         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
34713              From: Robin Houston <robin@kitsite.com>
34714              Date: Mon, 14 May 2001 22:10:07 +0100
34715              Message-ID: <20010514221007.A21118@penderel>
34716      Branch: perl
34717            ! ext/B/B/Deparse.pm
34718 ____________________________________________________________________________
34719 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
34720         Log: Fix for 20010514.037; substr() didn't invalidate the locale
34721              collation magic.
34722      Branch: perl
34723            ! pp.c
34724 ____________________________________________________________________________
34725 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
34726         Log: Update Changes.
34727      Branch: perl
34728            ! Changes patchlevel.h
34729 ____________________________________________________________________________
34730 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
34731         Log: Retract #10094.
34732      Branch: perl
34733            ! lib/Pod/Text.pm
34734 ____________________________________________________________________________
34735 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
34736         Log: Integrate change #10100 from maintperl.
34737              
34738              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
34739              bug ID 20010514.027)
34740      Branch: perl
34741           !> mg.c pp_ctl.c
34742 ____________________________________________________________________________
34743 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
34744         Log: Document the deprecatedness of suidperl.
34745      Branch: perl
34746            ! INSTALL pod/perlfaq1.pod
34747 ____________________________________________________________________________
34748 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
34749         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
34750              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34751              Date: Mon, 14 May 2001 09:38:59 -0400
34752              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
34753      Branch: perl
34754            ! lib/ExtUtils/MM_Unix.pm
34755 ____________________________________________________________________________
34756 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
34757         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
34758              bug ID 20010514.027)
34759              
34760              TODO: this needs a testsuite addition
34761      Branch: maint-5.6/perl
34762            ! mg.c pp_ctl.c
34763 ____________________________________________________________________________
34764 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
34765         Log: More DWIMminess for Class::Struct: calling the array or hash
34766              accessors only with one argument, an array or a hash reference,
34767              sets the underlying array or hash.  This mirrors nicely also
34768              the usage in the constructor.
34769              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
34770      Branch: perl
34771            ! lib/Class/Struct.pm t/lib/class-struct.t
34772 ____________________________________________________________________________
34773 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
34774         Log: Reference cmp'ing should go through the whole stringification
34775              process shebang, as pointed out by Sarathy in #10091.
34776      Branch: perl
34777            ! pp.c
34778 ____________________________________________________________________________
34779 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
34780         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
34781              From: Simon Cozens <simon@netthink.co.uk>
34782              Date: Sat, 12 May 2001 16:36:27 +0100
34783              Message-ID: <20010512163627.A5522@netthink.co.uk>
34784              
34785              with some additions salvaged from Todo and Todo-5.6 before
34786              retiring them.
34787      Branch: perl
34788            - Todo Todo-5.6
34789            ! MANIFEST pod/perltodo.pod
34790 ____________________________________________________________________________
34791 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
34792         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
34793              From: "Golubev I. N." <gin@mo.msk.ru>
34794              Date: Mon, 07 May 2001 14:33:34 (GMT)
34795              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
34796      Branch: perl
34797            ! perl.h
34798 ____________________________________________________________________________
34799 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
34800         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
34801              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
34802              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
34803              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
34804      Branch: perl
34805            ! lib/ExtUtils/MM_Unix.pm
34806 ____________________________________________________________________________
34807 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
34808         Log: (Retracted by #10104.)
34809              
34810              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
34811              From: barries <barries@slaysys.com>
34812              Date: Sat, 12 May 2001 01:28:10 -0400
34813              Message-ID: <20010512012810.B26358@jester.slaysys.com>
34814      Branch: perl
34815            ! lib/Pod/Text.pm
34816 ____________________________________________________________________________
34817 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
34818         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
34819              From: Mike Guy <mjtg@cam.ac.uk>
34820              Date: Sat, 12 May 2001 19:24:33 +0100
34821              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
34822      Branch: perl
34823            ! lib/AutoSplit.pm
34824 ____________________________________________________________________________
34825 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
34826         Log: Yet another HP-UX hints tweak from Merijn.
34827      Branch: perl
34828            ! hints/hpux.sh
34829 ____________________________________________________________________________
34830 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
34831         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
34832              isn't defined (changes#9366,9368,9370 from mainline without the
34833              pp_scmp() change)
34834      Branch: maint-5.6/perl
34835            ! pp.c pp.h pp_hot.c
34836 ____________________________________________________________________________
34837 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
34838         Log: The sorting seems to happen now automatically.
34839      Branch: perl
34840            ! t/lib/glob-basic.t
34841 ____________________________________________________________________________
34842 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
34843         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
34844              From: Benjamin Sugars <bsugars@canoe.ca>
34845              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
34846              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
34847      Branch: perl
34848            ! pod/perlfunc.pod
34849 ____________________________________________________________________________
34850 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
34851         Log: Subject: Re: undef(&foo) does not work for XS functions
34852              From: Doug MacEachern <dougm@covalent.net>
34853              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
34854              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
34855      Branch: perl
34856            ! op.c
34857 ____________________________________________________________________________
34858 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
34859         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
34860              From: Peter Prymmer <pvhp@forte.com>
34861              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
34862              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
34863      Branch: perl
34864            ! t/op/append.t
34865 ____________________________________________________________________________
34866 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
34867         Log: Update Changes.
34868      Branch: perl
34869            ! Changes patchlevel.h
34870 ____________________________________________________________________________
34871 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
34872         Log: Remove the 'asciir' re subpragma.  Should instead implement
34873              the 'physical vs logical' range scheme:
34874              
34875              \xAA-\xCC is a native physical range, you want that range of
34876              codepoints in your native encoding.  In EBCDIC the codepoints
34877              in the gaps (between i-j and r-s) should be included.
34878              
34879              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
34880              codepoints in Unicode.
34881              
34882              a-z is a logical range, you want that range of 'logical' codepoints
34883              in your native encoding.  In EBCDIC the codepoints in the gaps
34884              (between i-j and r-s) should not be included.
34885              
34886              Mixed cases (a-\xAA, etc) should either be errors, or maybe
34887              the 'logical' endpoints should be converted to native/Unicode
34888              codepoints, and the range handled as a physical range.
34889              
34890              'Logical endpoints' are to be recognized only in the A-Z, a-z,
34891              and 0-9 ranges.  Probably a warning should be given for mixed
34892              cases like A-z or a-9 (since such expressions are encoding
34893              dependent), with a recommendation to use physical ranges.
34894      Branch: perl
34895            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
34896            ! t/op/regexp.t
34897 ____________________________________________________________________________
34898 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
34899         Log: Make the test to cleanup the test directory tree
34900              both before and after the testing so that we always
34901              have a clean slate to work with.
34902      Branch: perl
34903            ! t/lib/filefind.t
34904 ____________________________________________________________________________
34905 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
34906         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
34907              From: Jon Eveland <jweveland@yahoo.com>
34908              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
34909              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
34910      Branch: perl
34911            ! pod/perlfunc.pod
34912 ____________________________________________________________________________
34913 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
34914         Log: Merge the camel-III/vstring.t with op/ver.t.
34915      Branch: perl
34916            - t/camel-III/vstring.t
34917            ! MANIFEST t/TEST t/harness t/op/ver.t
34918 ____________________________________________________________________________
34919 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
34920         Log: Add test.deparse make target.
34921      Branch: perl
34922            ! Makefile.SH
34923 ____________________________________________________________________________
34924 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
34925         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
34926              From: Robin Houston <robin@kitsite.com>
34927              Date: Fri, 11 May 2001 12:02:22 +0100
34928              Message-ID: <20010511120222.A11529@penderel>
34929      Branch: perl
34930            ! ext/B/B/Deparse.pm t/op/method.t
34931 ____________________________________________________________________________
34932 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
34933         Log: A nicely working combination for UTS from Hal Morris.
34934      Branch: perl
34935            + ext/POSIX/hints/uts.pl
34936            ! MANIFEST hints/uts.sh
34937 ____________________________________________________________________________
34938 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
34939         Log: i_ieeefp=undef for UTS.
34940      Branch: perl
34941            ! hints/uts.sh
34942 ____________________________________________________________________________
34943 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
34944         Log: Subject: RE: rand(0) is rand(1)
34945              From: Larry Shatzer <lshatzer@islanddata.com>
34946              Date: Thu, 10 May 2001 11:09:27 -0700
34947              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
34948      Branch: perl
34949            ! pod/perlfunc.pod
34950 ____________________________________________________________________________
34951 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
34952         Log: Subject: [patch] make op_{clear,null} public
34953              From: Doug MacEachern <dougm@covalent.net>
34954              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
34955              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
34956      Branch: perl
34957            ! embed.h embed.pl op.c proto.h
34958 ____________________________________________________________________________
34959 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
34960         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
34961              From: Robin Houston <robin@kitsite.com>
34962              Date: Thu, 10 May 2001 18:54:59 +0100
34963              Message-ID: <20010510185459.A5995@penderel>
34964      Branch: perl
34965            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
34966 ____________________________________________________________________________
34967 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
34968         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
34969              From: Robin Houston <robin@kitsite.com>
34970              Date: Thu, 10 May 2001 12:56:39 +0100
34971              Message-ID: <20010510125639.A2119@penderel>
34972      Branch: perl
34973            ! ext/B/B/Deparse.pm
34974 ____________________________________________________________________________
34975 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
34976         Log: Retract #10070, not ready yet.
34977      Branch: perl
34978            ! ext/B/B/Deparse.pm
34979 ____________________________________________________________________________
34980 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
34981         Log: The metaconfig unit change for #10071.
34982      Branch: metaconfig
34983            ! U/modified/mallocsrc.U
34984 ____________________________________________________________________________
34985 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
34986         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
34987      Branch: perl
34988            ! Configure
34989 ____________________________________________________________________________
34990 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
34991         Log: (Retracted by #10073)
34992              
34993              Subject: Re: [PATCH t/TEST] B::Deparse tester 
34994              From: Hugo <hv@crypt.compulink.co.uk>
34995              Date: Thu, 10 May 2001 05:48:09 +0100
34996              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
34997      Branch: perl
34998            ! ext/B/B/Deparse.pm
34999 ____________________________________________________________________________
35000 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
35001         Log: Add a for(func()) test.
35002      Branch: perl
35003            ! t/cmd/for.t
35004 ____________________________________________________________________________
35005 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
35006         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
35007              From: Robin Houston <robin@kitsite.com>
35008              Date: Thu, 10 May 2001 13:50:08 +0100
35009              Message-ID: <20010510135008.A2454@penderel>
35010      Branch: perl
35011            ! ext/B/B/Deparse.pm
35012 ____________________________________________________________________________
35013 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
35014         Log: A thinko in #10065.
35015      Branch: perl
35016            ! hv.c
35017 ____________________________________________________________________________
35018 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
35019         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
35020              From: Robin Houston <robin@kitsite.com>
35021              Date: Thu, 10 May 2001 02:10:34 +0100
35022              Message-ID: <20010510021034.A19421@penderel>
35023      Branch: perl
35024            ! ext/B/B.xs ext/B/B/Deparse.pm
35025 ____________________________________________________________________________
35026 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
35027         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
35028              From: Doug MacEachern <dougm@covalent.net>
35029              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
35030              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
35031      Branch: perl
35032            ! hv.c
35033 ____________________________________________________________________________
35034 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
35035         Log: One more workaround for the UTS compiler from Hal Morris.
35036      Branch: perl
35037            ! perl.h
35038 ____________________________________________________________________________
35039 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
35040         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
35041              From: Robin Houston <robin@kitsite.com>
35042              Date: Thu, 10 May 2001 01:02:08 +0100
35043              Message-ID: <20010510010208.A18200@penderel>
35044      Branch: perl
35045            ! ext/B/B/Debug.pm
35046 ____________________________________________________________________________
35047 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
35048         Log: Subject: [PATCH] Simplify deb_curcv() a bit
35049              From: Benjamin Sugars <bsugars@canoe.ca>
35050              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
35051              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
35052      Branch: perl
35053            ! run.c
35054 ____________________________________________________________________________
35055 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
35056         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
35057              From: Benjamin Sugars <bsugars@canoe.ca>
35058              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
35059              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
35060      Branch: perl
35061            ! t/lib/io_scalar.t
35062 ____________________________________________________________________________
35063 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
35064         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
35065              From: Peter Prymmer <pvhp@forte.com>
35066              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
35067              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
35068      Branch: perl
35069            ! t/lib/md5-file.t
35070 ____________________________________________________________________________
35071 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
35072         Log: Subject: [PATCH t/TEST] B::Deparse tester
35073              From: Robin Houston <robin@kitsite.com>
35074              Date: Wed, 9 May 2001 19:17:50 +0100
35075              Message-ID: <20010509191750.A16940@penderel>
35076      Branch: perl
35077            ! ext/B/O.pm t/TEST
35078 ____________________________________________________________________________
35079 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
35080         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
35081              From: Jeff Pinyan <jeffp@crusoe.net>
35082              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
35083              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
35084      Branch: perl
35085            ! lib/Pod/Html.pm
35086 ____________________________________________________________________________
35087 [ 10057] By: nick                                  on 2001/05/09  18:37:56
35088         Log: Integrate mainline.
35089      Branch: perlio
35090           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
35091           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
35092 ____________________________________________________________________________
35093 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
35094         Log: Update Changes.
35095      Branch: perl
35096            ! Changes patchlevel.h
35097 ____________________________________________________________________________
35098 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
35099         Log: Integrate perlio.
35100      Branch: perl
35101           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35102 ____________________________________________________________________________
35103 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
35104         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
35105              From: Benjamin Sugars <bsugars@canoe.ca>
35106              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
35107              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
35108      Branch: perl
35109            ! perlio.c
35110 ____________________________________________________________________________
35111 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
35112         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
35113              From: Benjamin Sugars <bsugars@canoe.ca>
35114              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
35115              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
35116      Branch: perl
35117            ! ext/PerlIO/Scalar/Scalar.xs
35118 ____________________________________________________________________________
35119 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
35120         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
35121              From: Jeff Pinyan <jeffp@crusoe.net>
35122              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
35123              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
35124      Branch: perl
35125            ! lib/Pod/Html.pm
35126 ____________________________________________________________________________
35127 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
35128         Log: EPOC tweak from Olaf Flebbe.
35129      Branch: perl
35130            ! epoc/epocish.h
35131 ____________________________________________________________________________
35132 [ 10050] By: nick                                  on 2001/05/09  14:37:57
35133         Log: win32, regen_config_h
35134      Branch: perlio
35135            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35136 ____________________________________________________________________________
35137 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
35138         Log: Integrate perlio.
35139      Branch: perl
35140           !> pp_sys.c
35141 ____________________________________________________________________________
35142 [ 10048] By: nick                                  on 2001/05/09  11:59:50
35143         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
35144              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
35145      Branch: perlio
35146            ! pp_sys.c
35147 ____________________________________________________________________________
35148 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
35149         Log: Integrate perlio.
35150      Branch: perl
35151           !> run.c
35152 ____________________________________________________________________________
35153 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
35154         Log: Subject: Re: Less warnings during configure
35155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35156              Date: Wed, 09 May 2001 13:12:49 +0200
35157              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
35158      Branch: perl
35159            ! hints/hpux.sh
35160 ____________________________________________________________________________
35161 [ 10045] By: nick                                  on 2001/05/09  09:56:59
35162         Log: MULTIPLICITY/DEBUGGING build fix.
35163      Branch: perlio
35164            ! run.c
35165 ____________________________________________________________________________
35166 [ 10044] By: nick                                  on 2001/05/09  09:46:37
35167         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
35168      Branch: perlio
35169           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
35170            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
35171           !> (integrate 65 files)
35172 ____________________________________________________________________________
35173 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
35174         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
35175              From: Robin Houston <robin@kitsite.com>
35176              Date: Tue, 8 May 2001 19:38:00 +0100
35177              Message-ID: <20010508193800.A4389@penderel>
35178              
35179              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
35180              From: Robin Houston <robin@kitsite.com>
35181              Date: Tue, 8 May 2001 20:03:57 +0100
35182              Message-ID: <20010508200357.A4614@penderel>
35183              
35184              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
35185              From: Robin Houston <robin@kitsite.com>
35186              Date: Wed, 9 May 2001 00:12:05 +0100
35187              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
35188      Branch: perl
35189            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
35190 ____________________________________________________________________________
35191 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
35192         Log: Retract #10031.
35193      Branch: perl
35194            ! pod/perlfunc.pod
35195 ____________________________________________________________________________
35196 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
35197         Log: The metaconfig unit changes for #10040.
35198      Branch: metaconfig/U/perl
35199            ! Checkcc.U d_dlsymun.U dlsrc.U
35200 ____________________________________________________________________________
35201 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
35202         Log: The Configure half of
35203              
35204              Subject: Less warnings during configure
35205              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35206              Date: Tue, 08 May 2001 08:44:02 +0200
35207              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
35208      Branch: perl
35209            ! Configure
35210 ____________________________________________________________________________
35211 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
35212         Log: Subject: Less warnings during configure
35213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35214              Date: Tue, 08 May 2001 08:44:02 +0200
35215              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
35216      Branch: perl
35217            ! hints/hpux.sh
35218 ____________________________________________________________________________
35219 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
35220         Log: Don't forget to whine about \d__\d.
35221      Branch: perl
35222            ! t/pragma/warn/toke toke.c
35223 ____________________________________________________________________________
35224 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
35225         Log: Allow underscores also in the exponent part.
35226      Branch: perl
35227            ! t/pragma/warn/toke toke.c
35228 ____________________________________________________________________________
35229 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
35230         Log: CodeMagicCD doesn't look like an *I*DE.
35231      Branch: perl
35232            ! pod/perlfaq3.pod
35233 ____________________________________________________________________________
35234 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
35235         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
35236              to be consistently down).
35237      Branch: perl
35238            ! pod/perlfaq3.pod
35239 ____________________________________________________________________________
35240 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
35241         Log: Upgrade to Text::Balanced 1.84.
35242      Branch: perl
35243            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
35244 ____________________________________________________________________________
35245 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
35246         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
35247              From: Benjamin Sugars <bsugars@canoe.ca>
35248              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
35249              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
35250      Branch: perl
35251            ! run.c
35252 ____________________________________________________________________________
35253 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
35254         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
35255              From: Peter Prymmer <pvhp@forte.com>
35256              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
35257              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
35258      Branch: perl
35259            ! t/pod/plainer.t
35260 ____________________________________________________________________________
35261 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
35262         Log: (Retracted by #10042)
35263              
35264              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
35265              From: "Philip Newton" <pnewton@gmx.de>
35266              Date: Tue, 8 May 2001 09:18:10 +0200
35267              Message-ID: <3AF7B9D2.28861.603732@localhost>
35268      Branch: perl
35269            ! pod/perlfunc.pod
35270 ____________________________________________________________________________
35271 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
35272         Log: Subject: [PATCH B::Deparse] Document known bugs
35273              From: Robin Houston <robin@kitsite.com>
35274              Date: Tue, 8 May 2001 01:53:34 +0100
35275              Message-ID: <20010508015334.A32394@penderel>
35276      Branch: perl
35277            ! ext/B/B/Deparse.pm
35278 ____________________________________________________________________________
35279 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
35280         Log: Subject: Re: Perl book, magazine and website updates.
35281              From: "Philip Newton" <pnewton@gmx.de>
35282              Date: Mon, 7 May 2001 17:03:58 +0200
35283              Message-ID: <3AF6D57E.5387.1E29930@localhost>
35284      Branch: perl
35285            ! pod/perlfaq2.pod
35286 ____________________________________________________________________________
35287 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
35288         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
35289              From: Peter Prymmer <pvhp@forte.com>
35290              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
35291              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
35292      Branch: perl
35293            ! t/io/fflush.t
35294 ____________________________________________________________________________
35295 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
35296         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
35297              From: Robin Houston <robin@kitsite.com>
35298              Date: Tue, 8 May 2001 01:14:55 +0100
35299              Message-ID: <20010508011455.A32162@penderel>
35300      Branch: perl
35301            ! ext/B/B/Deparse.pm
35302 ____________________________________________________________________________
35303 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
35304         Log: Typo in #10025.
35305      Branch: perl
35306            ! hints/uts.sh
35307 ____________________________________________________________________________
35308 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
35309         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
35310      Branch: perl
35311            ! hints/uts.sh
35312 ____________________________________________________________________________
35313 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
35314         Log: Subject: Re: [ID 20010506.045] question about hash syntax
35315              From: Peter Scott <Peter@PSDT.com>
35316              Date: Sun, 06 May 2001 13:10:40 -0700
35317              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
35318      Branch: perl
35319            ! pod/perl56delta.pod
35320 ____________________________________________________________________________
35321 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
35322         Log: Configure should figure out the list of dynamic extensions
35323              just fine in UTS-- and in fact it does, as reported by Hal Morris.
35324      Branch: perl
35325            ! hints/uts.sh
35326 ____________________________________________________________________________
35327 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
35328         Log: Update Changes.
35329      Branch: perl
35330            ! Changes patchlevel.h
35331 ____________________________________________________________________________
35332 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
35333         Log: Subject: [PATCH regcomp.c] Insecure regexes
35334              From: Robin Houston <robin@kitsite.com>
35335              Date: Mon, 7 May 2001 21:56:12 +0100
35336              Message-ID: <20010507215612.A31114@penderel>
35337      Branch: perl
35338            ! regcomp.c
35339 ____________________________________________________________________________
35340 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
35341         Log: Drop the foobar.perl.com references for now until Simon
35342              gets them sorted out.
35343      Branch: perl
35344            ! pod/perlfaq2.pod
35345 ____________________________________________________________________________
35346 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
35347         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
35348              From: Prymmer/Kahn <pvhp@best.com>
35349              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
35350              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
35351      Branch: perl
35352            ! lib/Devel/SelfStubber.pm
35353 ____________________________________________________________________________
35354 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
35355         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
35356              From: Prymmer/Kahn <pvhp@best.com>
35357              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
35358              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
35359      Branch: perl
35360            ! win32/Makefile
35361 ____________________________________________________________________________
35362 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
35363         Log: s/WebTechnique's/WebTechniques/
35364      Branch: perl
35365            ! pod/perlfaq2.pod
35366 ____________________________________________________________________________
35367 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
35368         Log: Llama 3 updates from Randal.
35369      Branch: perl
35370            ! pod/perlfaq2.pod
35371 ____________________________________________________________________________
35372 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
35373         Log: Subject: [PATCH] Help -Dt show correct pad variables
35374              From: Benjamin Sugars <ben.sugars@home.com>
35375              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
35376              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
35377      Branch: perl
35378            ! embed.h embed.pl proto.h run.c
35379 ____________________________________________________________________________
35380 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
35381         Log: Subject: [PATCH] Document C<our $foo : shared>
35382              From: Benjamin Sugars <ben.sugars@home.com>
35383              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
35384              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
35385      Branch: perl
35386            ! pod/perlfunc.pod
35387 ____________________________________________________________________________
35388 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
35389         Log: Subject: [PATCH B::Deparse] undefined folded constants
35390              From: Robin Houston <robin@kitsite.com>
35391              Date: Sun, 6 May 2001 17:19:09 +0100
35392              Message-ID: <20010506171909.A7046@penderel>
35393      Branch: perl
35394            ! ext/B/B/Deparse.pm
35395 ____________________________________________________________________________
35396 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
35397         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
35398              From: Robin Houston <robin@kitsite.com>
35399              Message-ID: <20010506164654.A6848@penderel>
35400              Date: Sun, 6 May 2001 16:46:54 +0100
35401      Branch: perl
35402            ! ext/B/B/Deparse.pm
35403 ____________________________________________________________________________
35404 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
35405         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
35406              From: Robin Houston <robin@kitsite.com>
35407              Date: Sun, 6 May 2001 14:47:02 +0100
35408              Message-ID: <20010506144702.A6308@penderel>
35409      Branch: perl
35410            ! t/op/my_stash.t
35411 ____________________________________________________________________________
35412 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
35413         Log: Subject: Perl book, magazine and website updates.
35414              From: Simon Cozens <simon@netthink.co.uk>
35415              Date: Sun, 6 May 2001 16:55:36 +0100
35416              Message-ID: <20010506165536.A1795@netthink.co.uk>
35417      Branch: perl
35418            ! pod/perlbook.pod pod/perlfaq2.pod
35419 ____________________________________________________________________________
35420 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
35421         Log: Tweaks on the Tru64 prof options.
35422      Branch: perl
35423            ! pod/perlhack.pod
35424 ____________________________________________________________________________
35425 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
35426         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
35427              From: Robin Houston <robin@kitsite.com>
35428              Date: Sun, 6 May 2001 14:40:51 +0100
35429              Message-ID: <20010506144051.A6279@penderel>
35430      Branch: perl
35431            ! t/pod/testp2pt.pl
35432 ____________________________________________________________________________
35433 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
35434         Log: Subject: [PATCH B::Deparse] scoping
35435              From: Robin Houston <robin@kitsite.com>
35436              Date: Sun, 6 May 2001 14:36:56 +0100
35437              Message-ID: <20010506143656.A4006@penderel>
35438      Branch: perl
35439            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
35440 ____________________________________________________________________________
35441 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
35442         Log: Document the undefinedness of bitshifting out of range.
35443      Branch: perl
35444            ! pod/perlop.pod
35445 ____________________________________________________________________________
35446 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
35447         Log: Retract #10003 and update the IDE descriptions a bit.
35448      Branch: perl
35449            ! pod/perlfaq3.pod
35450 ____________________________________________________________________________
35451 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
35452         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
35453              From: Prymmer/Kahn <pvhp@best.com>
35454              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
35455              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
35456      Branch: perl
35457            ! win32/Makefile win32/buildext.pl win32/config.bc
35458            ! win32/config.gc win32/config.vc
35459 ____________________________________________________________________________
35460 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
35461         Log: (Retracted by #10005.)
35462      Branch: perl
35463            ! pod/perlfaq3.pod
35464 ____________________________________________________________________________
35465 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
35466         Log: It's "psed", not "sed".
35467      Branch: perl
35468            ! x2p/s2p.PL
35469 ____________________________________________________________________________
35470 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
35471         Log: Update Changes.
35472      Branch: perl
35473            ! Changes patchlevel.h
35474 ____________________________________________________________________________
35475 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
35476         Log: Subject: Re: bleadperl make install fails due to "psed"
35477              From: andreas.koenig@anima.de (Andreas J. Koenig)
35478              Date: 05 May 2001 18:23:28 +0200
35479              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
35480      Branch: perl
35481            ! x2p/Makefile.SH x2p/s2p.PL
35482 ____________________________________________________________________________
35483 [  9999] By: jhi                                   on 2001/05/05  18:28:09
35484         Log: AUTHORS updates.
35485      Branch: perl
35486            ! AUTHORS
35487 ____________________________________________________________________________
35488 [  9998] By: jhi                                   on 2001/05/05  18:16:00
35489         Log: Updates on the pods related to the modules included since 5.6.
35490              
35491              TODO: perltodo really could use major updating.
35492      Branch: perl
35493            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
35494            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35495            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
35496            ! pod/perlsyn.pod pod/perltodo.pod
35497 ____________________________________________________________________________
35498 [  9997] By: jhi                                   on 2001/05/05  17:35:17
35499         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
35500              from Kurt Skauen.
35501      Branch: perl
35502            + hints/atheos.sh
35503            ! MANIFEST
35504 ____________________________________________________________________________
35505 [  9996] By: jhi                                   on 2001/05/05  17:25:00
35506         Log: Add preemptive #undefs for some of the shorter and more prone
35507              to collision regcomp.h #defines.  (Background: the MASK collided
35508              with a system header #define in Rhapsody.)
35509      Branch: perl
35510            ! regcomp.h
35511 ____________________________________________________________________________
35512 [  9995] By: jhi                                   on 2001/05/05  13:24:21
35513         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
35514              From: Nicholas Clark <nick@ccl4.org>
35515              Date: Sat, 5 May 2001 14:46:39 +0100
35516              Message-ID: <20010505144639.O53513@plum.flirble.org>
35517              
35518              Add a test for the constants (if any) being processed correctly.
35519      Branch: perl
35520            ! utils/h2xs.PL
35521 ____________________________________________________________________________
35522 [  9994] By: jhi                                   on 2001/05/05  02:11:03
35523         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
35524              From: Peter Prymmer <pvhp@forte.com>
35525              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
35526              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
35527      Branch: perl
35528            ! t/lib/b-stash.t
35529 ____________________________________________________________________________
35530 [  9993] By: jhi                                   on 2001/05/05  02:03:49
35531         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
35532              From: Peter Prymmer <pvhp@forte.com>
35533              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
35534              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
35535      Branch: perl
35536            ! perlio.c vms/vmsish.h
35537 ____________________________________________________________________________
35538 [  9992] By: jhi                                   on 2001/05/04  17:21:12
35539         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
35540              From: Robin Barker <rmb1@cise.npl.co.uk>
35541              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
35542              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
35543      Branch: perl
35544            + t/pod/plainer.t
35545            ! MANIFEST
35546 ____________________________________________________________________________
35547 [  9991] By: jhi                                   on 2001/05/04  16:47:45
35548         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
35549              From: Robin Barker <rmb1@cise.npl.co.uk>
35550              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
35551              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
35552      Branch: perl
35553            ! regcomp.c
35554 ____________________________________________________________________________
35555 [  9990] By: jhi                                   on 2001/05/04  14:37:20
35556         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
35557              From: Prymmer/Kahn <pvhp@best.com>
35558              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
35559              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
35560      Branch: perl
35561            ! t/lib/b-stash.t
35562 ____________________________________________________________________________
35563 [  9989] By: jhi                                   on 2001/05/04  14:03:58
35564         Log: Introduce perl572delta, update Todo, add the missing
35565              mention about signal safety since 5.7.1 (though this
35566              requires verification and more details.)
35567      Branch: perl
35568            + pod/perl572delta.pod
35569            ! MANIFEST Todo pod/perl571delta.pod
35570 ____________________________________________________________________________
35571 [  9988] By: jhi                                   on 2001/05/04  12:41:51
35572         Log: Subject: [PATCH perl@9944] long =item
35573              From: Robin Barker <rmb1@cise.npl.co.uk>
35574              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
35575              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
35576      Branch: perl
35577            ! ext/Time/HiRes/HiRes.pm
35578 ____________________________________________________________________________
35579 [  9987] By: jhi                                   on 2001/05/04  12:39:19
35580         Log: The #9901 had removed one line essential for EBCDIC.
35581      Branch: perl
35582            ! regcomp.c
35583 ____________________________________________________________________________
35584 [  9986] By: jhi                                   on 2001/05/04  12:30:23
35585         Log: Subject: cygwin/Makefile.SHs INSTALL patch
35586              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
35587              Date: Mon, 08 Jan 2001 04:59:21 +0200
35588              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
35589      Branch: perl
35590            ! cygwin/Makefile.SHs
35591 ____________________________________________________________________________
35592 [  9985] By: jhi                                   on 2001/05/04  03:51:39
35593         Log: Encode/IO doc tweaks.
35594      Branch: perl
35595            ! ext/Encode/Encode.pm
35596 ____________________________________________________________________________
35597 [  9984] By: jhi                                   on 2001/05/04  03:29:34
35598         Log: Remove GDBM_File from the dynamic extensions for UTS,
35599              GDBM is not a standard feature.
35600      Branch: perl
35601            ! hints/uts.sh
35602 ____________________________________________________________________________
35603 [  9983] By: jhi                                   on 2001/05/04  03:22:59
35604         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
35605      Branch: perl
35606            ! pod/perlretut.pod
35607 ____________________________________________________________________________
35608 [  9982] By: jhi                                   on 2001/05/03  23:21:03
35609         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
35610              From: Benjamin Sugars <bsugars@canoe.ca>
35611              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
35612              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
35613      Branch: perl
35614            ! dump.c
35615 ____________________________________________________________________________
35616 [  9981] By: jhi                                   on 2001/05/03  23:20:05
35617         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
35618              From: Benjamin Sugars <bsugars@canoe.ca>
35619              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
35620              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
35621      Branch: perl
35622            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35623 ____________________________________________________________________________
35624 [  9980] By: jhi                                   on 2001/05/03  23:15:29
35625         Log: Integrate perlio.
35626      Branch: perl
35627           !> ext/Encode/Encode.pm
35628 ____________________________________________________________________________
35629 [  9979] By: jhi                                   on 2001/05/03  16:54:59
35630         Log: Install psed man page.
35631      Branch: perl
35632            ! installman
35633 ____________________________________________________________________________
35634 [  9978] By: jhi                                   on 2001/05/03  16:45:58
35635         Log: Remove unused files; noted by Sarathy.
35636      Branch: perl
35637            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
35638            ! MANIFEST
35639 ____________________________________________________________________________
35640 [  9977] By: jhi                                   on 2001/05/03  16:42:30
35641         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
35642              From: Andy Dougherty <doughera@lafayette.edu>
35643              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
35644              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
35645      Branch: perl
35646            ! INSTALL
35647 ____________________________________________________________________________
35648 [  9976] By: nick                                  on 2001/05/03  16:40:42
35649         Log: Allow $answer = encode($object,$text); like it says in docs.
35650      Branch: perlio
35651            ! ext/Encode/Encode.pm
35652 ____________________________________________________________________________
35653 [  9975] By: nick                                  on 2001/05/03  16:22:30
35654         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
35655              to be in scope (fair enough), and also a package variable (our) for eval to see it.
35656      Branch: perlio
35657            ! ext/Encode/Encode.pm
35658 ____________________________________________________________________________
35659 [  9974] By: nick                                  on 2001/05/03  15:48:17
35660         Log: Integrate mainline.
35661      Branch: perlio
35662           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
35663           +> t/lib/filter-simple.t t/lib/next.t
35664           !> (integrate 70 files)
35665 ____________________________________________________________________________
35666 [  9973] By: jhi                                   on 2001/05/03  13:09:09
35667         Log: Update Changes.
35668      Branch: perl
35669            ! Changes patchlevel.h
35670 ____________________________________________________________________________
35671 [  9972] By: jhi                                   on 2001/05/03  12:58:33
35672         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
35673              From: Prymmer/Kahn <pvhp@best.com>
35674              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
35675              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
35676      Branch: perl
35677            ! t/io/fflush.t
35678 ____________________________________________________________________________
35679 [  9971] By: jhi                                   on 2001/05/03  12:57:26
35680         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
35681              From: Prymmer/Kahn <pvhp@best.com>
35682              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
35683              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
35684      Branch: perl
35685            ! win32/FindExt.pm
35686 ____________________________________________________________________________
35687 [  9970] By: jhi                                   on 2001/05/03  02:42:46
35688         Log: Can't croak sans thread context, from Doug MacEachern.
35689      Branch: perl
35690            ! toke.c
35691 ____________________________________________________________________________
35692 [  9969] By: jhi                                   on 2001/05/03  01:23:48
35693         Log: Subject: Random input test and Perl
35694              From: Ilya Zakharevich <ilya@math.berkeley.edu>
35695              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
35696              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
35697      Branch: perl
35698            ! toke.c
35699 ____________________________________________________________________________
35700 [  9968] By: jhi                                   on 2001/05/02  22:17:21
35701         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
35702              From: Peter Prymmer <pvhp@forte.com>
35703              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
35704              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
35705      Branch: perl
35706            ! pod/perlfunc.pod pod/perlport.pod
35707 ____________________________________________________________________________
35708 [  9967] By: jhi                                   on 2001/05/02  20:12:45
35709         Log: Workaround for UTS compiler casting bug from Hal Morris.
35710      Branch: perl
35711            ! perl.h
35712 ____________________________________________________________________________
35713 [  9966] By: jhi                                   on 2001/05/02  18:31:37
35714         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
35715              From: Dan Sugalski <dan@sidhe.org>
35716              Date: Wed, 02 May 2001 15:23:22 -0400
35717              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
35718      Branch: perl
35719            ! perl.c vms/vms.c
35720 ____________________________________________________________________________
35721 [  9965] By: jhi                                   on 2001/05/02  18:21:29
35722         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
35723      Branch: perl
35724            ! pod/perlfunc.pod
35725 ____________________________________________________________________________
35726 [  9964] By: jhi                                   on 2001/05/02  18:15:01
35727         Log: Document large files in INSTALL, document also the %x
35728              limitation if not use64bitint, closes bug 20010326.007.
35729      Branch: perl
35730            ! INSTALL
35731 ____________________________________________________________________________
35732 [  9963] By: jhi                                   on 2001/05/02  17:24:47
35733         Log: perlmodlib tweaks; regen pods.
35734      Branch: perl
35735            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
35736            ! pod/perltoc.pod
35737 ____________________________________________________________________________
35738 [  9962] By: jhi                                   on 2001/05/02  17:14:00
35739         Log: Fix for a segfault, from Marc Lehmann.
35740      Branch: perl
35741            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
35742 ____________________________________________________________________________
35743 [  9961] By: jhi                                   on 2001/05/02  15:55:53
35744         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
35745              From: "Philip Newton" <pnewton@gmx.de>
35746              Date: Wed, 2 May 2001 18:39:03 +0200
35747              Message-ID: <3AF05447.15525.173B588@localhost>
35748      Branch: perl
35749            ! pod/perlop.pod
35750 ____________________________________________________________________________
35751 [  9960] By: jhi                                   on 2001/05/02  15:35:37
35752         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
35753              From: Dan Sugalski <dan@sidhe.org>
35754              Date: Wed, 02 May 2001 11:37:27 -0400
35755              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
35756      Branch: perl
35757            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
35758            ! thread.h vms/vms.c vms/vmsish.h
35759 ____________________________________________________________________________
35760 [  9959] By: jhi                                   on 2001/05/02  15:21:08
35761         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
35762              From: Benjamin Sugars <bsugars@canoe.ca>
35763              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
35764              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
35765      Branch: perl
35766            ! ext/PerlIO/Scalar/Scalar.xs
35767 ____________________________________________________________________________
35768 [  9958] By: jhi                                   on 2001/05/02  15:15:53
35769         Log: Bug in #9915, spotted by Mike Guy.
35770      Branch: perl
35771            ! installperl
35772 ____________________________________________________________________________
35773 [  9957] By: jhi                                   on 2001/05/02  13:26:01
35774         Log: Add a test for not griping about references as array
35775              indices if the reference has magic in it (overloaded
35776              methods).
35777      Branch: perl
35778            ! pod/perldiag.pod t/pragma/warn/pp_hot
35779 ____________________________________________________________________________
35780 [  9956] By: jhi                                   on 2001/05/02  13:07:01
35781         Log: Retracted a bit too much in #9952.
35782      Branch: perl
35783            ! t/pragma/sub_lval.t
35784 ____________________________________________________________________________
35785 [  9955] By: jhi                                   on 2001/05/02  13:05:38
35786         Log: Test for #9952.
35787      Branch: perl
35788            ! t/op/tie.t
35789 ____________________________________________________________________________
35790 [  9954] By: jhi                                   on 2001/05/02  11:48:18
35791         Log: Additional note on the encoding example: one cannot
35792              convert string constants in-place.
35793      Branch: perl
35794            ! ext/Encode/Encode.pm
35795 ____________________________________________________________________________
35796 [  9953] By: jhi                                   on 2001/05/02  11:43:51
35797         Log: Note that if you have recent enough Perl you already
35798              have Filter::Util::Call.
35799      Branch: perl
35800            ! lib/Filter/Simple.pm
35801 ____________________________________________________________________________
35802 [  9952] By: jhi                                   on 2001/05/02  11:31:53
35803         Log: Retract changes #8254 and #8255, causes coredump in
35804              'tie FH, "main"', reported by Abigail, culprit found by
35805              Benjamin Sugars.  Mirrors maintperl change #9950.
35806      Branch: perl
35807            ! op.c t/pragma/sub_lval.t
35808 ____________________________________________________________________________
35809 [  9951] By: jhi                                   on 2001/05/02  11:14:29
35810         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
35811      Branch: perl
35812            + t/lib/MyFilter.pm
35813 ____________________________________________________________________________
35814 [  9950] By: gsar                                  on 2001/05/02  03:17:11
35815         Log: revert integration of changes#8254,8255 in change#8620 (causes
35816              a coredump in C<tie FH, 'foo'>; the idea itself may need better
35817              rationalization)
35818      Branch: maint-5.6/perl
35819            ! op.c t/pragma/sub_lval.t
35820 ____________________________________________________________________________
35821 [  9949] By: gsar                                  on 2001/05/02  02:56:32
35822         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
35823              
35824              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
35825              
35826              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
35827      Branch: maint-5.6/perl
35828           !> hints/svr5.sh
35829 ____________________________________________________________________________
35830 [  9948] By: gsar                                  on 2001/05/02  02:49:15
35831         Log: pod/find.t breaks on VMS (from Craig Berry)
35832      Branch: maint-5.6/perl
35833            ! t/pod/find.t
35834 ____________________________________________________________________________
35835 [  9947] By: jhi                                   on 2001/05/02  02:43:09
35836         Log: Add an encoding conversion example.
35837      Branch: perl
35838            ! ext/Encode/Encode.pm
35839 ____________________________________________________________________________
35840 [  9946] By: jhi                                   on 2001/05/02  01:34:22
35841         Log: Another coat of paint but still nowhere finished.
35842              Need to decide on the semantics of strptime(): should
35843              strptime() be a function instead of a method?  To do
35844              the week/monthname-strptiming the i18n/l10n bullet needs
35845              to be bitten with gusto.
35846      Branch: perl
35847            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
35848 ____________________________________________________________________________
35849 [  9945] By: jhi                                   on 2001/05/01  23:40:52
35850         Log: Update Changes.
35851      Branch: perl
35852            ! Changes patchlevel.h
35853 ____________________________________________________________________________
35854 [  9944] By: jhi                                   on 2001/05/01  23:33:37
35855         Log: Add known-to-be-tested modules to the list-to-be-skipped.
35856      Branch: perl
35857            ! t/lib/1_compile.t
35858 ____________________________________________________________________________
35859 [  9943] By: jhi                                   on 2001/05/01  23:24:40
35860         Log: Subject: BorlandC++ fix
35861              From: "Vadim Konovalov" <watman@inbox.ru>
35862              Date: Mon, 30 Apr 2001 20:12:26 -0700
35863              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
35864      Branch: perl
35865            ! win32/makefile.mk
35866 ____________________________________________________________________________
35867 [  9942] By: jhi                                   on 2001/05/01  23:18:02
35868         Log: Update to Filter::Simple 0.60, create a test for it.
35869      Branch: perl
35870            + t/lib/filter-simple.t
35871            ! MANIFEST lib/Filter/Simple.pm
35872 ____________________________________________________________________________
35873 [  9941] By: jhi                                   on 2001/05/01  19:47:24
35874         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
35875              From: Hugo <hv@crypt.compulink.co.uk>
35876              Date: Tue, 01 May 2001 20:12:20 +0100
35877              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
35878      Branch: perl
35879            ! pp_hot.c t/op/re_tests
35880 ____________________________________________________________________________
35881 [  9940] By: jhi                                   on 2001/05/01  19:42:16
35882         Log: Integrate perlio.
35883      Branch: perl
35884           !> lib/base.pm t/lib/fields.t
35885 ____________________________________________________________________________
35886 [  9939] By: jhi                                   on 2001/05/01  19:39:51
35887         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
35888              From: Benjamin Sugars <bsugars@canoe.ca>
35889              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
35890              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
35891      Branch: perl
35892            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35893 ____________________________________________________________________________
35894 [  9938] By: jhi                                   on 2001/05/01  19:34:09
35895         Log: Add NEXT, a pseudo-class for method redispatching.
35896              <Damian>NEXT.pm probably offers more bang-for-buck
35897              than anything else I've ever written.</Damian>
35898      Branch: perl
35899            + lib/NEXT.pm t/lib/next.t
35900            ! MANIFEST
35901 ____________________________________________________________________________
35902 [  9937] By: jhi                                   on 2001/05/01  19:21:41
35903         Log: Update to Switch 2.02.
35904      Branch: perl
35905            ! lib/Switch.pm t/lib/switch.t
35906 ____________________________________________________________________________
35907 [  9936] By: nick                                  on 2001/05/01  19:09:21
35908         Log: Fix for base.pm clobbering $VERSION
35909      Branch: perlio
35910            ! lib/base.pm
35911 ____________________________________________________________________________
35912 [  9935] By: nick                                  on 2001/05/01  18:54:38
35913         Log: Test for base.pm clobbering $VERSION.
35914      Branch: perlio
35915            ! t/lib/fields.t
35916 ____________________________________________________________________________
35917 [  9934] By: jhi                                   on 2001/05/01  18:39:10
35918         Log: Add information about Scalar::Util::blessed.
35919      Branch: perl
35920            ! pod/perlobj.pod
35921 ____________________________________________________________________________
35922 [  9933] By: jhi                                   on 2001/05/01  18:33:51
35923         Log: Subject: Extra UNIVERSAL documentation
35924              From: Mike Guy <mjtg@cam.ac.uk>
35925              Date: Tue, 01 May 2001 20:12:11 +0100
35926              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
35927      Branch: perl
35928            ! pod/perlobj.pod
35929 ____________________________________________________________________________
35930 [  9932] By: jhi                                   on 2001/05/01  18:26:54
35931         Log: Subject: Autoflush in tests as appropriate
35932              From: Mike Guy <mjtg@cam.ac.uk>
35933              Date: Tue, 01 May 2001 20:05:31 +0100
35934              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
35935      Branch: perl
35936            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
35937            ! t/op/taint.t
35938 ____________________________________________________________________________
35939 [  9931] By: jhi                                   on 2001/05/01  18:02:29
35940         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
35941              From: Benjamin Sugars <bsugars@canoe.ca>
35942              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
35943              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
35944      Branch: perl
35945            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35946 ____________________________________________________________________________
35947 [  9930] By: jhi                                   on 2001/05/01  15:12:26
35948         Log: Subject: Re: Finally got a round tuit
35949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35950              Date: Tue, 01 May 2001 14:14:10 +0200
35951              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
35952              
35953              The -DP part, slightly modified.
35954      Branch: perl
35955            ! perl.c
35956 ____________________________________________________________________________
35957 [  9929] By: jhi                                   on 2001/05/01  14:17:15
35958         Log: Subject: Re: Finally got a round tuit
35959              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35960              Date: Tue, 01 May 2001 16:34:06 +0200
35961              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
35962              
35963              cpp and optimization tweaks for HP-UX.
35964      Branch: perl
35965            ! hints/hpux.sh
35966 ____________________________________________________________________________
35967 [  9928] By: jhi                                   on 2001/05/01  13:24:20
35968         Log: Tune the scan_num() comments to reality.
35969      Branch: perl
35970            ! toke.c
35971 ____________________________________________________________________________
35972 [  9927] By: jhi                                   on 2001/05/01  13:14:01
35973         Log: Subject: [PATCH B::Deparse] optimised sort
35974              From: Robin Houston <robin@kitsite.com>
35975              Date: Tue, 1 May 2001 14:07:12 +0100
35976              Message-ID: <20010501140712.A4266@penderel>
35977      Branch: perl
35978            ! ext/B/B/Deparse.pm
35979 ____________________________________________________________________________
35980 [  9926] By: jhi                                   on 2001/05/01  13:10:53
35981         Log: Subject: [PATCH t/lib/b-deparse.t] 
35982              From: Robin Houston <robin@kitsite.com>
35983              Date: Tue, 1 May 2001 13:37:42 +0100
35984              Message-ID: <20010501133742.A4082@penderel>
35985      Branch: perl
35986            ! t/lib/b-deparse.t
35987 ____________________________________________________________________________
35988 [  9925] By: jhi                                   on 2001/05/01  13:10:13
35989         Log: Subject: [PATCH B::Deparse] for(;;), sort
35990              From: Robin Houston <robin@kitsite.com>
35991              Date: Tue, 1 May 2001 13:35:00 +0100
35992              Message-ID: <20010501133500.A4061@penderel>
35993      Branch: perl
35994            ! ext/B/B/Deparse.pm
35995 ____________________________________________________________________________
35996 [  9924] By: jhi                                   on 2001/05/01  13:09:22
35997         Log: Subject: [PATCH B::Deparse] do, warn, use
35998              From: Robin Houston <robin@kitsite.com>
35999              Date: Tue, 1 May 2001 13:31:03 +0100
36000              Message-ID: <20010501133103.A4041@penderel>
36001      Branch: perl
36002            ! ext/B/B/Deparse.pm
36003 ____________________________________________________________________________
36004 [  9923] By: jhi                                   on 2001/05/01  11:45:36
36005         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
36006              From: Benjamin Sugars <ben.sugars@home.com>
36007              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
36008              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
36009      Branch: perl
36010            + t/io/fflush.t
36011            ! MANIFEST
36012 ____________________________________________________________________________
36013 [  9922] By: jhi                                   on 2001/05/01  11:35:42
36014         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
36015              From: Peter Prymmer <pvhp@forte.com>
36016              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
36017              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
36018      Branch: perl
36019            ! t/lib/selfstubber.t
36020 ____________________________________________________________________________
36021 [  9921] By: jhi                                   on 2001/04/30  16:34:33
36022         Log: Subject: [PATCH B::Concise] suppress warning
36023              From: Robin Houston <robin@kitsite.com>
36024              Date: Mon, 30 Apr 2001 16:09:49 +0100
36025              Message-ID: <20010430160949.A25086@penderel>
36026      Branch: perl
36027            ! ext/B/B/Concise.pm
36028 ____________________________________________________________________________
36029 [  9920] By: jhi                                   on 2001/04/30  13:56:04
36030         Log: Strip the *markers* from #9919.
36031      Branch: perl
36032            ! pod/perlfaq.pod pod/perlfaq5.pod
36033 ____________________________________________________________________________
36034 [  9919] By: jhi                                   on 2001/04/30  13:54:04
36035         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
36036              From: Gwyn Judd <b.judd@xtra.co.nz>
36037              Date: Sun, 29 Apr 2001 01:47:49 +1200
36038              Message-ID: <20010429014749.A4418@thislove>
36039      Branch: perl
36040            ! pod/perlfaq.pod pod/perlfaq5.pod
36041 ____________________________________________________________________________
36042 [  9918] By: jhi                                   on 2001/04/30  13:13:54
36043         Log: More_tweakage.
36044      Branch: perl
36045            ! pod/perldata.pod pod/perldiag.pod
36046 ____________________________________________________________________________
36047 [  9917] By: jhi                                   on 2001/04/30  13:01:27
36048         Log: Update Changes.
36049      Branch: perl
36050            ! Changes patchlevel.h
36051 ____________________________________________________________________________
36052 [  9916] By: jhi                                   on 2001/04/30  12:57:03
36053         Log: T_w_e_a_k_a_g_e.
36054      Branch: perl
36055            ! pod/perldata.pod pod/perldiag.pod
36056 ____________________________________________________________________________
36057 [  9915] By: jhi                                   on 2001/04/30  12:39:29
36058         Log: Install s2p also as psed.
36059              
36060              TODO: psed documentation?
36061      Branch: perl
36062            ! installperl
36063 ____________________________________________________________________________
36064 [  9914] By: jhi                                   on 2001/04/30  12:29:21
36065         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
36066              From: Jens Hamisch <jens@Strawberry.COM>
36067              Date: Fri, 27 Apr 2001 17:00:36 +0200
36068              Message-ID: <20010427170036.K1372@Strawberry.COM>
36069              
36070              SOCKS5_VERSION_NAME is the right symbol to detect
36071              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
36072              function called socks5_init() is available, and even that is
36073              not universal, most SOCKS5 installations use SOCKSinit()).
36074      Branch: perl
36075            ! perlio.c
36076 ____________________________________________________________________________
36077 [  9913] By: jhi                                   on 2001/04/30  12:22:15
36078         Log: Allow a zero timeout on IO::Socket accept and connect--
36079              though one really shouldn't do that.  Based on
36080              
36081              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
36082              From: "John Holdsworth" <coldwave@bigfoot.com>
36083              Date: Sun, 4 Feb 2001 12:48:18 +0100
36084              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
36085      Branch: perl
36086            ! ext/IO/lib/IO/Socket.pm
36087 ____________________________________________________________________________
36088 [  9912] By: jhi                                   on 2001/04/30  11:27:27
36089         Log: Save the spot of regprev (see #9911) for binary compatibility;
36090              regen API.
36091      Branch: perl
36092            ! embedvar.h perlapi.h thrdvar.h
36093 ____________________________________________________________________________
36094 [  9911] By: jhi                                   on 2001/04/30  11:22:03
36095         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
36096              From: Hugo <hv@crypt.compulink.co.uk>
36097              Date: Sun, 29 Apr 2001 17:09:30 +0100
36098              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
36099      Branch: perl
36100            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
36101 ____________________________________________________________________________
36102 [  9910] By: jhi                                   on 2001/04/30  11:15:12
36103         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
36104              a dummy for PL_numeric_radix); no pressing reason to break
36105              binary compatibility; regen API.
36106      Branch: perl
36107            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
36108            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
36109 ____________________________________________________________________________
36110 [  9909] By: jhi                                   on 2001/04/30  10:56:08
36111         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
36112              From: Walt Mankowski <waltman@netaxs.com>
36113              Date: Sun, 29 Apr 2001 21:53:48 -0400
36114              Message-ID: <20010429215348.A3971@netaxs.com>
36115      Branch: perl
36116            ! pod/perlfunc.pod
36117 ____________________________________________________________________________
36118 [  9908] By: jhi                                   on 2001/04/30  10:49:40
36119         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
36120      Branch: perl
36121            ! t/lib/selfstubber.t
36122 ____________________________________________________________________________
36123 [  9907] By: nick                                  on 2001/04/30  09:26:50
36124         Log: Integrate mainline.
36125      Branch: perlio
36126           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
36127 ____________________________________________________________________________
36128 [  9906] By: jhi                                   on 2001/04/29  23:24:20
36129         Log: Abigail spotted a thinko in #9905.
36130      Branch: perl
36131            ! pod/perldiag.pod
36132 ____________________________________________________________________________
36133 [  9905] By: jhi                                   on 2001/04/29  15:55:39
36134         Log: Changed the underscore/undebar syntax in numeric constants;
36135              now any grouping will do, as long as the underscores are not
36136              consecutive (so "zero-grouping" is out), and they do not begin
36137              or end the integer or fractional parts.
36138      Branch: perl
36139            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
36140 ____________________________________________________________________________
36141 [  9904] By: nick                                  on 2001/04/29  15:43:22
36142         Log: Integrate mainline.
36143      Branch: perlio
36144           +> (branch 98 files)
36145            - lib/unicode/Block.pl
36146            - lib/unicode/In/AlphabeticPresentationForms.pl
36147            - lib/unicode/In/Arabic.pl
36148            - lib/unicode/In/ArabicPresentationForms-A.pl
36149            - lib/unicode/In/ArabicPresentationForms-B.pl
36150            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
36151            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
36152            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
36153            - lib/unicode/In/BopomofoExtended.pl
36154            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
36155            - lib/unicode/In/CJKCompatibility.pl
36156            - lib/unicode/In/CJKCompatibilityForms.pl
36157            - lib/unicode/In/CJKCompatibilityIdeographs.pl
36158            - lib/unicode/In/CJKRadicalsSupplement.pl
36159            - lib/unicode/In/CJKSymbolsandPunctuation.pl
36160            - lib/unicode/In/CJKUnifiedIdeographs.pl
36161            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
36162            - lib/unicode/In/Cherokee.pl
36163            - lib/unicode/In/CombiningDiacriticalMarks.pl
36164            - lib/unicode/In/CombiningHalfMarks.pl
36165            - lib/unicode/In/CombiningMarksforSymbols.pl
36166            - lib/unicode/In/ControlPictures.pl
36167            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
36168            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
36169            - lib/unicode/In/EnclosedAlphanumerics.pl
36170            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
36171            - lib/unicode/In/Ethiopic.pl
36172            - lib/unicode/In/GeneralPunctuation.pl
36173            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
36174            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
36175            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
36176            - lib/unicode/In/HalfwidthandFullwidthForms.pl
36177            - lib/unicode/In/HangulCompatibilityJamo.pl
36178            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
36179            - lib/unicode/In/Hebrew.pl
36180            - lib/unicode/In/HighPrivateUseSurrogates.pl
36181            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
36182            - lib/unicode/In/IPAExtensions.pl
36183            - lib/unicode/In/IdeographicDescriptionCharacters.pl
36184            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
36185            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
36186            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
36187            - lib/unicode/In/Latin-1Supplement.pl
36188            - lib/unicode/In/LatinExtended-A.pl
36189            - lib/unicode/In/LatinExtended-B.pl
36190            - lib/unicode/In/LatinExtendedAdditional.pl
36191            - lib/unicode/In/LetterlikeSymbols.pl
36192            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
36193            - lib/unicode/In/MathematicalOperators.pl
36194            - lib/unicode/In/MiscellaneousSymbols.pl
36195            - lib/unicode/In/MiscellaneousTechnical.pl
36196            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
36197            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
36198            - lib/unicode/In/OpticalCharacterRecognition.pl
36199            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
36200            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
36201            - lib/unicode/In/SmallFormVariants.pl
36202            - lib/unicode/In/SpacingModifierLetters.pl
36203            - lib/unicode/In/Specials.pl
36204            - lib/unicode/In/SuperscriptsandSubscripts.pl
36205            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
36206            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
36207            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
36208            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
36209            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
36210           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
36211           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
36212           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
36213           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
36214           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
36215           !> utf8.c win32/Makefile
36216 ____________________________________________________________________________
36217 [  9903] By: jhi                                   on 2001/04/29  14:30:53
36218         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
36219              From: Prymmer/Kahn <pvhp@best.com>
36220              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
36221              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
36222      Branch: perl
36223            ! win32/Makefile
36224 ____________________________________________________________________________
36225 [  9902] By: jhi                                   on 2001/04/29  02:52:44
36226         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
36227              From: "Abigail" <abigail@foad.org>
36228              Date: Sun, 29 Apr 2001 03:14:25 +0200
36229              Message-ID: <20010429011425.24503.qmail@foad.org>
36230      Branch: perl
36231            ! ext/IO/lib/IO/Seekable.pm
36232 ____________________________________________________________________________
36233 [  9901] By: jhi                                   on 2001/04/29  02:04:46
36234         Log: In character classes one couldn't have 0x80..0xff characters
36235              at the left hand side if there were 0x100.. characters in the
36236              character class.
36237      Branch: perl
36238            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
36239            ! t/op/pat.t utf8.c
36240 ____________________________________________________________________________
36241 [  9900] By: jhi                                   on 2001/04/28  22:55:04
36242         Log: Forgot the latest mktables.PL from #9899.
36243      Branch: perl
36244            ! lib/unicode/mktables.PL
36245 ____________________________________________________________________________
36246 [  9899] By: jhi                                   on 2001/04/28  22:53:28
36247         Log: Explain the \p{} and \P{} error message better and
36248              have prettier prettyprint in In.pl.
36249      Branch: perl
36250            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
36251            ! pod/perldiag.pod
36252 ____________________________________________________________________________
36253 [  9898] By: jhi                                   on 2001/04/28  21:03:34
36254         Log: Add one possible explanation for the "Invalid [] range" error.
36255      Branch: perl
36256            ! pod/perldiag.pod
36257 ____________________________________________________________________________
36258 [  9897] By: jhi                                   on 2001/04/28  17:18:26
36259         Log: Add a level of indirection to the implementation of \p{InFoo}
36260              so that we don't have to have long filenames.  (Nothing changes
36261              in the user interface.)   The indirection is defined in
36262              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
36263              Also rename some the character classes by removing '-' from
36264              the classnames, and finally renamed Block.pl as Blocks.pl.
36265      Branch: perl
36266            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
36267            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
36268            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
36269            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
36270            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
36271            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
36272            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
36273            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
36274            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
36275            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
36276            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
36277            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
36278            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
36279            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
36280            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
36281            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
36282            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
36283            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
36284            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
36285            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
36286            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
36287            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
36288            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
36289            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
36290            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
36291            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
36292            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
36293            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
36294            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
36295            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
36296            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
36297            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
36298            + lib/unicode/In/94.pl lib/unicode/In/95.pl
36299            - lib/unicode/Block.pl
36300            - lib/unicode/In/AlphabeticPresentationForms.pl
36301            - lib/unicode/In/Arabic.pl
36302            - lib/unicode/In/ArabicPresentationForms-A.pl
36303            - lib/unicode/In/ArabicPresentationForms-B.pl
36304            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
36305            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
36306            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
36307            - lib/unicode/In/BopomofoExtended.pl
36308            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
36309            - lib/unicode/In/CJKCompatibility.pl
36310            - lib/unicode/In/CJKCompatibilityForms.pl
36311            - lib/unicode/In/CJKCompatibilityIdeographs.pl
36312            - lib/unicode/In/CJKRadicalsSupplement.pl
36313            - lib/unicode/In/CJKSymbolsandPunctuation.pl
36314            - lib/unicode/In/CJKUnifiedIdeographs.pl
36315            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
36316            - lib/unicode/In/Cherokee.pl
36317            - lib/unicode/In/CombiningDiacriticalMarks.pl
36318            - lib/unicode/In/CombiningHalfMarks.pl
36319            - lib/unicode/In/CombiningMarksforSymbols.pl
36320            - lib/unicode/In/ControlPictures.pl
36321            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
36322            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
36323            - lib/unicode/In/EnclosedAlphanumerics.pl
36324            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
36325            - lib/unicode/In/Ethiopic.pl
36326            - lib/unicode/In/GeneralPunctuation.pl
36327            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
36328            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
36329            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
36330            - lib/unicode/In/HalfwidthandFullwidthForms.pl
36331            - lib/unicode/In/HangulCompatibilityJamo.pl
36332            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
36333            - lib/unicode/In/Hebrew.pl
36334            - lib/unicode/In/HighPrivateUseSurrogates.pl
36335            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
36336            - lib/unicode/In/IPAExtensions.pl
36337            - lib/unicode/In/IdeographicDescriptionCharacters.pl
36338            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
36339            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
36340            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
36341            - lib/unicode/In/Latin-1Supplement.pl
36342            - lib/unicode/In/LatinExtended-A.pl
36343            - lib/unicode/In/LatinExtended-B.pl
36344            - lib/unicode/In/LatinExtendedAdditional.pl
36345            - lib/unicode/In/LetterlikeSymbols.pl
36346            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
36347            - lib/unicode/In/MathematicalOperators.pl
36348            - lib/unicode/In/MiscellaneousSymbols.pl
36349            - lib/unicode/In/MiscellaneousTechnical.pl
36350            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
36351            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
36352            - lib/unicode/In/OpticalCharacterRecognition.pl
36353            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
36354            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
36355            - lib/unicode/In/SmallFormVariants.pl
36356            - lib/unicode/In/SpacingModifierLetters.pl
36357            - lib/unicode/In/Specials.pl
36358            - lib/unicode/In/SuperscriptsandSubscripts.pl
36359            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
36360            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
36361            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
36362            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
36363            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
36364            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
36365            ! pod/perlunicode.pod
36366 ____________________________________________________________________________
36367 [  9896] By: jhi                                   on 2001/04/28  14:33:17
36368         Log: Update the information on shared library path on HP-UX.
36369      Branch: perl
36370            ! INSTALL
36371 ____________________________________________________________________________
36372 [  9895] By: jhi                                   on 2001/04/28  14:32:30
36373         Log: Because #9894 seems to do the trick, this workaround can be removed.
36374      Branch: perl
36375            ! t/lib/selfstubber.t
36376 ____________________________________________________________________________
36377 [  9894] By: jhi                                   on 2001/04/28  14:26:13
36378         Log: For PerlIO flush the children's file handles (on fork/exec/system).
36379      Branch: perl
36380            ! perl.h
36381 ____________________________________________________________________________
36382 [  9893] By: jhi                                   on 2001/04/28  14:23:15
36383         Log: Test tweak for #9891.
36384      Branch: perl
36385            ! t/lib/b-deparse.t
36386 ____________________________________________________________________________
36387 [  9892] By: jhi                                   on 2001/04/28  14:10:13
36388         Log: New HP-UX hints from Merijn.
36389      Branch: perl
36390            ! hints/hpux.sh
36391 ____________________________________________________________________________
36392 [  9891] By: jhi                                   on 2001/04/28  14:07:27
36393         Log: Subject: [PATCH B::Deparse] non-block scopes
36394              From: Robin Houston <robin@kitsite.com>
36395              Date: Fri, 27 Apr 2001 19:15:14 +0100
36396              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
36397      Branch: perl
36398            ! ext/B/B/Deparse.pm
36399 ____________________________________________________________________________
36400 [  9890] By: nick                                  on 2001/04/27  19:41:25
36401         Log: Integrate mainline
36402      Branch: perlio
36403           +> t/lib/selfstubber.t
36404           !> (integrate 50 files)
36405 ____________________________________________________________________________
36406 [  9889] By: jhi                                   on 2001/04/27  18:23:46
36407         Log: Subject: Re: selfstubber test fail on bleadperl
36408              From: Mike Guy <mjtg@cam.ac.uk>
36409              Date: Fri, 27 Apr 2001 19:31:18 +0100
36410              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
36411      Branch: perl
36412            ! t/lib/selfstubber.t
36413 ____________________________________________________________________________
36414 [  9888] By: jhi                                   on 2001/04/27  16:20:54
36415         Log: Test tweak for #9886.
36416      Branch: perl
36417            ! t/lib/b-deparse.t
36418 ____________________________________________________________________________
36419 [  9887] By: jhi                                   on 2001/04/27  16:16:33
36420         Log: Buffering issue at least in Solaris (even with perlio).
36421      Branch: perl
36422            ! t/lib/selfstubber.t
36423 ____________________________________________________________________________
36424 [  9886] By: jhi                                   on 2001/04/27  14:59:23
36425         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
36426              From: Robin Houston <robin@kitsite.com>
36427              Date: Fri, 27 Apr 2001 16:53:20 +0100
36428              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
36429      Branch: perl
36430            ! ext/B/B/Deparse.pm
36431 ____________________________________________________________________________
36432 [  9885] By: jhi                                   on 2001/04/27  14:23:51
36433         Log: Update Changes.
36434      Branch: perl
36435            ! Changes patchlevel.h
36436 ____________________________________________________________________________
36437 [  9884] By: jhi                                   on 2001/04/27  14:14:12
36438         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
36439              From: "Philip Newton" <pnewton@gmx.de>
36440              Date: Fri, 27 Apr 2001 16:40:13 +0200
36441              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
36442      Branch: perl
36443            ! pod/perldata.pod
36444 ____________________________________________________________________________
36445 [  9883] By: jhi                                   on 2001/04/27  13:28:19
36446         Log: Add LOG_PERROR; prettify the "removed".
36447      Branch: perl
36448            ! ext/Sys/Syslog/Syslog.xs
36449 ____________________________________________________________________________
36450 [  9882] By: jhi                                   on 2001/04/27  13:13:18
36451         Log: h2xs tweaks: use NV instead of double, "quote" the removed
36452              prefixes for clarity (especially when nothing is removed),
36453              slight pod reformats.
36454      Branch: perl
36455            ! utils/h2xs.PL
36456 ____________________________________________________________________________
36457 [  9881] By: jhi                                   on 2001/04/27  12:58:48
36458         Log: Don't bother creating existing directories.
36459      Branch: perl
36460            ! utils/h2xs.PL
36461 ____________________________________________________________________________
36462 [  9880] By: jhi                                   on 2001/04/27  12:45:39
36463         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
36464              From: Mike Schilli <m@perlmeister.com>
36465              Date: Wed, 25 Apr 2001 01:29:21 -0700
36466              Message-id: <3AE68AE1.6A981723@perlmeister.com>
36467      Branch: perl
36468            ! utils/h2xs.PL
36469 ____________________________________________________________________________
36470 [  9879] By: jhi                                   on 2001/04/27  12:40:55
36471         Log: break is not yet Perl.  Added the template license also to README.
36472      Branch: perl
36473            ! utils/h2xs.PL
36474 ____________________________________________________________________________
36475 [  9878] By: jhi                                   on 2001/04/27  03:08:20
36476         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
36477              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36478              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
36479              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
36480      Branch: perl
36481            ! t/lib/xs-typemap.t
36482 ____________________________________________________________________________
36483 [  9877] By: jhi                                   on 2001/04/26  23:54:40
36484         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
36485              From: "Abigail" <abigail@foad.org>
36486              Date: Fri, 27 Apr 2001 01:44:28 +0200
36487              Message-ID: <20010426234428.19786.qmail@foad.org>
36488      Branch: perl
36489            ! utils/h2xs.PL
36490 ____________________________________________________________________________
36491 [  9876] By: jhi                                   on 2001/04/26  23:52:06
36492         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
36493              From: Peter Prymmer <pvhp@forte.com>
36494              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
36495              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
36496      Branch: perl
36497            ! t/lib/selfstubber.t
36498 ____________________________________________________________________________
36499 [  9875] By: jhi                                   on 2001/04/26  23:48:10
36500         Log: Deparse nits.
36501      Branch: perl
36502            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
36503 ____________________________________________________________________________
36504 [  9874] By: jhi                                   on 2001/04/26  22:46:05
36505         Log: Document ANYOF_CLASS.
36506      Branch: perl
36507            ! regcomp.h
36508 ____________________________________________________________________________
36509 [  9873] By: jhi                                   on 2001/04/26  22:35:03
36510         Log: Subject: Re: [PATCH @9846] dumping ANYOF
36511              From: Hugo <hv@crypt.compulink.co.uk>
36512              Date: Thu, 26 Apr 2001 23:33:38 +0100
36513              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
36514      Branch: perl
36515            ! regcomp.c regcomp.h
36516 ____________________________________________________________________________
36517 [  9872] By: jhi                                   on 2001/04/26  22:34:31
36518         Log: Subject: [PATCH] more for Devel::SelfStubber
36519              From: Nicholas Clark <nick@ccl4.org>
36520              Date: Fri, 27 Apr 2001 00:13:52 +0100
36521              Message-ID: <20010427001351.K88186@plum.flirble.org>
36522      Branch: perl
36523            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
36524 ____________________________________________________________________________
36525 [  9871] By: jhi                                   on 2001/04/26  21:59:17
36526         Log: Subject: [PATCH B::Deparse] formats must be flush left
36527              From: Robin Houston <robin@kitsite.com>
36528              Date: Thu, 26 Apr 2001 23:54:29 +0100
36529              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
36530      Branch: perl
36531            ! ext/B/B/Deparse.pm
36532 ____________________________________________________________________________
36533 [  9870] By: jhi                                   on 2001/04/26  21:57:37
36534         Log: If some of the constants are prefixes of others,
36535              the prefixes may never get recognized.  (See 20010426.006.)
36536      Branch: perl
36537            ! utils/h2xs.PL
36538 ____________________________________________________________________________
36539 [  9869] By: jhi                                   on 2001/04/26  21:50:42
36540         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
36541              From: Chris Bongaarts <cab@tc.umn.edu>
36542              Date: Thu, 26 Apr 2001 17:10:31 -0500
36543              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
36544      Branch: perl
36545            ! ext/Sys/Syslog/Syslog.xs
36546 ____________________________________________________________________________
36547 [  9868] By: jhi                                   on 2001/04/26  21:35:12
36548         Log: Further cuts and more docs from Graham Barr.
36549      Branch: perl
36550            ! ext/List/Util/lib/List/Util.pm
36551            ! ext/List/Util/lib/Scalar/Util.pm
36552 ____________________________________________________________________________
36553 [  9867] By: jhi                                   on 2001/04/26  21:18:57
36554         Log: Subject: [PATCH 5.7.1] DB_File-1.77
36555              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
36556              Date: Thu, 26 Apr 2001 22:37:53 +0100
36557              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
36558      Branch: perl
36559            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36560            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36561 ____________________________________________________________________________
36562 [  9866] By: jhi                                   on 2001/04/26  21:12:31
36563         Log: Subject: [PATCH B::Deparse] fix easy bugs
36564              From: Robin Houston <robin@kitsite.com>
36565              Date: Thu, 26 Apr 2001 23:03:33 +0100
36566              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
36567      Branch: perl
36568            ! ext/B/B/Deparse.pm
36569 ____________________________________________________________________________
36570 [  9865] By: jhi                                   on 2001/04/26  20:26:13
36571         Log: Update Changes.
36572      Branch: perl
36573            ! Changes patchlevel.h
36574 ____________________________________________________________________________
36575 [  9864] By: jhi                                   on 2001/04/26  19:27:48
36576         Log: Dethinko from Robin Houston.
36577      Branch: perl
36578            ! ext/B/B/Deparse.pm
36579 ____________________________________________________________________________
36580 [  9863] By: jhi                                   on 2001/04/26  19:10:35
36581         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
36582              From: Robin Houston <robin@kitsite.com>
36583              Date: Thu, 26 Apr 2001 21:08:32 +0100
36584              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
36585      Branch: perl
36586            ! ext/B/B/Deparse.pm
36587 ____________________________________________________________________________
36588 [  9862] By: jhi                                   on 2001/04/26  19:04:23
36589         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36590              From: Robin Houston <robin@kitsite.com>
36591              Date: Thu, 26 Apr 2001 20:52:50 +0100
36592              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
36593      Branch: perl
36594            ! ext/B/B/Deparse.pm
36595 ____________________________________________________________________________
36596 [  9861] By: jhi                                   on 2001/04/26  18:56:14
36597         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
36598              From: Mike Guy <mjtg@cam.ac.uk>
36599              Date: Thu, 26 Apr 2001 14:22:40 +0100
36600              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
36601      Branch: perl
36602            ! pod/perlobj.pod
36603 ____________________________________________________________________________
36604 [  9860] By: jhi                                   on 2001/04/26  18:46:42
36605         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36606              From: Robin Houston <robin@kitsite.com>
36607              Date: Thu, 26 Apr 2001 20:34:29 +0100
36608              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
36609              
36610              Hashes do not interpolate.
36611      Branch: perl
36612            ! ext/B/B/Deparse.pm
36613 ____________________________________________________________________________
36614 [  9859] By: jhi                                   on 2001/04/26  18:43:51
36615         Log: Subject: The Time::Piece conspiracy unmasked!!!
36616              From: Mike Guy <mjtg@cam.ac.uk>
36617              Date: Thu, 26 Apr 2001 19:02:50 +0100
36618              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
36619              
36620              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
36621              From: Mike Guy <mjtg@cam.ac.uk>
36622              Date: Thu, 26 Apr 2001 19:08:21 +0100
36623              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
36624              
36625              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
36626              From: Graham Barr <gbarr@pobox.com>
36627              Date: Thu, 26 Apr 2001 19:12:03 +0100
36628              Message-ID: <20010426191203.A70835@pobox.com>
36629              
36630              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
36631      Branch: perl
36632            ! ext/List/Util/lib/List/Util.pm
36633            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
36634 ____________________________________________________________________________
36635 [  9858] By: jhi                                   on 2001/04/26  18:17:42
36636         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
36637              From: Robin Houston <robin@kitsite.com>
36638              Date: Thu, 26 Apr 2001 16:09:35 +0100
36639              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
36640      Branch: perl
36641            ! t/comp/proto.t
36642 ____________________________________________________________________________
36643 [  9857] By: jhi                                   on 2001/04/26  18:04:59
36644         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
36645              From: barries <barries@slaysys.com>
36646              Date: Thu, 26 Apr 2001 12:01:10 -0400
36647              Message-ID: <20010426120110.E29698@jester.slaysys.com>
36648      Branch: perl
36649            ! pod/perldiag.pod
36650 ____________________________________________________________________________
36651 [  9856] By: jhi                                   on 2001/04/26  18:03:33
36652         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
36653              Date: Thu, 26 Apr 2001 17:13:41 +0100
36654              From: Robin Houston <robin@kitsite.com>
36655              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
36656              
36657              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36658              From: Robin Houston <robin@kitsite.com>
36659              Date: Thu, 26 Apr 2001 18:44:29 +0100
36660              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
36661      Branch: perl
36662            ! ext/B/B/Deparse.pm
36663 ____________________________________________________________________________
36664 [  9855] By: jhi                                   on 2001/04/26  17:56:04
36665         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
36666              From: Robin Houston <robin@kitsite.com>
36667              Date: Thu, 26 Apr 2001 17:04:08 +0100
36668              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
36669      Branch: perl
36670            ! ext/B/B/Deparse.pm
36671 ____________________________________________________________________________
36672 [  9854] By: jhi                                   on 2001/04/26  17:47:26
36673         Log: Subject: Re: Short test case for undef %stash:: crash
36674              From: Benjamin Sugars <bsugars@canoe.ca> 
36675              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
36676              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
36677              Changed and moved the perldiag entry.
36678      Branch: perl
36679            ! gv.c pod/perldiag.pod
36680 ____________________________________________________________________________
36681 [  9853] By: jhi                                   on 2001/04/26  14:35:16
36682         Log: Beginnings of strptime().  Do not touch the wet paint.
36683      Branch: perl
36684            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
36685 ____________________________________________________________________________
36686 [  9852] By: jhi                                   on 2001/04/26  13:17:21
36687         Log: Retract #9851, core dumps from pod2man.
36688      Branch: perl
36689            ! regcomp.c
36690 ____________________________________________________________________________
36691 [  9851] By: jhi                                   on 2001/04/26  11:54:41
36692         Log: (Retracted by #9852.)
36693              
36694              Subject: [PATCH @9846] dumping ANYOF
36695              From: Hugo <hv@crypt.compulink.co.uk>
36696              Date: Thu, 26 Apr 2001 05:32:38 +0100
36697              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
36698      Branch: perl
36699            ! regcomp.c
36700 ____________________________________________________________________________
36701 [  9850] By: jhi                                   on 2001/04/26  02:34:44
36702         Log: If ccflags was empty the _previous_ $* containing all the
36703              environment variables and Configure variables was used,
36704              which lead, among other bad things, into $ccflags being your
36705              uname -a output, which lead into test compile with cc failing,
36706              which lead into gcc being selected, which didn't work that well
36707              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
36708              with large files, et cetera.
36709      Branch: perl
36710            ! hints/hpux.sh
36711 ____________________________________________________________________________
36712 [  9849] By: jhi                                   on 2001/04/26  01:44:57
36713         Log: Make selfstubber test more portable.
36714      Branch: perl
36715            ! t/lib/selfstubber.t
36716 ____________________________________________________________________________
36717 [  9848] By: jhi                                   on 2001/04/26  00:50:26
36718         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
36719              From: Benjamin Sugars <ben.sugars@home.com>
36720              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
36721              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
36722      Branch: perl
36723            ! ext/Cwd/Cwd.xs
36724 ____________________________________________________________________________
36725 [  9847] By: jhi                                   on 2001/04/26  00:46:58
36726         Log: Subject: [PATCH: perl@9841] VMS updates
36727              From: Peter Prymmer <pvhp@forte.com>
36728              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
36729              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
36730      Branch: perl
36731            ! README.vms configure.com vms/descrip_mms.template
36732            ! vms/ext/filespec.t
36733 ____________________________________________________________________________
36734 [  9846] By: jhi                                   on 2001/04/26  00:11:56
36735         Log: re 'debug' was broken by #9084.
36736      Branch: perl
36737            ! ext/re/re.xs
36738 ____________________________________________________________________________
36739 [  9845] By: jhi                                   on 2001/04/25  22:33:17
36740         Log: Subject: [PATCH] test for Devel::SelfStubber
36741              From: Nicholas Clark <nick@ccl4.org>
36742              Date: Thu, 26 Apr 2001 00:00:54 +0100
36743              Message-ID: <20010426000054.D89026@plum.flirble.org>
36744      Branch: perl
36745            + t/lib/selfstubber.t
36746            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
36747 ____________________________________________________________________________
36748 [  9844] By: jhi                                   on 2001/04/25  22:29:32
36749         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
36750              From: Paul Johnson <paul@pjcj.net>
36751              Date: Thu, 26 Apr 2001 00:46:08 +0200
36752              Message-ID: <20010426004608.H2338@pjcj.net>
36753      Branch: perl
36754            ! ext/B/B/Concise.pm
36755 ____________________________________________________________________________
36756 [  9843] By: jhi                                   on 2001/04/25  22:28:28
36757         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
36758              From: Peter Prymmer <pvhp@forte.com>
36759              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
36760              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
36761      Branch: perl
36762            ! ext/Cwd/Cwd.xs
36763 ____________________________________________________________________________
36764 [  9842] By: jhi                                   on 2001/04/25  20:58:12
36765         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
36766              From: John Peacock <jpeacock@rowman.com>
36767              Date: Wed, 25 Apr 2001 17:30:26 -0400
36768              Message-ID: <3AE741F2.B3217464@rowman.com>
36769      Branch: perl
36770            ! lib/Math/BigInt.pm t/lib/bigintpm.t
36771 ____________________________________________________________________________
36772 [  9841] By: jhi                                   on 2001/04/25  20:07:05
36773         Log: Update Changes.
36774      Branch: perl
36775            ! Changes patchlevel.h
36776 ____________________________________________________________________________
36777 [  9840] By: jhi                                   on 2001/04/25  19:56:51
36778         Log: Yet another HP-UX hints version from Merijn.
36779      Branch: perl
36780            ! hints/hpux.sh
36781 ____________________________________________________________________________
36782 [  9839] By: jhi                                   on 2001/04/25  19:53:04
36783         Log: abs_path() didn't terminate the filename correctly,
36784              in DIRNAMLENless systems like HP-UX this would fail.
36785      Branch: perl
36786            ! ext/Cwd/Cwd.xs
36787 ____________________________________________________________________________
36788 [  9838] By: jhi                                   on 2001/04/25  16:37:26
36789         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
36790              From: Mike Guy <mjtg@cam.ac.uk>
36791              Date: Wed, 25 Apr 2001 18:31:47 +0100
36792              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
36793      Branch: perl
36794            ! op.c
36795 ____________________________________________________________________________
36796 [  9837] By: jhi                                   on 2001/04/25  16:21:53
36797         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
36798              From: Jon Eveland <jweveland@yahoo.com>
36799              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
36800              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
36801      Branch: perl
36802            ! lib/perl5db.pl
36803 ____________________________________________________________________________
36804 [  9836] By: jhi                                   on 2001/04/25  14:17:50
36805         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
36806              From: "Philip Newton" <pnewton@gmx.de>
36807              Date: Wed, 25 Apr 2001 17:05:58 +0200
36808              Message-ID: <3AE703F6.3234.1833C45@localhost>
36809      Branch: perl
36810            ! Porting/patching.pod
36811 ____________________________________________________________________________
36812 [  9835] By: jhi                                   on 2001/04/25  13:58:07
36813         Log: It would seem that both ar and full_ar need to be overridden
36814              for HP-UX to avoid the GNU ar.
36815      Branch: perl
36816            ! hints/hpux.sh
36817 ____________________________________________________________________________
36818 [  9834] By: jhi                                   on 2001/04/25  13:50:40
36819         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
36820              From: "Philip Newton" <pnewton@gmx.de>
36821              Date: Wed, 25 Apr 2001 16:09:23 +0200
36822              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
36823              
36824              Detypo.
36825      Branch: perl
36826            ! t/op/misc.t
36827 ____________________________________________________________________________
36828 [  9833] By: jhi                                   on 2001/04/25  12:36:11
36829         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
36830      Branch: perl
36831            ! hints/hpux.sh
36832 ____________________________________________________________________________
36833 [  9832] By: jhi                                   on 2001/04/25  12:33:36
36834         Log: New version of HP-UX hints from Merijn.
36835      Branch: perl
36836            ! hints/hpux.sh
36837 ____________________________________________________________________________
36838 [  9831] By: jhi                                   on 2001/04/25  03:39:45
36839         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
36840      Branch: perl
36841            ! hints/hpux.sh
36842 ____________________________________________________________________________
36843 [  9830] By: jhi                                   on 2001/04/25  02:53:25
36844         Log: The tzname[] bit is not needed by util.c -- and causes
36845              heartburn in VMS (and it missing was probably the cause of
36846              the Mac OS X trouble).  Ouch.
36847      Branch: perl
36848            ! ext/POSIX/POSIX.xs util.c
36849 ____________________________________________________________________________
36850 [  9829] By: jhi                                   on 2001/04/25  00:10:06
36851         Log: Metaconfig unit change for #9828.
36852      Branch: metaconfig
36853            ! U/compline/ccflags.U
36854 ____________________________________________________________________________
36855 [  9828] By: jhi                                   on 2001/04/25  00:04:18
36856         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
36857              (which is actually the reason for the change, we need to pass
36858              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
36859              EP/IX, OS/2, and TitanOS, based on the hints files.
36860      Branch: perl
36861            ! Configure config_h.SH
36862 ____________________________________________________________________________
36863 [  9827] By: jhi                                   on 2001/04/24  23:49:20
36864         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
36865              the $cat must have an absolute path.
36866      Branch: perl
36867            ! makedepend.SH
36868 ____________________________________________________________________________
36869 [  9826] By: jhi                                   on 2001/04/24  23:40:53
36870         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
36871      Branch: perl
36872            ! README.amiga
36873 ____________________________________________________________________________
36874 [  9825] By: jhi                                   on 2001/04/24  23:35:35
36875         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
36876              From: "Philip Newton" <pnewton@gmx.de>
36877              Date: Tue, 24 Apr 2001 18:52:49 +0200
36878              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
36879      Branch: perl
36880            ! x2p/find2perl.PL
36881 ____________________________________________________________________________
36882 [  9824] By: jhi                                   on 2001/04/24  23:33:07
36883         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
36884              Some gcc specifics dropped out due to extensive rewriting;
36885              will be put back later as needed.
36886      Branch: perl
36887            ! hints/hpux.sh
36888 ____________________________________________________________________________
36889 [  9823] By: jhi                                   on 2001/04/24  23:27:57
36890         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
36891      Branch: perl
36892            ! ext/POSIX/POSIX.xs
36893 ____________________________________________________________________________
36894 [  9822] By: jhi                                   on 2001/04/24  23:25:21
36895         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
36896              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36897              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
36898              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
36899      Branch: perl
36900            ! ext/XS/Typemap/Typemap.xs
36901 ____________________________________________________________________________
36902 [  9821] By: jhi                                   on 2001/04/24  23:24:10
36903         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
36904              From: "Abigail" <abigail@foad.org>
36905              Date: Tue, 24 Apr 2001 23:12:03 +0200
36906              Message-ID: <20010424211203.7901.qmail@foad.org>
36907      Branch: perl
36908            ! pod/perlport.pod
36909 ____________________________________________________________________________
36910 [  9820] By: jhi                                   on 2001/04/24  23:23:15
36911         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
36912              From: Matt Sergeant <matt@sergeant.org>
36913              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
36914              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
36915      Branch: perl
36916            ! pod/perlfaq4.pod
36917 ____________________________________________________________________________
36918 [  9819] By: nick                                  on 2001/04/24  18:49:43
36919         Log: Integrate mainline.
36920      Branch: perlio
36921           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
36922           !> (integrate 37 files)
36923 ____________________________________________________________________________
36924 [  9818] By: jhi                                   on 2001/04/24  14:35:23
36925         Log: Update Changes.
36926      Branch: perl
36927            ! Changes patchlevel.h
36928 ____________________________________________________________________________
36929 [  9817] By: jhi                                   on 2001/04/24  14:09:17
36930         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
36931              From: "Philip Newton" <pnewton@gmx.de>
36932              Date: Tue, 24 Apr 2001 12:58:12 +0200
36933              Message-ID: <3AE57864.8304.B77A0A@localhost> 
36934              
36935              plus add CPAN to the list of modules that have their own tests.
36936      Branch: perl
36937            ! t/lib/1_compile.t
36938 ____________________________________________________________________________
36939 [  9816] By: jhi                                   on 2001/04/24  14:07:03
36940         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
36941              From: Michael G Schwern <schwern@pobox.com>
36942              Date: Sat, 21 Apr 2001 22:35:00 +0100
36943              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
36944      Branch: perl
36945            ! t/lib/1_compile.t
36946 ____________________________________________________________________________
36947 [  9815] By: jhi                                   on 2001/04/24  13:54:32
36948         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
36949              From: Robin Houston <robin@kitsite.com>
36950              Date: Tue, 24 Apr 2001 15:51:18 +0100
36951              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
36952      Branch: perl
36953            ! ext/B/B/Deparse.pm
36954 ____________________________________________________________________________
36955 [  9814] By: jhi                                   on 2001/04/24  13:17:34
36956         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
36957              From: Bill Glicker <billg@burrelles.com>
36958              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
36959              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
36960      Branch: perl
36961            ! hints/svr5.sh
36962 ____________________________________________________________________________
36963 [  9813] By: jhi                                   on 2001/04/24  12:54:23
36964         Log: Prevent path disclosure (probing for existence of filenames)
36965              using suidperl; bug id 20010322.218.
36966      Branch: perl
36967            ! perl.c pod/perldiag.pod
36968 ____________________________________________________________________________
36969 [  9812] By: jhi                                   on 2001/04/24  12:08:36
36970         Log: Retract #9811.
36971      Branch: perl
36972            ! ext/POSIX/POSIX.xs
36973 ____________________________________________________________________________
36974 [  9811] By: jhi                                   on 2001/04/24  11:57:35
36975         Log: (Retracted by #9812.)
36976      Branch: perl
36977            ! ext/POSIX/POSIX.xs
36978 ____________________________________________________________________________
36979 [  9810] By: jhi                                   on 2001/04/24  03:32:35
36980         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
36981      Branch: perl
36982            ! util.c
36983 ____________________________________________________________________________
36984 [  9809] By: jhi                                   on 2001/04/24  03:16:13
36985         Log: The Math::BigFloat::import() was broken.
36986              (Fixes bug id 20010422.002.)
36987      Branch: perl
36988            ! lib/Math/BigFloat.pm
36989 ____________________________________________________________________________
36990 [  9808] By: jhi                                   on 2001/04/24  01:11:40
36991         Log: Additional dependencies; should help for parallel makes
36992              not to fail on missing lib/lib.pm or lib/re.pm.
36993      Branch: perl
36994            ! Makefile.SH
36995 ____________________________________________________________________________
36996 [  9807] By: jhi                                   on 2001/04/24  00:57:01
36997         Log: Update the test failure disclaimer.
36998      Branch: perl
36999            ! t/pragma/warn/pp_hot
37000 ____________________________________________________________________________
37001 [  9806] By: jhi                                   on 2001/04/24  00:54:04
37002         Log: Add make target "install-all" which is alias for "install"
37003              to cater for case-preserving filesystems like HFS+.
37004      Branch: perl
37005            ! INSTALL Makefile.SH
37006 ____________________________________________________________________________
37007 [  9805] By: jhi                                   on 2001/04/24  00:47:28
37008         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
37009              From: Peter Prymmer <pvhp@forte.com>
37010              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
37011              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
37012              
37013              (Ken William's message forwarded from macosx@perl.org)
37014      Branch: perl
37015            ! hints/darwin.sh
37016 ____________________________________________________________________________
37017 [  9804] By: jhi                                   on 2001/04/23  23:57:35
37018         Log: Cut-and-pasto.
37019      Branch: perl
37020            ! perlio.c
37021 ____________________________________________________________________________
37022 [  9803] By: jhi                                   on 2001/04/23  23:52:25
37023         Log: More PerlIO robustness.
37024      Branch: perl
37025            ! perlio.c
37026 ____________________________________________________________________________
37027 [  9802] By: jhi                                   on 2001/04/23  23:43:35
37028         Log: Make the "STD* opened only for ..." errors more consistent.
37029      Branch: perl
37030            ! doio.c
37031 ____________________________________________________________________________
37032 [  9801] By: jhi                                   on 2001/04/23  23:34:26
37033         Log: Test case for #9800.
37034      Branch: perl
37035            ! t/op/misc.t
37036 ____________________________________________________________________________
37037 [  9800] By: jhi                                   on 2001/04/23  23:14:43
37038         Log: Avoid coredump on 'close STDERR; die' by making
37039              the PerlIO calls more robust.  Also use SETERRNO()
37040              instead of errno = to be more VMS-ready.
37041      Branch: perl
37042            ! perlio.c
37043 ____________________________________________________________________________
37044 [  9799] By: jhi                                   on 2001/04/23  21:41:10
37045         Log: Subject: test for ID 20010423.002
37046              From: Robin Houston <robin@kitsite.com>
37047              Date: Mon, 23 Apr 2001 16:52:21 +0100
37048              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
37049      Branch: perl
37050            ! t/op/avhv.t
37051 ____________________________________________________________________________
37052 [  9798] By: jhi                                   on 2001/04/23  21:40:07
37053         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
37054              From: David Dyck <dcd@tc.fluke.com>
37055              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
37056              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
37057      Branch: perl
37058            ! installperl
37059 ____________________________________________________________________________
37060 [  9797] By: jhi                                   on 2001/04/23  21:37:56
37061         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
37062              From: Benjamin Sugars <bsugars@canoe.ca>
37063              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
37064              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
37065      Branch: perl
37066            ! ext/Cwd/Cwd.xs lib/Cwd.pm
37067 ____________________________________________________________________________
37068 [  9796] By: jhi                                   on 2001/04/23  21:29:24
37069         Log: Synchronize h2xs and pod2man some more on the documentation
37070              templates they propose.
37071      Branch: perl
37072            ! pod/pod2man.PL utils/h2xs.PL
37073 ____________________________________________________________________________
37074 [  9795] By: jhi                                   on 2001/04/23  17:30:40
37075         Log: Add one more naughty test for base64; make encoding logic cleaner.
37076      Branch: perl
37077            ! t/lib/mimeb64.t
37078 ____________________________________________________________________________
37079 [  9794] By: jhi                                   on 2001/04/23  13:51:32
37080         Log: Update Changes.
37081      Branch: perl
37082            ! Changes patchlevel.h
37083 ____________________________________________________________________________
37084 [  9793] By: jhi                                   on 2001/04/23  13:44:18
37085         Log: Duplicate lines.
37086      Branch: perl
37087            ! MANIFEST
37088 ____________________________________________________________________________
37089 [  9792] By: jhi                                   on 2001/04/23  13:39:13
37090         Log: Subject: Re: PATCH 5.7.1
37091              From: Mark-Jason Dominus <mjd@plover.com>
37092              Date: Mon, 23 Apr 2001 10:30:21 -0400
37093              Message-ID: <20010423143021.17335.qmail@plover.com>
37094      Branch: perl
37095            ! perl.h sv.c
37096 ____________________________________________________________________________
37097 [  9791] By: jhi                                   on 2001/04/23  13:32:40
37098         Log: Add the CPAN.pm 1.59_54 tests.
37099      Branch: perl
37100            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
37101            ! MANIFEST
37102 ____________________________________________________________________________
37103 [  9790] By: jhi                                   on 2001/04/23  13:21:55
37104         Log: Subject: Deparse nit
37105              From: Robin Houston <robin@kitsite.com>
37106              Date: Mon, 23 Apr 2001 12:38:20 +0100
37107              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
37108      Branch: perl
37109            ! ext/B/B/Deparse.pm
37110 ____________________________________________________________________________
37111 [  9789] By: jhi                                   on 2001/04/23  13:19:07
37112         Log: Subject: [PATCH] bug 20010423.002
37113              From: Robin Houston <robin@kitsite.com>
37114              Date: Mon, 23 Apr 2001 13:12:30 +0100
37115              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
37116      Branch: perl
37117            ! pp.c
37118 ____________________________________________________________________________
37119 [  9788] By: jhi                                   on 2001/04/23  13:02:49
37120         Log: Subject: PATCH [5.7.1] hv.c unused #define
37121              From: Mark-Jason Dominus <mjd@plover.com>
37122              Date: Sun, 22 Apr 2001 14:17:49 -0400
37123              Message-ID: <20010422181749.26976.qmail@plover.com>
37124      Branch: perl
37125            ! hv.c
37126 ____________________________________________________________________________
37127 [  9787] By: jhi                                   on 2001/04/23  13:02:02
37128         Log: Subject: PATCH 5.7.1
37129              From: Mark-Jason Dominus <mjd@plover.com>
37130              Date: Sun, 22 Apr 2001 15:12:57 -0400
37131              Message-ID: <20010422191258.6539.qmail@plover.com>
37132              
37133              plus Sarathy's STMT_START + STMT_END suggestion.
37134      Branch: perl
37135            ! perl.h
37136 ____________________________________________________________________________
37137 [  9786] By: jhi                                   on 2001/04/23  12:53:25
37138         Log: Fix for
37139              
37140              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
37141              From: dLux <dlux@spam.sch.bme.hu>
37142              Date: Mon, 23 Apr 2001 01:25:26 +0200
37143              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
37144              
37145              (SvGROW really does return a char *.)
37146      Branch: perl
37147            ! pod/perlapi.pod sv.h
37148 ____________________________________________________________________________
37149 [  9785] By: jhi                                   on 2001/04/23  04:34:04
37150         Log: Time::Piece work continues.  $t->day removed since
37151              I think it's too confusing.  Now has normal and
37152              abbreviated length weekday names and month names,
37153              the names change with _names(), not _list().
37154              Now has strftime() in Perl, _strftime() is
37155              the libc version (to which strftime() falls back
37156              if it doesn't know the format.  To do: the reverse
37157              of strftime, strptime(), and the localisation of both.
37158      Branch: perl
37159            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
37160            ! t/lib/time-piece.t
37161 ____________________________________________________________________________
37162 [  9784] By: jhi                                   on 2001/04/23  02:41:46
37163         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
37164              From: andreas.koenig@anima.de (Andreas J. Koenig)
37165              Date: 23 Apr 2001 05:20:55 +0200
37166              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
37167      Branch: perl
37168            ! t/pragma/overload.t
37169 ____________________________________________________________________________
37170 [  9783] By: jhi                                   on 2001/04/22  23:32:42
37171         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
37172              From: Robin Houston <robin@kitsite.com>
37173              Date: Mon, 23 Apr 2001 00:38:18 +0100
37174              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
37175      Branch: perl
37176            ! ext/B/B/Deparse.pm
37177 ____________________________________________________________________________
37178 [  9782] By: jhi                                   on 2001/04/22  20:55:43
37179         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
37180              From: Simon Cozens <simon@netthink.co.uk>
37181              Date: Sun, 22 Apr 2001 18:47:25 +0100
37182              Message-ID: <20010422184725.A14411@netthink.co.uk>
37183      Branch: perl
37184            ! sv.c t/pragma/overload.t
37185 ____________________________________________________________________________
37186 [  9781] By: jhi                                   on 2001/04/22  20:52:13
37187         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
37188              From: Robin Houston <robin@kitsite.com>
37189              Date: Sun, 22 Apr 2001 22:14:50 +0100
37190              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
37191      Branch: perl
37192            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
37193 ____________________________________________________________________________
37194 [  9780] By: nick                                  on 2001/04/22  20:40:31
37195         Log: Integrate mainline.
37196      Branch: perlio
37197           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
37198           +> t/lib/b-stash.t
37199           !> (integrate 38 files)
37200 ____________________________________________________________________________
37201 [  9779] By: jhi                                   on 2001/04/22  15:16:03
37202         Log: Subject: IO::Socket::INET patch
37203              From: andrew deryabin <djsf@technarchy.ru>
37204              Date: Sat, 21 Apr 2001 17:46:52 +0400
37205              Message-ID: <20010421174652.B1426@technarchy>
37206      Branch: perl
37207            ! ext/IO/lib/IO/Socket/INET.pm
37208 ____________________________________________________________________________
37209 [  9778] By: jhi                                   on 2001/04/22  15:14:33
37210         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
37211              From: Mark-Jason Dominus <mjd@plover.com>
37212              Date: Sat, 21 Apr 2001 21:27:49 -0400
37213              Message-ID: <20010422012749.27024.qmail@plover.com>
37214      Branch: perl
37215            ! regcomp.c
37216 ____________________________________________________________________________
37217 [  9777] By: jhi                                   on 2001/04/22  15:10:51
37218         Log: Subject: Re: Regex debugger patch 
37219              From: Mark-Jason Dominus <mjd@plover.com>
37220              Date: Sat, 21 Apr 2001 21:48:51 -0400
37221              Message-ID: <20010422014851.27165.qmail@plover.com>
37222      Branch: perl
37223            ! pod/perldebguts.pod
37224 ____________________________________________________________________________
37225 [  9776] By: jhi                                   on 2001/04/22  15:09:48
37226         Log: Subject: Re: Regex debugger patch
37227              From: Mark-Jason Dominus <mjd@plover.com>
37228              Date: Sat, 21 Apr 2001 14:24:39 -0400
37229              Message-ID: <20010421182439.16508.qmail@plover.com>
37230              
37231              Regex debugger backend.
37232      Branch: perl
37233            ! regcomp.c regexp.h
37234 ____________________________________________________________________________
37235 [  9775] By: jhi                                   on 2001/04/21  16:45:40
37236         Log: Subject: [PATCH] Typo in utf8.h
37237              From: Jesús Quiroga <jquiroga@pobox.com>
37238              Date: Sat, 21 Apr 2001 19:25:33 +0200
37239              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
37240      Branch: perl
37241            ! utf8.h
37242 ____________________________________________________________________________
37243 [  9774] By: jhi                                   on 2001/04/21  16:43:52
37244         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
37245              From: Joe Orton <jorton@redhat.com>
37246              Date: Tue, 17 Apr 2001 15:50:43 +0100
37247              Message-Id: <20010417155043.D19132@eu.c2.net>
37248      Branch: perl
37249            ! hints/svr5.sh
37250 ____________________________________________________________________________
37251 [  9773] By: jhi                                   on 2001/04/21  15:30:15
37252         Log: Subject: Patch utils/h2xs.PL
37253              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37254              Date: Sat, 21 Apr 2001 10:32:16 -0500
37255              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
37256              
37257              Add MAILING list and LICENSE templates.
37258      Branch: perl
37259            ! utils/h2xs.PL
37260 ____________________________________________________________________________
37261 [  9772] By: jhi                                   on 2001/04/21  15:28:36
37262         Log: Subject: perlfaq2.patch for 5.7.1
37263              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37264              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
37265              Date: Fri, 20 Apr 2001 16:42:19 -0500
37266              
37267              rm an extra tab, a blurb about the xx.cpan to clarify
37268              which countries actually have that and dejanews is history
37269              as well as most of that nonsensical entry.
37270      Branch: perl
37271            ! pod/perlfaq2.pod
37272 ____________________________________________________________________________
37273 [  9771] By: jhi                                   on 2001/04/21  15:27:17
37274         Log: Subject: perlfaq1.patch for 5.7.1
37275              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37276              Date: Fri, 20 Apr 2001 16:57:36 -0500
37277              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
37278              
37279              Evil URLs must die. Especially when they are broken.
37280      Branch: perl
37281            ! pod/perlfaq1.pod
37282 ____________________________________________________________________________
37283 [  9770] By: jhi                                   on 2001/04/21  15:23:38
37284         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
37285              From: Michael G Schwern <schwern@pobox.com>
37286              Date: Sat, 21 Apr 2001 16:11:12 +0100
37287              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
37288      Branch: perl
37289            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
37290            + t/lib/b-stash.t
37291            ! MANIFEST ext/B/B.pm t/lib/b.t
37292 ____________________________________________________________________________
37293 [  9769] By: jhi                                   on 2001/04/21  15:03:32
37294         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
37295              From: Michael G Schwern <schwern@pobox.com>
37296              Date: Sat, 21 Apr 2001 09:48:00 +0100
37297              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
37298      Branch: perl
37299            ! utils/h2ph.PL
37300 ____________________________________________________________________________
37301 [  9768] By: jhi                                   on 2001/04/21  14:33:49
37302         Log: PerlIO and Encode doc cleanup and tweaks.
37303      Branch: perl
37304            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
37305            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
37306 ____________________________________________________________________________
37307 [  9767] By: jhi                                   on 2001/04/21  12:40:16
37308         Log: Integrate perlio.
37309      Branch: perl
37310           !> doio.c
37311 ____________________________________________________________________________
37312 [  9766] By: nick                                  on 2001/04/20  18:28:35
37313         Log: Avoid core dump on
37314              open(STDOUT,">",\$foo);
37315      Branch: perlio
37316            ! doio.c
37317 ____________________________________________________________________________
37318 [  9765] By: jhi                                   on 2001/04/20  13:23:43
37319         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
37320              From: Robin Houston <robin@kitsite.com>
37321              Date: Fri, 20 Apr 2001 14:29:22 +0100
37322              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
37323      Branch: perl
37324            ! ext/B/B.pm ext/B/B/Deparse.pm
37325 ____________________________________________________________________________
37326 [  9764] By: jhi                                   on 2001/04/20  13:19:33
37327         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
37328              From: Peter Prymmer <pvhp@forte.com>
37329              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
37330              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
37331      Branch: perl
37332            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
37333            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37334            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37335            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37336 ____________________________________________________________________________
37337 [  9763] By: jhi                                   on 2001/04/20  12:36:39
37338         Log: Subject: Re: A new PerlIO coredump
37339              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37340              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
37341              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
37342      Branch: perl
37343            ! doio.c
37344 ____________________________________________________________________________
37345 [  9762] By: jhi                                   on 2001/04/19  23:02:30
37346         Log: Update Changes.
37347      Branch: perl
37348            ! Changes patchlevel.h
37349 ____________________________________________________________________________
37350 [  9761] By: jhi                                   on 2001/04/19  22:59:19
37351         Log: More cleanup cleanup.
37352      Branch: perl
37353            ! Makefile.SH win32/Makefile win32/makefile.mk
37354 ____________________________________________________________________________
37355 [  9760] By: jhi                                   on 2001/04/19  22:50:31
37356         Log: lib/Time is non-empty, let's not rmdir it.
37357      Branch: perl
37358            ! Makefile.SH
37359 ____________________________________________________________________________
37360 [  9759] By: jhi                                   on 2001/04/19  22:36:51
37361         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
37362              From: Robin Houston <robin@kitsite.com>
37363              Date: Fri, 20 Apr 2001 00:18:53 +0100
37364              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
37365      Branch: perl
37366            ! ext/B/B/Deparse.pm
37367 ____________________________________________________________________________
37368 [  9758] By: jhi                                   on 2001/04/19  22:36:00
37369         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
37370              From: Peter Prymmer <pvhp@forte.com>
37371              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
37372              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
37373      Branch: perl
37374            ! ext/Cwd/Cwd.xs
37375 ____________________________________________________________________________
37376 [  9757] By: nick                                  on 2001/04/19  18:53:54
37377         Log: Blind (untested) integrate of mainline.
37378      Branch: perlio
37379           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37380           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
37381           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
37382           !> (integrate 53 files)
37383 ____________________________________________________________________________
37384 [  9756] By: jhi                                   on 2001/04/19  16:59:23
37385         Log: Document and test Time::Piece.
37386      Branch: perl
37387            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
37388            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
37389 ____________________________________________________________________________
37390 [  9755] By: jhi                                   on 2001/04/19  12:13:29
37391         Log: A better fix for the \x{12345678} trouble from NI-S.
37392      Branch: perl
37393            ! utf8.c
37394 ____________________________________________________________________________
37395 [  9754] By: jhi                                   on 2001/04/19  11:56:07
37396         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
37397              From: Robin Houston <robin@kitsite.com>
37398              Date: Wed, 18 Apr 2001 17:58:33 +0100
37399              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
37400      Branch: perl
37401            ! ext/B/B/Deparse.pm op.c
37402 ____________________________________________________________________________
37403 [  9753] By: jhi                                   on 2001/04/19  04:21:52
37404         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
37405              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
37406              Date: Thu, 19 Apr 2001 01:11:41 -0400
37407              Message-ID: <20010419011141.A5798@cpan.org>
37408      Branch: perl
37409            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
37410 ____________________________________________________________________________
37411 [  9752] By: jhi                                   on 2001/04/19  02:41:10
37412         Log: The new time utils need to be thread-aware, too.
37413      Branch: perl
37414            ! util.c
37415 ____________________________________________________________________________
37416 [  9751] By: jhi                                   on 2001/04/19  02:26:47
37417         Log: Compilation nit noticed by AIX compiler.
37418      Branch: perl
37419            ! perlio.c
37420 ____________________________________________________________________________
37421 [  9750] By: jhi                                   on 2001/04/19  02:20:06
37422         Log: The new time utils need to be public.
37423      Branch: perl
37424            ! embed.pl
37425 ____________________________________________________________________________
37426 [  9749] By: jhi                                   on 2001/04/19  01:42:39
37427         Log: Regen toc.
37428      Branch: perl
37429            ! pod/perltoc.pod
37430 ____________________________________________________________________________
37431 [  9748] By: jhi                                   on 2001/04/19  01:41:10
37432         Log: Add Time::Piece, a slight rewrite of Time::Object,
37433              from Matt Sergeant.
37434      Branch: perl
37435            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37436            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
37437            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
37438            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
37439            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
37440            ! win32/makefile.mk
37441 ____________________________________________________________________________
37442 [  9747] By: jhi                                   on 2001/04/19  00:55:35
37443         Log: The new metaconfig unit from strftime.
37444      Branch: metaconfig/U/perl
37445            + d_strftime.U
37446 ____________________________________________________________________________
37447 [  9746] By: jhi                                   on 2001/04/19  00:54:54
37448         Log: Move the strftime() wrapper from POSIX.xs to util.c
37449              as my_strftime(), requires HAS_STRFTIME.
37450      Branch: perl
37451            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37452            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
37453            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
37454            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37455            ! vos/config.ga.h win32/config.bc win32/config.gc
37456            ! win32/config.vc
37457 ____________________________________________________________________________
37458 [  9745] By: jhi                                   on 2001/04/18  23:11:03
37459         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
37460              in preparation of Time::Piece.
37461      Branch: perl
37462            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
37463 ____________________________________________________________________________
37464 [  9744] By: jhi                                   on 2001/04/18  22:33:12
37465         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
37466              From: Peter Prymmer <pvhp@forte.com>
37467              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
37468              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
37469      Branch: perl
37470            ! t/lib/exporter.t
37471 ____________________________________________________________________________
37472 [  9743] By: jhi                                   on 2001/04/18  22:32:23
37473         Log: Subject: Fwd: pod2html leaves cache files lying around?
37474              From: Rajesh Vaidheeswarran <rv@gnu.org>
37475              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
37476              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
37477      Branch: perl
37478            ! lib/Pod/Html.pm
37479 ____________________________________________________________________________
37480 [  9742] By: jhi                                   on 2001/04/18  20:31:49
37481         Log: Update Changes.
37482      Branch: perl
37483            ! Changes patchlevel.h
37484 ____________________________________________________________________________
37485 [  9741] By: jhi                                   on 2001/04/18  20:23:02
37486         Log: Declare hints only if needed.
37487      Branch: perl
37488            ! ext/B/B/Deparse.pm
37489 ____________________________________________________________________________
37490 [  9740] By: jhi                                   on 2001/04/18  19:06:05
37491         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
37492              bug noticed by Robin Houston; basically the code of detecting
37493              value wraparound was acting differently under different compilers
37494              and platforms.  The workaround is to remove the overflow check
37495              for now, a real fix would be to do the overflow (portably) right.
37496      Branch: perl
37497            ! t/op/pat.t utf8.c
37498 ____________________________________________________________________________
37499 [  9739] By: jhi                                   on 2001/04/18  19:01:23
37500         Log: Subject: [PATCH B::Deparse] some pragma support
37501              From: Robin Houston <robin@kitsite.com>
37502              Date: Wed, 18 Apr 2001 19:32:12 +0100
37503              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
37504      Branch: perl
37505            ! ext/B/B/Deparse.pm
37506 ____________________________________________________________________________
37507 [  9738] By: jhi                                   on 2001/04/18  15:16:37
37508         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
37509              From: Benjamin Sugars <bsugars@canoe.ca>
37510              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
37511              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
37512      Branch: perl
37513            ! t/op/glob.t
37514 ____________________________________________________________________________
37515 [  9737] By: jhi                                   on 2001/04/18  13:24:50
37516         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
37517              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37518              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
37519              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
37520      Branch: perl
37521            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
37522            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
37523 ____________________________________________________________________________
37524 [  9736] By: jhi                                   on 2001/04/18  04:15:14
37525         Log: The #9735 also changes the subtest 12.
37526      Branch: perl
37527            ! t/lib/b.t
37528 ____________________________________________________________________________
37529 [  9735] By: jhi                                   on 2001/04/18  03:55:17
37530         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
37531              From: David Dyck <dcd@tc.fluke.com>
37532              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
37533              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
37534      Branch: perl
37535            ! ext/B/B/Deparse.pm
37536 ____________________________________________________________________________
37537 [  9734] By: jhi                                   on 2001/04/18  03:54:11
37538         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
37539              From: Gisle Aas <gisle@ActiveState.com>
37540              Date: 17 Apr 2001 19:06:45 -0700
37541              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
37542      Branch: perl
37543            ! pp_hot.c t/op/misc.t
37544 ____________________________________________________________________________
37545 [  9733] By: jhi                                   on 2001/04/17  22:25:22
37546         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
37547              From: "Abigail" <abigail@foad.org>
37548              Date: Wed, 18 Apr 2001 01:17:46 +0200
37549              Message-ID: <20010417231746.21657.qmail@foad.org>
37550      Branch: perl
37551            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
37552 ____________________________________________________________________________
37553 [  9732] By: jhi                                   on 2001/04/17  20:47:56
37554         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
37555              From: Robin Houston <robin@kitsite.com>
37556              Date: Tue, 17 Apr 2001 22:37:42 +0100
37557              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
37558      Branch: perl
37559            ! ext/B/B/Deparse.pm
37560 ____________________________________________________________________________
37561 [  9731] By: nick                                  on 2001/04/17  20:46:35
37562         Log: Re-sync for t/lib/b.t fix
37563      Branch: perlio
37564           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
37565 ____________________________________________________________________________
37566 [  9730] By: jhi                                   on 2001/04/17  20:45:29
37567         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
37568              From: Robin Houston <robin@kitsite.com>
37569              Date: Tue, 17 Apr 2001 22:29:36 +0100
37570              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
37571      Branch: perl
37572            ! ext/B/B.xs ext/B/B/Deparse.pm
37573 ____________________________________________________________________________
37574 [  9729] By: jhi                                   on 2001/04/17  20:43:11
37575         Log: Subject: Deparse - parenthesise args to undeclared subs
37576              From: Robin Houston <robin@kitsite.com>
37577              Date: Tue, 17 Apr 2001 21:31:05 +0100
37578              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
37579      Branch: perl
37580            ! ext/B/B/Deparse.pm
37581 ____________________________________________________________________________
37582 [  9728] By: jhi                                   on 2001/04/17  18:57:30
37583         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
37584              From: Benjamin Sugars <ben.sugars@home.com>
37585              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
37586              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
37587      Branch: perl
37588            ! t/lib/cwd.t
37589 ____________________________________________________________________________
37590 [  9727] By: jhi                                   on 2001/04/17  18:20:20
37591         Log: Subject: [PATCH B::Deparse] ambient pragmas
37592              From: Robin Houston <robin@kitsite.com>
37593              Date: Tue, 17 Apr 2001 20:01:59 +0100
37594              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
37595      Branch: perl
37596            ! ext/B/B/Deparse.pm t/lib/b.t
37597 ____________________________________________________________________________
37598 [  9726] By: nick                                  on 2001/04/17  16:33:51
37599         Log: Integrate mainline (t/lib/b.t fails test 2...)
37600      Branch: perlio
37601           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
37602           +> ext/List/Util/README ext/List/Util/Util.xs
37603           +> ext/List/Util/lib/List/Util.pm
37604           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
37605           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
37606           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37607           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37608           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37609           !> (integrate 31 files)
37610 ____________________________________________________________________________
37611 [  9725] By: jhi                                   on 2001/04/17  12:14:24
37612         Log: Subject: multiple B::* changes
37613              From: Robin Houston <robin@kitsite.com>
37614              Date: Thu, 12 Apr 2001 20:12:27 +0100
37615              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
37616      Branch: perl
37617            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
37618 ____________________________________________________________________________
37619 [  9724] By: jhi                                   on 2001/04/17  11:59:05
37620         Log: Thread-awareness from Doug MacEachern.
37621      Branch: perl
37622            ! ext/List/Util/Util.xs
37623 ____________________________________________________________________________
37624 [  9723] By: jhi                                   on 2001/04/17  11:57:41
37625         Log: Make the test more portable.
37626      Branch: perl
37627            ! t/lib/cwd.t
37628 ____________________________________________________________________________
37629 [  9722] By: jhi                                   on 2001/04/17  11:53:50
37630         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
37631              From: Benjamin Sugars <ben.sugars@home.com>
37632              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
37633              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
37634      Branch: perl
37635            ! t/lib/cwd.t
37636 ____________________________________________________________________________
37637 [  9721] By: jhi                                   on 2001/04/17  11:52:17
37638         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
37639              From: Benjamin Sugars <bsugars@canoe.ca>
37640              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
37641              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
37642      Branch: perl
37643            ! op.c
37644 ____________________________________________________________________________
37645 [  9720] By: jhi                                   on 2001/04/17  11:35:42
37646         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
37647              From: Chris Nandor <pudge@pobox.com>
37648              Date: Tue, 17 Apr 2001 00:30:49 -0400
37649              Message-Id: <p05100207b701768712de@[10.0.1.177]>
37650      Branch: perl
37651            ! ext/File/Glob/bsd_glob.c gv.c
37652 ____________________________________________________________________________
37653 [  9719] By: jhi                                   on 2001/04/17  11:32:13
37654         Log: Subject: [PATCH] Tweten->West
37655              From: Casey West <casey@geeknest.com>
37656              Date: Mon, 16 Apr 2001 12:11:22 -0400
37657              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
37658      Branch: perl
37659            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
37660            ! pod/perltie.pod
37661 ____________________________________________________________________________
37662 [  9718] By: jhi                                   on 2001/04/16  03:22:52
37663         Log: Update Changes.
37664      Branch: perl
37665            ! Changes patchlevel.h
37666 ____________________________________________________________________________
37667 [  9717] By: jhi                                   on 2001/04/16  03:06:28
37668         Log: Regen toc.
37669      Branch: perl
37670            ! pod/perltoc.pod
37671 ____________________________________________________________________________
37672 [  9716] By: jhi                                   on 2001/04/16  02:58:42
37673         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
37674              From: Prymmer/Kahn <pvhp@best.com>
37675              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
37676              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
37677      Branch: perl
37678            ! utf8.c
37679 ____________________________________________________________________________
37680 [  9715] By: jhi                                   on 2001/04/15  23:40:35
37681         Log: Subject: Re: Net::Ping patch, adds stream protocol
37682              From: bronson@rinspin.com (Scott Bronson)
37683              Date: Tue, 10 Apr 2001 23:58:33 -0700
37684              Message-ID: <20010410235833.N29719@rinspin.com>
37685      Branch: perl
37686            ! lib/Net/Ping.pm
37687 ____________________________________________________________________________
37688 [  9714] By: jhi                                   on 2001/04/15  23:31:46
37689         Log: Printing out the ok messages helps successful testing.
37690      Branch: perl
37691            ! t/lib/time-hires.t
37692 ____________________________________________________________________________
37693 [  9713] By: jhi                                   on 2001/04/15  21:43:24
37694         Log: Update Douglas Wegscheid's email.
37695      Branch: perl
37696            ! AUTHORS
37697 ____________________________________________________________________________
37698 [  9712] By: jhi                                   on 2001/04/15  21:40:41
37699         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
37700              From: Michael G Schwern <schwern@pobox.com>
37701              Date: Sat, 14 Apr 2001 22:40:50 +0100
37702              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
37703      Branch: perl
37704            + t/lib/exporter.t
37705            ! MANIFEST lib/Exporter/Heavy.pm
37706 ____________________________________________________________________________
37707 [  9711] By: jhi                                   on 2001/04/15  21:39:21
37708         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
37709              From: Michael G Schwern <schwern@pobox.com>
37710              Date: Sat, 14 Apr 2001 22:13:59 +0100
37711              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
37712      Branch: perl
37713            ! t/op/loopctl.t
37714 ____________________________________________________________________________
37715 [  9710] By: jhi                                   on 2001/04/15  21:30:19
37716         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
37717              From: Michael G Schwern <schwern@pobox.com>
37718              Date: Sat, 14 Apr 2001 22:05:32 +0100
37719              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
37720      Branch: perl
37721            ! t/pragma/warnings.t
37722 ____________________________________________________________________________
37723 [  9709] By: jhi                                   on 2001/04/15  19:34:09
37724         Log: Integrate changes #9706,9707 from maintperl into mainline.
37725              
37726              change#7210 broke .packlist generation
37727              
37728              ExtUtils::Installed doesn't quote regex metacharacters in paths
37729              before using them in match; also make it work for dosish platforms
37730      Branch: perl
37731           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
37732 ____________________________________________________________________________
37733 [  9708] By: jhi                                   on 2001/04/15  19:31:01
37734         Log: Test also the scalar aspect of getitimer().
37735      Branch: perl
37736            ! t/lib/time-hires.t
37737 ____________________________________________________________________________
37738 [  9707] By: gsar                                  on 2001/04/15  17:24:20
37739         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
37740              before using them in match; also make it work for dosish platforms
37741      Branch: maint-5.6/perl
37742            ! lib/ExtUtils/Installed.pm
37743 ____________________________________________________________________________
37744 [  9706] By: gsar                                  on 2001/04/15  17:21:59
37745         Log: change#7210 broke .packlist generation (listed only filename
37746              rather than fully qualified path name)
37747      Branch: maint-5.6/perl
37748            ! lib/ExtUtils/Install.pm
37749 ____________________________________________________________________________
37750 [  9705] By: jhi                                   on 2001/04/15  12:36:33
37751         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
37752      Branch: perl
37753            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
37754            ! t/lib/time-hires.t
37755 ____________________________________________________________________________
37756 [  9704] By: jhi                                   on 2001/04/15  10:49:08
37757         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
37758              From: Prymmer/Kahn <pvhp@best.com>
37759              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
37760              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
37761      Branch: perl
37762            ! lib/utf8.pm pod/perlebcdic.pod
37763 ____________________________________________________________________________
37764 [  9703] By: jhi                                   on 2001/04/15  02:26:26
37765         Log: I keep forgetting to sort MANIFEST.
37766      Branch: perl
37767            ! MANIFEST
37768 ____________________________________________________________________________
37769 [  9702] By: jhi                                   on 2001/04/15  02:07:47
37770         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
37771              Now we have blessed, reftype, tainted, first, reduce, ...
37772      Branch: perl
37773            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
37774            + ext/List/Util/README ext/List/Util/Util.xs
37775            + ext/List/Util/lib/List/Util.pm
37776            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
37777            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
37778            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37779            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37780            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37781            ! MANIFEST
37782 ____________________________________________________________________________
37783 [  9701] By: jhi                                   on 2001/04/14  15:05:25
37784         Log: Subject: RE: dprofpp.pl updates 
37785              From: Carl Eklof <CEklof@endeca.com>
37786              Date: Thu, 12 Apr 2001 18:45:46 -0400
37787              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
37788      Branch: perl
37789            ! utils/dprofpp.PL
37790 ____________________________________________________________________________
37791 [  9700] By: jhi                                   on 2001/04/14  14:44:55
37792         Log: Do not just blindly add CR.
37793      Branch: perl
37794            ! Porting/makerel
37795 ____________________________________________________________________________
37796 [  9699] By: jhi                                   on 2001/04/13  13:17:01
37797         Log: Update Changes.
37798      Branch: perl
37799            ! Changes patchlevel.h
37800 ____________________________________________________________________________
37801 [  9698] By: jhi                                   on 2001/04/13  12:44:48
37802         Log: Integrate perlio.
37803      Branch: perl
37804           !> ext/PerlIO/Scalar/Scalar.xs
37805 ____________________________________________________________________________
37806 [  9697] By: jhi                                   on 2001/04/13  12:29:15
37807         Log: Add more debug output to the test.
37808      Branch: perl
37809            ! t/lib/cwd.t
37810 ____________________________________________________________________________
37811 [  9696] By: nick                                  on 2001/04/13  10:14:29
37812         Log: Fix core dump on binmode($fh,'Scalar')
37813      Branch: perlio
37814            ! ext/PerlIO/Scalar/Scalar.xs
37815 ____________________________________________________________________________
37816 [  9695] By: nick                                  on 2001/04/13  09:05:42
37817         Log: Integrate mainline
37818      Branch: perlio
37819           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37820           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37821           +> t/lib/time-hires.t
37822           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
37823           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
37824           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37825           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
37826           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
37827           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
37828           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
37829 ____________________________________________________________________________
37830 [  9694] By: jhi                                   on 2001/04/12  22:23:35
37831         Log: Integrate change #9693 from maintperl into mainline.
37832              
37833              $VERSION and Version() on the same line provokes a warning from
37834              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
37835      Branch: perl
37836           !> lib/Devel/SelfStubber.pm
37837 ____________________________________________________________________________
37838 [  9693] By: gsar                                  on 2001/04/12  21:55:56
37839         Log: $VERSION and Version() on the same line provokes a warning from
37840              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
37841      Branch: maint-5.6/perl
37842            ! lib/Devel/SelfStubber.pm
37843 ____________________________________________________________________________
37844 [  9692] By: jhi                                   on 2001/04/12  13:54:00
37845         Log: This is at least 5.005.
37846      Branch: perl
37847            ! ext/Time/HiRes/HiRes.xs
37848 ____________________________________________________________________________
37849 [  9691] By: jhi                                   on 2001/04/12  13:37:20
37850         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
37851      Branch: perl
37852            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
37853            ! win32/Makefile win32/makefile.mk
37854 ____________________________________________________________________________
37855 [  9690] By: jhi                                   on 2001/04/12  01:34:46
37856         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
37857      Branch: perl
37858            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37859            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37860            + t/lib/time-hires.t
37861            ! MANIFEST
37862 ____________________________________________________________________________
37863 [  9689] By: jhi                                   on 2001/04/12  00:28:39
37864         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
37865              From: Gisle Aas <gisle@ActiveState.com>
37866              Date: 11 Apr 2001 16:36:11 -0700
37867              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
37868      Branch: perl
37869            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
37870 ____________________________________________________________________________
37871 [  9688] By: jhi                                   on 2001/04/12  00:27:39
37872         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
37873              From: Gisle Aas <gisle@ActiveState.com>
37874              Date: 11 Apr 2001 11:13:24 -0700
37875              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
37876      Branch: perl
37877            ! ext/MIME/Base64/Base64.xs
37878 ____________________________________________________________________________
37879 [  9687] By: jhi                                   on 2001/04/11  19:51:47
37880         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
37881      Branch: perl
37882            ! Todo-5.6
37883 ____________________________________________________________________________
37884 [  9686] By: jhi                                   on 2001/04/11  16:54:25
37885         Log: Subject: [PATCH opcode.pl] Documentation of table format
37886              From: Simon Cozens <simon@netthink.co.uk>
37887              Date: Wed, 11 Apr 2001 12:59:31 +0100
37888              Message-ID: <20010411125931.A25681@netthink.co.uk>
37889      Branch: perl
37890            ! opcode.pl
37891 ____________________________________________________________________________
37892 [  9685] By: jhi                                   on 2001/04/11  16:53:15
37893         Log: Subject: [PATCH] prototype("CORE::recv")
37894              From: Simon Cozens <simon@netthink.co.uk>
37895              Date: Wed, 11 Apr 2001 13:24:35 +0100
37896              Message-ID: <20010411132435.A26169@netthink.co.uk>
37897      Branch: perl
37898            ! pp.c t/comp/proto.t
37899 ____________________________________________________________________________
37900 [  9684] By: jhi                                   on 2001/04/11  16:47:13
37901         Log: FAQ (and AUTHORS) update from Dan Carson: the information
37902              was several years obsolete, Term::Readkey has been updated
37903              to have the functionality.
37904      Branch: perl
37905            ! AUTHORS pod/perlfaq5.pod
37906 ____________________________________________________________________________
37907 [  9683] By: jhi                                   on 2001/04/11  12:15:46
37908         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
37909              From: Calle Dybedahl <calle@lysator.liu.se>
37910              Date: 10 Apr 2001 16:44:16 +0200
37911              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
37912      Branch: perl
37913            ! ext/MIME/Base64/Base64.xs
37914 ____________________________________________________________________________
37915 [  9682] By: jhi                                   on 2001/04/11  12:12:26
37916         Log: A more minimal fix for 20010410.006 from Hugo.
37917      Branch: perl
37918            ! regexec.c
37919 ____________________________________________________________________________
37920 [  9681] By: jhi                                   on 2001/04/11  11:34:23
37921         Log: Integrate changes #9678,9679 from maintline into mainperl.
37922              
37923              addendum to change#9676
37924              
37925              up $File::Glob::VERSION; add a note pointing out the version of
37926              the OpenBSD glob bsd_glob.c resembles
37927      Branch: perl
37928           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
37929           !> ext/File/Glob/bsd_glob.h
37930 ____________________________________________________________________________
37931 [  9680] By: jhi                                   on 2001/04/11  11:30:38
37932         Log: Bad test numbering in integrate in #9677.
37933              Fixes ID 20010411.001.
37934      Branch: perl
37935            ! t/op/pat.t
37936 ____________________________________________________________________________
37937 [  9679] By: gsar                                  on 2001/04/11  03:38:40
37938         Log: up $File::Glob::VERSION; add a note pointing out the version of
37939              the OpenBSD glob bsd_glob.c resembles
37940      Branch: maint-5.6/perl
37941            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
37942            ! ext/File/Glob/bsd_glob.h
37943 ____________________________________________________________________________
37944 [  9678] By: gsar                                  on 2001/04/11  03:09:48
37945         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
37946              revision 1.8.10.1 found here:
37947              
37948              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
37949      Branch: maint-5.6/perl
37950            ! ext/File/Glob/bsd_glob.c
37951 ____________________________________________________________________________
37952 [  9677] By: jhi                                   on 2001/04/11  02:54:39
37953         Log: Integrate changes #9675,9676 from maintperl into mainline.
37954              
37955              fix for bug 20010410.006, undo change#7115
37956              
37957              port the OpenBSD glob() security patch
37958      Branch: perl
37959           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
37960           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
37961           !> t/op/pat.t
37962 ____________________________________________________________________________
37963 [  9676] By: gsar                                  on 2001/04/11  02:19:02
37964         Log: port the glob() security patch found at:
37965              
37966              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
37967              
37968              CERT advisory for the issue is here:
37969              
37970              http://www.cert.org/advisories/CA-2001-07.html
37971              
37972              Note that the security scare is only relevant for those who are
37973              foolish enough to build suidperl (which is now officially discouraged)
37974      Branch: maint-5.6/perl
37975            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
37976            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
37977 ____________________________________________________________________________
37978 [  9675] By: gsar                                  on 2001/04/10  23:52:11
37979         Log: fix for bug 20010410.006
37980              
37981              undo change#7115 (came into maint-5.6 as change#8156)
37982              
37983              add tests to keep it from coming back
37984      Branch: maint-5.6/perl
37985            ! regexec.c t/op/pat.t
37986 ____________________________________________________________________________
37987 [  9674] By: nick                                  on 2001/04/10  20:39:31
37988         Log: Integrate mainline
37989      Branch: perlio
37990           +> Porting/testall.atom
37991           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
37992           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
37993           !> t/lib/lc-uk.t t/pod/find.t
37994 ____________________________________________________________________________
37995 [  9673] By: nick                                  on 2001/04/10  18:46:14
37996         Log: Integrate against change 9670 aka perl-5.7.1
37997      Branch: perlio
37998           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
37999           !> (integrate 53 files)
38000 ____________________________________________________________________________
38001 [  9672] By: jhi                                   on 2001/04/10  13:45:01
38002         Log: Add a script for doing cumulative profile of the test suite.
38003              (Requires ATOM, that is, Tru64.)
38004      Branch: perl
38005            + Porting/testall.atom
38006            ! MANIFEST
38007 ____________________________________________________________________________
38008 [  9671] By: jhi                                   on 2001/04/10  12:38:53
38009         Log: Missing std block.
38010      Branch: perl
38011            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
38012            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
38013            ! t/pod/find.t
38014 ____________________________________________________________________________
38015 [  9670] By: jhi                                   on 2001/04/10  01:25:58
38016         Log: This is 5.7.1.
38017      Branch: perl
38018            ! patchlevel.h
38019 ____________________________________________________________________________
38020 [  9669] By: jhi                                   on 2001/04/10  01:09:14
38021         Log: Update Changes.
38022      Branch: perl
38023            ! Changes patchlevel.h
38024 ____________________________________________________________________________
38025 [  9668] By: jhi                                   on 2001/04/10  01:00:38
38026         Log: Regen toc.
38027      Branch: perl
38028            ! pod/perltoc.pod
38029 ____________________________________________________________________________
38030 [  9667] By: jhi                                   on 2001/04/10  00:52:16
38031         Log: Update perlhist.
38032      Branch: perl
38033            ! pod/perlhist.pod
38034 ____________________________________________________________________________
38035 [  9666] By: jhi                                   on 2001/04/09  23:38:59
38036         Log: Slight wording tweaks from Damian to #9658.
38037      Branch: perl
38038            ! pod/perlobj.pod
38039 ____________________________________________________________________________
38040 [  9665] By: jhi                                   on 2001/04/09  19:56:06
38041         Log: Subject: [PATCH perlutil.pod] Nit
38042              From: Simon Cozens <simon@netthink.co.uk>
38043              Date: Mon, 9 Apr 2001 20:29:44 +0100
38044              Message-ID: <20010409202944.A14796@the.earth.li>
38045      Branch: perl
38046            ! pod/perlutil.pod
38047 ____________________________________________________________________________
38048 [  9664] By: jhi                                   on 2001/04/09  19:54:42
38049         Log: Subject: Re: perl571delta.pod@9631
38050              From: Mike Guy <mjtg@cam.ac.uk>
38051              Date: Mon, 09 Apr 2001 18:09:14 +0100
38052              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
38053      Branch: perl
38054            ! pod/perl571delta.pod
38055 ____________________________________________________________________________
38056 [  9663] By: jhi                                   on 2001/04/09  13:43:35
38057         Log: Update Changes.
38058      Branch: perl
38059            ! Changes patchlevel.h
38060 ____________________________________________________________________________
38061 [  9662] By: jhi                                   on 2001/04/09  13:24:46
38062         Log: tweak tweak.
38063      Branch: perl
38064            ! AUTHORS pod/perl571delta.pod
38065 ____________________________________________________________________________
38066 [  9661] By: jhi                                   on 2001/04/09  13:15:13
38067         Log: Thinko in manual patch applying.
38068      Branch: perl
38069            ! sv.c
38070 ____________________________________________________________________________
38071 [  9660] By: jhi                                   on 2001/04/09  13:07:53
38072         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
38073              From: Robin Barker <rmb1@cise.npl.co.uk> 
38074              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
38075              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
38076              
38077              (This corrects the case where the "isn't numeric" string contains \0s
38078              and is longer than the temporary buffer, and contains \0 at the point
38079              the string would be truncated by "...".) 
38080      Branch: perl
38081            ! sv.c
38082 ____________________________________________________________________________
38083 [  9659] By: jhi                                   on 2001/04/09  12:57:41
38084         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
38085      Branch: perl
38086            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
38087            ! t/lib/cgi-function.t t/lib/cgi-html.t
38088 ____________________________________________________________________________
38089 [  9658] By: jhi                                   on 2001/04/09  12:48:47
38090         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
38091              From: Ilmari Karonen <iltzu@sci.fi>
38092              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
38093              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
38094              
38095              Rearrange and rewrite the Method Invocation section
38096              to explain the concepts in nicer order.
38097      Branch: perl
38098            ! pod/perlobj.pod
38099 ____________________________________________________________________________
38100 [  9657] By: jhi                                   on 2001/04/09  12:35:58
38101         Log: Upgrade to podlators 1.09, from Russ Allbery.
38102      Branch: perl
38103            ! lib/Pod/Man.pm lib/Pod/Text.pm
38104 ____________________________________________________________________________
38105 [  9656] By: jhi                                   on 2001/04/09  12:31:53
38106         Log: perl571delta.
38107      Branch: perl
38108            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
38109 ____________________________________________________________________________
38110 [  9655] By: jhi                                   on 2001/04/09  12:20:09
38111         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
38112              From: Prymmer/Kahn <pvhp@best.com>
38113              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
38114              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
38115      Branch: perl
38116            ! lib/utf8.pm pod/perlunicode.pod
38117 ____________________________________________________________________________
38118 [  9654] By: gsar                                  on 2001/04/09  03:38:33
38119         Log: here lies 5.6.1
38120      Branch: maint-5.6/perl
38121            ! Changes
38122 ____________________________________________________________________________
38123 [  9653] By: jhi                                   on 2001/04/09  03:25:24
38124         Log: Update perlhist.
38125      Branch: perl
38126            ! pod/perlhist.pod
38127 ____________________________________________________________________________
38128 [  9652] By: jhi                                   on 2001/04/09  03:18:49
38129         Log: perl571delta tweaking continues.
38130      Branch: perl
38131            ! pod/perl571delta.pod
38132 ____________________________________________________________________________
38133 [  9651] By: gsar                                  on 2001/04/09  03:11:19
38134         Log: update Changes, patchlevel.h &c.
38135      Branch: maint-5.6/perl
38136            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
38137            ! pod/perltoc.pod
38138 ____________________________________________________________________________
38139 [  9650] By: jhi                                   on 2001/04/09  02:40:24
38140         Log: Integrate the perlfork half of #9513 from maintperl into mainline
38141              (the perlunicode half is obsolete)
38142      Branch: perl
38143            ! pod/perlfork.pod
38144 ____________________________________________________________________________
38145 [  9649] By: gsar                                  on 2001/04/09  02:35:43
38146         Log: tweak perldelta as suggested by Jarkko
38147      Branch: maint-5.6/perl
38148            ! pod/perldelta.pod
38149 ____________________________________________________________________________
38150 [  9648] By: jhi                                   on 2001/04/09  02:13:04
38151         Log: Integrate change #9646 from maintperl into mainline.
38152              
38153              add note about ithreads and Thread.pm
38154      Branch: perl
38155           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
38156 ____________________________________________________________________________
38157 [  9647] By: jhi                                   on 2001/04/09  02:10:18
38158         Log: Bad assumption that shortsize == 2.
38159      Branch: perl
38160            ! t/lib/xs-typemap.t
38161 ____________________________________________________________________________
38162 [  9646] By: gsar                                  on 2001/04/09  00:48:04
38163         Log: add note about ithreads and Thread.pm (too many people are
38164              confused by the fact that Thread.pm is built and installed
38165              under non-5005threads but doesn't work)
38166      Branch: maint-5.6/perl
38167            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
38168 ____________________________________________________________________________
38169 [  9645] By: gsar                                  on 2001/04/09  00:19:03
38170         Log: update perldelta.pod for changes in 5.6.1
38171      Branch: maint-5.6/perl
38172            ! Changes pod/perldelta.pod
38173 ____________________________________________________________________________
38174 [  9644] By: jhi                                   on 2001/04/08  20:37:00
38175         Log: Integrate change #9639 from maintperl into mainline:
38176              on windows, many of the README.* pods were being copied to
38177              the wrong location
38178      Branch: perl
38179           !> win32/Makefile win32/makefile.mk
38180 ____________________________________________________________________________
38181 [  9643] By: jhi                                   on 2001/04/08  20:07:11
38182         Log: Integrate change #9624 from maintperl into mainline:
38183              the pod tests were not okay.  (t/pod/find.t changes ignored)
38184      Branch: perl
38185           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
38186           !> t/pod/include.t t/pod/included.t t/pod/lref.t
38187           !> t/pod/multiline_items.t t/pod/nested_items.t
38188           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
38189           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
38190 ____________________________________________________________________________
38191 [  9642] By: jhi                                   on 2001/04/08  19:57:17
38192         Log: Integrate change #9638 from maintperl into mainline:
38193              update to latest JPL from the anoncvs repository
38194      Branch: perl
38195           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
38196           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
38197           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
38198 ____________________________________________________________________________
38199 [  9641] By: jhi                                   on 2001/04/08  19:53:30
38200         Log: perl571delta updates.
38201      Branch: perl
38202            ! lib/Filter/Simple.pm pod/perl571delta.pod
38203 ____________________________________________________________________________
38204 [  9640] By: gsar                                  on 2001/04/08  19:20:46
38205         Log: integrate change#9634 from mainline
38206              
38207              Fix the perlmodlib generation (didn't understand separate .pod
38208              files; didn't understand -- as the name-thing separator).
38209              Update the CPAN mirrors list.
38210      Branch: maint-5.6/perl
38211            ! pod/perlmodlib.pod
38212           !> pod/perlmodlib.PL
38213 ____________________________________________________________________________
38214 [  9639] By: gsar                                  on 2001/04/08  18:57:31
38215         Log: on windows, many of the README.* pods were being copied to the wrong
38216              location
38217      Branch: maint-5.6/perl
38218            ! win32/Makefile win32/makefile.mk
38219 ____________________________________________________________________________
38220 [  9638] By: gsar                                  on 2001/04/08  18:38:25
38221         Log: update to latest JPL from the anoncvs repository
38222      Branch: maint-5.6/perl
38223            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
38224            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
38225            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
38226 ____________________________________________________________________________
38227 [  9637] By: jhi                                   on 2001/04/08  17:53:53
38228         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
38229      Branch: perl
38230            ! pod/perl571delta.pod
38231 ____________________________________________________________________________
38232 [  9636] By: jhi                                   on 2001/04/08  17:18:32
38233         Log: Regen toc.
38234      Branch: perl
38235            ! pod/perltoc.pod
38236 ____________________________________________________________________________
38237 [  9635] By: jhi                                   on 2001/04/08  17:16:33
38238         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
38239              From: "Craig A. Berry" <craigberry@mac.com>
38240              Date: Sun, 08 Apr 2001 12:30:16 -0500
38241              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
38242      Branch: perl
38243            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
38244 ____________________________________________________________________________
38245 [  9634] By: jhi                                   on 2001/04/08  17:09:19
38246         Log: Fix the perlmodlib generation (didn't understand separate .pod
38247              files; didn't understand -- as the name-thing separator).
38248              
38249              Update the CPAN mirrors list.
38250      Branch: perl
38251            ! pod/perlmodlib.PL pod/perlmodlib.pod
38252 ____________________________________________________________________________
38253 [  9633] By: jhi                                   on 2001/04/08  16:49:17
38254         Log: Sort MANIFEST.
38255      Branch: perl
38256            ! MANIFEST
38257 ____________________________________________________________________________
38258 [  9632] By: gsar                                  on 2001/04/08  16:36:06
38259         Log: add $Tie::RefHash::VERSION
38260      Branch: maint-5.6/perl
38261            ! lib/Tie/RefHash.pm
38262 ____________________________________________________________________________
38263 [  9631] By: jhi                                   on 2001/04/08  16:10:15
38264         Log: perl571delta updates based on p5p feedback; still needs
38265              lots of examples.
38266      Branch: perl
38267            ! pod/perl571delta.pod
38268 ____________________________________________________________________________
38269 [  9630] By: jhi                                   on 2001/04/08  15:59:13
38270         Log: Update the list of supported platforms to talk about 5.7.1
38271              (and 5.6.1)
38272      Branch: perl
38273            ! pod/perlport.pod
38274 ____________________________________________________________________________
38275 [  9629] By: jhi                                   on 2001/04/08  15:55:41
38276         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
38277              from maintperl into mainline: perlport updates.
38278      Branch: perl
38279            ! pod/perlport.pod
38280 ____________________________________________________________________________
38281 [  9628] By: jhi                                   on 2001/04/08  15:53:17
38282         Log: perlsolaris.pod copied to wrong directory.
38283      Branch: perl
38284            ! win32/makefile.mk
38285 ____________________________________________________________________________
38286 [  9627] By: jhi                                   on 2001/04/08  14:48:18
38287         Log: Subject: Typos in perl571delta.pod
38288              From: "Stephen P. Potter" <spp@spotter.yi.org>
38289              Date: Sat, 07 Apr 2001 20:37:05 -0400
38290              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
38291      Branch: perl
38292            ! pod/perl571delta.pod
38293 ____________________________________________________________________________
38294 [  9626] By: jhi                                   on 2001/04/08  14:39:04
38295         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
38296      Branch: perl
38297            ! gv.c
38298 ____________________________________________________________________________
38299 [  9625] By: nick                                  on 2001/04/08  10:14:23
38300         Log: Integrate mainline
38301      Branch: perlio
38302           +> pod/perl570delta.pod pod/perl571delta.pod
38303           !> (integrate 27 files)
38304 ____________________________________________________________________________
38305 [  9624] By: gsar                                  on 2001/04/08  06:08:17
38306         Log: test in t/pod/* were busted
38307              
38308              these tests are still not enabled in t/{harness,TEST}
38309      Branch: maint-5.6/perl
38310            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
38311            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
38312            ! t/pod/multiline_items.t t/pod/nested_items.t
38313            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
38314            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
38315 ____________________________________________________________________________
38316 [  9623] By: gsar                                  on 2001/04/08  03:37:01
38317         Log: integrate change#9470 from mainline
38318              
38319              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
38320      Branch: maint-5.6/perl
38321           !> ext/Socket/Socket.xs
38322 ____________________________________________________________________________
38323 [  9622] By: jhi                                   on 2001/04/07  22:40:47
38324         Log: Update Changes.
38325      Branch: perl
38326            ! Changes patchlevel.h
38327 ____________________________________________________________________________
38328 [  9621] By: jhi                                   on 2001/04/07  22:34:16
38329         Log: Update AUTHORS.
38330      Branch: perl
38331            ! AUTHORS
38332 ____________________________________________________________________________
38333 [  9620] By: jhi                                   on 2001/04/07  22:12:47
38334         Log: Forgot to bump the number of tests in #9164.
38335      Branch: perl
38336            ! t/op/array.t
38337 ____________________________________________________________________________
38338 [  9619] By: jhi                                   on 2001/04/07  22:09:50
38339         Log: Bump patchlevel to 5.7.1.
38340      Branch: perl
38341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38342            ! config_h.SH patchlevel.h
38343 ____________________________________________________________________________
38344 [  9618] By: jhi                                   on 2001/04/07  22:02:41
38345         Log: Populate perl571delta.
38346      Branch: perl
38347            ! pod/perl571delta.pod
38348 ____________________________________________________________________________
38349 [  9617] By: jhi                                   on 2001/04/07  22:01:23
38350         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
38351              to forget it later; do not change patchlevel.h yet or regenerate
38352              Configure yet.
38353      Branch: perl
38354            ! epoc/config.sh win32/Makefile win32/config_H.bc
38355            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
38356 ____________________________________________________________________________
38357 [  9616] By: jhi                                   on 2001/04/07  17:46:33
38358         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
38359      Branch: perl
38360            ! pod/perl571delta.pod
38361 ____________________________________________________________________________
38362 [  9615] By: jhi                                   on 2001/04/07  17:33:21
38363         Log: Change the toc configuration.
38364      Branch: perl
38365            ! pod/buildtoc.PL pod/perl.pod
38366 ____________________________________________________________________________
38367 [  9614] By: jhi                                   on 2001/04/07  17:29:47
38368         Log: Subject: PATCH: $[
38369              From: Robin Houston <robin@kitsite.com>
38370              Date: Fri, 6 Apr 2001 18:10:14 +0100
38371              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
38372      Branch: perl
38373            ! op.c t/op/array.t
38374 ____________________________________________________________________________
38375 [  9613] By: jhi                                   on 2001/04/07  17:28:26
38376         Log: Subject: [PATCH perl@9424] isn't numeric warning
38377              From: Robin Barker <rmb1@cise.npl.co.uk>
38378              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
38379              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
38380      Branch: perl
38381            ! sv.c t/pragma/warn/sv
38382 ____________________________________________________________________________
38383 [  9612] By: jhi                                   on 2001/04/07  17:26:45
38384         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
38385              From: Mike Guy <mjtg@cam.ac.uk>
38386              Date: Fri, 06 Apr 2001 12:47:06 +0100
38387              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
38388      Branch: perl
38389            ! dump.c t/lib/peek.t
38390 ____________________________________________________________________________
38391 [  9611] By: jhi                                   on 2001/04/07  17:21:35
38392         Log: Create perl571delta and seed it off with the perldelta changes
38393              since 5.7.0; remove those changes from perldelta and rename it
38394              as perl570delta; recreate perldelta but leave it almost empty.
38395      Branch: perl
38396            + pod/perl570delta.pod pod/perl571delta.pod
38397            ! MANIFEST pod/perldelta.pod
38398 ____________________________________________________________________________
38399 [  9610] By: jhi                                   on 2001/04/07  16:56:32
38400         Log: Denit.
38401      Branch: perl
38402            ! pod/perldelta.pod
38403 ____________________________________________________________________________
38404 [  9609] By: jhi                                   on 2001/04/07  16:38:32
38405         Log: Retract #9523: needs more thought.
38406      Branch: perl
38407            ! Makefile.SH
38408 ____________________________________________________________________________
38409 [  9608] By: jhi                                   on 2001/04/07  14:59:20
38410         Log: atmark() code cleanaup.
38411      Branch: perl
38412            ! ext/IO/IO.xs
38413 ____________________________________________________________________________
38414 [  9607] By: jhi                                   on 2001/04/07  14:48:14
38415         Log: Integrate change #9605 from maintperl into mainline.
38416              
38417              can't optimize away scope entry if tr/// is present
38418      Branch: perl
38419           !> op.c t/op/tr.t
38420 ____________________________________________________________________________
38421 [  9606] By: jhi                                   on 2001/04/07  14:43:59
38422         Log: Integrate perlio.
38423      Branch: perl
38424           +> win32/FindExt.pm
38425           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
38426           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
38427 ____________________________________________________________________________
38428 [  9605] By: gsar                                  on 2001/04/07  11:52:40
38429         Log: can't optimize away scope entry if tr/// is present
38430      Branch: maint-5.6/perl
38431            ! op.c t/op/tr.t
38432 ____________________________________________________________________________
38433 [  9604] By: nick                                  on 2001/04/07  11:39:45
38434         Log: Split out extension finding code from buildext.pl into FindExt.pm
38435              Use it to get Config.pm's idea of available extensions in line
38436              with what is built.
38437      Branch: perlio
38438            + win32/FindExt.pm
38439            ! MANIFEST win32/buildext.pl win32/config_sh.PL
38440            ! win32/makefile.mk
38441 ____________________________________________________________________________
38442 [  9603] By: nick                                  on 2001/04/07  09:11:38
38443         Log: Cleanup correction for failed :Via() layer, also set an error code.
38444      Branch: perlio
38445            ! ext/PerlIO/Via/Via.xs
38446 ____________________________________________________________________________
38447 [  9602] By: nick                                  on 2001/04/07  08:38:04
38448         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
38449              style. So don't use binmode() on the handles so that Win32 etc. see
38450              same sequence and produce same digests.
38451      Branch: perlio
38452            ! t/lib/md5-file.t
38453 ____________________________________________________________________________
38454 [  9601] By: nick                                  on 2001/04/07  08:36:26
38455         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
38456              Else it complains and so crlf layer (say) does not get pushed.
38457      Branch: perlio
38458            ! perlio.c
38459 ____________________________________________________________________________
38460 [  9600] By: jhi                                   on 2001/04/06  23:00:09
38461         Log: Integrate change #9599 from perlio into mainline.
38462      Branch: perl
38463           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
38464           !> win32/config_H.vc
38465 ____________________________________________________________________________
38466 [  9599] By: nick                                  on 2001/04/06  21:42:43
38467         Log: Quote $VERSION in Encode.pm.
38468              regen_config_h as requested.
38469      Branch: perlio
38470            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
38471            ! win32/config_H.vc
38472 ____________________________________________________________________________
38473 [  9598] By: nick                                  on 2001/04/06  20:34:59
38474         Log: Integrate mainline
38475      Branch: perlio
38476           +> README.macos
38477           !> (integrate 39 files)
38478 ____________________________________________________________________________
38479 [  9597] By: gsar                                  on 2001/04/06  18:06:35
38480         Log: integrate change#9464 from mainline (addendum to change#8313)
38481              
38482              Subject: [PATCH @9452] Better peep()ing for foreach() loops
38483      Branch: maint-5.6/perl
38484           !> op.c
38485 ____________________________________________________________________________
38486 [  9596] By: jhi                                   on 2001/04/06  17:26:03
38487         Log: The d_casti32=undef is good for you even when not use64bitall.
38488      Branch: perl
38489            ! hints/hpux.sh
38490 ____________________________________________________________________________
38491 [  9595] By: gsar                                  on 2001/04/06  14:57:17
38492         Log: add a low-impact fix to accommodate darwin-ism
38493      Branch: maint-5.6/perl
38494            ! ext/Errno/Errno_pm.PL
38495 ____________________________________________________________________________
38496 [  9594] By: jhi                                   on 2001/04/06  14:55:14
38497         Log: Integrate changes #9528,9593 from mainline into maintperl;
38498              tweaking the editor/IDE/shell list.
38499      Branch: maint-5.6/perl
38500           !> pod/perlfaq3.pod
38501 ____________________________________________________________________________
38502 [  9593] By: jhi                                   on 2001/04/06  14:51:39
38503         Log: Make the editor/IDE/shell list a little bit airier.
38504      Branch: perl
38505            ! pod/perlfaq3.pod
38506 ____________________________________________________________________________
38507 [  9592] By: gsar                                  on 2001/04/06  14:45:18
38508         Log: integrate change#9477 from mainline (base.pm doc tweak)
38509              
38510              missing doc entry for fmod()
38511      Branch: maint-5.6/perl
38512            ! lib/Math/BigFloat.pm
38513           !> lib/base.pm
38514 ____________________________________________________________________________
38515 [  9591] By: jhi                                   on 2001/04/06  13:55:48
38516         Log: Regen toc.
38517      Branch: perl
38518            ! pod/perltoc.pod
38519 ____________________________________________________________________________
38520 [  9590] By: jhi                                   on 2001/04/06  13:54:52
38521         Log: Math::BigFloat patches from John Peacock.  The equivalent
38522              of #9586 from maintperl but reworked by John to work with
38523              the bleadperl.
38524      Branch: perl
38525            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
38526 ____________________________________________________________________________
38527 [  9589] By: jhi                                   on 2001/04/06  13:42:23
38528         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
38529      Branch: perl
38530            ! ext/Digest/MD5/Makefile.PL
38531 ____________________________________________________________________________
38532 [  9588] By: jhi                                   on 2001/04/06  13:31:45
38533         Log: Integrate changes #9584,9587 from maintperl into mainline.
38534              
38535              keep eval"" CVs alive until the end of the statement in which
38536              they're called
38537              
38538              add README.macos (from Chris Nandor)
38539              
38540              tyop in change#9555
38541      Branch: perl
38542           +> README.macos
38543           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
38544           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
38545           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
38546           !> win32/makefile.mk
38547 ____________________________________________________________________________
38548 [  9587] By: gsar                                  on 2001/04/06  07:31:30
38549         Log: add README.macos (from Chris Nandor)
38550              
38551              tyop in change#9555
38552      Branch: maint-5.6/perl
38553            + README.macos
38554            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
38555            ! win32/Makefile win32/makefile.mk
38556 ____________________________________________________________________________
38557 [  9586] By: gsar                                  on 2001/04/06  07:08:54
38558         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
38559      Branch: maint-5.6/perl
38560            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
38561 ____________________________________________________________________________
38562 [  9585] By: gsar                                  on 2001/04/06  06:58:44
38563         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
38564              from mainline
38565              
38566              Subject: [PATCH] Base64 update to perlfaq9.pod
38567              
38568              Subject: [PATCH AUTHORS] Housekeeping
38569              
38570              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
38571              Mac OS X (Darwin) has extra pwent fields.
38572              
38573              Subject: [PATCH B::*] print control-character vars readably
38574              Needs EBCDICification.
38575              
38576              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
38577              
38578              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
38579              
38580              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
38581              
38582              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
38583              
38584              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
38585              
38586              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
38587              
38588              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
38589              
38590              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
38591              
38592              FreeBSD hints tweak from Anton Berezin.
38593              
38594              Subject: [PATCH foolperl & bleadperl] README.vms update
38595              
38596              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
38597      Branch: maint-5.6/perl
38598           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
38599           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
38600           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
38601 ____________________________________________________________________________
38602 [  9584] By: gsar                                  on 2001/04/06  04:09:00
38603         Log: keep eval"" CVs alive until the end of the statement in which
38604              they're called; this avoids a coredump ensuing from search for
38605              lexicals in code such as:
38606              
38607              sub bug {
38608              my $s = @_;
38609              eval q[sub { eval 'sub { &$s }' }];
38610              }
38611              bug("x")->()->();
38612              
38613              this code still doesn't work as intended (as it has remained
38614              since time immemorial), but it doesn't provoke a coredump anymore
38615      Branch: maint-5.6/perl
38616            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38617            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
38618 ____________________________________________________________________________
38619 [  9583] By: jhi                                   on 2001/04/05  23:52:51
38620         Log: Update Changes.
38621      Branch: perl
38622            ! Changes patchlevel.h
38623 ____________________________________________________________________________
38624 [  9582] By: jhi                                   on 2001/04/05  23:11:23
38625         Log: Slight doc tweak.
38626      Branch: perl
38627            ! pod/perlunicode.pod
38628 ____________________________________________________________________________
38629 [  9581] By: jhi                                   on 2001/04/05  23:04:11
38630         Log: Integrate perlio.
38631      Branch: perl
38632           !> pod/perlunicode.pod
38633 ____________________________________________________________________________
38634 [  9580] By: jhi                                   on 2001/04/05  23:03:29
38635         Log: Test for #9579.
38636      Branch: perl
38637            ! t/op/do.t
38638 ____________________________________________________________________________
38639 [  9579] By: jhi                                   on 2001/04/05  22:54:17
38640         Log: Subject: [PATCH] Propagate calling context for do '...'
38641              From: Gisle Aas <gisle@ActiveState.com>
38642              Date: 04 Apr 2001 20:17:29 -0700
38643              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
38644      Branch: perl
38645            ! pod/perlfunc.pod pp_ctl.c
38646 ____________________________________________________________________________
38647 [  9578] By: jhi                                   on 2001/04/05  22:52:51
38648         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
38649              From: Peter Prymmer <pvhp@forte.com>
38650              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
38651              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
38652      Branch: perl
38653            ! README.vms
38654 ____________________________________________________________________________
38655 [  9577] By: jhi                                   on 2001/04/05  22:48:22
38656         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
38657              From: "Craig A. Berry" <craigberry@mac.com>
38658              Date: Thu, 5 Apr 2001 13:43:28 -0500
38659              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
38660      Branch: perl
38661            ! README.vms
38662 ____________________________________________________________________________
38663 [  9576] By: jhi                                   on 2001/04/05  22:31:38
38664         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
38665              From: Michael G Schwern <schwern@pobox.com>
38666              Date: Thu, 5 Apr 2001 21:53:21 +0100
38667              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
38668      Branch: perl
38669            ! lib/base.pm t/lib/fields.t
38670 ____________________________________________________________________________
38671 [  9575] By: jhi                                   on 2001/04/05  22:26:10
38672         Log: FreeBSD hints tweak from Anton Berezin.
38673      Branch: perl
38674            ! hints/freebsd.sh
38675 ____________________________________________________________________________
38676 [  9574] By: jhi                                   on 2001/04/05  22:24:03
38677         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
38678              From: David Dyck <dcd@tc.fluke.com>
38679              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
38680              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
38681      Branch: perl
38682            ! t/op/oct.t
38683 ____________________________________________________________________________
38684 [  9573] By: jhi                                   on 2001/04/05  22:23:06
38685         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
38686              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
38687              From: David Dyck <dcd@tc.fluke.com>
38688              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
38689      Branch: perl
38690            ! pp.c
38691 ____________________________________________________________________________
38692 [  9572] By: jhi                                   on 2001/04/05  22:14:47
38693         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
38694              From: Robin Houston <robin@kitsite.com>
38695              Date: Thu, 5 Apr 2001 20:56:48 +0100
38696              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
38697      Branch: perl
38698            ! ext/B/B/Deparse.pm
38699 ____________________________________________________________________________
38700 [  9571] By: jhi                                   on 2001/04/05  22:12:53
38701         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
38702              From: Robin Houston <robin@kitsite.com>
38703              Date: Thu, 5 Apr 2001 19:55:51 +0100
38704              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
38705      Branch: perl
38706            ! ext/B/B/Deparse.pm
38707 ____________________________________________________________________________
38708 [  9570] By: jhi                                   on 2001/04/05  22:11:06
38709         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
38710              From: Robin Houston <robin@kitsite.com>
38711              Date: Thu, 5 Apr 2001 20:16:29 +0100
38712              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
38713      Branch: perl
38714            ! ext/B/B/Deparse.pm
38715 ____________________________________________________________________________
38716 [  9569] By: nick                                  on 2001/04/05  21:32:26
38717         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
38718      Branch: perlio
38719            ! pod/perlunicode.pod
38720 ____________________________________________________________________________
38721 [  9568] By: nick                                  on 2001/04/05  19:38:09
38722         Log: Integrate mainline
38723      Branch: perlio
38724           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
38725           !> (integrate 35 files)
38726 ____________________________________________________________________________
38727 [  9567] By: jhi                                   on 2001/04/05  18:31:45
38728         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
38729              From: Robin Houston <robin@kitsite.com>
38730              Date: Thu, 5 Apr 2001 18:03:23 +0100
38731              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
38732      Branch: perl
38733            ! ext/B/B/Deparse.pm
38734 ____________________________________________________________________________
38735 [  9566] By: jhi                                   on 2001/04/05  18:29:35
38736         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
38737              From: Robin Houston <robin@kitsite.com>
38738              Date: Thu, 5 Apr 2001 16:45:18 +0100
38739              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
38740      Branch: perl
38741            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
38742 ____________________________________________________________________________
38743 [  9565] By: jhi                                   on 2001/04/05  18:24:23
38744         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
38745              From: Robin Houston <robin@kitsite.com>
38746              Date: Thu, 5 Apr 2001 14:50:09 +0100
38747              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
38748      Branch: perl
38749            ! ext/B/B/Deparse.pm
38750 ____________________________________________________________________________
38751 [  9564] By: jhi                                   on 2001/04/05  18:23:03
38752         Log: Subject: [PATCH B::*] print control-character vars readably
38753              From: Robin Houston <robin@kitsite.com>
38754              Date: Thu, 5 Apr 2001 14:27:38 +0100
38755              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
38756              
38757              Needs EBCDICification.
38758      Branch: perl
38759            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
38760            ! ext/B/B/Terse.pm
38761 ____________________________________________________________________________
38762 [  9563] By: jhi                                   on 2001/04/05  18:20:32
38763         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
38764              Date: Thu, 5 Apr 2001 13:21:42 -0400
38765              From: Paul Schinder <schinder@pobox.com>
38766              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
38767              
38768              Mac OS X (Darwin) has extra pwent fields.
38769      Branch: perl
38770            ! t/op/pwent.t
38771 ____________________________________________________________________________
38772 [  9562] By: jhi                                   on 2001/04/05  17:57:51
38773         Log: Regen toc.
38774      Branch: perl
38775            ! pod/perltoc.pod
38776 ____________________________________________________________________________
38777 [  9561] By: jhi                                   on 2001/04/05  17:47:33
38778         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
38779      Branch: metaconfig
38780            ! U/Glossary.patch
38781      Branch: metaconfig/U/perl
38782            + d_u32align.U
38783            ! d_cmsghdr_s.U d_msghdr_s.U
38784 ____________________________________________________________________________
38785 [  9560] By: jhi                                   on 2001/04/05  17:47:01
38786         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
38787              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
38788              Introduce probes for struct msghdr, struct cmsghdr,
38789              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
38790              ualarm, usleep, for possible later extension work.
38791      Branch: perl
38792            + t/lib/md5-align.t
38793            ! Configure MANIFEST Porting/Glossary Porting/config.sh
38794            ! Porting/config_H config_h.SH configure.com epoc/config.sh
38795            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
38796            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38797            ! vos/config.ga.h win32/config.bc win32/config.gc
38798            ! win32/config.vc
38799 ____________________________________________________________________________
38800 [  9559] By: jhi                                   on 2001/04/05  13:03:04
38801         Log: Be traditional in your cpp (for the Errno extension).
38802      Branch: perl
38803            ! hints/darwin.sh
38804 ____________________________________________________________________________
38805 [  9558] By: jhi                                   on 2001/04/05  13:00:05
38806         Log: Add $Config{cppflags} to the gcc incantation.
38807      Branch: perl
38808            ! ext/Errno/Errno_pm.PL
38809 ____________________________________________________________________________
38810 [  9557] By: jhi                                   on 2001/04/05  04:22:39
38811         Log: Introduce Sean Burke's Class::ISA 0.32.
38812      Branch: perl
38813            + lib/Class/ISA.pm t/lib/class-isa.t
38814            ! MANIFEST
38815 ____________________________________________________________________________
38816 [  9556] By: jhi                                   on 2001/04/05  04:09:50
38817         Log: Subject: [PATCH AUTHORS] Housekeeping
38818              From: Paul Johnson <paul@pjcj.net> 
38819              Date: Wed, 4 Apr 2001 22:45:47 +0200
38820              Message-ID: <20010404224547.D9548@pjcj.net>
38821      Branch: perl
38822            ! AUTHORS
38823 ____________________________________________________________________________
38824 [  9555] By: jhi                                   on 2001/04/05  04:06:33
38825         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
38826              From: Gisle Aas <gisle@ActiveState.com>
38827              Date: 04 Apr 2001 14:23:04 -0700
38828              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
38829      Branch: perl
38830            ! pod/perlfaq9.pod
38831 ____________________________________________________________________________
38832 [  9554] By: jhi                                   on 2001/04/05  04:05:49
38833         Log: Downgrade also the "Wide character" diagnostic.
38834      Branch: perl
38835            ! pod/perldiag.pod
38836 ____________________________________________________________________________
38837 [  9553] By: jhi                                   on 2001/04/05  04:00:33
38838         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
38839              maintperl into mainline.
38840              
38841              "double" should be "NV"; standard typemap is missing entry
38842              for NV
38843              
38844              s/djSP/dSP/
38845              
38846              Downgrade "Wide character in print" to a warning.
38847              
38848              B::Deparse fix for ${^FOO} and documentation for PVX() method
38849              (from Robin Houston)
38850              
38851              tr/// doesn't null-terminate the result in some situations
38852              (from Gisle Aas)
38853      Branch: perl
38854           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
38855           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
38856           !> t/io/utf8.t t/op/tr.t
38857 ____________________________________________________________________________
38858 [  9552] By: jhi                                   on 2001/04/05  03:52:50
38859         Log: Retract changes #9542 and #9538 (from maintperl, integrated
38860              at #9540), shouldn't be needed because of the perlio changes.
38861      Branch: perl
38862            ! util.c
38863 ____________________________________________________________________________
38864 [  9551] By: gsar                                  on 2001/04/05  00:18:34
38865         Log: tr/// doesn't null-terminate the result in some situations
38866              (from Gisle Aas)
38867      Branch: maint-5.6/perl
38868            ! doop.c t/op/tr.t
38869 ____________________________________________________________________________
38870 [  9550] By: gsar                                  on 2001/04/04  20:04:17
38871         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
38872              (from Robin Houston)
38873      Branch: maint-5.6/perl
38874            ! ext/B/B.pm ext/B/B/Deparse.pm
38875 ____________________________________________________________________________
38876 [  9549] By: nick                                  on 2001/04/04  18:56:15
38877         Log: Downgrade "Wide character in print" to a warning.
38878      Branch: perlio
38879            ! doio.c t/io/utf8.t
38880 ____________________________________________________________________________
38881 [  9548] By: gsar                                  on 2001/04/04  18:51:49
38882         Log: integrate changes#9460,9462,9482,9521,9522
38883              
38884              Subject: PATCH: B::Debug should show LOOP-specific fields
38885              
38886              Subject: B::Deparse precedence bug. (Patch included.)
38887              
38888              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
38889              
38890              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
38891              
38892              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
38893      Branch: maint-5.6/perl
38894           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
38895           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
38896 ____________________________________________________________________________
38897 [  9547] By: gsar                                  on 2001/04/04  18:49:16
38898         Log: s/djSP/dSP/
38899      Branch: maint-5.6/perl
38900            ! ext/Thread/Thread.xs
38901 ____________________________________________________________________________
38902 [  9546] By: nick                                  on 2001/04/04  18:44:00
38903         Log: Integrate mainline.
38904      Branch: perlio
38905           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
38906           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
38907 ____________________________________________________________________________
38908 [  9545] By: gsar                                  on 2001/04/04  18:38:52
38909         Log: integrate change#8837 from mainline
38910              
38911              Subject: [patch] -Wall cleanup round 2
38912      Branch: maint-5.6/perl
38913           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38914           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38915           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
38916           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38917           !> ext/SDBM_File/SDBM_File.xs
38918 ____________________________________________________________________________
38919 [  9544] By: gsar                                  on 2001/04/04  17:49:57
38920         Log: "double" should be "NV"; standard typemap is missing entry
38921              for NV
38922      Branch: maint-5.6/perl
38923            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
38924 ____________________________________________________________________________
38925 [  9543] By: jhi                                   on 2001/04/04  14:13:18
38926         Log: Thou shalt not (just) match for English error messages.
38927      Branch: perl
38928            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
38929            ! os2/OS2/Process/Process.pm
38930 ____________________________________________________________________________
38931 [  9542] By: jhi                                   on 2001/04/04  13:20:39
38932         Log: Make the stdio tricks of fflush_all() to exist only if
38933              stdio is being used.
38934      Branch: perl
38935            ! util.c
38936 ____________________________________________________________________________
38937 [  9541] By: jhi                                   on 2001/04/04  04:20:24
38938         Log: Subject: Re: [PATCH] Lighten up glob
38939              From: Benjamin Sugars <bsugars@canoe.ca>
38940              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
38941              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
38942      Branch: perl
38943            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
38944            ! util.c
38945 ____________________________________________________________________________
38946 [  9540] By: jhi                                   on 2001/04/04  04:03:57
38947         Log: Integrate changes #9538,9539 from maintperl into mainline.
38948              
38949              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
38950              for use with _fwalk() (fix for change#7705)
38951              
38952              another tweak needed for SunOS 4.1.x build (from Mike Guy)
38953              (cp -f is not portable)
38954      Branch: perl
38955           !> Makefile.SH util.c
38956 ____________________________________________________________________________
38957 [  9539] By: gsar                                  on 2001/04/04  03:01:14
38958         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
38959      Branch: maint-5.6/perl
38960            ! Makefile.SH
38961 ____________________________________________________________________________
38962 [  9538] By: gsar                                  on 2001/04/04  01:00:38
38963         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
38964              for use with _fwalk() (fix for change#7705)
38965      Branch: maint-5.6/perl
38966            ! util.c
38967 ____________________________________________________________________________
38968 [  9537] By: nick                                  on 2001/04/03  19:24:55
38969         Log: Integrate mainline
38970      Branch: perlio
38971           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
38972           +> lib/unicode/PropList.html
38973            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
38974           !> (integrate 69 files)
38975 ____________________________________________________________________________
38976 [  9536] By: jhi                                   on 2001/04/03  18:02:31
38977         Log: Integrate change #9533 from maintperl into mainline.
38978              
38979              better fix for change#9517 to accomodate UNC paths like
38980              \\server\share\foo, and paths with trailing backslash
38981              like c:\this\
38982      Branch: perl
38983           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
38984 ____________________________________________________________________________
38985 [  9535] By: jhi                                   on 2001/04/03  17:58:07
38986         Log: Change the push/unshift warning to be of class syntax, not misc.
38987      Branch: perl
38988            ! op.c pod/perldiag.pod t/pragma/warn/op
38989 ____________________________________________________________________________
38990 [  9534] By: jhi                                   on 2001/04/03  15:03:46
38991         Log: Change the push/unshift warning (#9532) to talk about "no values"
38992              instead of "no arguments".
38993      Branch: perl
38994            ! op.c pod/perldiag.pod t/pragma/warn/op
38995 ____________________________________________________________________________
38996 [  9533] By: gsar                                  on 2001/04/03  14:30:07
38997         Log: better fix for change#9517 to accomodate UNC paths like
38998              \\server\share\foo, and paths with trailing backslash
38999              like c:\this\
39000      Branch: maint-5.6/perl
39001            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39002 ____________________________________________________________________________
39003 [  9532] By: jhi                                   on 2001/04/03  13:11:46
39004         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
39005              From: Robin Houston <robin@kitsite.com>
39006              Date: Mon, 2 Apr 2001 15:03:29 +0100
39007              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
39008      Branch: perl
39009            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
39010 ____________________________________________________________________________
39011 [  9531] By: jhi                                   on 2001/04/03  13:06:34
39012         Log: Integrate change #9530 from maintperl into mainline.
39013              
39014              accomodate VMS "mailbox overflow" quirk in testsuite (from
39015              Craig Berry)
39016      Branch: perl
39017           !> t/lib/socket.t
39018 ____________________________________________________________________________
39019 [  9530] By: gsar                                  on 2001/04/03  04:56:41
39020         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
39021              Craig Berry)
39022      Branch: maint-5.6/perl
39023            ! t/lib/socket.t
39024 ____________________________________________________________________________
39025 [  9529] By: jhi                                   on 2001/04/03  02:34:34
39026         Log: Update Changes.
39027      Branch: perl
39028            ! Changes patchlevel.h
39029 ____________________________________________________________________________
39030 [  9528] By: jhi                                   on 2001/04/03  01:27:57
39031         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
39032              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
39033              To: perl5-porters@perl.org
39034              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
39035      Branch: perl
39036            ! pod/perlfaq3.pod
39037 ____________________________________________________________________________
39038 [  9527] By: jhi                                   on 2001/04/03  01:22:09
39039         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
39040              From: Peter Prymmer <pvhp@forte.com>
39041              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
39042              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
39043      Branch: perl
39044            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
39045 ____________________________________________________________________________
39046 [  9526] By: jhi                                   on 2001/04/03  01:18:25
39047         Log: The metaconfig unit changes for #9525.
39048      Branch: metaconfig
39049            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
39050      Branch: metaconfig/U/perl
39051            ! use64bits.U
39052 ____________________________________________________________________________
39053 [  9525] By: jhi                                   on 2001/04/03  01:17:30
39054         Log: Configure sanity checks:
39055              * if use64bitall is attempted but pointers are only 32-bit,
39056              'downgrade' to use64bitint
39057              * if use64bitint is attempted but there's no quad type,
39058              forget about use64bitint (well, the default for it is 'n',
39059              the user can still override this)
39060              * if pointers are 64 bits, do not try to use Perl's malloc
39061      Branch: perl
39062            ! Configure
39063 ____________________________________________________________________________
39064 [  9524] By: gsar                                  on 2001/04/03  01:09:12
39065         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
39066      Branch: maint-5.6/perl
39067            ! pp_sys.c
39068 ____________________________________________________________________________
39069 [  9523] By: jhi                                   on 2001/04/03  00:02:31
39070         Log: (Retracted by #9609)
39071              
39072              Make it harder for parallel makes to enter 'test' before
39073              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
39074              should be unhappy enough, but sometimes parallel makes seem
39075              to sneak past both in Tru64 and AIX.)
39076      Branch: perl
39077            ! Makefile.SH
39078 ____________________________________________________________________________
39079 [  9522] By: jhi                                   on 2001/04/02  22:35:31
39080         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
39081              Date: Mon, 2 Apr 2001 22:54:10 +0100
39082              From: Robin Houston <robin@kitsite.com>
39083              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
39084      Branch: perl
39085            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
39086 ____________________________________________________________________________
39087 [  9521] By: jhi                                   on 2001/04/02  22:32:23
39088         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
39089              From: Robin Houston <robin@kitsite.com>
39090              Date: Mon, 2 Apr 2001 20:24:03 +0100
39091              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
39092      Branch: perl
39093            ! ext/B/B/Concise.pm
39094 ____________________________________________________________________________
39095 [  9520] By: jhi                                   on 2001/04/02  22:30:43
39096         Log: Subject: [PATCH] REALLY pedantic hv.h nit
39097              From: Simon Cozens <simon@netthink.co.uk>
39098              Date: Mon, 2 Apr 2001 15:43:06 +0100
39099              Message-ID: <20010402154306.A21711@netthink.co.uk>
39100      Branch: perl
39101            ! hv.h
39102 ____________________________________________________________________________
39103 [  9519] By: jhi                                   on 2001/04/02  22:28:04
39104         Log: Based on
39105              
39106              Subject: [foolperl] EPOC fix
39107              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39108              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
39109              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
39110      Branch: perl
39111            ! pp_sys.c
39112 ____________________________________________________________________________
39113 [  9518] By: jhi                                   on 2001/04/02  22:22:34
39114         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
39115              
39116              README.win32 tweaks; add a note about alternative location for
39117              getting a gcc-2.95.2 that will build perl properly on windows
39118              
39119              add some notes about gutsy threading matters
39120              
39121              many of the utilities interpolate literal paths within doublequotes
39122              (fails on dosish platforms where path contains backslashes)
39123      Branch: perl
39124           !> README.win32 pod/perlguts.pod utils/perldoc.PL
39125           !> x2p/find2perl.PL x2p/s2p.PL
39126 ____________________________________________________________________________
39127 [  9517] By: gsar                                  on 2001/04/02  19:52:21
39128         Log: many of the utilities interpolate literal paths within doublequotes
39129              (fails on dosish platforms where path contains backslashes)
39130      Branch: maint-5.6/perl
39131            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39132 ____________________________________________________________________________
39133 [  9516] By: gsar                                  on 2001/04/02  05:49:37
39134         Log: a foolish release
39135      Branch: maint-5.6/perl
39136            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
39137            ! pod/perltoc.pod
39138 ____________________________________________________________________________
39139 [  9515] By: gsar                                  on 2001/04/02  05:04:29
39140         Log: add missing changelog summaries
39141      Branch: maint-5.6/perl
39142            ! Changes
39143 ____________________________________________________________________________
39144 [  9514] By: gsar                                  on 2001/04/02  04:07:13
39145         Log: add some notes about gutsy threading matters
39146      Branch: maint-5.6/perl
39147            ! pod/perlguts.pod
39148 ____________________________________________________________________________
39149 [  9513] By: gsar                                  on 2001/04/02  03:25:21
39150         Log: add more prominent caveat notices about experimental features
39151      Branch: maint-5.6/perl
39152            ! pod/perlfork.pod pod/perlunicode.pod
39153 ____________________________________________________________________________
39154 [  9512] By: gsar                                  on 2001/04/02  02:54:33
39155         Log: integrate changes#9479,9509 from mainline
39156              
39157              [PATCH] File::Glob stuff for Mac OS
39158              
39159              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
39160      Branch: maint-5.6/perl
39161           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
39162           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
39163           !> t/lib/glob-taint.t
39164 ____________________________________________________________________________
39165 [  9511] By: gsar                                  on 2001/04/02  02:38:24
39166         Log: README.win32 tweaks; add a note about alternative location for
39167              getting a gcc-2.95.2 that will build perl properly on windows
39168      Branch: maint-5.6/perl
39169            ! README.win32
39170 ____________________________________________________________________________
39171 [  9510] By: jhi                                   on 2001/04/01  20:45:10
39172         Log: An ambiguousity warning.
39173      Branch: perl
39174            ! t/lib/trig.t
39175 ____________________________________________________________________________
39176 [  9509] By: jhi                                   on 2001/04/01  19:53:47
39177         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
39178              From: Jonathan Stowe <gellyfish@gellyfish.com>
39179              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
39180              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
39181      Branch: perl
39182            ! ext/File/Glob/bsd_glob.c
39183 ____________________________________________________________________________
39184 [  9508] By: jhi                                   on 2001/04/01  19:35:03
39185         Log: Update Changes.
39186      Branch: perl
39187            ! Changes patchlevel.h
39188 ____________________________________________________________________________
39189 [  9507] By: jhi                                   on 2001/04/01  19:24:01
39190         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
39191              from mainline to maintperl: pod tweaks.
39192      Branch: maint-5.6/perl
39193           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
39194           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
39195           !> pod/perlvar.pod
39196 ____________________________________________________________________________
39197 [  9506] By: jhi                                   on 2001/04/01  19:11:53
39198         Log: Commit Sarathy to April release of 5.6.1 :-)
39199      Branch: perl
39200            ! pod/perlfaq1.pod
39201 ____________________________________________________________________________
39202 [  9505] By: jhi                                   on 2001/04/01  19:03:15
39203         Log: Subject: PATCH 5.6.0 (perldebug.pod)
39204              From: Mark-Jason Dominus <mjd@plover.com>
39205              Date: Sun, 01 Apr 2001 14:25:11 -0400
39206              Message-ID: <20010401182511.9247.qmail@plover.com>
39207      Branch: perl
39208            ! pod/perldebug.pod
39209 ____________________________________________________________________________
39210 [  9504] By: jhi                                   on 2001/04/01  18:43:09
39211         Log: Add great_circle_direction().
39212      Branch: perl
39213            ! lib/Math/Trig.pm t/lib/trig.t
39214 ____________________________________________________________________________
39215 [  9503] By: jhi                                   on 2001/04/01  17:29:12
39216         Log: Unicode ReadMe update for Unicode 3.1.
39217      Branch: perl
39218            ! lib/unicode/ReadMe.txt
39219 ____________________________________________________________________________
39220 [  9502] By: jhi                                   on 2001/04/01  17:18:40
39221         Log: Integrate change #9501 from maintperl into mainline.
39222              
39223              fix the perlembed notes on multiple interpreters
39224              
39225              fix ExtUtils::Embed to work passably on Windows
39226      Branch: perl
39227           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
39228 ____________________________________________________________________________
39229 [  9501] By: gsar                                  on 2001/04/01  07:21:57
39230         Log: fix the perlembed notes on multiple interpreters
39231              
39232              fix ExtUtils::Embed to work passably on Windows
39233      Branch: maint-5.6/perl
39234            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
39235 ____________________________________________________________________________
39236 [  9500] By: jhi                                   on 2001/04/01  05:58:23
39237         Log: Test for #9499.
39238      Branch: perl
39239            ! t/op/tr.t
39240 ____________________________________________________________________________
39241 [  9499] By: jhi                                   on 2001/04/01  05:55:46
39242         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
39243      Branch: perl
39244            ! embed.h embed.pl op.c proto.h
39245 ____________________________________________________________________________
39246 [  9498] By: jhi                                   on 2001/04/01  05:44:34
39247         Log: Protect the workaround hunk more.
39248      Branch: perl
39249            ! toke.c
39250 ____________________________________________________________________________
39251 [  9497] By: jhi                                   on 2001/04/01  00:24:25
39252         Log: Integrate changes #9493,9494,9495,9496 from maintperl
39253              into mainline.
39254              
39255              fix a broken workaround for Borland compiler in change#4739
39256              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
39257              
39258              nits spotted by Borland compiler
39259              
39260              avoid redefinition warnings under Borland 5.02
39261              
39262              various nits identified by the Borland 5.5 compiler; remove suppression
39263              of a few warnings
39264      Branch: perl
39265           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
39266           !> win32/win32.h
39267 ____________________________________________________________________________
39268 [  9496] By: gsar                                  on 2001/03/31  23:22:28
39269         Log: various nits identified by the Borland 5.5 compiler; remove suppression
39270              of a few warnings
39271      Branch: maint-5.6/perl
39272            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
39273 ____________________________________________________________________________
39274 [  9495] By: gsar                                  on 2001/03/31  21:03:08
39275         Log: avoid redefinition warnings under Borland 5.02
39276      Branch: maint-5.6/perl
39277            ! win32/makefile.mk
39278 ____________________________________________________________________________
39279 [  9494] By: gsar                                  on 2001/03/31  20:18:59
39280         Log: nits spotted by Borland compiler
39281      Branch: maint-5.6/perl
39282            ! utf8.h win32/win32.h
39283 ____________________________________________________________________________
39284 [  9493] By: gsar                                  on 2001/03/31  20:18:05
39285         Log: fix a broken workaround for Borland compiler in change#4739
39286              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
39287      Branch: maint-5.6/perl
39288            ! toke.c
39289 ____________________________________________________________________________
39290 [  9492] By: jhi                                   on 2001/03/31  18:36:24
39291         Log: Integrate change #9491 from maintperl into mainline.
39292              
39293              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
39294              directory is relative (need to fetch the full path name *before*
39295              the chdir!)
39296      Branch: perl
39297           !> lib/Cwd.pm
39298 ____________________________________________________________________________
39299 [  9491] By: gsar                                  on 2001/03/31  17:01:56
39300         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
39301              directory is relative (need to fetch the full path name *before*
39302              the chdir!)
39303              
39304              this is a followup patch for change#6749
39305      Branch: maint-5.6/perl
39306            ! lib/Cwd.pm
39307 ____________________________________________________________________________
39308 [  9490] By: jhi                                   on 2001/03/31  15:50:18
39309         Log: Subject: Re: [PATCH] av.h cosmetics
39310              From: Simon Cozens <simon@netthink.co.uk>
39311              Date: Sat, 31 Mar 2001 13:09:59 +0100
39312              Message-ID: <20010331130959.A22000@netthink.co.uk>
39313              
39314              Document AvALLOC.
39315      Branch: perl
39316            ! pod/perlguts.pod
39317 ____________________________________________________________________________
39318 [  9489] By: jhi                                   on 2001/03/31  15:48:44
39319         Log: Subject: [PATCH] Re: Math::Big* v1.21
39320              From: Tels <perl_dummy@bloodgate.com>
39321              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
39322              Message-Id: <200103311125.GAA377738@www08.hway.net>
39323      Branch: perl
39324            ! pod/perlop.pod
39325 ____________________________________________________________________________
39326 [  9488] By: jhi                                   on 2001/03/31  03:39:51
39327         Log: Debug output tweak.
39328      Branch: perl
39329            ! t/lib/cwd.t
39330 ____________________________________________________________________________
39331 [  9487] By: jhi                                   on 2001/03/31  03:33:02
39332         Log: OverVMSification.
39333      Branch: perl
39334            ! t/lib/cwd.t
39335 ____________________________________________________________________________
39336 [  9486] By: jhi                                   on 2001/03/31  03:01:40
39337         Log: Missed MANIFESTations in #9483.
39338      Branch: perl
39339            ! MANIFEST
39340 ____________________________________________________________________________
39341 [  9485] By: jhi                                   on 2001/03/31  02:58:17
39342         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
39343              From: Peter Prymmer <pvhp@forte.com>
39344              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
39345              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
39346      Branch: perl
39347            ! regexec.c t/lib/cwd.t
39348 ____________________________________________________________________________
39349 [  9484] By: jhi                                   on 2001/03/31  01:04:41
39350         Log: Obsolete file (see #3938)
39351      Branch: perl
39352            - lib/unicode/README.Ethiopic
39353            ! MANIFEST
39354 ____________________________________________________________________________
39355 [  9483] By: jhi                                   on 2001/03/31  00:52:42
39356         Log: Update to Unicode 3.1.
39357              (Rename Names.txt to NamesList.txt.)
39358      Branch: perl
39359            + lib/unicode/NamesList.txt lib/unicode/PropList.html
39360            - lib/unicode/Names.txt
39361            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39362            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
39363            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
39364            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
39365            ! lib/unicode/UCD.html lib/unicode/Unicode.html
39366            ! lib/unicode/rename lib/unicode/version
39367 ____________________________________________________________________________
39368 [  9482] By: jhi                                   on 2001/03/30  23:33:44
39369         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
39370              From: Robin Houston <robin@kitsite.com>
39371              Date: Fri, 30 Mar 2001 20:07:22 +0100
39372              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
39373      Branch: perl
39374            ! ext/B/B/Deparse.pm
39375 ____________________________________________________________________________
39376 [  9481] By: jhi                                   on 2001/03/30  23:20:25
39377         Log: Subject: Re: [PATCH] CwdXS, Take 2
39378              From: Benjamin Sugars <bsugars@canoe.ca>
39379              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
39380              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
39381      Branch: perl
39382            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
39383            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
39384 ____________________________________________________________________________
39385 [  9480] By: jhi                                   on 2001/03/30  22:52:38
39386         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
39387              From: David Dyck <dcd@tc.fluke.com>
39388              Date: Fri, 30 Mar 2001 14:44:13 -0800
39389              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
39390              
39391              The t/rantests flags file creation was accidentally
39392              removed by #9217.
39393      Branch: perl
39394            ! Makefile.SH
39395 ____________________________________________________________________________
39396 [  9479] By: jhi                                   on 2001/03/30  22:45:45
39397         Log: Subject: [PATCH] File::Glob stuff for Mac OS
39398              From: Chris Nandor <pudge@pobox.com>
39399              Date: Fri, 30 Mar 2001 16:51:00 -0500
39400              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
39401      Branch: perl
39402            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
39403            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
39404            ! t/lib/glob-taint.t
39405 ____________________________________________________________________________
39406 [  9478] By: jhi                                   on 2001/03/30  22:43:12
39407         Log: Subject: fix for win32/buildext.pl
39408              From: "Vadim Konovalov" <watman@inbox.ru>
39409              Date: Sat, 31 Mar 2001 00:50:36 +0400
39410              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
39411      Branch: perl
39412            ! win32/buildext.pl
39413 ____________________________________________________________________________
39414 [  9477] By: jhi                                   on 2001/03/30  22:41:16
39415         Log: Subject: small base.pm doc patch
39416              From: Leon Brocard <acme@astray.com>
39417              Date: Fri, 30 Mar 2001 21:49:57 +0100
39418              Message-ID: <20010330214957.B8733@ns0.astray.com>
39419      Branch: perl
39420            ! lib/base.pm
39421 ____________________________________________________________________________
39422 [  9476] By: jhi                                   on 2001/03/30  18:16:57
39423         Log: Subject: [PATCH] av.h cosmetics
39424              From: Simon Cozens <simon@netthink.co.uk>
39425              Date: Fri, 30 Mar 2001 18:12:28 +0100
39426              Message-ID: <20010330181228.A9319@netthink.co.uk>
39427      Branch: perl
39428            ! av.h
39429 ____________________________________________________________________________
39430 [  9475] By: jhi                                   on 2001/03/30  18:15:50
39431         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
39432              From: "Philip Newton" <pnewton@gmx.de>
39433              Date: Fri, 30 Mar 2001 19:06:57 +0200
39434              Message-ID: <3AC4D951.14815.1AC7068@localhost>
39435      Branch: perl
39436            ! pod/perlhack.pod
39437 ____________________________________________________________________________
39438 [  9474] By: jhi                                   on 2001/03/30  18:14:02
39439         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
39440              From: Benjamin Sugars <bsugars@canoe.ca>
39441              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
39442              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
39443      Branch: perl
39444            ! t/lib/glob-basic.t
39445 ____________________________________________________________________________
39446 [  9473] By: jhi                                   on 2001/03/30  16:09:24
39447         Log: Update Changes.
39448      Branch: perl
39449            ! Changes patchlevel.h
39450 ____________________________________________________________________________
39451 [  9472] By: jhi                                   on 2001/03/30  15:16:08
39452         Log: Integrate perlio.
39453      Branch: perl
39454           !> t/lib/cwd.t t/lib/glob-basic.t
39455 ____________________________________________________________________________
39456 [  9471] By: nick                                  on 2001/03/30  14:47:10
39457         Log: Should be (^O eq 'MSWin32') not 'Win32'
39458              Fail #12 seems real - chdir is in wrong dir.
39459      Branch: perlio
39460            ! t/lib/cwd.t
39461 ____________________________________________________________________________
39462 [  9470] By: jhi                                   on 2001/03/30  14:41:11
39463         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
39464              From: Radu Greab <radu@netsoft.ro>
39465              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
39466              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
39467              
39468              Replace #9352.
39469      Branch: perl
39470            ! ext/Socket/Socket.xs pp_sys.c
39471 ____________________________________________________________________________
39472 [  9469] By: jhi                                   on 2001/03/30  14:37:51
39473         Log: Subject: PATCH pod/perldiag.pod
39474              From: Robin Houston <robin@kitsite.com>
39475              Date: Fri, 30 Mar 2001 14:10:36 +0100
39476              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
39477      Branch: perl
39478            ! pod/perldiag.pod t/lib/glob-basic.t
39479 ____________________________________________________________________________
39480 [  9468] By: jhi                                   on 2001/03/30  14:36:36
39481         Log: Subject: Better diagnostic in io/fs.t
39482              From: andreas.koenig@anima.de (Andreas J. Koenig)
39483              Date: 30 Mar 2001 10:11:43 +0200
39484              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
39485      Branch: perl
39486            ! t/io/fs.t
39487 ____________________________________________________________________________
39488 [  9467] By: nick                                  on 2001/03/30  14:25:43
39489         Log: Skip order test of glob if case-ignoring system cannot 
39490              create a.test and A.test
39491      Branch: perlio
39492            ! t/lib/glob-basic.t
39493 ____________________________________________________________________________
39494 [  9466] By: nick                                  on 2001/03/30  13:03:12
39495         Log: Integrate mainline.
39496      Branch: perlio
39497            - ext/re/hints/aix.pl
39498           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
39499           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
39500           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
39501           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
39502 ____________________________________________________________________________
39503 [  9465] By: jhi                                   on 2001/03/30  03:53:37
39504         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
39505              the tests sometimes hang, sometimes not.)
39506      Branch: perl
39507            ! t/lib/io_multihomed.t t/lib/io_sock.t
39508 ____________________________________________________________________________
39509 [  9464] By: jhi                                   on 2001/03/30  02:56:04
39510         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
39511              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39512              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
39513              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
39514      Branch: perl
39515            ! op.c
39516 ____________________________________________________________________________
39517 [  9463] By: jhi                                   on 2001/03/30  02:34:48
39518         Log: Test for #9462.
39519      Branch: perl
39520            ! t/lib/b.t
39521 ____________________________________________________________________________
39522 [  9462] By: jhi                                   on 2001/03/30  02:29:37
39523         Log: Subject: B::Deparse precedence bug. (Patch included.)
39524              From: Jeremy Madea <jmadea@inktomi.com>
39525              Date: Thu, 29 Mar 2001 12:05:02 -0800
39526              Message-ID: <20010329120502.A24881@dr.inktomi.com>
39527      Branch: perl
39528            ! ext/B/B/Deparse.pm
39529 ____________________________________________________________________________
39530 [  9461] By: jhi                                   on 2001/03/30  02:18:41
39531         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
39532              From: Peter Prymmer <pvhp@forte.com>
39533              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
39534              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
39535      Branch: perl
39536            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
39537            ! t/lib/md5-file.t
39538 ____________________________________________________________________________
39539 [  9460] By: jhi                                   on 2001/03/30  02:17:07
39540         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
39541              From: Robin Houston <robin@kitsite.com>
39542              Date: Thu, 29 Mar 2001 20:47:56 +0100
39543              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
39544      Branch: perl
39545            ! ext/B/B/Debug.pm
39546 ____________________________________________________________________________
39547 [  9459] By: jhi                                   on 2001/03/30  02:16:05
39548         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
39549              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
39550              Date: Wed, 28 Mar 2001 18:02:20 -0600
39551              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
39552      Branch: perl
39553            ! lib/ExtUtils/MM_VMS.pm
39554 ____________________________________________________________________________
39555 [  9458] By: jhi                                   on 2001/03/30  02:07:58
39556         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
39557              From: "Joshua E. Rodd" <jrodd@pbs.org>
39558              Date: Wed, 28 Mar 2001 17:29:12 -0500
39559              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
39560      Branch: perl
39561            ! pod/perlop.pod
39562 ____________________________________________________________________________
39563 [  9457] By: jhi                                   on 2001/03/30  02:04:33
39564         Log: Subject: ext/re/aix.pl can go
39565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39566              Date: Thu, 29 Mar 2001 12:03:28 +0200
39567              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
39568      Branch: perl
39569            - ext/re/hints/aix.pl
39570            ! MANIFEST
39571 ____________________________________________________________________________
39572 [  9456] By: jhi                                   on 2001/03/30  02:03:32
39573         Log: Integrate perlio.
39574      Branch: perl
39575           !> ext/Encode/Encode.xs installperl
39576 ____________________________________________________________________________
39577 [  9455] By: nick                                  on 2001/03/29  21:11:46
39578         Log: DLL name has changed so installperl needs to know
39579              (Why isn't it working it out or passed it?)
39580      Branch: perlio
39581            ! installperl
39582 ____________________________________________________________________________
39583 [  9454] By: nick                                  on 2001/03/29  20:56:12
39584         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
39585              and we don't get undef warnings.
39586      Branch: perlio
39587            ! ext/Encode/Encode.xs
39588 ____________________________________________________________________________
39589 [  9453] By: nick                                  on 2001/03/29  17:58:48
39590         Log: Integrate mainline
39591      Branch: perlio
39592           !> Changes patchlevel.h
39593 ____________________________________________________________________________
39594 [  9452] By: jhi                                   on 2001/03/29  16:44:55
39595         Log: Update Changes.
39596      Branch: perl
39597            ! Changes patchlevel.h
39598 ____________________________________________________________________________
39599 [  9451] By: nick                                  on 2001/03/29  16:31:38
39600         Log: Integrate mainline
39601      Branch: perlio
39602           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
39603           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
39604           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
39605           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
39606           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
39607 ____________________________________________________________________________
39608 [  9450] By: jhi                                   on 2001/03/29  16:29:17
39609         Log: Integrate perlio.
39610      Branch: perl
39611           !> win32/buildext.pl
39612 ____________________________________________________________________________
39613 [  9449] By: jhi                                   on 2001/03/29  15:50:01
39614         Log: Update Changes.
39615      Branch: perl
39616            ! Changes patchlevel.h
39617 ____________________________________________________________________________
39618 [  9448] By: nick                                  on 2001/03/29  15:47:15
39619         Log: Make sure buildext.pl finds Errno.pm
39620      Branch: perlio
39621            ! win32/buildext.pl
39622 ____________________________________________________________________________
39623 [  9447] By: jhi                                   on 2001/03/29  15:39:34
39624         Log: Integrate perlio.
39625      Branch: perl
39626           !> win32/makefile.mk
39627 ____________________________________________________________________________
39628 [  9446] By: nick                                  on 2001/03/29  15:30:03
39629         Log: Integrate win32/makefile.mk with mainline.
39630      Branch: perlio
39631           !> win32/makefile.mk
39632 ____________________________________________________________________________
39633 [  9445] By: nick                                  on 2001/03/29  15:27:32
39634         Log: Fix breakage ... 
39635      Branch: perlio
39636            ! win32/makefile.mk
39637 ____________________________________________________________________________
39638 [  9444] By: jhi                                   on 2001/03/29  15:03:08
39639         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
39640              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39641              Date: Thu, 29 Mar 2001 10:32:59 +0400
39642              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
39643      Branch: perl
39644            ! win32/makefile.mk
39645 ____________________________________________________________________________
39646 [  9443] By: jhi                                   on 2001/03/29  15:02:12
39647         Log: Integrate perlio.
39648      Branch: perl
39649           +> win32/buildext.pl
39650           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
39651           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
39652 ____________________________________________________________________________
39653 [  9442] By: nick                                  on 2001/03/29  14:59:11
39654         Log: Work in progress - determine win32 extensions to build via script.
39655      Branch: perlio
39656            + win32/buildext.pl
39657            ! MANIFEST win32/makefile.mk
39658 ____________________________________________________________________________
39659 [  9441] By: jhi                                   on 2001/03/29  14:51:47
39660         Log: Reintroduce the use of external pwd.
39661      Branch: perl
39662            ! t/lib/cwd.t
39663 ____________________________________________________________________________
39664 [  9440] By: jhi                                   on 2001/03/29  14:42:58
39665         Log: use warnings instead of -w.
39666      Branch: perl
39667            ! utils/h2xs.PL
39668 ____________________________________________________________________________
39669 [  9439] By: jhi                                   on 2001/03/29  14:41:52
39670         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
39671              From: Jonathan Stowe <gellyfish@gellyfish.com>
39672              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
39673              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
39674      Branch: perl
39675            ! utils/h2xs.PL
39676 ____________________________________________________________________________
39677 [  9438] By: jhi                                   on 2001/03/29  14:39:38
39678         Log: Subject: [PATCH perl@9424] minor pod nits
39679              From: Robin Barker <rmb1@cise.npl.co.uk>
39680              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
39681              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
39682      Branch: perl
39683            ! pod/perlhack.pod pod/perliol.pod
39684 ____________________________________________________________________________
39685 [  9437] By: jhi                                   on 2001/03/29  14:29:16
39686         Log: Subject: [PATCH perl@9424] typemap cast warning
39687              From: Robin Barker <rmb1@cise.npl.co.uk>
39688              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
39689              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
39690      Branch: perl
39691            ! lib/ExtUtils/typemap
39692 ____________________________________________________________________________
39693 [  9436] By: jhi                                   on 2001/03/29  14:26:03
39694         Log: Subject: [PATCH perl@9424] printf warning
39695              From: Robin Barker <rmb1@cise.npl.co.uk>
39696              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
39697              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
39698      Branch: perl
39699            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
39700            ! ext/Storable/Storable.xs toke.c
39701 ____________________________________________________________________________
39702 [  9435] By: nick                                  on 2001/03/29  14:23:31
39703         Log: Win32 has name conflict with ERROR
39704      Branch: perlio
39705            ! ext/PerlIO/Via/Via.xs
39706 ____________________________________________________________________________
39707 [  9434] By: jhi                                   on 2001/03/29  14:17:48
39708         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
39709              From: Peter Prymmer <pvhp@forte.com>
39710              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
39711              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
39712      Branch: perl
39713            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
39714 ____________________________________________________________________________
39715 [  9433] By: jhi                                   on 2001/03/29  13:52:44
39716         Log: test-prep target was missing.
39717      Branch: perl
39718            ! Makefile.SH
39719 ____________________________________________________________________________
39720 [  9432] By: nick                                  on 2001/03/29  12:40:03
39721         Log: Make as-shipped compiler default to MSVC6 
39722      Branch: perlio
39723            ! win32/makefile.mk
39724 ____________________________________________________________________________
39725 [  9431] By: nick                                  on 2001/03/29  12:12:16
39726         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
39727              akin to PerlIO::Scalar.
39728      Branch: perlio
39729            ! perlio.c perlio.h
39730 ____________________________________________________________________________
39731 [  9430] By: nick                                  on 2001/03/29  10:56:35
39732         Log: Integrate mainline.
39733      Branch: perlio
39734           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
39735           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
39736           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
39737           !> win32/makefile.mk win32/win32sck.c
39738 ____________________________________________________________________________
39739 [  9429] By: nick                                  on 2001/03/29  09:03:43
39740         Log: Noticed that two tests were skipped as perlio:: package
39741              isn't there any more. Changed the skip condition.
39742              Avoid core-dump if sv_utf8_upgrade() called on something
39743              that does not become SvPOK after SvPV() (e.g. a ref).
39744      Branch: perlio
39745            ! sv.c t/io/utf8.t t/lib/io_scalar.t
39746 ____________________________________________________________________________
39747 [  9428] By: jhi                                   on 2001/03/29  01:31:47
39748         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
39749              From: Benjamin Sugars <bsugars@canoe.ca> 
39750              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
39751              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
39752      Branch: perl
39753            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
39754            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
39755            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
39756 ____________________________________________________________________________
39757 [  9427] By: jhi                                   on 2001/03/29  00:49:30
39758         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
39759              From: "Vadim Konovalov" <watman@inbox.ru>
39760              Date: Thu, 29 Mar 2001 01:50:12 +0400
39761              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
39762      Branch: perl
39763            ! win32/makefile.mk win32/win32sck.c
39764 ____________________________________________________________________________
39765 [  9426] By: gsar                                  on 2001/03/29  00:28:04
39766         Log: dmake can only handle == and != in comparisons; support building
39767              with Borland's VCL libraries (from Vadim Konovalov)
39768      Branch: maint-5.6/perl
39769            ! win32/makefile.mk
39770 ____________________________________________________________________________
39771 [  9425] By: nick                                  on 2001/03/28  19:29:56
39772         Log: Integrate (@snapshot)
39773      Branch: perlio
39774           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
39775 ____________________________________________________________________________
39776 [  9424] By: jhi                                   on 2001/03/28  19:03:16
39777         Log: Update Changes.
39778      Branch: perl
39779            ! Changes patchlevel.h
39780 ____________________________________________________________________________
39781 [  9423] By: jhi                                   on 2001/03/28  18:52:09
39782         Log: Rmdir lib/XS on cleanup.
39783      Branch: perl
39784            ! Makefile.SH
39785 ____________________________________________________________________________
39786 [  9422] By: jhi                                   on 2001/03/28  18:49:34
39787         Log: Integrate perlio.
39788      Branch: perl
39789           !> t/op/utf8decode.t
39790 ____________________________________________________________________________
39791 [  9421] By: nick                                  on 2001/03/28  18:46:44
39792         Log: Loose duplicate chunk.
39793      Branch: perlio
39794            ! t/op/utf8decode.t
39795 ____________________________________________________________________________
39796 [  9420] By: nick                                  on 2001/03/28  18:44:11
39797         Log: Integrate mainline.
39798      Branch: perlio
39799           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
39800           !> vms/vmsish.h
39801 ____________________________________________________________________________
39802 [  9419] By: jhi                                   on 2001/03/28  18:42:05
39803         Log: Can't trust external pwds
39804              (either shell builtins or external programs)
39805      Branch: perl
39806            ! t/lib/cwd.t
39807 ____________________________________________________________________________
39808 [  9418] By: jhi                                   on 2001/03/28  18:34:05
39809         Log: Integrate perlio.
39810      Branch: perl
39811            - lib/perlio.pm
39812           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
39813           !> t/op/utf8decode.t
39814 ____________________________________________________________________________
39815 [  9417] By: nick                                  on 2001/03/28  18:24:02
39816         Log: PerlIO.pm / perlio.pm conflict.
39817              Update some pods.
39818              Make t/op/utf8decode.t a text file.
39819      Branch: perlio
39820            - lib/perlio.pm
39821            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
39822            ! t/op/utf8decode.t
39823 ____________________________________________________________________________
39824 [  9416] By: jhi                                   on 2001/03/28  18:06:07
39825         Log: Integrate change #9409 from mainline to maintperl.
39826              
39827              Yet another tweak on AIX dynaloading.
39828      Branch: maint-5.6/perl
39829           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
39830 ____________________________________________________________________________
39831 [  9415] By: gsar                                  on 2001/03/28  17:13:01
39832         Log: integrate changes#9377,9385,9401 from mainline
39833              
39834              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
39835              
39836              If directory entries compare equal case-insensitively,
39837              retry case-sensitively.
39838              
39839              Subject: [PATCH] B::Terse and warnings
39840      Branch: maint-5.6/perl
39841           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
39842           !> t/pragma/warn/perl
39843 ____________________________________________________________________________
39844 [  9414] By: jhi                                   on 2001/03/28  17:11:12
39845         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
39846              From: "Craig A. Berry" <craigberry@mac.com>
39847              Date: Wed, 28 Mar 2001 10:55:20 -0600
39848              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
39849      Branch: perl
39850            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
39851 ____________________________________________________________________________
39852 [  9413] By: jhi                                   on 2001/03/28  17:03:12
39853         Log: Dup hunk.
39854      Branch: perl
39855            ! t/op/utf8decode.t
39856 ____________________________________________________________________________
39857 [  9412] By: jhi                                   on 2001/03/28  17:02:36
39858         Log: Forced integrate from perlio.
39859      Branch: perl
39860           !> t/op/utf8decode.t
39861 ____________________________________________________________________________
39862 [  9411] By: nick                                  on 2001/03/28  16:50:03
39863         Log: Integrate mainline.
39864      Branch: perlio
39865           +> t/lib/cwd.t
39866           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
39867           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
39868           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
39869           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
39870           !> t/pragma/warn/perl
39871 ____________________________________________________________________________
39872 [  9410] By: jhi                                   on 2001/03/28  16:44:23
39873         Log: Subject: Re: [PATCH] 9403 cannot be tested
39874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39875              Date: Wed, 28 Mar 2001 18:33:56 +0200
39876              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
39877      Branch: perl
39878            ! makedef.pl
39879 ____________________________________________________________________________
39880 [  9409] By: jhi                                   on 2001/03/28  16:12:45
39881         Log: Yet another tweak on AIX dynaloading.
39882      Branch: perl
39883            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
39884 ____________________________________________________________________________
39885 [  9408] By: jhi                                   on 2001/03/28  15:52:55
39886         Log: Subject: [PATCH] 9403 cannot be tested
39887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39888              Date: Wed, 28 Mar 2001 17:23:00 +0200
39889              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
39890              
39891              A missing symbol.
39892      Branch: perl
39893            ! makedef.pl
39894 ____________________________________________________________________________
39895 [  9407] By: jhi                                   on 2001/03/28  15:47:43
39896         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
39897      Branch: perl
39898            ! t/op/utf8decode.t
39899           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
39900           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
39901 ____________________________________________________________________________
39902 [  9406] By: jhi                                   on 2001/03/28  15:37:08
39903         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
39904              From: Benjamin Sugars <bsugars@canoe.ca> 
39905              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
39906              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
39907      Branch: perl
39908            + t/lib/cwd.t
39909            ! MANIFEST
39910 ____________________________________________________________________________
39911 [  9405] By: jhi                                   on 2001/03/28  15:13:18
39912         Log: pp_ne() needs a CORRECT boolean.
39913      Branch: perl
39914            ! pp.c
39915 ____________________________________________________________________________
39916 [  9404] By: jhi                                   on 2001/03/28  15:09:23
39917         Log: pp_ne() needs a boolean, not an integer.
39918      Branch: perl
39919            ! pp.c
39920 ____________________________________________________________________________
39921 [  9403] By: jhi                                   on 2001/03/28  14:47:43
39922         Log: (Retracted by #9404.)
39923      Branch: perl
39924            ! pp.c
39925 ____________________________________________________________________________
39926 [  9402] By: jhi                                   on 2001/03/28  14:43:59
39927         Log: Subject: Re: [PATCH] Typemap testing
39928              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
39929              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
39930              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
39931      Branch: perl
39932            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
39933            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
39934 ____________________________________________________________________________
39935 [  9401] By: jhi                                   on 2001/03/28  14:42:14
39936         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
39937              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39938              Date: Sun, 25 Mar 2001 21:59:15 +0100
39939              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
39940              
39941              A variable will be checked for the "use once" warnings if:
39942              
39943              1. It is in the scope of a use warnings 'once'
39944              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
39945              
39946              Otherwise it won't be checked at all.
39947              
39948              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
39949              
39950              The enclosed patch partially fixes this issue. What I didn't
39951              get to work was the case where the "used once" warning is enabled
39952              in any file other than the main file.
39953      Branch: perl
39954            ! gv.c t/pragma/warn/perl
39955 ____________________________________________________________________________
39956 [  9400] By: nick                                  on 2001/03/28  14:38:24
39957         Log: More EBCDIC tweaks:
39958              - one more swash issue &~(0xA0-1) did not do the right thing,
39959              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
39960              - add "use re 'asciirange'" to make [!-~] etc. work
39961              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
39962              - Choose a key for t/op/each.t test which gets encoded.
39963              - Skip utf8decode if this is UTF-EBCDIC.
39964      Branch: perlio
39965            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
39966            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
39967 ____________________________________________________________________________
39968 [  9399] By: jhi                                   on 2001/03/28  14:21:00
39969         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
39970              Andreas Schwab.
39971      Branch: perl
39972            ! pp.c
39973 ____________________________________________________________________________
39974 [  9398] By: jhi                                   on 2001/03/28  00:55:56
39975         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
39976              From: David Dyck <dcd@tc.fluke.com>
39977              Date: Tue, 27 Mar 2001 15:16:24 -0800
39978              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
39979      Branch: perl
39980            ! ext/IO/lib/IO/Socket.pm
39981 ____________________________________________________________________________
39982 [  9397] By: jhi                                   on 2001/03/27  21:52:49
39983         Log: Integrate perlio.
39984      Branch: perl
39985           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
39986           +> ext/PerlIO/Via/Via.xs
39987           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
39988 ____________________________________________________________________________
39989 [  9396] By: nick                                  on 2001/03/27  21:45:13
39990         Log: Integrate mainline.
39991      Branch: perlio
39992           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
39993           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
39994 ____________________________________________________________________________
39995 [  9395] By: nick                                  on 2001/03/27  21:18:58
39996         Log: Outline docs for PerlIO and PerlIO::Scalar
39997      Branch: perlio
39998            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
39999 ____________________________________________________________________________
40000 [  9394] By: nick                                  on 2001/03/27  20:50:13
40001         Log: PerlIO::Via layer (alpha-ish).
40002      Branch: perlio
40003            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
40004            + ext/PerlIO/Via/Via.xs
40005            ! MANIFEST
40006 ____________________________________________________________________________
40007 [  9393] By: jhi                                   on 2001/03/27  20:49:55
40008         Log: Retract #9329 now that 9390 should take care of the matter.
40009      Branch: perl
40010            ! utils/h2xs.PL
40011 ____________________________________________________________________________
40012 [  9390] By: jhi                                   on 2001/03/27  20:47:50
40013         Log: Subject: Autoloading Errno.pm when %! is encountered
40014              From: Robin Houston <robin@kitsite.com>
40015              Date: Tue, 27 Mar 2001 20:57:11 +0100
40016              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
40017      Branch: perl
40018            ! embed.h embed.pl gv.c proto.h t/op/magic.t
40019 ____________________________________________________________________________
40020 [  9389] By: jhi                                   on 2001/03/27  20:24:31
40021         Log: Integrate perlio.
40022      Branch: perl
40023           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
40024           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
40025           !> utf8.c
40026 ____________________________________________________________________________
40027 [  9388] By: jhi                                   on 2001/03/27  20:21:38
40028         Log: Better have a three-element array if one is going to assign
40029              to the third element of that array. (from Tim Jenness)
40030      Branch: perl
40031            ! ext/XS/Typemap/Typemap.xs
40032 ____________________________________________________________________________
40033 [  9387] By: nick                                  on 2001/03/27  20:15:43
40034         Log: Integrate mainline.
40035      Branch: perlio
40036           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
40037           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40038           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
40039           +> t/lib/xs-typemap.t
40040           !> (integrate 34 files)
40041 ____________________________________________________________________________
40042 [  9386] By: jhi                                   on 2001/03/27  20:04:18
40043         Log: Subject: Re: perl@9359 breaks HTML::Parser
40044              From: Gisle Aas <gisle@ActiveState.com>
40045              Date: 27 Mar 2001 11:30:24 -0800
40046              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
40047              
40048              Clarify the UTF-8 issues of the API docs.
40049              (Slightly reworded and expanded.)
40050      Branch: perl
40051            ! pod/perlapi.pod sv.c sv.h
40052 ____________________________________________________________________________
40053 [  9385] By: jhi                                   on 2001/03/27  19:44:25
40054         Log: If directory entries compare equal case-insensitively,
40055              retry case-sensitively.
40056      Branch: perl
40057            ! ext/File/Glob/bsd_glob.c
40058 ____________________________________________________________________________
40059 [  9384] By: nick                                  on 2001/03/27  19:38:50
40060         Log: Various EBCDIC fixes:
40061              - major revelation that swash code is encoding aware,
40062              (or thought it was) - now it is ;-)
40063              - With that out of the way fix a slab of tr/// cases.
40064              - Fix Encode 'Unicode' to be true Unicode so tests pass.
40065              - As anticipated Base64.xs needed tweaks.
40066              - Until tr/// works right avoid old_encode64 in MIME tests.
40067      Branch: perlio
40068            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
40069            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
40070 ____________________________________________________________________________
40071 [  9383] By: jhi                                   on 2001/03/27  18:34:41
40072         Log: Add the std test suite BEGIN block.
40073      Branch: perl
40074            ! t/lib/xs-typemap.t
40075 ____________________________________________________________________________
40076 [  9382] By: jhi                                   on 2001/03/27  15:16:07
40077         Log: Add debugging output to the test.
40078      Branch: perl
40079            ! t/lib/glob-basic.t
40080 ____________________________________________________________________________
40081 [  9381] By: jhi                                   on 2001/03/27  15:08:10
40082         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
40083      Branch: perl
40084            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
40085            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40086            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
40087            + t/lib/xs-typemap.t
40088            ! MANIFEST
40089 ____________________________________________________________________________
40090 [  9380] By: jhi                                   on 2001/03/27  14:48:34
40091         Log: Subject: [PATCH] Typemap testing
40092              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
40093              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
40094              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
40095              
40096              (The first part of the patch.)
40097      Branch: perl
40098            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
40099 ____________________________________________________________________________
40100 [  9379] By: jhi                                   on 2001/03/27  14:44:56
40101         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
40102              From: Benjamin Sugars <bsugars@canoe.ca> 
40103              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
40104              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
40105      Branch: perl
40106            ! t/lib/glob-basic.t
40107 ____________________________________________________________________________
40108 [  9378] By: jhi                                   on 2001/03/27  14:42:30
40109         Log: Subject: [PATCH] perlvar nit
40110              From: Simon Cozens <simon@netthink.co.uk>
40111              Date: Tue, 27 Mar 2001 01:12:01 +0100
40112              Message-ID: <20010327011201.A19179@netthink.co.uk>
40113      Branch: perl
40114            ! pod/perlvar.pod
40115 ____________________________________________________________________________
40116 [  9377] By: jhi                                   on 2001/03/27  14:36:26
40117         Log: Subject: [PATCH] B::Terse and warnings
40118              From: Benjamin Sugars <ben.sugars@home.com>
40119              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
40120              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
40121      Branch: perl
40122            ! ext/B/B.pm ext/B/B/Terse.pm
40123 ____________________________________________________________________________
40124 [  9376] By: jhi                                   on 2001/03/27  14:31:31
40125         Log: Document sockatmark() some.
40126      Branch: perl
40127            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
40128            ! pod/perltoc.pod
40129 ____________________________________________________________________________
40130 [  9375] By: jhi                                   on 2001/03/27  14:00:24
40131         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
40132              noted by Gisle and fixed by NI-S.
40133      Branch: perl
40134            ! sv.c
40135 ____________________________________________________________________________
40136 [  9374] By: jhi                                   on 2001/03/27  05:50:01
40137         Log: Regen toc.
40138      Branch: perl
40139            ! pod/perltoc.pod
40140 ____________________________________________________________________________
40141 [  9373] By: jhi                                   on 2001/03/27  05:43:51
40142         Log: Pixie documenting.
40143      Branch: perl
40144            ! Makefile.SH pod/perlhack.pod
40145 ____________________________________________________________________________
40146 [  9372] By: jhi                                   on 2001/03/27  05:29:34
40147         Log: Metaconfig unit changes for #9371.
40148      Branch: metaconfig
40149            ! U/modified/myhostname.U
40150      Branch: metaconfig/U/perl
40151            + d_sockatmark.U
40152            ! gccvers.U
40153 ____________________________________________________________________________
40154 [  9371] By: jhi                                   on 2001/03/27  05:29:07
40155         Log: Add sockatmark() probing.
40156      Branch: perl
40157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40158            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40159            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40160            ! vos/config.ga.h win32/config.bc win32/config.gc
40161            ! win32/config.vc
40162 ____________________________________________________________________________
40163 [  9370] By: jhi                                   on 2001/03/26  22:01:18
40164         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
40165              Really need to benchmark this.
40166      Branch: perl
40167            ! pp.c
40168 ____________________________________________________________________________
40169 [  9369] By: nick                                  on 2001/03/26  21:59:30
40170         Log: Integrate mainline.
40171      Branch: perlio
40172            ! ext/MIME/Base64/QuotedPrint.pm
40173           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
40174           !> patchlevel.h pod/perlhack.pod pp_sys.c
40175 ____________________________________________________________________________
40176 [  9368] By: jhi                                   on 2001/03/26  21:47:03
40177         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
40178              
40179              TODO1: perlbench.
40180              TODO2: le, lt, ge, gt?  Yech.
40181      Branch: perl
40182            ! pp.c
40183 ____________________________________________________________________________
40184 [  9367] By: jhi                                   on 2001/03/26  21:34:57
40185         Log: Too much cut-and-paste in #9363.
40186      Branch: perl
40187            ! pp_sys.c
40188 ____________________________________________________________________________
40189 [  9366] By: jhi                                   on 2001/03/26  21:20:53
40190         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
40191              From: Andreas Schwab <schwab@suse.de>
40192              Date: 26 Mar 2001 17:29:04 +0200
40193              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
40194              
40195              (The patch for 5.6.0 or so, this is a guess for bleadperl)
40196      Branch: perl
40197            ! pp_hot.c
40198 ____________________________________________________________________________
40199 [  9365] By: jhi                                   on 2001/03/26  21:07:54
40200         Log: Integrate perlio.
40201      Branch: perl
40202           !> perlio.c
40203 ____________________________________________________________________________
40204 [  9364] By: nick                                  on 2001/03/26  20:30:48
40205         Log: REFCNT botch in layer name cache hash.
40206      Branch: perlio
40207            ! perlio.c
40208 ____________________________________________________________________________
40209 [  9363] By: jhi                                   on 2001/03/26  18:44:32
40210         Log: Subject: [PATCH] socket() leaks file descriptors
40211              From: Benjamin Sugars <bsugars@canoe.ca>
40212              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
40213              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
40214              
40215              Also sockpair() fixed similarly.
40216      Branch: perl
40217            ! pp_sys.c
40218 ____________________________________________________________________________
40219 [  9362] By: jhi                                   on 2001/03/26  18:37:52
40220         Log: Integrate perlio.
40221      Branch: perl
40222           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
40223 ____________________________________________________________________________
40224 [  9361] By: nick                                  on 2001/03/26  17:32:06
40225         Log: Implement flush of linebuffered streams on read of a tty.
40226      Branch: perlio
40227            ! perlio.c perliol.h
40228 ____________________________________________________________________________
40229 [  9360] By: nick                                  on 2001/03/26  17:12:32
40230         Log: Memory tweaks and notes for OEMVS.
40231      Branch: perlio
40232            ! README.os390 miniperlmain.c t/op/pat.t
40233 ____________________________________________________________________________
40234 [  9359] By: jhi                                   on 2001/03/26  02:12:54
40235         Log: Update Changes.
40236      Branch: perl
40237            ! Changes patchlevel.h
40238 ____________________________________________________________________________
40239 [  9358] By: jhi                                   on 2001/03/26  02:05:32
40240         Log: Document the most common pixie options.
40241      Branch: perl
40242            ! pod/perlhack.pod
40243 ____________________________________________________________________________
40244 [  9357] By: jhi                                   on 2001/03/26  01:25:28
40245         Log: For perl.pixie check *before* compiling that optimize is -g,
40246              as for perl.third.
40247      Branch: perl
40248            ! Makefile.SH
40249 ____________________________________________________________________________
40250 [  9356] By: jhi                                   on 2001/03/26  01:13:41
40251         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
40252      Branch: perl
40253            ! Makefile.SH
40254 ____________________________________________________________________________
40255 [  9355] By: jhi                                   on 2001/03/26  01:11:19
40256         Log: Remove t/perl.third.
40257      Branch: perl
40258            ! Makefile.SH
40259 ____________________________________________________________________________
40260 [  9354] By: jhi                                   on 2001/03/26  00:23:38
40261         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
40262              IO::Sockatmark().
40263      Branch: perl
40264            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
40265 ____________________________________________________________________________
40266 [  9353] By: jhi                                   on 2001/03/25  22:25:04
40267         Log: Integrate perlio.
40268      Branch: perl
40269           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
40270           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
40271           !> pp_hot.c win32/makefile.mk
40272 ____________________________________________________________________________
40273 [  9352] By: jhi                                   on 2001/03/25  22:21:41
40274         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
40275              From: Radu Greab <radu@netsoft.ro>
40276              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
40277              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
40278      Branch: perl
40279            ! pp_sys.c
40280 ____________________________________________________________________________
40281 [  9351] By: nick                                  on 2001/03/25  22:15:02
40282         Log: Fix readline in list mode to tell rest of world that it has
40283              things on the stack. Otherwise if perl code gets invoked
40284              underneath it it scribbles over results-so-far.
40285              (Why TIEHANDLE has not tripped on this is a mystery.)
40286      Branch: perlio
40287            ! pp_hot.c
40288 ____________________________________________________________________________
40289 [  9350] By: nick                                  on 2001/03/25  22:10:13
40290         Log: win32/makefile.mk typos
40291      Branch: perlio
40292            ! win32/makefile.mk
40293 ____________________________________________________________________________
40294 [  9349] By: nick                                  on 2001/03/25  21:31:14
40295         Log: Integrate now-non-binary file.
40296      Branch: perlio
40297           !> t/lib/mimeqp.t
40298 ____________________________________________________________________________
40299 [  9348] By: nick                                  on 2001/03/25  21:27:24
40300         Log: Make it text
40301      Branch: perlio
40302            ! t/lib/mimeqp.t
40303 ____________________________________________________________________________
40304 [  9347] By: nick                                  on 2001/03/25  21:25:37
40305         Log: Integrate mainline.
40306      Branch: perlio
40307           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
40308           !> lib/Term/ReadLine.pm t/lib/md5-file.t
40309 ____________________________________________________________________________
40310 [  9346] By: nick                                  on 2001/03/25  20:58:15
40311         Log: Add destruct time hook to PerlIO (for work-in-process implementing
40312              layers in perl code. In such cases layers need to be popped before
40313              we loose the ability to run perl code.)
40314              Also back-out "PerlIO::object" hook - it isn't going to work like that...
40315      Branch: perlio
40316            ! perl.c perlio.c perlio.h perliol.h
40317 ____________________________________________________________________________
40318 [  9345] By: nick                                  on 2001/03/25  20:49:11
40319         Log: Avoid at leasy one of undefined warnings in Encode.
40320      Branch: perlio
40321            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
40322 ____________________________________________________________________________
40323 [  9344] By: jhi                                   on 2001/03/25  20:37:43
40324         Log: A workaround for using Term::ReadLine in emacs minibuffer
40325              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
40326              additional tweaks from Ilya Zakharevich.
40327      Branch: perl
40328            ! lib/Term/ReadLine.pm
40329 ____________________________________________________________________________
40330 [  9343] By: nick                                  on 2001/03/25  20:21:14
40331         Log: Missing return value.
40332      Branch: perlio
40333            ! ext/PerlIO/Scalar/Scalar.xs
40334 ____________________________________________________________________________
40335 [  9342] By: jhi                                   on 2001/03/25  16:21:00
40336         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
40337              to equal the CPAN versions since no code changes have been made.
40338      Branch: perl
40339            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
40340            ! t/lib/md5-file.t
40341 ____________________________________________________________________________
40342 [  9341] By: jhi                                   on 2001/03/25  16:01:48
40343         Log: Escape 8-bit characters.
40344      Branch: perl
40345            ! t/lib/mimeqp.t
40346 ____________________________________________________________________________
40347 [  9340] By: gsar                                  on 2001/03/25  15:50:53
40348         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
40349              chars)
40350      Branch: perl
40351            + t/lib/mimeqp.t
40352 ____________________________________________________________________________
40353 [  9339] By: gsar                                  on 2001/03/25  15:48:50
40354         Log: delete mimeqp.t for later add with text mode set
40355      Branch: perl
40356            - t/lib/mimeqp.t
40357 ____________________________________________________________________________
40358 [  9338] By: nick                                  on 2001/03/25  09:01:57
40359         Log: Integrate mainline.
40360      Branch: perlio
40361           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40362           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40363           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
40364           +> t/lib/mimeb64u.t t/lib/mimeqp.t
40365           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
40366           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
40367           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
40368 ____________________________________________________________________________
40369 [  9337] By: jhi                                   on 2001/03/25  04:23:24
40370         Log: Add MIME::Base64 here and there.  Again, a lot of
40371              optimism is in the air.
40372      Branch: perl
40373            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
40374            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
40375 ____________________________________________________________________________
40376 [  9336] By: jhi                                   on 2001/03/25  04:12:43
40377         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
40378              this by ear as I do not do Win32 programming.)
40379      Branch: perl
40380            ! win32/Makefile win32/makefile.mk
40381 ____________________________________________________________________________
40382 [  9335] By: jhi                                   on 2001/03/25  04:03:50
40383         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
40384      Branch: perl
40385            ! t/lib/md5-file.t
40386 ____________________________________________________________________________
40387 [  9334] By: jhi                                   on 2001/03/25  03:58:53
40388         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
40389      Branch: perl
40390            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40391            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40392            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
40393            + t/lib/mimeb64u.t t/lib/mimeqp.t
40394            ! MANIFEST
40395 ____________________________________________________________________________
40396 [  9333] By: jhi                                   on 2001/03/24  20:14:37
40397         Log: Integrate perlio.
40398      Branch: perl
40399           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
40400 ____________________________________________________________________________
40401 [  9332] By: nick                                  on 2001/03/24  19:40:34
40402         Log: Fix un-init variable leading to spurious "Out of Memory!"
40403      Branch: perlio
40404            ! doio.c
40405 ____________________________________________________________________________
40406 [  9331] By: nick                                  on 2001/03/24  19:09:59
40407         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
40408              and update layers internals doc.
40409      Branch: perlio
40410            ! pod/perlfunc.pod pod/perliol.pod
40411 ____________________________________________________________________________
40412 [  9330] By: jhi                                   on 2001/03/24  18:42:11
40413         Log: The length might be uninitialized garbage if the *svp is the undef.
40414      Branch: perl
40415            ! doio.c
40416 ____________________________________________________________________________
40417 [  9329] By: jhi                                   on 2001/03/24  18:26:57
40418         Log: (Retracted by #9393)
40419              
40420              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
40421              From: Simon Cozens <simon@netthink.co.uk>
40422              Date: Sat, 24 Mar 2001 17:13:17 +0000
40423              Message-ID: <20010324171317.A13406@netthink.co.uk>
40424      Branch: perl
40425            ! utils/h2xs.PL
40426 ____________________________________________________________________________
40427 [  9328] By: nick                                  on 2001/03/24  17:22:02
40428         Log: Integrate mainline.
40429      Branch: perlio
40430           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
40431           !> lib/unicode/version
40432 ____________________________________________________________________________
40433 [  9327] By: nick                                  on 2001/03/24  17:16:02
40434         Log: Integrate mainline.
40435      Branch: perlio
40436           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40437           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
40438           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
40439           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
40440           +> t/lib/md5-file.t
40441           !> MANIFEST Makefile.SH configure.com djgpp/config.over
40442           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
40443           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
40444           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
40445           !> win32/makefile.mk
40446 ____________________________________________________________________________
40447 [  9326] By: jhi                                   on 2001/03/24  17:00:42
40448         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
40449      Branch: perl
40450            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
40451            ! lib/unicode/version
40452 ____________________________________________________________________________
40453 [  9325] By: jhi                                   on 2001/03/24  16:22:33
40454         Log: Subject: Re: B::Deparse bug (5.6.0)
40455              From: Robin Houston <robin@kitsite.com>
40456              Date: Sat, 24 Mar 2001 14:33:09 +0000
40457              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
40458      Branch: perl
40459            ! op.c pp.c t/lib/b.t t/op/repeat.t
40460 ____________________________________________________________________________
40461 [  9324] By: jhi                                   on 2001/03/24  16:21:56
40462         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
40463              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
40464              these additions may be too optimistic.
40465      Branch: perl
40466            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
40467            ! hints/uwin.sh hints/vmesa.sh
40468 ____________________________________________________________________________
40469 [  9323] By: jhi                                   on 2001/03/24  16:06:01
40470         Log: Integrate perlio.
40471      Branch: perl
40472           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
40473           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40474            ! Makefile.SH
40475           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
40476           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
40477           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
40478           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40479           !> win32/makefile.mk win32/perlhost.h win32/win32.c
40480           !> win32/win32iop.h
40481 ____________________________________________________________________________
40482 [  9322] By: nick                                  on 2001/03/24  14:39:12
40483         Log: Routine Win32 regen_config_h - no real changes.
40484      Branch: perlio
40485            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40486 ____________________________________________________________________________
40487 [  9321] By: nick                                  on 2001/03/24  14:31:49
40488         Log: PerlIO fixups for Win32:
40489              - provide win33_popenlist() - non-functional as yet.
40490              - avoid need for aTHX in PerlIO_debug calls - even if not 
40491              enabled args are still evaluated so Win32 has trouble during fork().
40492              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
40493              - Fixup makedef.pl for latest set of symbols.
40494      Branch: perlio
40495            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
40496            ! win32/perlhost.h win32/win32.c win32/win32iop.h
40497 ____________________________________________________________________________
40498 [  9320] By: nick                                  on 2001/03/24  14:26:58
40499         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
40500              was gibberish - broke it on WIn32 at least.
40501      Branch: perlio
40502            ! ext/POSIX/POSIX.xs
40503 ____________________________________________________________________________
40504 [  9319] By: nick                                  on 2001/03/24  11:29:41
40505         Log: Generated files.
40506      Branch: perlio
40507            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40508 ____________________________________________________________________________
40509 [  9318] By: nick                                  on 2001/03/24  10:29:37
40510         Log: Implement:
40511              1.  open($fh,"+<",undef);  # add test to t/io/open.t
40512              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
40513      Branch: perlio
40514            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
40515            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40516            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
40517            ! t/io/open.t t/io/utf8.t
40518 ____________________________________________________________________________
40519 [  9317] By: jhi                                   on 2001/03/23  23:41:25
40520         Log: AIX does seems to have optimization problems with its C compilers.
40521      Branch: perl
40522            ! hints/aix.sh
40523 ____________________________________________________________________________
40524 [  9316] By: jhi                                   on 2001/03/23  23:40:46
40525         Log: Integrate perlio.
40526      Branch: perl
40527           +> lib/PerlIO.pm
40528           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
40529           !> perliol.h
40530 ____________________________________________________________________________
40531 [  9315] By: jhi                                   on 2001/03/23  22:16:30
40532         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
40533      Branch: perl
40534            ! t/lib/md5-file.t
40535 ____________________________________________________________________________
40536 [  9314] By: nick                                  on 2001/03/23  20:49:02
40537         Log: Perlio internals re-organized.
40538              - open process creates AV of layer/arg pairs
40539              (appends layers from open() or open.pm to default list).
40540              - push arg is now an SV.
40541              - layer ->Open get passed the AV
40542              - open is no longer mandatory method.
40543              - topmost layer that has ->Open method does the open
40544              - any layers above are pushed once that returns.
40545              - vtable re-ordered so dummy layers need only provide push/pop methods.
40546      Branch: perlio
40547            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40548 ____________________________________________________________________________
40549 [  9313] By: nick                                  on 2001/03/23  16:27:41
40550         Log: Check in a stable (working) version before next round of tweaks.
40551              Changes include:
40552              - Move default layers code out of doio.c and into perlio.c
40553              - Single routine for parsing layer specification strings.
40554              - Skeleton support for demand loading of layers
40555              - Core-dump avoidance if PERLIO environment specifies loadable layer
40556              (does not _work_ as need IO to load and need load to do IO ...)
40557      Branch: perlio
40558            + lib/PerlIO.pm
40559            ! MANIFEST doio.c perlio.c
40560 ____________________________________________________________________________
40561 [  9312] By: gsar                                  on 2001/03/23  16:25:25
40562         Log: add execute bit to files with shebang lines in the repository;
40563              avoid clobbering execute bit in Porting/makerel 
40564      Branch: maint-5.6/perl
40565            ! (edit 144 files)
40566 ____________________________________________________________________________
40567 [  9311] By: jhi                                   on 2001/03/23  14:25:35
40568         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
40569      Branch: perl
40570            ! MANIFEST
40571 ____________________________________________________________________________
40572 [  9310] By: jhi                                   on 2001/03/23  13:45:04
40573         Log: Subject: [PATCH] Net::Ping
40574              From: Colin McMillen <mcmi0037@tc.umn.edu>
40575              Date: Thu, 22 Mar 2001 19:30:31 -0600
40576              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
40577      Branch: perl
40578            ! lib/Net/Ping.pm
40579 ____________________________________________________________________________
40580 [  9309] By: jhi                                   on 2001/03/23  13:39:13
40581         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
40582      Branch: perl
40583            ! t/lib/md5-aaa.t t/lib/md5-file.t
40584 ____________________________________________________________________________
40585 [  9308] By: jhi                                   on 2001/03/23  13:20:34
40586         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
40587              - bump the version to 2.14
40588              - drop the base64 tests since they require MIME::Base64
40589              - drop the rfc1321.txt
40590              - drop the hints/dec_osf.pl since it's only needed for
40591              pre-5.005_03 Perls
40592              Todo:
40593              - the U32 alignment testing is now removed; it needs to
40594              be reintroduced as as a Config variable (meaning also
40595              as a Configure test)
40596              - get the new EBCDIC md5sum for MD5.pm
40597              - test in Win32 to see how badly I botched the makefiles
40598      Branch: perl
40599            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40600            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
40601            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
40602            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
40603            + t/lib/md5-file.t
40604            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
40605            ! win32/Makefile win32/makefile.mk
40606 ____________________________________________________________________________
40607 [  9307] By: jhi                                   on 2001/03/23  12:56:14
40608         Log: Integrate change #9306 from maintperl into mainline,
40609              AIX dynaloader for AIXes without <load.h>.
40610      Branch: perl
40611           !> ext/DynaLoader/hints/aix.pl
40612 ____________________________________________________________________________
40613 [  9306] By: jhi                                   on 2001/03/23  12:51:36
40614         Log: There are AIXes without /usr/include/load.h,
40615              patch from H.Merijn Brand.
40616      Branch: maint-5.6/perl
40617            ! ext/DynaLoader/hints/aix.pl
40618 ____________________________________________________________________________
40619 [  9305] By: nick                                  on 2001/03/23  11:00:42
40620         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
40621      Branch: perlio
40622            ! ext/Encode/Encode.xs perlio.c perlio.h
40623 ____________________________________________________________________________
40624 [  9304] By: nick                                  on 2001/03/23  10:20:46
40625         Log: Render -Duseperlio functional again.
40626              - this is "quick fix" which calls PerlIO_apply_layers after opening,
40627              which is what old scheme did. New scheme needs to change that
40628              to make open(...,\$scalar) etc. work but this will do for now.
40629      Branch: perlio
40630            ! perlio.c
40631 ____________________________________________________________________________
40632 [  9303] By: nick                                  on 2001/03/23  09:53:20
40633         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
40634              -Uuseperlio now works again.
40635              -Duseperlio is still poorly. Don't merge yet...
40636      Branch: perlio
40637            ! doio.c perlio.h
40638 ____________________________________________________________________________
40639 [  9302] By: nick                                  on 2001/03/22  22:26:51
40640         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
40641              type code.
40642              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
40643              is its main caller. In particular now has access to "extra" args, and
40644              can tell when an open handle is "reopened" (or duped?).
40645              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
40646              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
40647              PerlIO_open() et. al. (i.e. other way round).
40648              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
40649              with args close to PerlIO_openn().
40650      Branch: perlio
40651            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40652 ____________________________________________________________________________
40653 [  9301] By: jhi                                   on 2001/03/22  20:58:04
40654         Log: Integrate perlio.
40655      Branch: perl
40656           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
40657           !> t/io/open.t util.c
40658 ____________________________________________________________________________
40659 [  9300] By: nick                                  on 2001/03/22  17:36:32
40660         Log: Don't include $@ in not ok message.
40661      Branch: perlio
40662            ! t/io/open.t
40663 ____________________________________________________________________________
40664 [  9299] By: gsar                                  on 2001/03/22  16:53:45
40665         Log: back out changes#7532,7521 for now (appears to have problems
40666              on IRIX)
40667      Branch: maint-5.6/perl
40668            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40669            ! ext/POSIX/typemap pod/perlvar.pod
40670 ____________________________________________________________________________
40671 [  9298] By: nick                                  on 2001/03/22  14:35:46
40672         Log: Give a meaning to '&' in n-arg open case:
40673              open($fh,"<&",$scalar);
40674              $scalar can be:
40675              - an integer which does "fdopen"
40676              open($fh,"<&",2); # like open($fh,"<&2")
40677              - something that will yield a file handle via sv_2io()
40678              useful for dup'ing anonymous handles.
40679              e.g.:
40680              open(my $fh,"<&",\*STDIN);
40681              open(my $dup,"<&",$fh);
40682      Branch: perlio
40683            ! doio.c t/io/open.t
40684 ____________________________________________________________________________
40685 [  9297] By: nick                                  on 2001/03/22  13:34:35
40686         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
40687      Branch: perlio
40688            ! util.c
40689 ____________________________________________________________________________
40690 [  9296] By: nick                                  on 2001/03/22  12:51:20
40691         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
40692      Branch: perlio
40693            ! perl.c
40694 ____________________________________________________________________________
40695 [  9295] By: nick                                  on 2001/03/22  11:59:44
40696         Log: If stdin, stdout or stderr get opened in unexpected read/write state
40697              then warn at time of open not at time of use.
40698      Branch: perlio
40699            ! doio.c pp_hot.c pp_sys.c
40700 ____________________________________________________________________________
40701 [  9294] By: nick                                  on 2001/03/22  10:54:35
40702         Log: Die on n-arg open(...,"",xxx,yyy,...)
40703              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
40704              - die on read/write cases so we can decide what it means later.
40705      Branch: perlio
40706            ! doio.c embed.pl iperlsys.h util.c
40707 ____________________________________________________________________________
40708 [  9293] By: nick                                  on 2001/03/22  09:02:45
40709         Log: perlio tweaks (reported by Nick Clark)
40710              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
40711              error check in Pendinf_read().
40712      Branch: perlio
40713            ! perlio.c
40714 ____________________________________________________________________________
40715 [  9292] By: gsar                                  on 2001/03/22  07:12:00
40716         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
40717              fixes)
40718      Branch: maint-5.6/perl
40719           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
40720 ____________________________________________________________________________
40721 [  9291] By: jhi                                   on 2001/03/22  06:06:44
40722         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
40723      Branch: perl
40724            ! t/op/re_tests
40725 ____________________________________________________________________________
40726 [  9290] By: jhi                                   on 2001/03/22  05:57:01
40727         Log: Move MacOS Classic higher in the list of supported platforms.
40728      Branch: maint-5.6/perl
40729            ! pod/perlport.pod
40730 ____________________________________________________________________________
40731 [  9289] By: gsar                                  on 2001/03/22  05:35:04
40732         Log: revert part of change#6438 for compatibility (av_reify()
40733              appears to be needed to implement av_splice()ish things
40734              in XS)
40735      Branch: maint-5.6/perl
40736            ! embed.pl global.sym objXSUB.h perlapi.c
40737 ____________________________________________________________________________
40738 [  9288] By: gsar                                  on 2001/03/22  03:09:19
40739         Log: update copyright year
40740      Branch: maint-5.6/perl
40741            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
40742            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
40743            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
40744            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
40745            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
40746            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
40747            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
40748            ! x2p/walk.c
40749 ____________________________________________________________________________
40750 [  9287] By: jhi                                   on 2001/03/21  20:30:54
40751         Log: Integrate perlio.
40752      Branch: perl
40753           !> ext/Data/Dumper/Dumper.xs
40754 ____________________________________________________________________________
40755 [  9286] By: gsar                                  on 2001/03/21  19:49:54
40756         Log: makefile.mk tweak
40757      Branch: maint-5.6/perl
40758            ! win32/Makefile win32/makefile.mk
40759 ____________________________________________________________________________
40760 [  9285] By: nick                                  on 2001/03/21  19:07:13
40761         Log: Multiplicity fix for Dumper.
40762      Branch: perlio
40763            ! ext/Data/Dumper/Dumper.xs
40764 ____________________________________________________________________________
40765 [  9284] By: nick                                  on 2001/03/21  19:01:07
40766         Log: Integrate mainline - (does not build xTHX issue in Dumper).
40767      Branch: perlio
40768           !> (integrate 27 files)
40769 ____________________________________________________________________________
40770 [  9283] By: jhi                                   on 2001/03/21  17:17:35
40771         Log: Integrate change #9282 from mainline into maintperl,
40772              4-arg UTF-8 substr().
40773      Branch: maint-5.6/perl
40774           !> pp.c
40775 ____________________________________________________________________________
40776 [  9282] By: jhi                                   on 2001/03/21  17:15:43
40777         Log: The #9270 would have leaked a scalar if pp_substr()
40778              returned early.
40779      Branch: perl
40780            ! pp.c
40781 ____________________________________________________________________________
40782 [  9281] By: gsar                                  on 2001/03/21  17:03:14
40783         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
40784      Branch: maint-5.6/perl
40785            ! win32/makefile.mk
40786 ____________________________________________________________________________
40787 [  9280] By: gsar                                  on 2001/03/21  17:01:20
40788         Log: some tweaks to change#9278 (fork() emulation should be enabled
40789              by setting BUILD_FLAVOR instead of changing the defaults)
40790      Branch: maint-5.6/perl
40791            ! win32/makefile.mk
40792 ____________________________________________________________________________
40793 [  9279] By: gsar                                  on 2001/03/21  16:47:19
40794         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
40795      Branch: maint-5.6/perl
40796            ! ext/File/Glob/Glob.pm
40797           !> lib/Cwd.pm
40798 ____________________________________________________________________________
40799 [  9278] By: jhi                                   on 2001/03/21  14:35:10
40800         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
40801              From: "Vadim Konovalov" <watman@inbox.ru>
40802              Date: Wed, 21 Mar 2001 01:53:51 +0300
40803              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
40804      Branch: maint-5.6/perl
40805            ! win32/makefile.mk win32/win32sck.c
40806 ____________________________________________________________________________
40807 [  9277] By: jhi                                   on 2001/03/21  13:58:28
40808         Log: Integrate change #9270 from mainline to maintperl:
40809              continued 4-arg UTF-8 substr() fixing.
40810      Branch: maint-5.6/perl
40811           !> pp.c t/op/substr.t
40812 ____________________________________________________________________________
40813 [  9276] By: jhi                                   on 2001/03/21  13:33:00
40814         Log: More pixie cleaning.
40815      Branch: perl
40816            ! Makefile.SH
40817 ____________________________________________________________________________
40818 [  9275] By: jhi                                   on 2001/03/21  03:54:17
40819         Log: Update Changes.
40820      Branch: perl
40821            ! Changes patchlevel.h
40822 ____________________________________________________________________________
40823 [  9274] By: jhi                                   on 2001/03/21  03:48:24
40824         Log: First stab at making Data::Dumper to grok Unicode.
40825              
40826              TODO: tests, EBCDICify.
40827      Branch: perl
40828            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
40829 ____________________________________________________________________________
40830 [  9273] By: jhi                                   on 2001/03/21  02:23:00
40831         Log: Fix for
40832              
40833              Subject: Memory leak in unquoted print   
40834              From: Benjamin Sugars <bsugars@canoe.ca> 
40835              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
40836              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
40837      Branch: perl
40838            ! perlio.c
40839 ____________________________________________________________________________
40840 [  9272] By: jhi                                   on 2001/03/21  01:33:17
40841         Log: Subject: Re: [PATCH] POSIX::getcwd()
40842              From: Benjamin Sugars <bsugars@canoe.ca> 
40843              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
40844              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
40845      Branch: perl
40846            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
40847 ____________________________________________________________________________
40848 [  9271] By: jhi                                   on 2001/03/21  01:22:52
40849         Log: Subject: [PATCH] Cwd.pm docs
40850              From: Benjamin Sugars <bsugars@canoe.ca>
40851              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
40852              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
40853      Branch: perl
40854            ! lib/Cwd.pm
40855 ____________________________________________________________________________
40856 [  9270] By: jhi                                   on 2001/03/21  01:16:29
40857         Log: Continue 4-arg substr() UTF-8 fixage.
40858      Branch: perl
40859            ! pp.c t/op/substr.t
40860 ____________________________________________________________________________
40861 [  9269] By: jhi                                   on 2001/03/21  00:46:14
40862         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
40863              
40864              revert the leak fix in change#9142 (problem needs a more experimental
40865              fix unsuitable for 5.6.1)
40866              
40867              do alphabetical sorting by default (for csh compatibility)
40868              
40869              cut-n-paste goof in change#9264
40870              
40871              VMS piping fixes (from Charles Lane)
40872      Branch: perl
40873           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
40874           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
40875           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
40876 ____________________________________________________________________________
40877 [  9268] By: jhi                                   on 2001/03/21  00:37:04
40878         Log: Integrate perlio.
40879      Branch: perl
40880           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
40881           !> utf8.c utf8.h utfebcdic.h
40882 ____________________________________________________________________________
40883 [  9267] By: nick                                  on 2001/03/20  20:04:39
40884         Log: More EBCDIC stuff:
40885              - Loose the extra level of function on ASCII.
40886              - spotted a chr(0) issue in sv.c
40887              - re-work of UTF-X tr/// ranges to work in Unicode
40888              space. Still issues with the "0xff is illegal UTF-8" hack.
40889              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
40890              (why do it once when you can do it all over the place :-(
40891              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
40892              need utf8.pm for swashes.
40893              - Simplified and commented scan_const() in toke.c
40894              Still something wrong regexp and tr (swashes?).
40895      Branch: perlio
40896            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
40897            ! utf8.c utf8.h utfebcdic.h
40898 ____________________________________________________________________________
40899 [  9266] By: gsar                                  on 2001/03/20  19:16:43
40900         Log: VMS piping fixes (from Charles Lane)
40901      Branch: maint-5.6/perl
40902            ! vms/vms.c vms/vmspipe.com
40903 ____________________________________________________________________________
40904 [  9265] By: gsar                                  on 2001/03/20  17:53:52
40905         Log: cut-n-paste goof in change#9264
40906      Branch: maint-5.6/perl
40907            ! ext/File/Glob/Glob.xs
40908 ____________________________________________________________________________
40909 [  9264] By: gsar                                  on 2001/03/20  17:43:47
40910         Log: do alphabetical sorting by default (for csh compatibility);
40911              bsd_glob() does ASCII sort by default as usual, unless
40912              GLOB_ALPHASORT was specified
40913      Branch: maint-5.6/perl
40914            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
40915            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
40916            ! ext/File/Glob/bsd_glob.h
40917 ____________________________________________________________________________
40918 [  9263] By: gsar                                  on 2001/03/20  16:40:08
40919         Log: integrate change#9255 from mainline (unicode fix)
40920              
40921              substr($bytestr, i, n, $charstr)
40922      Branch: maint-5.6/perl
40923           !> Todo-5.6 pp.c t/op/substr.t
40924 ____________________________________________________________________________
40925 [  9262] By: gsar                                  on 2001/03/20  15:57:41
40926         Log: revert the leak fix in change#9142 (problem needs a more experimental
40927              fix unsuitable for 5.6.1)
40928      Branch: maint-5.6/perl
40929            ! scope.c
40930 ____________________________________________________________________________
40931 [  9261] By: jhi                                   on 2001/03/20  14:26:25
40932         Log: Integrate changes #9259,9260 from maintperl into mainline.
40933              
40934              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
40935              
40936              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
40937      Branch: perl
40938           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
40939 ____________________________________________________________________________
40940 [  9260] By: jhi                                   on 2001/03/20  14:05:46
40941         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
40942              From: Robin Barker <rmb1@cise.npl.co.uk>
40943              Date: Tue, 20 Mar 2001 10:12:04 GMT
40944              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
40945      Branch: maint-5.6/perl
40946            ! run.c
40947 ____________________________________________________________________________
40948 [  9259] By: jhi                                   on 2001/03/20  14:04:39
40949         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
40950              From: Chris Nandor <pudge@pobox.com>
40951              Date: Tue, 20 Mar 2001 00:40:56 -0500
40952              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
40953      Branch: maint-5.6/perl
40954            ! ext/POSIX/POSIX.xs lib/File/Path.pm
40955 ____________________________________________________________________________
40956 [  9258] By: jhi                                   on 2001/03/20  05:09:34
40957         Log: Update Changes.
40958      Branch: perl
40959            ! Changes patchlevel.h
40960 ____________________________________________________________________________
40961 [  9257] By: jhi                                   on 2001/03/20  05:04:25
40962         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
40963      Branch: perl
40964            ! t/op/tr.t
40965 ____________________________________________________________________________
40966 [  9256] By: jhi                                   on 2001/03/20  04:43:12
40967         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
40968              From: Peter Prymmer <pvhp@forte.com>
40969              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
40970              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
40971      Branch: maint-5.6/perl
40972            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
40973 ____________________________________________________________________________
40974 [  9255] By: jhi                                   on 2001/03/19  23:17:17
40975         Log: substr($bytestr, i, n, $charstr)
40976              
40977              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
40978      Branch: perl
40979            ! Todo-5.6 pp.c t/op/substr.t
40980 ____________________________________________________________________________
40981 [  9254] By: jhi                                   on 2001/03/19  22:25:09
40982         Log: Rearrange the make test target prerequisites so that
40983              in a parallel make 'all' is finished before 'test'.
40984      Branch: perl
40985            ! Makefile.SH
40986 ____________________________________________________________________________
40987 [  9253] By: jhi                                   on 2001/03/19  21:48:07
40988         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
40989              From: Robin Houston <robin@kitsite.com>
40990              Date: Mon, 19 Mar 2001 15:48:41 +0000
40991              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
40992      Branch: perl
40993            ! pp_ctl.c
40994 ____________________________________________________________________________
40995 [  9252] By: jhi                                   on 2001/03/19  21:42:27
40996         Log: Integrate perlio.
40997      Branch: perl
40998           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
40999           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
41000           !> utfebcdic.h vms/perly_c.vms
41001 ____________________________________________________________________________
41002 [  9251] By: jhi                                   on 2001/03/19  21:31:28
41003         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
41004              
41005              Dynaloading in 64-bit AIX with vac.
41006      Branch: perl
41007           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
41008           !> hints/aix.sh
41009 ____________________________________________________________________________
41010 [  9250] By: jhi                                   on 2001/03/19  21:18:00
41011         Log: A more robust solution for the 64bitall AIX dynaloading
41012              problem, from Jens-Uwe Mager.
41013      Branch: maint-5.6/perl
41014            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
41015 ____________________________________________________________________________
41016 [  9249] By: nick                                  on 2001/03/19  20:59:37
41017         Log: Integrate mainline.
41018      Branch: perlio
41019           !> (integrate 42 files)
41020 ____________________________________________________________________________
41021 [  9248] By: nick                                  on 2001/03/19  20:22:07
41022         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
41023              (Building on OS390 uses native YACC and YYDEBUG has other
41024              side effects.)
41025      Branch: perlio
41026            ! perly.c perly.y vms/perly_c.vms
41027 ____________________________________________________________________________
41028 [  9247] By: jhi                                   on 2001/03/19  19:59:53
41029         Log: 64-bit AIX dynaloading problem (see #9244) idea
41030              from Jens-Uwe Mager.
41031      Branch: maint-5.6/perl
41032            ! ext/DynaLoader/dl_aix.xs
41033 ____________________________________________________________________________
41034 [  9246] By: nick                                  on 2001/03/19  19:27:57
41035         Log: More EBCDIC fixes.
41036      Branch: perlio
41037            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
41038            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
41039 ____________________________________________________________________________
41040 [  9245] By: jhi                                   on 2001/03/19  19:05:19
41041         Log: Integrate change #9243 from mainline into maintperl.
41042              
41043              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
41044      Branch: maint-5.6/perl
41045           !> README.vmesa
41046 ____________________________________________________________________________
41047 [  9244] By: jhi                                   on 2001/03/19  19:03:15
41048         Log: Get 64bitall AIX building, but still does not test okay:
41049              dynaloading anything fails, for example for op/defins:
41050              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
41051              (update: fixed by #9247,9250)
41052      Branch: maint-5.6/perl
41053            ! hints/aix.sh
41054 ____________________________________________________________________________
41055 [  9243] By: jhi                                   on 2001/03/19  19:00:16
41056         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
41057              From: Robin Barker <rmb1@cise.npl.co.uk>
41058              Date: Mon, 19 Mar 2001 18:01:57 GMT
41059              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
41060      Branch: perl
41061            ! README.vmesa
41062 ____________________________________________________________________________
41063 [  9242] By: jhi                                   on 2001/03/19  18:58:43
41064         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
41065              
41066              TODO: tests.
41067      Branch: perl
41068            ! doop.c op.c
41069 ____________________________________________________________________________
41070 [  9241] By: gsar                                  on 2001/03/19  17:34:46
41071         Log: VMSify tests (from Charles Lane)
41072      Branch: maint-5.6/perl
41073            ! t/lib/filehand.t t/lib/texttabs.t
41074 ____________________________________________________________________________
41075 [  9240] By: jhi                                   on 2001/03/19  14:24:26
41076         Log: Integrate change #9233 from maintperl into mainline.
41077              
41078              some refcounts were incorrect in perl_clone()
41079      Branch: perl
41080           !> sv.c
41081 ____________________________________________________________________________
41082 [  9239] By: gsar                                  on 2001/03/19  09:23:17
41083         Log: this is 5.6.1-trial3
41084      Branch: maint-5.6/perl
41085            ! Changes
41086 ____________________________________________________________________________
41087 [  9238] By: gsar                                  on 2001/03/19  08:47:04
41088         Log: some new symbols are only available under ithreads
41089      Branch: maint-5.6/perl
41090            ! makedef.pl
41091 ____________________________________________________________________________
41092 [  9237] By: gsar                                  on 2001/03/19  08:42:28
41093         Log: update patchlevel.h, Changes, &c.
41094      Branch: maint-5.6/perl
41095            ! Changes patchlevel.h pod/perlhist.pod
41096           !> AUTHORS
41097 ____________________________________________________________________________
41098 [  9236] By: gsar                                  on 2001/03/19  08:17:49
41099         Log: integrate changes#8068,8717 from mainline
41100              
41101              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
41102              
41103              [PATCH CPAN 1.59_51] warning message (not!)
41104      Branch: maint-5.6/perl
41105           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
41106           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
41107           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
41108           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
41109           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
41110 ____________________________________________________________________________
41111 [  9235] By: gsar                                  on 2001/03/19  08:07:09
41112         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
41113              
41114              [PATCH] Add missing CV flags to dump.c
41115              
41116              Re: [patch] Re: PL_ptr_table
41117              
41118              Fixup non-ithread build after 8713
41119              
41120              Generated files form 8713 etc.
41121              
41122              Correct the correction :-(
41123              
41124              Documenting coderef @INC (Re: CPAN "make this script work" feature)
41125              
41126              Subject: Re: sync sync sync: have I missed any patches?
41127              Replace djSP with dSP.
41128      Branch: maint-5.6/perl
41129           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
41130           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
41131           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
41132           !> sv.c sv.h win32/perlhost.h
41133 ____________________________________________________________________________
41134 [  9234] By: gsar                                  on 2001/03/19  07:22:05
41135         Log: revert the change#9090 integrate for now (change looks somewhat
41136              incomplete in that [ha]v_exists() need something similar; lacks
41137              tests; &c.)
41138      Branch: maint-5.6/perl
41139            ! hv.c
41140 ____________________________________________________________________________
41141 [  9233] By: gsar                                  on 2001/03/19  07:10:01
41142         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
41143              destruction when there are unreferenced scalars (SvREFCNT==0)
41144      Branch: maint-5.6/perl
41145            ! sv.c
41146 ____________________________________________________________________________
41147 [  9232] By: jhi                                   on 2001/03/19  05:11:02
41148         Log: Regen api and toc.
41149      Branch: maint-5.6/perl
41150            ! pod/perlapi.pod pod/perltoc.pod
41151 ____________________________________________________________________________
41152 [  9231] By: jhi                                   on 2001/03/19  04:06:03
41153         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
41154              add a lost line in pp.c:pp_chop(), update to new op/chop.
41155              
41156              Clarify the description differentiating for and while; inspired by
41157              
41158              Subject: [ID 20010306.004] || != named unary operator
41159              
41160              The $Is_MacOS needs to be declared.
41161      Branch: maint-5.6/perl
41162            ! pp.c t/op/chop.t
41163           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
41164 ____________________________________________________________________________
41165 [  9230] By: jhi                                   on 2001/03/19  03:48:16
41166         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
41167              9079,9083,9089,9090,9091 from mainline to maintperl.
41168              
41169              Quieten some noise in Win32 builds
41170              
41171              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
41172              
41173              The perlretut was still talking about the old \p and \P
41174              definitions.
41175              
41176              More tweakage on the Unicode character class descriptions.
41177              
41178              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
41179              
41180              Subject: 'no *POSIX' Patch speeding up make on BS2000 
41181              
41182              Subject: [PATCH] perldata.pod here-doc docs
41183              
41184              Add /sbin and /usr/sbin to the list of directories scanned
41185              for setuid programs.  Takes care of bug id 20010309.003.
41186              
41187              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
41188              
41189              In op/stat #35 better to scan all the potential directories
41190              for setuids, not just the first one.
41191      Branch: maint-5.6/perl
41192            ! Makefile.SH
41193           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
41194           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
41195           !> t/op/stat.t toke.c win32/win32.h
41196 ____________________________________________________________________________
41197 [  9229] By: jhi                                   on 2001/03/19  02:31:50
41198         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
41199              From: Chris Nandor <pudge@pobox.com>
41200              Date: Sat, 10 Mar 2001 14:22:19 -0500
41201              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
41202      Branch: maint-5.6/perl
41203            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
41204            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
41205            ! t/lib/b.t t/lib/errno.t
41206 ____________________________________________________________________________
41207 [  9228] By: jhi                                   on 2001/03/19  02:29:59
41208         Log: Integrate changes #9113,9122 from mainline into maintperl.
41209              
41210              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?)
41211      Branch: maint-5.6/perl
41212           !> Configure README.os390 hints/os390.sh
41213 ____________________________________________________________________________
41214 [  9227] By: jhi                                   on 2001/03/19  02:22:35
41215         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
41216              into maintperl.
41217              
41218              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
41219              
41220              Forgot to check-in the larger part of #9120, duh.
41221              
41222              Subject: Another patch for integer.pm POD 
41223              
41224              h2ph strictness and cleanliness from Kurt Starsinic.
41225              
41226              Borland filename case problem.
41227              
41228              h2ph strictness and cleanliness from Kurt Starsinic.
41229              
41230              Subject: [PATCH] the uncontroversial doc patches
41231      Branch: maint-5.6/perl
41232           +> win32/sncfnmcs.pl
41233           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
41234           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
41235           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
41236           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
41237           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
41238           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
41239           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
41240 ____________________________________________________________________________
41241 [  9226] By: jhi                                   on 2001/03/19  02:10:21
41242         Log: Integrate changes #9207,9214 from mainline into maintperl.
41243              
41244              podchecker relaxations: =over has an *optional* number after it,
41245              and whitespace in L<> is okay.
41246      Branch: maint-5.6/perl
41247           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
41248           !> t/pod/poderrs.xr
41249 ____________________________________________________________________________
41250 [  9225] By: jhi                                   on 2001/03/19  02:07:38
41251         Log: Integrate change #9219 from maintperl into mainline.
41252              
41253              remove duplicated tests
41254      Branch: perl
41255           !> t/op/re_tests
41256 ____________________________________________________________________________
41257 [  9224] By: jhi                                   on 2001/03/19  02:06:11
41258         Log: Integrate change #9223 from mainline to maintperl.
41259              
41260              Document -Dmksymlinks.
41261      Branch: maint-5.6/perl
41262           !> INSTALL
41263 ____________________________________________________________________________
41264 [  9223] By: jhi                                   on 2001/03/19  02:01:25
41265         Log: Document -Dmksymlinks.
41266      Branch: perl
41267            ! INSTALL
41268 ____________________________________________________________________________
41269 [  9222] By: jhi                                   on 2001/03/19  01:15:35
41270         Log: The -Dmksymlinks wasn't working for maintperl.
41271      Branch: maint-5.6/perl
41272            ! Configure
41273 ____________________________________________________________________________
41274 [  9221] By: jhi                                   on 2001/03/19  00:49:43
41275         Log: Cleanup pixie residue.
41276      Branch: perl
41277            ! Makefile.SH
41278 ____________________________________________________________________________
41279 [  9220] By: jhi                                   on 2001/03/19  00:44:47
41280         Log: Document the use of pixie/prof; create make targets for it.
41281              
41282              TODO: make t/TEST pixie-aware.
41283      Branch: perl
41284            ! Makefile.SH pod/perlhack.pod
41285 ____________________________________________________________________________
41286 [  9219] By: gsar                                  on 2001/03/19  00:16:55
41287         Log: remove duplicated tests
41288      Branch: maint-5.6/perl
41289            ! t/op/re_tests
41290 ____________________________________________________________________________
41291 [  9218] By: jhi                                   on 2001/03/18  23:59:31
41292         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
41293      Branch: perl
41294            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
41295 ____________________________________________________________________________
41296 [  9217] By: jhi                                   on 2001/03/18  23:25:20
41297         Log: Rewrite the tests section of Makefile to be less redundant
41298              and to allow for more flexible test targets, many recursive
41299              make calls introduced.
41300      Branch: perl
41301            ! Makefile.SH
41302 ____________________________________________________________________________
41303 [  9216] By: jhi                                   on 2001/03/18  22:30:04
41304         Log: Document the use of Third Degree (sparsely).
41305      Branch: perl
41306            ! pod/perlhack.pod t/TEST
41307 ____________________________________________________________________________
41308 [  9215] By: jhi                                   on 2001/03/18  22:10:30
41309         Log: Make targets for testing with Third Degree.
41310      Branch: perl
41311            ! Makefile.SH
41312 ____________________________________________________________________________
41313 [  9214] By: jhi                                   on 2001/03/18  21:08:53
41314         Log: The podchecker relaxations need to mirrored also at the tests.
41315      Branch: perl
41316            ! t/pod/poderrs.xr
41317 ____________________________________________________________________________
41318 [  9213] By: jhi                                   on 2001/03/18  20:56:21
41319         Log: Update Changes.
41320      Branch: perl
41321            ! Changes patchlevel.h
41322 ____________________________________________________________________________
41323 [  9212] By: jhi                                   on 2001/03/18  20:36:59
41324         Log: Looking for config.sh in parent directories isn't
41325              very useful for the toplevel Makefile.
41326      Branch: perl
41327            ! Makefile.SH
41328 ____________________________________________________________________________
41329 [  9211] By: jhi                                   on 2001/03/18  20:33:37
41330         Log: On "make clean" take care of Third Degree droppings.
41331      Branch: perl
41332            ! Makefile.SH
41333 ____________________________________________________________________________
41334 [  9210] By: jhi                                   on 2001/03/18  20:21:34
41335         Log: Add a hook for running the tests under the Third Degree
41336              debugging tool (set $ENV{PERL_3LOG} to non-zero)
41337              
41338              TODO: Document the use of Third Degree.
41339      Branch: perl
41340            ! t/TEST
41341 ____________________________________________________________________________
41342 [  9209] By: jhi                                   on 2001/03/18  20:19:07
41343         Log: Regen toc and api pods.
41344      Branch: perl
41345            ! pod/perlapi.pod pod/perltoc.pod
41346 ____________________________________________________________________________
41347 [  9208] By: jhi                                   on 2001/03/18  20:12:12
41348         Log: Integrate changes #8128,9132 from mainline into maintperl,
41349              Tie::SubstrHash fixes.
41350      Branch: maint-5.6/perl
41351           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
41352 ____________________________________________________________________________
41353 [  9207] By: jhi                                   on 2001/03/18  20:07:43
41354         Log: podchecker relaxations from Michael Stevens.
41355      Branch: perl
41356            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
41357 ____________________________________________________________________________
41358 [  9206] By: jhi                                   on 2001/03/18  20:04:24
41359         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
41360      Branch: perl
41361            ! lib/Locale/Constants.pm lib/Locale/Country.pm
41362            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
41363            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
41364 ____________________________________________________________________________
41365 [  9205] By: jhi                                   on 2001/03/18  19:54:45
41366         Log: Integrate changes #9161,9162 from maintperl to mainline.
41367              
41368              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
41369              results
41370      Branch: perl
41371           !> t/op/magic.t
41372 ____________________________________________________________________________
41373 [  9204] By: jhi                                   on 2001/03/18  19:37:46
41374         Log: Make perl.third checks more understandable to the builder.
41375      Branch: perl
41376            ! Makefile.SH
41377 ____________________________________________________________________________
41378 [  9203] By: jhi                                   on 2001/03/18  19:20:54
41379         Log: Re-integrate #9138 from maintperl to mainline,
41380              the squelching of the unneeded "Scalars leaked" messages.
41381      Branch: perl
41382           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41383           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41384           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41385 ____________________________________________________________________________
41386 [  9202] By: jhi                                   on 2001/03/18  18:48:36
41387         Log: More robust and more paranoid perl.third target.
41388      Branch: perl
41389            ! Makefile.SH
41390 ____________________________________________________________________________
41391 [  9201] By: jhi                                   on 2001/03/18  18:39:21
41392         Log: Integrate change #9197 from maintperl to mainline.
41393              
41394              more thorough cleaning of arenas.
41395      Branch: perl
41396           !> embed.pl perl.c proto.h sv.c t/op/sort.t
41397 ____________________________________________________________________________
41398 [  9200] By: jhi                                   on 2001/03/18  18:25:17
41399         Log: Integrate perlio.
41400      Branch: perl
41401           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
41402           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
41403           !> t/lib/encode.t toke.c universal.c utf8.c
41404 ____________________________________________________________________________
41405 [  9199] By: nick                                  on 2001/03/18  15:23:51
41406         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
41407              is the sense of the test being done. Avoid some magical 127 and 128 values
41408              by using macros.
41409      Branch: perlio
41410            ! doop.c pp_ctl.c sv.c toke.c
41411 ____________________________________________________________________________
41412 [  9198] By: nick                                  on 2001/03/18  14:18:12
41413         Log: UTF-X encoding invariance for Encode:
41414              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
41415              - move the XS code for those to universal.c (so in miniperl)
41416              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
41417              - change ext/Encode/compile to use above.
41418              - Fix t/lib/encode.t for above
41419              - Teach t/lib/b.t to expect -uutf8
41420              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
41421              utf8.pm is needed.
41422      Branch: perlio
41423            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41424            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
41425 ____________________________________________________________________________
41426 [  9197] By: gsar                                  on 2001/03/18  12:15:57
41427         Log: more thorough cleaning of arenas--keep going until no more
41428              SvREFCNT_dec()s occur (this fixes the problem that causes the
41429              pesky "Scalars leaked" warnings)
41430      Branch: maint-5.6/perl
41431            ! embed.pl perl.c proto.h sv.c t/op/sort.t
41432 ____________________________________________________________________________
41433 [  9196] By: nick                                  on 2001/03/18  10:57:29
41434         Log: Fix pragma/utf8.t # 15
41435              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
41436              are SvUTF8 as well.
41437      Branch: perlio
41438            ! toke.c
41439 ____________________________________________________________________________
41440 [  9195] By: nick                                  on 2001/03/18  09:27:06
41441         Log: Integrate mainline
41442      Branch: perlio
41443           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
41444           !> t/op/pat.t
41445 ____________________________________________________________________________
41446 [  9194] By: jhi                                   on 2001/03/18  05:29:59
41447         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
41448              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
41449      Branch: perl
41450            ! op.c op.h t/op/misc.t t/op/pat.t
41451 ____________________________________________________________________________
41452 [  9193] By: jhi                                   on 2001/03/18  05:15:06
41453         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
41454      Branch: perl
41455            ! mg.c t/op/pat.t
41456 ____________________________________________________________________________
41457 [  9192] By: jhi                                   on 2001/03/18  04:22:43
41458         Log: tr/// UTF-8 patches from Inaba Hiroto.
41459      Branch: perl
41460            ! doop.c op.c
41461 ____________________________________________________________________________
41462 [  9191] By: jhi                                   on 2001/03/18  04:21:17
41463         Log: Integrate perlio.
41464      Branch: perl
41465           !> utf8.c utfebcdic.h
41466 ____________________________________________________________________________
41467 [  9190] By: nick                                  on 2001/03/17  20:32:01
41468         Log: Correct #if EBCDIC side typos.
41469              Builds and passes many tests on OS390.
41470      Branch: perlio
41471            ! utf8.c utfebcdic.h
41472 ____________________________________________________________________________
41473 [  9189] By: jhi                                   on 2001/03/17  18:55:49
41474         Log: Add prerequisites for the perl.third target.
41475      Branch: perl
41476            ! Makefile.SH
41477 ____________________________________________________________________________
41478 [  9188] By: jhi                                   on 2001/03/17  18:46:00
41479         Log: Integrate perlio.
41480      Branch: perl
41481           +> utfebcdic.h
41482           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
41483 ____________________________________________________________________________
41484 [  9187] By: jhi                                   on 2001/03/17  18:38:47
41485         Log: Add a make rule for perl.third (the Third Degree memory debugging
41486              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
41487      Branch: perl
41488            ! Makefile.SH
41489 ____________________________________________________________________________
41490 [  9186] By: nick                                  on 2001/03/17  18:34:48
41491         Log: MANIFEST addition :-(
41492      Branch: perlio
41493            ! MANIFEST
41494 ____________________________________________________________________________
41495 [  9185] By: nick                                  on 2001/03/17  18:29:50
41496         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
41497              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
41498              a superset of ASCII are invariant under the encoding. This is EBCDIC
41499              friendly as an encoded string can be looked at as being EBCDIC by lexer
41500              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
41501              ASCII on ASCII machines.
41502              
41503              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
41504              seperate.
41505              - Add some more macros to comprehend different shift amounts and
41506              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
41507              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
41508              and conditionally #include it.
41509              
41510              EBCDIC build as yet untested.  ASCII still fails the one test.
41511      Branch: perlio
41512            + utfebcdic.h
41513            ! utf8.c utf8.h
41514 ____________________________________________________________________________
41515 [  9184] By: nick                                  on 2001/03/17  17:44:16
41516         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
41517      Branch: perlio
41518            ! doop.c perl.h pp.c utf8.h
41519 ____________________________________________________________________________
41520 [  9183] By: jhi                                   on 2001/03/17  15:55:42
41521         Log: Integrate perlio.
41522      Branch: perl
41523            ! MANIFEST
41524           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
41525 ____________________________________________________________________________
41526 [  9182] By: nick                                  on 2001/03/17  09:16:06
41527         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
41528      Branch: perlio
41529            ! t/op/pat.t
41530 ____________________________________________________________________________
41531 [  9181] By: nick                                  on 2001/03/17  09:15:11
41532         Log: Integrate mainline.
41533      Branch: perlio
41534           +> lib/Locale/Constants.pm lib/Locale/Country.pm
41535           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
41536           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
41537           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
41538           !> (integrate 83 files)
41539 ____________________________________________________________________________
41540 [  9180] By: nick                                  on 2001/03/16  17:23:21
41541         Log: EBCDIC Fixes.
41542      Branch: perlio
41543            ! perl.h sv.c toke.c utf8.c utf8.h
41544 ____________________________________________________________________________
41545 [  9179] By: jhi                                   on 2001/03/16  14:10:12
41546         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
41547              a change needed to work around an AIX compiler bug.
41548      Branch: perl
41549            ! ext/Storable/Storable.xs
41550 ____________________________________________________________________________
41551 [  9178] By: jhi                                   on 2001/03/16  03:19:59
41552         Log: With Damian's approval synchronize damian's modules'
41553              licensing with Perl's standard module licensing.
41554      Branch: perl
41555            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
41556 ____________________________________________________________________________
41557 [  9177] By: jhi                                   on 2001/03/16  03:15:34
41558         Log: Make the Filter::Util:Call files have their own copies
41559              of the Perl standard module licensing, from Paul Marquess.
41560      Branch: perl
41561            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41562 ____________________________________________________________________________
41563 [  9176] By: jhi                                   on 2001/03/16  02:56:04
41564         Log: Subject: [PATCH] more pod patches
41565              From: Michael Stevens <michael@etla.org>
41566              Date: Thu, 15 Mar 2001 21:25:18 +0000
41567              Message-ID: <20010315212518.A18870@firedrake.org>
41568      Branch: perl
41569            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
41570            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
41571            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
41572            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
41573            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
41574            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
41575            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
41576            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
41577            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
41578            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
41579            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
41580            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
41581            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
41582            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
41583            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
41584            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
41585            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
41586            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
41587            ! lib/Locale/Country.pm lib/Locale/Language.pm
41588            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
41589            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
41590            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
41591            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
41592            ! os2/OS2/Process/Process.pm
41593 ____________________________________________________________________________
41594 [  9175] By: jhi                                   on 2001/03/16  02:53:32
41595         Log: Subject: [PATCH] the uncontroversial doc patches
41596              From: Michael Stevens <michael@etla.org>
41597              Date: Thu, 15 Mar 2001 20:01:12 +0000
41598              Message-ID: <20010315200112.A7636@firedrake.org>
41599      Branch: perl
41600            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
41601            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
41602            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
41603            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
41604            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
41605 ____________________________________________________________________________
41606 [  9174] By: jhi                                   on 2001/03/16  02:50:49
41607         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
41608              From: Paul Lindner <lindner@inuus.com>
41609              Date: Fri, 16 Mar 2001 11:28:03 -0800
41610              Message-ID: <20010316112803.A7577@inuus.com>
41611      Branch: perl
41612            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41613 ____________________________________________________________________________
41614 [  9173] By: nick                                  on 2001/03/15  20:21:03
41615         Log: 1st day's EBCDIC fixes:
41616              - toke.c's parsing of strings needed attention
41617              needed to conditionally e2a if string was already UTF-8
41618              - e2a/a2e tables where wrong way round.
41619              - new macros in utf8.h
41620      Branch: perlio
41621            ! perl.h toke.c utf8.h
41622 ____________________________________________________________________________
41623 [  9172] By: jhi                                   on 2001/03/15  15:17:17
41624         Log: Update Changes.
41625      Branch: perl
41626            ! Changes patchlevel.h
41627 ____________________________________________________________________________
41628 [  9171] By: jhi                                   on 2001/03/15  15:09:32
41629         Log: Subject: Re: Another Borland C++ problem.
41630              From: "Vadim Konovalov" <watman@inbox.ru>
41631              Date: Sat, 10 Mar 2001 19:26:07 +0300
41632              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
41633              
41634              Borland filename case problem.
41635      Branch: perl
41636            + win32/sncfnmcs.pl
41637            ! MANIFEST README.win32
41638 ____________________________________________________________________________
41639 [  9170] By: jhi                                   on 2001/03/15  14:54:23
41640         Log: Add Locale::Codes 1.06, from Neil Bowers.
41641      Branch: perl
41642            + lib/Locale/Constants.pm lib/Locale/Country.pm
41643            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
41644            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
41645            + t/lib/lc-language.t t/lib/lc-uk.t
41646            ! MANIFEST
41647 ____________________________________________________________________________
41648 [  9169] By: jhi                                   on 2001/03/15  14:19:01
41649         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
41650      Branch: perl
41651            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41652            ! ext/Storable/Storable.xs
41653 ____________________________________________________________________________
41654 [  9168] By: jhi                                   on 2001/03/15  14:13:22
41655         Log: Integrate changes #9120,9167 from mainline to maintperl.
41656              
41657              Subject: [PATCH 5.6.1] OS/2 docs
41658              
41659              Subject: [PATCH 5.6.1] perldoc
41660      Branch: maint-5.6/perl
41661           !> os2/Changes utils/perldoc.PL
41662 ____________________________________________________________________________
41663 [  9167] By: jhi                                   on 2001/03/15  14:07:42
41664         Log: Subject: [PATCH 5.6.1] perldoc
41665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41666              Date: Wed, 14 Mar 2001 23:46:52 -0500
41667              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
41668      Branch: perl
41669            ! utils/perldoc.PL
41670 ____________________________________________________________________________
41671 [  9166] By: jhi                                   on 2001/03/15  13:53:15
41672         Log: sigaction test condition tweakage.
41673      Branch: perl
41674            ! t/lib/sigaction.t
41675 ____________________________________________________________________________
41676 [  9165] By: alanbur                               on 2001/03/15  03:49:17
41677         Log: Resynchronised with parent
41678      Branch: maint-5.6/pureperl
41679           +> os2/os2add.sym t/op/anonsub.t
41680           !> (integrate 72 files)
41681 ____________________________________________________________________________
41682 [  9164] By: jhi                                   on 2001/03/15  01:05:01
41683         Log: Avoid stomping off the beginning of an array in tr///.
41684      Branch: perl
41685            ! op.c
41686 ____________________________________________________________________________
41687 [  9163] By: jhi                                   on 2001/03/15  00:58:57
41688         Log: h2ph strictness and cleanliness from Kurt Starsinic.
41689      Branch: perl
41690            ! utils/h2ph.PL
41691 ____________________________________________________________________________
41692 [  9162] By: gsar                                  on 2001/03/15  00:56:53
41693         Log: avoid warnings
41694      Branch: maint-5.6/perl
41695            ! t/op/magic.t
41696 ____________________________________________________________________________
41697 [  9161] By: gsar                                  on 2001/03/15  00:52:09
41698         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
41699              results
41700      Branch: maint-5.6/perl
41701            ! t/op/magic.t
41702 ____________________________________________________________________________
41703 [  9160] By: jhi                                   on 2001/03/14  22:02:10
41704         Log: Do not use the Perl malloc in IRIX, suggested by
41705              Helmus Jarausch.
41706      Branch: perl
41707            ! hints/irix_6.sh
41708 ____________________________________________________________________________
41709 [  9159] By: nick                                  on 2001/03/14  21:45:59
41710         Log: Integrate mainline
41711      Branch: perlio
41712           +> t/op/loopctl.t
41713           !> (integrate 41 files)
41714 ____________________________________________________________________________
41715 [  9158] By: jhi                                   on 2001/03/14  21:10:09
41716         Log: The Day of the Retractions continues: the #9138
41717              (integrated in #9144) doesn't work well in mainline.
41718      Branch: perl
41719            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41720            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41721            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41722 ____________________________________________________________________________
41723 [  9157] By: jhi                                   on 2001/03/14  20:58:12
41724         Log: The #9145 CANNOT be enabled: the clear_pmop code still
41725              dumps core all over in Tru64.
41726      Branch: perl
41727            ! op.c op.h t/op/pat.t
41728 ____________________________________________________________________________
41729 [  9156] By: jhi                                   on 2001/03/14  20:48:06
41730         Log: Integrate change #9154 from maintperl to mainline.
41731              
41732              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
41733              (caused Storable 1.0.10 to break on windows)
41734      Branch: perl
41735           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
41736           !> perlapi.c proto.h
41737 ____________________________________________________________________________
41738 [  9155] By: jhi                                   on 2001/03/14  20:23:53
41739         Log: Retract #9136: breaks threading (and binary compatibility).
41740      Branch: perl
41741            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
41742 ____________________________________________________________________________
41743 [  9154] By: gsar                                  on 2001/03/14  17:48:18
41744         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
41745              (caused Storable 1.0.10 to break on windows)
41746      Branch: maint-5.6/perl
41747            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
41748            ! perlapi.c proto.h
41749 ____________________________________________________________________________
41750 [  9153] By: jhi                                   on 2001/03/14  13:35:21
41751         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
41752      Branch: perl
41753            ! t/lib/sigaction.t
41754 ____________________________________________________________________________
41755 [  9152] By: gsar                                  on 2001/03/14  07:29:40
41756         Log: back out changes#9012,9010,9009 and parts of change#9016
41757              (causes ABRs under purify, and some prerequisites don't
41758              seem to be there in 5.6.x)
41759      Branch: maint-5.6/perl
41760            ! doop.c op.c t/op/tr.t toke.c
41761 ____________________________________________________________________________
41762 [  9151] By: gsar                                  on 2001/03/14  07:01:29
41763         Log: reenable change#9145 (the test was busted due to a missing
41764              C<print "ok 27\n">)
41765      Branch: perl
41766            ! op.c op.h t/op/pat.t
41767 ____________________________________________________________________________
41768 [  9150] By: jhi                                   on 2001/03/14  06:38:36
41769         Log: Retract #9145.
41770      Branch: perl
41771            ! op.c op.h t/op/pat.t
41772 ____________________________________________________________________________
41773 [  9149] By: jhi                                   on 2001/03/14  06:14:56
41774         Log: Retract #9143.
41775      Branch: perl
41776            ! op.c
41777 ____________________________________________________________________________
41778 [  9148] By: gsar                                  on 2001/03/14  06:13:02
41779         Log: Uninitialized Memory Read in regexec.c
41780      Branch: perl
41781            ! regexec.c
41782 ____________________________________________________________________________
41783 [  9147] By: jhi                                   on 2001/03/14  04:59:54
41784         Log: Subject: PATCH: make goto work in nested eval ""
41785              From: Robin Houston <robin@kitsite.com>
41786              Date: Wed, 14 Mar 2001 04:16:10 +0000
41787              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
41788      Branch: perl
41789            ! pp_ctl.c t/op/goto.t
41790 ____________________________________________________________________________
41791 [  9146] By: jhi                                   on 2001/03/14  04:42:54
41792         Log: Preserve the #ifdef PERL_CORE in perly.h.
41793      Branch: perl
41794            ! perly.fixer
41795 ____________________________________________________________________________
41796 [  9145] By: jhi                                   on 2001/03/14  03:57:41
41797         Log: (Retracted by #9150.)
41798      Branch: perl
41799            ! op.c op.h t/op/pat.t
41800 ____________________________________________________________________________
41801 [  9144] By: jhi                                   on 2001/03/14  03:50:38
41802         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
41803              
41804              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
41805              
41806              remove squelch controls for "Scalars leaked" messages in most places
41807              (these are now cured)
41808              
41809              fix another memory leak reported by purify (tie callbacks that
41810              croak can leak when wiping out magic)
41811      Branch: perl
41812           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
41813           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
41814           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
41815           !> t/pragma/warnings.t
41816 ____________________________________________________________________________
41817 [  9143] By: jhi                                   on 2001/03/14  03:37:53
41818         Log: (Retracted by #9149.)
41819      Branch: perl
41820            ! op.c
41821 ____________________________________________________________________________
41822 [  9142] By: gsar                                  on 2001/03/14  03:20:48
41823         Log: fix another memory leak reported by purify (tie callbacks that
41824              croak can leak when wiping out magic)
41825      Branch: maint-5.6/perl
41826            ! scope.c
41827 ____________________________________________________________________________
41828 [  9141] By: jhi                                   on 2001/03/14  02:55:00
41829         Log: Subject: PATCH for [ID 20010305.003]
41830              From: Robin Houston <robin@kitsite.com>
41831              Date: Wed, 14 Mar 2001 02:45:51 +0000
41832              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
41833      Branch: perl
41834            ! pp_ctl.c t/op/eval.t
41835 ____________________________________________________________________________
41836 [  9140] By: jhi                                   on 2001/03/14  02:41:54
41837         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
41838              Date: Wed, 14 Mar 2001 01:52:51 +0000
41839              From: Robin Houston <robin@kitsite.com>
41840              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
41841              
41842              Fix for 2000313.004.
41843      Branch: perl
41844            ! pp_ctl.c t/op/goto.t
41845 ____________________________________________________________________________
41846 [  9139] By: jhi                                   on 2001/03/14  02:40:50
41847         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
41848              From: Robin Houston <robin@kitsite.com>
41849              Date: Wed, 14 Mar 2001 00:43:45 +0000
41850              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
41851      Branch: perl
41852            + t/op/loopctl.t
41853            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
41854            ! vms/perly_c.vms
41855 ____________________________________________________________________________
41856 [  9138] By: gsar                                  on 2001/03/14  01:18:00
41857         Log: remove squelch controls for "Scalars leaked" messages in most places
41858              (these are now cured)
41859      Branch: maint-5.6/perl
41860            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41861            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41862            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41863 ____________________________________________________________________________
41864 [  9137] By: gsar                                  on 2001/03/14  00:57:04
41865         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
41866      Branch: maint-5.6/perl
41867            ! regcomp.c
41868 ____________________________________________________________________________
41869 [  9136] By: jhi                                   on 2001/03/13  23:12:24
41870         Log: (Retracted by #9155)
41871              
41872              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
41873              From: Jens-Uwe Mager <jum@helios.de>
41874              Date: Wed, 21 Feb 2001 21:32:04 +0100
41875              Message-ID: <20010221213203.A18340@ans.helios.de>
41876      Branch: perl
41877            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
41878 ____________________________________________________________________________
41879 [  9135] By: jhi                                   on 2001/03/13  22:50:05
41880         Log: Integrate perlio.
41881      Branch: perl
41882           !> pp.c
41883 ____________________________________________________________________________
41884 [  9134] By: jhi                                   on 2001/03/13  22:49:05
41885         Log: Integrate change #9131 from maintperl into mainline.
41886              
41887              make the error text look more consistent in hints/hpux.sh
41888      Branch: perl
41889           !> hints/hpux.sh
41890 ____________________________________________________________________________
41891 [  9133] By: gsar                                  on 2001/03/13  22:46:20
41892         Log: integrate change#9067 from mainline
41893              
41894              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
41895      Branch: maint-5.6/perl
41896           !> lib/ExtUtils/MM_Unix.pm
41897 ____________________________________________________________________________
41898 [  9132] By: jhi                                   on 2001/03/13  22:41:21
41899         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
41900              From: "John P. Linderman" <jpl@research.att.com>
41901              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
41902              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
41903              
41904              A more correct prime finder.
41905      Branch: perl
41906            ! lib/Tie/SubstrHash.pm
41907 ____________________________________________________________________________
41908 [  9131] By: gsar                                  on 2001/03/13  22:30:42
41909         Log: make the error text look more consistent in hints/hpux.sh
41910      Branch: maint-5.6/perl
41911            ! hints/hpux.sh
41912 ____________________________________________________________________________
41913 [  9130] By: jhi                                   on 2001/03/13  22:23:44
41914         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
41915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41916              Date: Tue, 13 Mar 2001 18:41:26 +0100
41917              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
41918              
41919              If the test is run non-interactively the default handler
41920              is different.
41921      Branch: perl
41922            ! t/lib/sigaction.t
41923 ____________________________________________________________________________
41924 [  9129] By: jhi                                   on 2001/03/13  22:20:21
41925         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
41926              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41927              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
41928              Date:     Tue, 13 Mar 2001 16:44:32 EST
41929      Branch: perl
41930            ! t/lib/1_compile.t
41931 ____________________________________________________________________________
41932 [  9128] By: jhi                                   on 2001/03/13  22:18:34
41933         Log: Subject: Another patch for integer.pm POD 
41934              From: "John L. Allen" <allen@grumman.com>
41935              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
41936              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
41937      Branch: perl
41938            ! lib/integer.pm
41939 ____________________________________________________________________________
41940 [  9127] By: nick                                  on 2001/03/13  21:26:30
41941         Log: Integrate mainline.
41942      Branch: perlio
41943           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
41944           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
41945           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
41946           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
41947           !> Changes Configure MANIFEST README.os2 README.os390
41948           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
41949           !> os2/Changes patchlevel.h win32/perlhost.h
41950 ____________________________________________________________________________
41951 [  9126] By: nick                                  on 2001/03/13  20:39:51
41952         Log: #ifdef'ed out code to make packed side of pack/unpack
41953              octets. (i.e. pack('U') => encode_utf8).
41954      Branch: perlio
41955            ! pp.c
41956 ____________________________________________________________________________
41957 [  9125] By: jhi                                   on 2001/03/13  15:07:16
41958         Log: Update Changes.
41959      Branch: perl
41960            ! Changes patchlevel.h
41961 ____________________________________________________________________________
41962 [  9124] By: jhi                                   on 2001/03/13  14:22:45
41963         Log: Workaround for the buggy ("internal compiler error")
41964              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
41965              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
41966              of Andreas König.
41967      Branch: perl
41968            ! ext/re/Makefile.PL hints/aix.sh
41969 ____________________________________________________________________________
41970 [  9123] By: jhi                                   on 2001/03/13  03:24:34
41971         Log: Typo in #9114.
41972      Branch: metaconfig
41973            ! U/modified/myhostname.U
41974 ____________________________________________________________________________
41975 [  9122] By: jhi                                   on 2001/03/13  03:24:06
41976         Log: Typo in #9113.
41977      Branch: perl
41978            ! Configure
41979 ____________________________________________________________________________
41980 [  9121] By: jhi                                   on 2001/03/13  01:53:05
41981         Log: Forgot to check-in the larger part of #9120, duh.
41982      Branch: perl
41983            ! README.os2
41984 ____________________________________________________________________________
41985 [  9120] By: jhi                                   on 2001/03/13  01:51:31
41986         Log: Subject: [PATCH 5.6.1] OS/2 docs
41987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41988              Date: Mon, 12 Mar 2001 03:27:32 -0500
41989              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
41990      Branch: perl
41991            ! os2/Changes
41992 ____________________________________________________________________________
41993 [  9119] By: jhi                                   on 2001/03/13  01:49:41
41994         Log: Integrate change #9116 from maintperl into mainline.
41995              
41996              Win32::GetCwd() returns C: instead of C:\ in the root directory
41997              under ithreads
41998      Branch: perl
41999           !> win32/perlhost.h
42000 ____________________________________________________________________________
42001 [  9118] By: jhi                                   on 2001/03/13  01:13:39
42002         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
42003      Branch: perl
42004            + lib/Switch.pm t/lib/switch.t
42005            ! MANIFEST
42006 ____________________________________________________________________________
42007 [  9117] By: jhi                                   on 2001/03/13  01:03:17
42008         Log: Add Text::Balanced 1.83.
42009      Branch: perl
42010            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
42011            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
42012            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
42013            + t/lib/tb-xvari.t
42014            ! MANIFEST
42015 ____________________________________________________________________________
42016 [  9116] By: gsar                                  on 2001/03/13  00:55:53
42017         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
42018              under ithreads
42019      Branch: maint-5.6/perl
42020            ! win32/perlhost.h
42021 ____________________________________________________________________________
42022 [  9115] By: jhi                                   on 2001/03/13  00:54:09
42023         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
42024              From: "John L. Allen" <allen@grumman.com>
42025              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
42026              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
42027              
42028              use integer document clarification.
42029      Branch: perl
42030            ! lib/integer.pm
42031 ____________________________________________________________________________
42032 [  9114] By: jhi                                   on 2001/03/13  00:38:54
42033         Log: Metaconfig unit change for #9113.
42034      Branch: metaconfig
42035            ! U/modified/myhostname.U
42036 ____________________________________________________________________________
42037 [  9113] By: jhi                                   on 2001/03/13  00:38:35
42038         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?)
42039              From: Peter Prymmer <pvhp@forte.com>
42040              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
42041              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
42042      Branch: perl
42043            ! Configure README.os390 hints/os390.sh
42044 ____________________________________________________________________________
42045 [  9112] By: jhi                                   on 2001/03/13  00:29:00
42046         Log: Integrate perlio.
42047      Branch: perl
42048           !> sv.c utf8.h
42049 ____________________________________________________________________________
42050 [  9111] By: nick                                  on 2001/03/12  21:16:33
42051         Log: Integrate mainline.
42052      Branch: perlio
42053           +> t/op/anonsub.t
42054           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
42055           !> proto.h sv.c
42056 ____________________________________________________________________________
42057 [  9110] By: nick                                  on 2001/03/12  21:00:13
42058         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
42059      Branch: perlio
42060            ! sv.c utf8.h
42061 ____________________________________________________________________________
42062 [  9109] By: jhi                                   on 2001/03/12  16:04:47
42063         Log: Integrate change #9108 from maintperl to mainline.
42064              
42065              fix memory leak in C<sub X { sub {} }> arising from a refcount
42066              loop between the outer sub and the inner prototype anonsub
42067              
42068              this also enables closures returned by subroutines that
42069              subsequently get redefined to work without generating coredumps :)
42070              
42071              completely removed the free_closures() hack--it shouldn't be
42072              needed anymore
42073      Branch: perl
42074           +> t/op/anonsub.t
42075           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
42076           !> proto.h sv.c
42077 ____________________________________________________________________________
42078 [  9108] By: gsar                                  on 2001/03/12  10:21:31
42079         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
42080              loop between the outer sub and the inner prototype anonsub
42081              
42082              this also enables closures returned by subroutines that
42083              subsequently get redefined to work without generating coredumps :)
42084              
42085              completely removed the free_closures() hack--it shouldn't be
42086              needed anymore
42087      Branch: maint-5.6/perl
42088            + t/op/anonsub.t
42089            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
42090            ! proto.h sv.c
42091 ____________________________________________________________________________
42092 [  9107] By: jhi                                   on 2001/03/12  05:15:31
42093         Log: Integrate perlio.
42094      Branch: perl
42095           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
42096 ____________________________________________________________________________
42097 [  9106] By: nick                                  on 2001/03/11  20:10:12
42098         Log: regcomp.c is working in native space, not Unicode space (if different)
42099              as it is doing compare against 'W' in \W etc.
42100      Branch: perlio
42101            ! regcomp.c
42102 ____________________________________________________________________________
42103 [  9105] By: nick                                  on 2001/03/11  19:39:34
42104         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
42105              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
42106      Branch: perlio
42107            ! regcomp.c toke.c utf8.c
42108 ____________________________________________________________________________
42109 [  9104] By: nick                                  on 2001/03/11  18:15:44
42110         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
42111      Branch: perlio
42112            ! sv.c
42113 ____________________________________________________________________________
42114 [  9103] By: nick                                  on 2001/03/11  18:03:28
42115         Log: Integrate mainline (for regexp stuff).
42116      Branch: perlio
42117           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
42118           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
42119           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
42120           !> t/lib/errno.t t/op/pat.t
42121 ____________________________________________________________________________
42122 [  9102] By: nick                                  on 2001/03/11  17:44:20
42123         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
42124              - exclude layer syms in makedef.pl for sfio
42125              - also inhibit Encode from trying to build ":encode()" layer.
42126      Branch: perlio
42127            ! ext/Encode/Encode.xs makedef.pl
42128 ____________________________________________________________________________
42129 [  9101] By: jhi                                   on 2001/03/10  22:38:13
42130         Log: The $Is_MacOS needs to be declared.
42131      Branch: perl
42132            ! lib/ExtUtils/Manifest.pm
42133 ____________________________________________________________________________
42134 [  9100] By: jhi                                   on 2001/03/10  22:14:29
42135         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
42136              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
42137              pollute the symbolspace if using sfio.
42138      Branch: perl
42139            ! ext/Encode/Encode.xs
42140 ____________________________________________________________________________
42141 [  9099] By: jhi                                   on 2001/03/10  21:58:48
42142         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
42143              Date: Sat, 10 Mar 2001 14:23:55 -0500
42144              From: Chris Nandor <pudge@pobox.com>
42145              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
42146      Branch: perl
42147            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
42148            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
42149            ! t/lib/errno.t
42150 ____________________________________________________________________________
42151 [  9098] By: jhi                                   on 2001/03/10  21:38:30
42152         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
42153      Branch: perl
42154            ! regcomp.c regexec.c t/op/pat.t
42155 ____________________________________________________________________________
42156 [  9097] By: jhi                                   on 2001/03/10  14:38:07
42157         Log: Integrate perlio.
42158      Branch: perl
42159           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
42160           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
42161           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
42162 ____________________________________________________________________________
42163 [  9096] By: nick                                  on 2001/03/10  11:55:43
42164         Log: EBCDIC sanity - phase I
42165              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
42166              - use utf8n_xxxx (c.f. pvn) for forms which take length.
42167              - back out vN.N and $^V exceptions to e2a/a2e
42168              - make "locale" isxxx macros be uvchr (may be redundant?)
42169              
42170              Not clear yet that toUPPER_uni et. al. return being handled correctly.
42171              The tr// and rexexp stuff still needs an audit, assumption is they are working
42172              in Unicode space.
42173              
42174              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
42175      Branch: perlio
42176            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
42177            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
42178            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
42179 ____________________________________________________________________________
42180 [  9095] By: jhi                                   on 2001/03/09  22:10:01
42181         Log: Integrate perlio.
42182      Branch: perl
42183           !> dump.c
42184 ____________________________________________________________________________
42185 [  9094] By: nick                                  on 2001/03/09  17:36:38
42186         Log: Builds an passes all tests after integrate and this tweak.
42187      Branch: perlio
42188            ! dump.c
42189 ____________________________________________________________________________
42190 [  9093] By: nick                                  on 2001/03/09  17:16:03
42191         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
42192      Branch: perlio
42193           +> lib/unicode/Scripts.txt t/lib/sigaction.t
42194           !> (integrate 79 files)
42195 ____________________________________________________________________________
42196 [  9092] By: jhi                                   on 2001/03/09  15:28:26
42197         Log: Update Changes.
42198      Branch: perl
42199            ! Changes patchlevel.h
42200 ____________________________________________________________________________
42201 [  9091] By: jhi                                   on 2001/03/09  15:25:05
42202         Log: In op/stat #35 better to scan all the potential directories
42203              for setuids, not just the first one.
42204      Branch: perl
42205            ! t/op/stat.t
42206 ____________________________________________________________________________
42207 [  9090] By: jhi                                   on 2001/03/09  15:01:27
42208         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
42209              From: rspier@pobox.com (Robert Spier)
42210              Date: Fri, 9 Mar 2001 03:30:20 -0500
42211              Message-ID: <15016.38044.381174.160189@rls.cx>
42212              
42213              EXISTS() returning undef mistakenly triggered a FETCH().
42214      Branch: perl
42215            ! hv.c
42216 ____________________________________________________________________________
42217 [  9089] By: jhi                                   on 2001/03/09  14:59:02
42218         Log: Add /sbin and /usr/sbin to the list of directories scanned
42219              for setuid programs.  Takes care of bug id 20010309.003.
42220      Branch: perl
42221            ! t/op/stat.t
42222 ____________________________________________________________________________
42223 [  9088] By: jhi                                   on 2001/03/09  14:48:32
42224         Log: Regen perlapi, perltoc.
42225      Branch: perl
42226            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
42227 ____________________________________________________________________________
42228 [  9087] By: jhi                                   on 2001/03/09  14:38:56
42229         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
42230              From: David Mitchell <davem@fdgroup.co.uk>
42231              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
42232              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
42233      Branch: perl
42234            ! dump.c perl.c perl.h pod/perlrun.pod
42235 ____________________________________________________________________________
42236 [  9086] By: jhi                                   on 2001/03/09  01:47:16
42237         Log: A modified version of
42238              
42239              Subject: [ID 20010307.005] POSIX::sigaction has various problems
42240              From: anders@broadcom.com
42241              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
42242              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
42243              
42244              Currently the sigaction.t test #6 fails (and is fudged to look
42245              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
42246              This may well be a genuine bug in Linux sigaction() (since at
42247              least Tru64, Solaris, and HP-UX disagree with Linux).
42248              Anyone with POSIX / SUSv2 tome handy?  The problem is that
42249              the flags of the oldaction don't match with the flags in
42250              the previously installed disposition.
42251      Branch: perl
42252            + t/lib/sigaction.t
42253            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
42254 ____________________________________________________________________________
42255 [  9085] By: jhi                                   on 2001/03/09  01:30:13
42256         Log: Subject: Re: mission impossible for the day
42257              From: Alex Gough <alex@rcon.org>
42258              Date: Thu, 08 Mar 2001 17:18:19 +0000
42259              Message-ID: <3AA7BEDB.8070409@rcon.org>
42260              
42261              If references (are overloaded) and can be directly stringified,
42262              show that instead of "stringified".
42263              
42264              (The problem, infinite mutual recursion caused by overloaded bool
42265              in Switch.pm, tracked by David Mitchell)
42266      Branch: perl
42267            ! lib/Carp/Heavy.pm
42268 ____________________________________________________________________________
42269 [  9084] By: jhi                                   on 2001/03/09  01:20:39
42270         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
42271              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
42272              From: David Mitchell <davem@fdgroup.co.uk>
42273              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
42274      Branch: perl
42275            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
42276            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
42277 ____________________________________________________________________________
42278 [  9083] By: jhi                                   on 2001/03/09  01:16:51
42279         Log: Subject: [PATCH] perldata.pod here-doc docs
42280              From: Jeff Pinyan <jeffp@crusoe.net>
42281              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
42282              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
42283      Branch: perl
42284            ! pod/perldata.pod
42285 ____________________________________________________________________________
42286 [  9082] By: jhi                                   on 2001/03/09  01:01:27
42287         Log: Subject: Re: Unicode/EBCDIC
42288              From: Peter Prymmer <pvhp@forte.com>
42289              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
42290              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
42291      Branch: perl
42292            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
42293 ____________________________________________________________________________
42294 [  9081] By: jhi                                   on 2001/03/08  13:41:30
42295         Log: Subject: Ooops, wrong 'no *POSIX' Patch
42296              From: Dorner Thomas <Thomas.Dorner@start.de>
42297              Date: Thu, 8 Mar 2001 08:43:28 +0100
42298              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
42299      Branch: perl
42300            ! hints/posix-bc.sh
42301 ____________________________________________________________________________
42302 [  9080] By: jhi                                   on 2001/03/08  13:11:42
42303         Log: It's Scripts.txt, not Script.txt.
42304      Branch: perl
42305            ! MANIFEST
42306 ____________________________________________________________________________
42307 [  9079] By: jhi                                   on 2001/03/08  12:59:05
42308         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
42309              From: Dorner Thomas <Thomas.Dorner@start.de>
42310              Date: Wed, 7 Mar 2001 14:13:31 +0100
42311              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
42312      Branch: perl
42313            ! makedepend.SH
42314 ____________________________________________________________________________
42315 [  9078] By: jhi                                   on 2001/03/08  12:57:43
42316         Log: Retract #9069, wrong patch.
42317      Branch: perl
42318            ! Makefile.SH
42319 ____________________________________________________________________________
42320 [  9077] By: jhi                                   on 2001/03/08  01:06:13
42321         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
42322      Branch: perl
42323            + lib/unicode/Scripts.txt
42324            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
42325            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
42326            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
42327            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42328            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
42329            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
42330            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
42331            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
42332            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
42333            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
42334            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
42335            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
42336            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
42337            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
42338            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
42339            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
42340            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
42341            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
42342            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
42343            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
42344            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
42345            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
42346            ! lib/unicode/version
42347 ____________________________________________________________________________
42348 [  9076] By: jhi                                   on 2001/03/07  22:59:39
42349         Log: Integrate change #7784 from mainline into maintperl.
42350              
42351              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
42352      Branch: maint-5.6/perl
42353           !> pp_ctl.c t/op/pat.t
42354 ____________________________________________________________________________
42355 [  9075] By: jhi                                   on 2001/03/07  22:05:11
42356         Log: More UTF-8 test tweaks.
42357      Branch: perl
42358            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
42359 ____________________________________________________________________________
42360 [  9074] By: nick                                  on 2001/03/07  21:39:29
42361         Log: Integrate mainline.
42362      Branch: perlio
42363           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
42364           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
42365           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
42366           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
42367           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
42368 ____________________________________________________________________________
42369 [  9073] By: jhi                                   on 2001/03/07  16:37:09
42370         Log: Update Changes.
42371      Branch: perl
42372            ! Changes patchlevel.h
42373 ____________________________________________________________________________
42374 [  9072] By: jhi                                   on 2001/03/07  16:32:30
42375         Log: Subject: [ID 20010306.004] || != named unary operator
42376              From: abela@geneanet.org
42377              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
42378              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
42379      Branch: perl
42380            ! pod/perlop.pod
42381 ____________________________________________________________________________
42382 [  9071] By: jhi                                   on 2001/03/07  15:14:11
42383         Log: Subject: downgrading to bytes for common functions
42384              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
42385              Date: Wed, 7 Mar 2001 02:36:55 -0500
42386              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
42387      Branch: perl
42388            ! pp_sys.c
42389 ____________________________________________________________________________
42390 [  9070] By: jhi                                   on 2001/03/07  15:04:58
42391         Log: Clarify the description differentiating for and while; inspired by
42392              
42393              Subject: [ID 20010306.002] for/while difference in for definition
42394              From: abela@geneanet.org
42395              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
42396              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
42397      Branch: perl
42398            ! pod/perlsyn.pod
42399 ____________________________________________________________________________
42400 [  9069] By: jhi                                   on 2001/03/07  14:55:30
42401         Log: (Retracted by #9078.)
42402      Branch: perl
42403            ! Makefile.SH
42404 ____________________________________________________________________________
42405 [  9068] By: jhi                                   on 2001/03/07  14:51:17
42406         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
42407              From: Radu Greab <radu@netsoft.ro>
42408              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
42409              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
42410      Branch: perl
42411            ! pp.c t/op/chop.t
42412 ____________________________________________________________________________
42413 [  9067] By: jhi                                   on 2001/03/07  14:48:57
42414         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42415              From: Simon Cozens <simon@netthink.co.uk>
42416              Date: Wed, 7 Mar 2001 13:59:28 +0000
42417              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
42418              
42419              In order to allow MakeMaker to build correct Makefiles,
42420              you need to change the order of the arguments in MM_Unix.pm
42421              as well. (Unless you have C89_CCMODE set, but we're trying
42422              to be POSIXly correct)
42423              
42424              Thanks to Merijn Broeren for tracking this down.
42425      Branch: perl
42426            ! lib/ExtUtils/MM_Unix.pm
42427 ____________________________________________________________________________
42428 [  9066] By: jhi                                   on 2001/03/07  14:30:02
42429         Log: Floating point too messy.
42430      Branch: perl
42431            ! t/camel-III/vstring.t
42432 ____________________________________________________________________________
42433 [  9065] By: jhi                                   on 2001/03/07  14:17:44
42434         Log: Integrate change #9064 from maintperl into mainline.
42435              
42436              fix memory leak in pack("Bb",...)
42437      Branch: perl
42438           !> perl.c
42439 ____________________________________________________________________________
42440 [  9064] By: gsar                                  on 2001/03/07  06:29:24
42441         Log: fix memory leak in pack("Bb",...)
42442      Branch: maint-5.6/perl
42443            ! perl.c
42444 ____________________________________________________________________________
42445 [  9063] By: jhi                                   on 2001/03/07  00:55:04
42446         Log: Major utf8 test reorganisation and rewrite.
42447              Hopefully no tests were lost in the shuffle.
42448              (The beginning of pragma/utf8 was lost intentionally,
42449              the tests were rather bogus and incomplete.)
42450      Branch: perl
42451            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
42452            ! t/pragma/utf8.t
42453 ____________________________________________________________________________
42454 [  9062] By: jhi                                   on 2001/03/07  00:41:16
42455         Log: More tweakage on the Unicode character class descriptions.
42456      Branch: perl
42457            ! lib/unicode/mktables.PL pod/perlretut.pod
42458 ____________________________________________________________________________
42459 [  9061] By: jhi                                   on 2001/03/06  23:12:38
42460         Log: The perlretut was still talking about the old \p and \P
42461              definitions.
42462      Branch: perl
42463            ! pod/perlretut.pod
42464 ____________________________________________________________________________
42465 [  9060] By: nick                                  on 2001/03/06  20:52:37
42466         Log: Integrate mainline (make test works again now).
42467      Branch: perlio
42468           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
42469 ____________________________________________________________________________
42470 [  9059] By: jhi                                   on 2001/03/06  15:36:14
42471         Log: 0.999... does equal 1.0, doesn't it?
42472      Branch: perl
42473            ! t/camel-III/vstring.t
42474 ____________________________________________________________________________
42475 [  9058] By: jhi                                   on 2001/03/06  15:34:00
42476         Log: Make /x{abcd}/ to work without use utf8.
42477      Branch: perl
42478            ! regcomp.c
42479 ____________________________________________________________________________
42480 [  9057] By: jhi                                   on 2001/03/06  03:02:36
42481         Log: Easier to outcomment all the three reset() tests for now.
42482      Branch: perl
42483            ! t/op/pat.t
42484 ____________________________________________________________________________
42485 [  9056] By: jhi                                   on 2001/03/06  02:30:02
42486         Log: Comment out the deadly reset; until the 20010301.005
42487              is finally fixed.
42488      Branch: perl
42489            ! t/op/pat.t
42490 ____________________________________________________________________________
42491 [  9055] By: jhi                                   on 2001/03/06  02:21:26
42492         Log: Integrate the change #9054 from mainline:
42493              retract the PMOP cleanup patch pending further investigation.
42494      Branch: maint-5.6/perl
42495           !> op.c op.h
42496 ____________________________________________________________________________
42497 [  9054] By: jhi                                   on 2001/03/06  02:19:57
42498         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
42499              with oddly familiar stack traces.
42500      Branch: perl
42501            ! op.c op.h
42502 ____________________________________________________________________________
42503 [  9053] By: jhi                                   on 2001/03/05  23:20:28
42504         Log: Integrate perlio.
42505      Branch: perl
42506           +> ext/Encode/Encode/koi8-r.ucm
42507           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
42508           !> makedef.pl
42509 ____________________________________________________________________________
42510 [  9052] By: nick                                  on 2001/03/05  23:08:17
42511         Log: skipping USE_PERLIO symbols correction.
42512      Branch: perlio
42513            ! makedef.pl
42514 ____________________________________________________________________________
42515 [  9051] By: nick                                  on 2001/03/05  22:35:07
42516         Log: More Encode alias tidying.
42517      Branch: perlio
42518            + ext/Encode/Encode/koi8-r.ucm
42519            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
42520 ____________________________________________________________________________
42521 [  9050] By: jhi                                   on 2001/03/05  21:44:29
42522         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
42523              Sarathy's fix for ID 20010301.005.
42524      Branch: maint-5.6/perl
42525           !> op.c op.h
42526 ____________________________________________________________________________
42527 [  9049] By: nick                                  on 2001/03/05  19:54:04
42528         Log: Integrate Jarkko's Encode.pm tweak.
42529      Branch: perlio
42530           !> ext/Encode/Encode.pm
42531 ____________________________________________________________________________
42532 [  9048] By: nick                                  on 2001/03/05  19:47:57
42533         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
42534      Branch: perlio
42535           +> os2/os2add.sym
42536           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
42537           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
42538           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
42539           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
42540           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
42541 ____________________________________________________________________________
42542 [  9047] By: jhi                                   on 2001/03/05  19:25:26
42543         Log: Regen perlapi.
42544      Branch: perl
42545            ! pod/perlapi.pod
42546 ____________________________________________________________________________
42547 [  9046] By: jhi                                   on 2001/03/05  19:12:14
42548         Log: Integrate perlio.
42549      Branch: perl
42550           +> t/camel-III/vstring.t
42551           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
42552 ____________________________________________________________________________
42553 [  9045] By: jhi                                   on 2001/03/05  19:10:36
42554         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
42555      Branch: perl
42556            ! ext/Encode/Encode.pm
42557 ____________________________________________________________________________
42558 [  9044] By: jhi                                   on 2001/03/05  18:49:12
42559         Log: Forgot the other half of the PMOP patch (#9033).
42560      Branch: perl
42561            ! op.h
42562 ____________________________________________________________________________
42563 [  9043] By: nick                                  on 2001/03/05  18:14:47
42564         Log: Update MANIFEST for new test.
42565      Branch: perlio
42566            ! MANIFEST
42567 ____________________________________________________________________________
42568 [  9042] By: nick                                  on 2001/03/05  18:12:41
42569         Log: Some tests for Camel 3rd edition features.
42570              Make gethostbyaddr() test in above work.
42571      Branch: perlio
42572            + t/camel-III/vstring.t
42573            ! pp.h pp_sys.c t/TEST t/harness
42574 ____________________________________________________________________________
42575 [  9041] By: jhi                                   on 2001/03/05  17:41:48
42576         Log: Add more ISO 8859 encoding aliases.
42577      Branch: perl
42578            ! ext/Encode/Encode.pm
42579 ____________________________________________________________________________
42580 [  9040] By: jhi                                   on 2001/03/05  17:30:43
42581         Log: Integrate perlio.
42582      Branch: perl
42583           !> MANIFEST sv.c
42584 ____________________________________________________________________________
42585 [  9039] By: nick                                  on 2001/03/05  17:11:36
42586         Log: Missed added file.
42587      Branch: perlio
42588            ! MANIFEST
42589 ____________________________________________________________________________
42590 [  9038] By: jhi                                   on 2001/03/05  15:58:01
42591         Log: Add tr tests for EBCDIC, from Karsten Sperling.
42592      Branch: perl
42593            ! t/op/tr.t
42594 ____________________________________________________________________________
42595 [  9037] By: nick                                  on 2001/03/05  15:56:35
42596         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
42597              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
42598              
42599              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
42600              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
42601              - uses SvPV() rather than sv_2pv() in case it isn't a string.
42602      Branch: perlio
42603            ! sv.c
42604 ____________________________________________________________________________
42605 [  9036] By: jhi                                   on 2001/03/05  15:49:15
42606         Log: Add matching tests currently failing in EBCDIC,
42607              suggested by Karsten Sperling.
42608      Branch: perl
42609            ! t/op/pat.t
42610 ____________________________________________________________________________
42611 [  9035] By: jhi                                   on 2001/03/05  15:36:55
42612         Log: The #9034 needs a MANIFESTation.
42613      Branch: perl
42614            ! MANIFEST
42615 ____________________________________________________________________________
42616 [  9034] By: jhi                                   on 2001/03/05  15:35:14
42617         Log: Integrate perlio.
42618      Branch: perl
42619           +> ext/Encode/Encode/Tcl.pm
42620           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
42621           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
42622           !> ext/Encode/Encode/iso8859-1.ucm
42623           !> ext/Encode/Encode/iso8859-10.ucm
42624           !> ext/Encode/Encode/iso8859-13.ucm
42625           !> ext/Encode/Encode/iso8859-14.ucm
42626           !> ext/Encode/Encode/iso8859-15.ucm
42627           !> ext/Encode/Encode/iso8859-16.ucm
42628           !> ext/Encode/Encode/iso8859-2.ucm
42629           !> ext/Encode/Encode/iso8859-3.ucm
42630           !> ext/Encode/Encode/iso8859-4.ucm
42631           !> ext/Encode/Encode/iso8859-5.ucm
42632           !> ext/Encode/Encode/iso8859-6.ucm
42633           !> ext/Encode/Encode/iso8859-7.ucm
42634           !> ext/Encode/Encode/iso8859-8.ucm
42635           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
42636           !> t/lib/encode.t
42637 ____________________________________________________________________________
42638 [  9033] By: jhi                                   on 2001/03/05  15:33:18
42639         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
42640              From: Gurusamy Sarathy <gsar@ActiveState.com>
42641              Date: Sun, 04 Mar 2001 22:33:15 -0800
42642              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
42643              
42644              PMOPs need to remember their own stash so that they can
42645              gracefully remove themselves from their linked list.
42646      Branch: perl
42647            ! op.c
42648 ____________________________________________________________________________
42649 [  9032] By: nick                                  on 2001/03/05  14:51:50
42650         Log: Encode implementation "completion"
42651              Implement and document define_encoding()
42652              Implement and document encoding aliases including define_alias()
42653              Make Encode::XS use define_encoding() rather than back-door.
42654              Move run-time *.enc to separate Encode::Tcl module.
42655              Make 'compile' honour <codeset_name>
42656              Change canonical names of to iso-8859-* and US-ascii.
42657      Branch: perlio
42658            + ext/Encode/Encode/Tcl.pm
42659            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
42660            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
42661            ! ext/Encode/Encode/iso8859-1.ucm
42662            ! ext/Encode/Encode/iso8859-10.ucm
42663            ! ext/Encode/Encode/iso8859-13.ucm
42664            ! ext/Encode/Encode/iso8859-14.ucm
42665            ! ext/Encode/Encode/iso8859-15.ucm
42666            ! ext/Encode/Encode/iso8859-16.ucm
42667            ! ext/Encode/Encode/iso8859-2.ucm
42668            ! ext/Encode/Encode/iso8859-3.ucm
42669            ! ext/Encode/Encode/iso8859-4.ucm
42670            ! ext/Encode/Encode/iso8859-5.ucm
42671            ! ext/Encode/Encode/iso8859-6.ucm
42672            ! ext/Encode/Encode/iso8859-7.ucm
42673            ! ext/Encode/Encode/iso8859-8.ucm
42674            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
42675            ! t/lib/encode.t
42676 ____________________________________________________________________________
42677 [  9031] By: jhi                                   on 2001/03/05  13:51:17
42678         Log: Integrate change #9030 from maintperl into mainline.
42679              
42680              Subject: [PATCH 5.6.1] OS/2 cleanup
42681      Branch: perl
42682           +> os2/os2add.sym
42683           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42684           !> makedef.pl os2/Changes os2/Makefile.SHs
42685           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
42686           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
42687           !> os2/os2.sym os2/os2ish.h
42688 ____________________________________________________________________________
42689 [  9030] By: jhi                                   on 2001/03/05  13:46:49
42690         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
42691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42692              Date: Mon, 5 Mar 2001 02:29:44 -0500
42693              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
42694      Branch: maint-5.6/perl
42695            + os2/os2add.sym
42696            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42697            ! makedef.pl os2/Changes os2/Makefile.SHs
42698            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
42699            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
42700            ! os2/os2.sym os2/os2ish.h
42701 ____________________________________________________________________________
42702 [  9029] By: jhi                                   on 2001/03/05  13:40:35
42703         Log: Integrate change #9028 from maintperl into mainline.
42704              
42705              various nits in MM_Unix.pm found by disabling SelfLoader
42706      Branch: perl
42707           !> lib/ExtUtils/MM_Unix.pm
42708 ____________________________________________________________________________
42709 [  9028] By: gsar                                  on 2001/03/05  09:58:38
42710         Log: various nits in MM_Unix.pm found by disabling SelfLoader
42711      Branch: maint-5.6/perl
42712            ! lib/ExtUtils/MM_Unix.pm
42713 ____________________________________________________________________________
42714 [  9027] By: nick                                  on 2001/03/05  08:35:22
42715         Log: Integrate mainline
42716      Branch: perlio
42717           !> (integrate 28 files)
42718 ____________________________________________________________________________
42719 [  9026] By: jhi                                   on 2001/03/05  02:14:59
42720         Log: Integrate change #9025 from mainline to maintperl,
42721              retract \N{U+HHHH}.
42722      Branch: maint-5.6/perl
42723           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42724           !> t/lib/charnames.t toke.c
42725 ____________________________________________________________________________
42726 [  9025] By: jhi                                   on 2001/03/05  02:13:09
42727         Log: Retracting \N{U+HHHH}.
42728      Branch: perl
42729            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42730            ! t/lib/charnames.t toke.c
42731 ____________________________________________________________________________
42732 [  9024] By: jhi                                   on 2001/03/04  20:51:07
42733         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
42734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42735              Date: Fri, 02 Mar 2001 18:25:26 +0100
42736              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
42737              
42738              Casting problem.
42739      Branch: perl
42740            ! ext/Storable/Storable.xs
42741 ____________________________________________________________________________
42742 [  9023] By: jhi                                   on 2001/03/04  19:46:45
42743         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
42744              From: nick@talking.bollo.cx
42745              Date: Sat, 03 Mar 2001 21:41:33 +0000
42746              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
42747              
42748              Revert the workaround.
42749      Branch: perl
42750            ! perlio.c
42751 ____________________________________________________________________________
42752 [  9022] By: jhi                                   on 2001/03/04  19:36:28
42753         Log: Update Changes.
42754      Branch: perl
42755            ! Changes patchlevel.h
42756 ____________________________________________________________________________
42757 [  9021] By: jhi                                   on 2001/03/04  18:41:00
42758         Log: makedef.pl updates suggested by Chris Nandor; double-checking
42759              the changes in AIX, OS/2 Win32 would be nice.
42760      Branch: perl
42761            ! makedef.pl
42762 ____________________________________________________________________________
42763 [  9020] By: jhi                                   on 2001/03/04  18:23:58
42764         Log: Integrate change #9012 from maintperl into mainline,
42765              quench a compiler warning.
42766      Branch: perl
42767           !> toke.c
42768 ____________________________________________________________________________
42769 [  9019] By: jhi                                   on 2001/03/04  18:18:43
42770         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
42771              
42772              \N{U+HHHH} fix.
42773              
42774              pattern in G_ARRAY context
42775      Branch: maint-5.6/perl
42776           !> pp_hot.c t/op/pat.t toke.c
42777 ____________________________________________________________________________
42778 [  9018] By: jhi                                   on 2001/03/04  18:07:48
42779         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
42780              From: Jeff Pinyan <jeffp@crusoe.net>
42781              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
42782              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
42783      Branch: perl
42784            ! pp_hot.c t/op/pat.t
42785 ____________________________________________________________________________
42786 [  9017] By: jhi                                   on 2001/03/04  18:06:21
42787         Log: I thought I tested the #9014.
42788      Branch: perl
42789            ! toke.c
42790 ____________________________________________________________________________
42791 [  9016] By: jhi                                   on 2001/03/04  17:41:22
42792         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
42793              
42794              Tweak the get*ent() OS/2 prototypes.
42795              
42796              Add the \N{U+HHHH} syntax.
42797              
42798              More tr/// UTF-8 fixes from Inaba Hiroto.
42799      Branch: maint-5.6/perl
42800           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
42801           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
42802 ____________________________________________________________________________
42803 [  9015] By: jhi                                   on 2001/03/04  17:36:04
42804         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
42805      Branch: perl
42806            ! doop.c t/op/tr.t
42807 ____________________________________________________________________________
42808 [  9014] By: jhi                                   on 2001/03/04  17:24:49
42809         Log: Add the \N{U+HHHH} syntax.
42810      Branch: perl
42811            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42812            ! t/lib/charnames.t toke.c
42813 ____________________________________________________________________________
42814 [  9013] By: jhi                                   on 2001/03/04  17:20:45
42815         Log: Tweak the get*ent() OS/2 prototypes.
42816      Branch: perl
42817            ! os2/os2.c
42818 ____________________________________________________________________________
42819 [  9012] By: gsar                                  on 2001/03/04  06:26:14
42820         Log: avoid warning (nit in change#9009)
42821      Branch: maint-5.6/perl
42822            ! toke.c
42823 ____________________________________________________________________________
42824 [  9011] By: gsar                                  on 2001/03/04  06:15:24
42825         Log: lib/charnames.t fails in 5.6.x because of older Unicode
42826              data
42827              
42828              TODO: need to revisit this after updating lib/unicode/...
42829      Branch: maint-5.6/perl
42830            ! t/lib/charnames.t
42831 ____________________________________________________________________________
42832 [  9010] By: gsar                                  on 2001/03/04  06:08:36
42833         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
42834      Branch: maint-5.6/perl
42835            ! toke.c
42836 ____________________________________________________________________________
42837 [  9009] By: jhi                                   on 2001/03/03  19:27:20
42838         Log: Integrate change #9008 from mainline to maintperl,
42839              UTF-8 tr/// fixes from Inaba Hiroto.
42840      Branch: maint-5.6/perl
42841           !> doop.c op.c t/op/tr.t toke.c
42842 ____________________________________________________________________________
42843 [  9008] By: jhi                                   on 2001/03/03  19:19:42
42844         Log: UTF8 tr/// fixes from Inaba Hiroto.
42845      Branch: perl
42846            ! doop.c op.c t/op/tr.t toke.c
42847 ____________________________________________________________________________
42848 [  9007] By: jhi                                   on 2001/03/03  19:00:30
42849         Log: Integrate change #9006 from maintperl to mainline,
42850              more robust quest for the infinite.
42851      Branch: perl
42852           !> lib/Math/Complex.pm
42853 ____________________________________________________________________________
42854 [  9006] By: jhi                                   on 2001/03/03  18:58:06
42855         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
42856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42857              Date: Sat, 3 Mar 2001 12:51:50 -0500
42858              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
42859              
42860              Be more robust in our quest for the infinite.
42861      Branch: maint-5.6/perl
42862            ! lib/Math/Complex.pm
42863 ____________________________________________________________________________
42864 [  9005] By: jhi                                   on 2001/03/03  17:55:50
42865         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
42866      Branch: maint-5.6/perl
42867            ! doio.c
42868 ____________________________________________________________________________
42869 [  9004] By: jhi                                   on 2001/03/03  17:40:14
42870         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
42871              so that picky compilers like IRIX won't get huffy about
42872              "statements without effect" (like 1;).
42873      Branch: perl
42874            ! toke.c
42875 ____________________________________________________________________________
42876 [  9003] By: jhi                                   on 2001/03/03  17:15:52
42877         Log: Integrate change #9002 from mainline to maintperl.
42878              
42879              Subject: [perl-5.6.x, perl-current] accept for EPOC
42880      Branch: maint-5.6/perl
42881           !> pp_sys.c
42882 ____________________________________________________________________________
42883 [  9002] By: jhi                                   on 2001/03/03  17:14:30
42884         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
42885              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42886              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
42887              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
42888      Branch: perl
42889            ! pp_sys.c
42890 ____________________________________________________________________________
42891 [  9001] By: jhi                                   on 2001/03/03  17:13:13
42892         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
42893              From: "Craig A. Berry" <craigberry@mac.com>
42894              Date: Fri, 02 Mar 2001 17:44:40 -0600
42895              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
42896      Branch: perl
42897            ! t/pod/find.t
42898 ____________________________________________________________________________
42899 [  9000] By: jhi                                   on 2001/03/03  17:11:55
42900         Log: Integrate changes #8997,8999 from maintperl.
42901              
42902              Subject: [PATCH 5.6.1] compiling on OS/2
42903              (Better error message from hints/os2.sh)
42904              
42905              Subject: [PATCH 5.6.1] syslog.t
42906      Branch: perl
42907           !> hints/os2.sh t/lib/syslog.t
42908 ____________________________________________________________________________
42909 [  8999] By: jhi                                   on 2001/03/03  17:09:28
42910         Log: Subject: [PATCH 5.6.1] syslog.t
42911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42912              Date: Sat, 3 Mar 2001 02:11:17 -0500
42913              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
42914      Branch: maint-5.6/perl
42915            ! t/lib/syslog.t
42916 ____________________________________________________________________________
42917 [  8998] By: jhi                                   on 2001/03/03  17:07:50
42918         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
42919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42920              Date: Sat, 3 Mar 2001 01:53:52 -0500
42921              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
42922      Branch: maint-5.6/perl
42923            ! opcode.pl os2/os2.c
42924 ____________________________________________________________________________
42925 [  8997] By: jhi                                   on 2001/03/03  17:03:30
42926         Log: Subject: [PATCH 5.6.1] compiling on OS/2
42927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42928              Date: Sat, 3 Mar 2001 01:59:59 -0500
42929              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
42930      Branch: maint-5.6/perl
42931            ! hints/os2.sh
42932 ____________________________________________________________________________
42933 [  8996] By: jhi                                   on 2001/03/03  00:55:58
42934         Log: Regen files for mainline.
42935      Branch: perl
42936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42937            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
42938 ____________________________________________________________________________
42939 [  8995] By: jhi                                   on 2001/03/03  00:35:22
42940         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
42941              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
42942              to maintperl.
42943              
42944              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
42945              
42946              Add Configure option -Dmksymlinks which will create a symlink
42947              forest if the current/build differs from the source directory.
42948              (8218,8220,8221,8317,8318,8971)
42949              
42950              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
42951              (Document APPLLIB_EXP in INSTALL.)
42952              
42953              If running byacc write-enable also perly.h.
42954              
42955              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
42956              
42957              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
42958              
42959              Sanity check for conflicting thread flavours.
42960              
42961              Fix the sys/fcntl.h problem reported by Peter Prymmer.
42962              
42963              Add few CPUs/architectures to the Cppsym scan,
42964              add -perlio to archname if so selected (modified 8890)
42965              
42966              Be more helpful for devel builders, suggested by John L. Allen.
42967              (admittedly pointless change for maintperl, but the usedevel
42968              code is there already)
42969      Branch: maint-5.6/perl
42970           !> Configure INSTALL Makefile.SH Porting/Glossary
42971           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
42972           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
42973           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
42974           !> win32/config.bc win32/config.gc win32/config.vc
42975 ____________________________________________________________________________
42976 [  8994] By: jhi                                   on 2001/03/02  23:31:41
42977         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
42978      Branch: metaconfig/U/perl
42979            ! gccvers.U
42980 ____________________________________________________________________________
42981 [  8993] By: jhi                                   on 2001/03/02  23:22:12
42982         Log: Regenerate various files for maint.
42983      Branch: maint-5.6/perl
42984            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
42985            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
42986 ____________________________________________________________________________
42987 [  8992] By: alanbur                               on 2001/03/02  22:48:34
42988         Log: Resync wuth parent
42989      Branch: maint-5.6/pureperl
42990           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
42991           !> (integrate 60 files)
42992 ____________________________________________________________________________
42993 [  8991] By: jhi                                   on 2001/03/02  21:00:08
42994         Log: Retract the #8742 part of #8986, backward compat.
42995      Branch: maint-5.6/perl
42996            ! embed.pl
42997 ____________________________________________________________________________
42998 [  8990] By: jhi                                   on 2001/03/02  20:40:07
42999         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
43000      Branch: maint-5.6/perl
43001            ! hv.c
43002 ____________________________________________________________________________
43003 [  8989] By: jhi                                   on 2001/03/02  19:59:56
43004         Log: Update Changes.
43005      Branch: perl
43006            ! Changes patchlevel.h
43007 ____________________________________________________________________________
43008 [  8988] By: jhi                                   on 2001/03/02  19:57:08
43009         Log: Integrate perlio.
43010      Branch: perl
43011           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43012           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43013           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43014           !> ext/Encode/Encode/iso8859-10.ucm
43015           !> ext/Encode/Encode/iso8859-13.ucm
43016           !> ext/Encode/Encode/iso8859-14.ucm
43017           !> ext/Encode/Encode/iso8859-15.ucm
43018           !> ext/Encode/Encode/iso8859-16.ucm
43019           !> ext/Encode/Encode/iso8859-2.ucm
43020           !> ext/Encode/Encode/iso8859-3.ucm
43021           !> ext/Encode/Encode/iso8859-4.ucm
43022           !> ext/Encode/Encode/iso8859-5.ucm
43023           !> ext/Encode/Encode/iso8859-6.ucm
43024           !> ext/Encode/Encode/iso8859-7.ucm
43025           !> ext/Encode/Encode/iso8859-8.ucm
43026           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43027           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
43028 ____________________________________________________________________________
43029 [  8987] By: jhi                                   on 2001/03/02  19:43:40
43030         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
43031              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
43032              8950,8952,8955 from mainline to maintperl.
43033              
43034              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
43035              
43036              Put to rest the 20010205.001, the email address checking (not) regex.
43037              
43038              fork() not everywhere, cleanup temp files.
43039              
43040              The #8843 wasn't quite right: %Config needs to imported.
43041              
43042              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
43043              (#8849: the glob-basic hunk needed massaging as it depended
43044              on Schwern's large-scale (unintegrated) patches)
43045              
43046              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
43047              
43048              Upgrade to CGI.pm 2.752, from Lincoln Stein.
43049              (Note: there were some conflicts due to EBCDIC and EPOC
43050              patches, in general I preferred the repository code.)
43051              (When 2.753 comes out, we need to synchronize.)
43052              
43053              Subject: [PATCH] fix for charnames above FFFF
43054              
43055              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
43056              
43057              If no sfio, no -lsfio.
43058              
43059              Run run/*.t also in minitest.
43060              
43061              Subject:  [PATCH perl 5.7.0] malloc message address offset
43062              
43063              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
43064              
43065              Subject: fix for parameter -Dm (for perl@8867)
43066              
43067              Subject: [PATCH: perl@8892] was Re: hashing order difference?
43068              (make the test more portable)
43069              
43070              Subject: Re: [PATCH] fix for charnames above FFFF
43071              
43072              Subject: Re: I'm losing the war...
43073              (hv_store() not working correctly in ENV_IS_CASELESS case.)
43074              
43075              Subject: Modified README.bs2000 
43076              
43077              Subject: [PATCH: perl@8935] -Dt padsv($var)
43078              
43079              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
43080              
43081              Subject: PATCH: extra tests to check on negative float to unsigned cast
43082              
43083              Subject: [PATCH] XPUSH[insp] was Re: progress
43084              
43085              Subject: Re: Compile with perlcc..
43086      Branch: maint-5.6/perl
43087           !> (integrate 36 files)
43088 ____________________________________________________________________________
43089 [  8986] By: jhi                                   on 2001/03/02  18:51:25
43090         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
43091              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
43092              to maintperl.
43093              
43094              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
43095              
43096              Subject: [DOC PATCH] overload.pm nits
43097              
43098              Add header for LIB$ prototypes (C. Berry)
43099              
43100              Convert fwrite()s to sockets to write()s, since some socket stacks
43101              don't take kindly to stdio.
43102              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
43103              (for often optional LNMs)
43104              Correct a few typos
43105              (C. Bailey)
43106              
43107              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
43108              
43109              De-cut-and-pasto.
43110              
43111              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
43112              
43113              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
43114              
43115              Upgrade to CPAN 1.59_54, from Andreas König.
43116              
43117              Bogus shebang.
43118              
43119              Subject: [PATCH] Document makepatch in Porting/patching
43120              
43121              UTF-8 documentation.
43122              
43123              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
43124              
43125              Sort the MANIFEST.
43126              
43127              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
43128              
43129              Subject: [PATCH @8807] toke.c cleanup: scan_str()
43130              
43131              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
43132              
43133              Add run/*.t to testables.
43134              
43135              TODO: integrate #8784.
43136      Branch: maint-5.6/perl
43137           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
43138           !> (integrate 28 files)
43139 ____________________________________________________________________________
43140 [  8985] By: nick                                  on 2001/03/02  18:15:45
43141         Log: Integrate mainline
43142      Branch: perlio
43143           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
43144           !> vms/vms.c
43145 ____________________________________________________________________________
43146 [  8984] By: jhi                                   on 2001/03/02  16:00:17
43147         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
43148              
43149              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
43150              5.004_05, and mention the suidperl August 2000 security problem.
43151              (#8978,#8981)
43152              
43153              Subject: [ID 20010301.004] Technically speaking in perldata
43154              
43155              Subject: [PATCH] File::Copy for bleadperl, maintperl
43156              
43157              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
43158              
43159              (The #8982, fix for 20010221.005 and 20010221.008,
43160              would be nice too but it didn't integrate cleanly.)
43161      Branch: maint-5.6/perl
43162           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
43163 ____________________________________________________________________________
43164 [  8983] By: jhi                                   on 2001/03/02  15:51:16
43165         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
43166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43167              Date:     Thu, 1 Mar 2001 15:54:09 EST
43168              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
43169      Branch: perl
43170            ! vms/vms.c
43171 ____________________________________________________________________________
43172 [  8982] By: jhi                                   on 2001/03/02  15:43:31
43173         Log: Subject: Re: sync sync sync: have I missed any patches?
43174              From: Radu Greab <radu@netsoft.ro> 
43175              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
43176              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
43177              
43178              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
43179              was checking argv[0] regardless of whether a different pathname
43180              will actually be executed."  Test case not supplied because 
43181              drafting that, ironically enough, revealed another bug
43182              (or a feature).
43183      Branch: perl
43184            ! doio.c
43185 ____________________________________________________________________________
43186 [  8981] By: jhi                                   on 2001/03/02  15:28:03
43187         Log: Misdate in #8978.
43188      Branch: perl
43189            ! pod/perlfaq1.pod
43190 ____________________________________________________________________________
43191 [  8980] By: jhi                                   on 2001/03/02  15:24:20
43192         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
43193              From: Chris Nandor <pudge@pobox.com>
43194              Date: Wed, 28 Feb 2001 22:10:15 -0500
43195              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
43196      Branch: perl
43197            ! lib/File/Copy.pm
43198 ____________________________________________________________________________
43199 [  8979] By: jhi                                   on 2001/03/02  15:17:16
43200         Log: Subject: [ID 20010301.004] Technically speaking in perldata
43201              From: abela@geneanet.org
43202              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
43203              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
43204      Branch: perl
43205            ! pod/perldata.pod
43206 ____________________________________________________________________________
43207 [  8978] By: jhi                                   on 2001/03/02  15:15:27
43208         Log: Subject: [ID 20010301.003] ref to 5.004
43209              From: abela@geneanet.org
43210              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
43211              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
43212              
43213              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
43214              and mention the suidperl August 2000 security problem.
43215      Branch: perl
43216            ! pod/perlfaq1.pod
43217 ____________________________________________________________________________
43218 [  8977] By: alanbur                               on 2001/03/02  14:17:45
43219         Log: Resynchronised with parent
43220      Branch: maint-5.6/pureperl
43221           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
43222           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
43223           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
43224           !> vms/descrip_mms.template win32/win32.c win32/win32.h
43225           !> win32/win32iop.h
43226 ____________________________________________________________________________
43227 [  8976] By: nick                                  on 2001/03/01  23:25:30
43228         Log: Integrate mainline.
43229      Branch: perlio
43230            - t/op/qu.t
43231           !> (integrate 55 files)
43232 ____________________________________________________________________________
43233 [  8975] By: jhi                                   on 2001/03/01  16:51:34
43234         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
43235      Branch: perl
43236           !> toke.c
43237 ____________________________________________________________________________
43238 [  8974] By: gsar                                  on 2001/03/01  16:28:21
43239         Log: fix for bugid 20010226.008
43240              
43241              the problem was that some of the pointers (PL_last_lop and
43242              PL_last_uni specifically) into the lex buffers weren't correctly
43243              being invalidated when the buffer changed; this would leave the
43244              pointers pointing at an arbitrary location in the buffer if
43245              the buffer didn't need to be reallocated, or point into freed
43246              memory if the buffer had to be realloced
43247              
43248              TODO item for bugdb maintainers: check other seemingly random
43249              parser-related bugs--they might be cured by this
43250      Branch: maint-5.6/perl
43251            ! toke.c
43252 ____________________________________________________________________________
43253 [  8973] By: jhi                                   on 2001/03/01  02:23:25
43254         Log: Retract #8970 because of a completely mysterious core dump:
43255              adding the tests 241..244 causes op/pat dump core at test #25.
43256              The test needs a lot of whittling down before the bug can be solved.
43257      Branch: perl
43258            ! t/op/pat.t
43259 ____________________________________________________________________________
43260 [  8972] By: jhi                                   on 2001/03/01  01:58:38
43261         Log: Regen perlapi.
43262      Branch: perl
43263            ! pod/perlapi.pod
43264 ____________________________________________________________________________
43265 [  8971] By: jhi                                   on 2001/03/01  01:34:09
43266         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))
43267              From: Nicholas Clark <nick@ccl4.org>
43268              Date: Wed, 28 Feb 2001 23:28:49 +0000
43269              Message-ID: <20010228232849.A55187@plum.flirble.org>
43270              
43271              Allow a completely write protected source code tree
43272              when using the Configure -Dmksymlinks.
43273      Branch: perl
43274            ! embed.pl warnings.pl
43275 ____________________________________________________________________________
43276 [  8970] By: jhi                                   on 2001/03/01  01:32:04
43277         Log: Add back the EBCDIC character range tests (for matching).
43278      Branch: perl
43279            ! t/op/pat.t
43280 ____________________________________________________________________________
43281 [  8969] By: nick                                  on 2001/02/28  18:18:01
43282         Log: Add charname comments to .ucm files writen by 'compile',
43283              also order charmaps in those files by source encoding.
43284              regenerate distrubuted .ucm files
43285      Branch: perlio
43286            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43287            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43288            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43289            ! ext/Encode/Encode/iso8859-10.ucm
43290            ! ext/Encode/Encode/iso8859-13.ucm
43291            ! ext/Encode/Encode/iso8859-14.ucm
43292            ! ext/Encode/Encode/iso8859-15.ucm
43293            ! ext/Encode/Encode/iso8859-16.ucm
43294            ! ext/Encode/Encode/iso8859-2.ucm
43295            ! ext/Encode/Encode/iso8859-3.ucm
43296            ! ext/Encode/Encode/iso8859-4.ucm
43297            ! ext/Encode/Encode/iso8859-5.ucm
43298            ! ext/Encode/Encode/iso8859-6.ucm
43299            ! ext/Encode/Encode/iso8859-7.ucm
43300            ! ext/Encode/Encode/iso8859-8.ucm
43301            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43302            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
43303 ____________________________________________________________________________
43304 [  8968] By: jhi                                   on 2001/02/28  16:26:37
43305         Log: Expand usemorebits early if d_casti32 needs to be undefined.
43306      Branch: perl
43307            ! hints/hpux.sh hints/irix_6.sh
43308 ____________________________________________________________________________
43309 [  8967] By: jhi                                   on 2001/02/28  16:22:26
43310         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
43311              retract toke.c/qu parts of #8583, retract #8485, retract
43312              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
43313              op/length.t, and MANIFEST, and delete t/op/qu.t.
43314      Branch: perl
43315            - t/op/qu.t
43316            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
43317            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
43318            ! t/op/length.t toke.c
43319 ____________________________________________________________________________
43320 [  8966] By: jhi                                   on 2001/02/28  15:00:27
43321         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
43322              by not changing from pre-Unicode days into being Unicode-aware.
43323              Sniff.
43324      Branch: perl
43325            ! pp.c t/op/pack.t t/op/qu.t
43326 ____________________________________________________________________________
43327 [  8965] By: jhi                                   on 2001/02/28  14:37:55
43328         Log: Subject: Re: Errors in core PODs
43329              From: Michael Stevens <michael@etla.org> 
43330              Date: Fri, 23 Feb 2001 15:47:56 +0000
43331              Message-ID: <20010223154756.A7723@firedrake.org> 
43332      Branch: perl
43333            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
43334            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
43335            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
43336            ! x2p/a2p.pod
43337 ____________________________________________________________________________
43338 [  8964] By: jhi                                   on 2001/02/28  14:35:35
43339         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
43340              (The #8961 was too bold.)
43341      Branch: perl
43342            ! hints/hpux.sh hints/irix_6.sh
43343 ____________________________________________________________________________
43344 [  8963] By: jhi                                   on 2001/02/28  14:33:39
43345         Log: Subject: Re: sync sync sync: have I missed any patches?
43346              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43347              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
43348              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
43349              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
43350              
43351              Replace djSP with dSP.
43352      Branch: perl
43353            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
43354            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
43355            ! win32/perlhost.h
43356 ____________________________________________________________________________
43357 [  8962] By: jhi                                   on 2001/02/27  23:21:14
43358         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
43359      Branch: perl
43360            ! lib/Filter/Simple.pm
43361 ____________________________________________________________________________
43362 [  8961] By: jhi                                   on 2001/02/27  22:55:26
43363         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
43364              and this would be it.
43365      Branch: perl
43366            ! hints/hpux.sh hints/irix_6.sh
43367 ____________________________________________________________________________
43368 [  8960] By: jhi                                   on 2001/02/27  22:51:33
43369         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
43370              From: "Craig A. Berry" <craigberry@mac.com>
43371              Date: Tue, 27 Feb 2001 16:11:44 -0600
43372              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
43373      Branch: maint-5.6/perl
43374            ! configure.com vms/descrip_mms.template
43375 ____________________________________________________________________________
43376 [  8959] By: jhi                                   on 2001/02/27  22:47:23
43377         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
43378              From: "Craig A. Berry" <craigberry@mac.com>
43379              Date: Tue, 27 Feb 2001 16:11:44 -0600
43380              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
43381      Branch: perl
43382            ! configure.com vms/descrip_mms.template
43383 ____________________________________________________________________________
43384 [  8958] By: jhi                                   on 2001/02/27  15:16:42
43385         Log: Update Changes.
43386      Branch: perl
43387            ! Changes patchlevel.h
43388 ____________________________________________________________________________
43389 [  8957] By: jhi                                   on 2001/02/27  06:15:07
43390         Log: Subject: [5.6.x] EPOC additions
43391              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43392              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
43393              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
43394      Branch: maint-5.6/perl
43395            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
43396 ____________________________________________________________________________
43397 [  8956] By: jhi                                   on 2001/02/27  06:12:11
43398         Log: Subject: [perl-current] EPOC 
43399              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43400              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
43401              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
43402      Branch: perl
43403            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
43404            ! epoc/epocish.c epoc/epocish.h pp_sys.c
43405 ____________________________________________________________________________
43406 [  8955] By: jhi                                   on 2001/02/27  05:59:50
43407         Log: Subject: Re: Compile with perlcc..
43408              From: Edward Peschko <edwardp@excitehome.net>
43409              Date: Mon, 26 Feb 2001 18:51:58 -0800
43410              Message-ID: <20010226185158.A9871@excitehome.net>
43411              
43412              plus add a simple usage message if no arguments given.
43413      Branch: perl
43414            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
43415            ! utils/Makefile utils/perlcc.PL win32/pod.mak
43416 ____________________________________________________________________________
43417 [  8954] By: nick                                  on 2001/02/26  21:02:59
43418         Log: Integrate mainline
43419      Branch: perlio
43420           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
43421           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
43422           !> t/op/sprintf.t
43423 ____________________________________________________________________________
43424 [  8953] By: jhi                                   on 2001/02/26  14:43:54
43425         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
43426              From: Nicholas Clark <nick@ccl4.org>
43427              Date: Mon, 26 Feb 2001 00:42:07 +0000
43428              Message-ID: <20010226004207.F23333@plum.flirble.org>
43429      Branch: perl
43430            ! pp_ctl.c
43431 ____________________________________________________________________________
43432 [  8952] By: jhi                                   on 2001/02/26  14:42:13
43433         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
43434              From: Simon Cozens <simon@netthink.co.uk>
43435              Date: Mon, 26 Feb 2001 12:23:48 +0000
43436              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
43437      Branch: perl
43438            ! pod/perlguts.pod
43439 ____________________________________________________________________________
43440 [  8951] By: jhi                                   on 2001/02/26  14:39:15
43441         Log: Subject: [PATCH] perlio - unknown layer
43442              From: Nicholas Clark <nick@ccl4.org>
43443              Date: Mon, 26 Feb 2001 00:27:19 +0000
43444              Message-ID: <20010226002719.E23333@plum.flirble.org>
43445      Branch: perl
43446            ! perlio.c
43447 ____________________________________________________________________________
43448 [  8950] By: jhi                                   on 2001/02/26  14:38:04
43449         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
43450              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
43451              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
43452              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
43453      Branch: perl
43454            ! t/op/bop.t
43455 ____________________________________________________________________________
43456 [  8949] By: jhi                                   on 2001/02/26  14:37:07
43457         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
43458              From: Peter Prymmer <pvhp@forte.com>
43459              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
43460              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
43461      Branch: perl
43462            ! lib/Test.pm
43463 ____________________________________________________________________________
43464 [  8948] By: jhi                                   on 2001/02/26  14:35:53
43465         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
43466              From: Radu Greab <radu@netsoft.ro>
43467              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
43468              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
43469      Branch: perl
43470            ! pod/perlop.pod
43471 ____________________________________________________________________________
43472 [  8947] By: jhi                                   on 2001/02/26  14:34:46
43473         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
43474              From: David Mitchell <davem@fdgroup.co.uk>
43475              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
43476              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
43477      Branch: perl
43478            ! run.c
43479 ____________________________________________________________________________
43480 [  8946] By: jhi                                   on 2001/02/26  14:32:37
43481         Log: Subject: Modified README.bs2000 
43482              From: Dorner Thomas <Thomas.Dorner@start.de>
43483              Date: Mon, 26 Feb 2001 09:22:17 +0100
43484              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
43485      Branch: perl
43486            ! README.bs2000
43487 ____________________________________________________________________________
43488 [  8945] By: jhi                                   on 2001/02/26  14:19:53
43489         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
43490              to maintperl, listing the known failures on the tests 129 and 130.
43491      Branch: maint-5.6/perl
43492           !> t/op/sprintf.t
43493 ____________________________________________________________________________
43494 [  8944] By: jhi                                   on 2001/02/26  14:14:15
43495         Log: Add more known sprintf failures.
43496      Branch: perl
43497            ! t/op/sprintf.t
43498 ____________________________________________________________________________
43499 [  8943] By: jhi                                   on 2001/02/26  13:56:22
43500         Log: perlglob.exe needs to be found in Win32, patch from
43501              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
43502              which needs external glob at mini-perl time."
43503      Branch: perl
43504            ! ext/Encode/compile
43505 ____________________________________________________________________________
43506 [  8942] By: jhi                                   on 2001/02/26  13:52:19
43507         Log: A missing dTHX from Vadim Konovalov.
43508      Branch: perl
43509            ! perlio.c
43510 ____________________________________________________________________________
43511 [  8941] By: jhi                                   on 2001/02/26  13:37:05
43512         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
43513      Branch: perl
43514            ! op.c
43515 ____________________________________________________________________________
43516 [  8940] By: jhi                                   on 2001/02/26  13:35:40
43517         Log: Integrate perlio.
43518      Branch: perl
43519           !> ext/Encode/Encode.pm
43520 ____________________________________________________________________________
43521 [  8939] By: nick                                  on 2001/02/25  23:47:09
43522         Log: Integrate mainline.
43523      Branch: perlio
43524           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
43525           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
43526 ____________________________________________________________________________
43527 [  8938] By: nick                                  on 2001/02/25  19:36:28
43528         Log: Encode implementations docs.
43529      Branch: perlio
43530            ! ext/Encode/Encode.pm
43531 ____________________________________________________________________________
43532 [  8937] By: jhi                                   on 2001/02/25  19:26:16
43533         Log: Script wasn't aligned with reality.
43534      Branch: perl
43535            ! t/pod/find.t
43536 ____________________________________________________________________________
43537 [  8936] By: jhi                                   on 2001/02/25  18:54:55
43538         Log: Update Changes.
43539      Branch: perl
43540            ! Changes patchlevel.h
43541 ____________________________________________________________________________
43542 [  8935] By: jhi                                   on 2001/02/25  18:46:36
43543         Log: Retract #8929,8930,8932,8933 for now.
43544      Branch: perl
43545            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
43546 ____________________________________________________________________________
43547 [  8934] By: jhi                                   on 2001/02/25  17:34:35
43548         Log: Integrate perlio.
43549      Branch: perl
43550           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
43551           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
43552           !> t/lib/encode.t
43553 ____________________________________________________________________________
43554 [  8933] By: jhi                                   on 2001/02/25  17:33:12
43555         Log: (Retracted by #8395.)
43556              
43557              Slight tweaks in scan_const(), not fixes yet, it seems like
43558              lots of work remains to be done...
43559      Branch: perl
43560            ! toke.c
43561 ____________________________________________________________________________
43562 [  8932] By: jhi                                   on 2001/02/25  17:27:11
43563         Log: (Retracted by #8395.)
43564              
43565              Missing from #8930.
43566      Branch: perl
43567            ! perl.h
43568 ____________________________________________________________________________
43569 [  8931] By: jhi                                   on 2001/02/25  17:26:19
43570         Log: A comment tweak.
43571      Branch: perl
43572            ! utf8.c
43573 ____________________________________________________________________________
43574 [  8930] By: jhi                                   on 2001/02/25  17:25:47
43575         Log: (Retracted by #8395.)
43576              
43577              Attempt to fix the EBCDIC character range problem with //.
43578      Branch: perl
43579            ! regcomp.c
43580 ____________________________________________________________________________
43581 [  8929] By: jhi                                   on 2001/02/25  17:23:45
43582         Log: (Retracted by #8395.)
43583              
43584              Expand the EBCDIC character range tests, and add few nasty
43585              tr tests from Karsten Sperling.
43586      Branch: perl
43587            ! t/op/pat.t t/op/tr.t
43588 ____________________________________________________________________________
43589 [  8928] By: jhi                                   on 2001/02/25  17:18:49
43590         Log: Missing check-in.
43591      Branch: perl
43592            ! lib/Pod/Find.pm
43593 ____________________________________________________________________________
43594 [  8927] By: nick                                  on 2001/02/25  11:30:22
43595         Log: Change method names in Encode implementation classes to something
43596              less confusing (preparing to "go public").
43597      Branch: perlio
43598            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
43599 ____________________________________________________________________________
43600 [  8926] By: nick                                  on 2001/02/25  10:53:24
43601         Log: GCC __atribute__ / printf fix
43602      Branch: perlio
43603            ! perl.h
43604 ____________________________________________________________________________
43605 [  8925] By: nick                                  on 2001/02/25  10:52:25
43606         Log: Checked in the wrong one ...
43607      Branch: perlio
43608            ! ext/Encode/Encode.pm
43609 ____________________________________________________________________________
43610 [  8924] By: nick                                  on 2001/02/24  18:46:51
43611         Log: Integrate mainline - to see what Jarkko has in ...
43612      Branch: perlio
43613           +> t/pod/testpods/lib/Pod/Stuff.pm
43614           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
43615 ____________________________________________________________________________
43616 [  8923] By: nick                                  on 2001/02/24  17:05:23
43617         Log: Encode API documentation nd tidy up.
43618              Minor additions to test.
43619              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
43620              Adds STRLEN to standard typemap.
43621      Branch: perlio
43622            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
43623            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
43624 ____________________________________________________________________________
43625 [  8922] By: jhi                                   on 2001/02/24  16:38:12
43626         Log: Add a test for the "character range should match in EBCDIC
43627              if specified using explicit numerics" bug found by Karsten
43628              Sperling.
43629      Branch: perl
43630            ! t/op/pat.t
43631 ____________________________________________________________________________
43632 [  8921] By: jhi                                   on 2001/02/24  16:30:16
43633         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
43634              From: schwern@pobox.com
43635              Date: Fri, 23 Feb 2001 03:21:37 -0500
43636              Message-ID: <20010223032137.A26022@magnonel.guild.net>
43637              
43638              plus Charles Lane's fixes, plus tweaks.
43639      Branch: perl
43640            + t/pod/testpods/lib/Pod/Stuff.pm
43641            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
43642 ____________________________________________________________________________
43643 [  8920] By: nick                                  on 2001/02/24  10:30:11
43644         Log: Integrate mainline
43645      Branch: perlio
43646           !> (integrate 33 files)
43647 ____________________________________________________________________________
43648 [  8919] By: jhi                                   on 2001/02/24  00:23:35
43649         Log: Subject: Re: I'm losing the war...
43650              From: "Vadim Konovalov" <watman@inbox.ru>
43651              Date: Sat, 24 Feb 2001 00:10:14 +0300
43652              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
43653              
43654              hv_store() not working correctly in ENV_IS_CASELESS case.
43655      Branch: perl
43656            ! hv.c
43657 ____________________________________________________________________________
43658 [  8918] By: jhi                                   on 2001/02/24  00:20:09
43659         Log: Subject: Re: [PATCH] fix for charnames above FFFF
43660              From: andreas.koenig@anima.de (Andreas J. Koenig)
43661              Date: 23 Feb 2001 02:39:03 +0100
43662              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
43663              
43664              A further efficiency tweak.
43665      Branch: perl
43666            ! lib/charnames.pm
43667 ____________________________________________________________________________
43668 [  8917] By: jhi                                   on 2001/02/23  20:27:51
43669         Log: Integrate change #8916 from mainline,
43670              do away with USE_WIN32_RTL_ENV.
43671      Branch: maint-5.6/perl
43672           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
43673 ____________________________________________________________________________
43674 [  8916] By: jhi                                   on 2001/02/23  20:02:25
43675         Log: Abolish USE_WIN32_RTL_ENV.
43676      Branch: perl
43677            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
43678 ____________________________________________________________________________
43679 [  8915] By: jhi                                   on 2001/02/23  19:36:00
43680         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
43681              later protected by some #define.
43682      Branch: perl
43683            ! gv.c
43684 ____________________________________________________________________________
43685 [  8914] By: jhi                                   on 2001/02/23  19:31:38
43686         Log: Retract #8902 for now, requested by Charles Lane, the correct
43687              fix will be something else.
43688      Branch: perl
43689            ! op.c
43690 ____________________________________________________________________________
43691 [  8913] By: jhi                                   on 2001/02/23  19:11:36
43692         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
43693              From: Peter Prymmer <pvhp@forte.com>
43694              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
43695              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
43696      Branch: perl
43697            ! t/op/lex_assign.t
43698 ____________________________________________________________________________
43699 [  8912] By: jhi                                   on 2001/02/23  18:38:20
43700         Log: Subject: [patch] perlio + useithreads
43701              From: Doug MacEachern <dougm@covalent.net>
43702              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
43703              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
43704              
43705              Gets things running but not complete.
43706      Branch: perl
43707            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
43708 ____________________________________________________________________________
43709 [  8911] By: jhi                                   on 2001/02/23  04:20:02
43710         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
43711              
43712              Duplicated environment freeing, File::Temp 0.12,
43713              op/append portability (EBCDIC) tweak.
43714      Branch: maint-5.6/perl
43715           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43716           !> t/op/append.t
43717 ____________________________________________________________________________
43718 [  8910] By: jhi                                   on 2001/02/23  02:07:33
43719         Log: Integrate change #8909 from mainline, a better Borland
43720              putenv() workaround.
43721      Branch: maint-5.6/perl
43722           !> perl.c
43723 ____________________________________________________________________________
43724 [  8909] By: jhi                                   on 2001/02/23  02:05:46
43725         Log: A better workaround for Borland putenv() brokenness from Sarathy.
43726      Branch: perl
43727            ! perl.c
43728 ____________________________________________________________________________
43729 [  8908] By: jhi                                   on 2001/02/23  02:04:14
43730         Log: Subject: fix for parameter -Dm (for perl@8867)
43731              From: "Vadim Konovalov" <watman@inbox.ru>
43732              Date: Thu, 22 Feb 2001 17:30:12 +0300
43733              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
43734      Branch: perl
43735            ! perl.h
43736 ____________________________________________________________________________
43737 [  8907] By: jhi                                   on 2001/02/23  01:58:20
43738         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
43739              From: Peter Prymmer <pvhp@forte.com>
43740              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
43741              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
43742      Branch: perl
43743            ! t/op/append.t
43744 ____________________________________________________________________________
43745 [  8906] By: jhi                                   on 2001/02/23  01:48:34
43746         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
43747      Branch: perl
43748            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43749 ____________________________________________________________________________
43750 [  8905] By: jhi                                   on 2001/02/23  01:43:30
43751         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
43752              From: Peter Prymmer <pvhp@forte.com>
43753              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
43754              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
43755      Branch: perl
43756            ! t/lib/st-06compat.t
43757 ____________________________________________________________________________
43758 [  8904] By: jhi                                   on 2001/02/23  01:42:39
43759         Log: Metaconfig unit change for #8903.
43760      Branch: metaconfig/U/perl
43761            ! Devel.U
43762 ____________________________________________________________________________
43763 [  8903] By: jhi                                   on 2001/02/23  01:42:12
43764         Log: Be more helpful for devel builders, suggested by John L. Allen.
43765      Branch: perl
43766            ! Configure
43767 ____________________________________________________________________________
43768 [  8902] By: jhi                                   on 2001/02/23  01:37:41
43769         Log: (Retracted by #8914)
43770              (Wrongly, reinstated by #8941)
43771              
43772              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
43773              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43774              Date:     Thu, 22 Feb 2001 09:43:57 EST
43775              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
43776      Branch: perl
43777            ! op.c
43778 ____________________________________________________________________________
43779 [  8901] By: jhi                                   on 2001/02/23  01:20:32
43780         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
43781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43782              Date:     Thu, 22 Feb 2001 08:01:35 EST
43783              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
43784      Branch: perl
43785            ! malloc.c
43786 ____________________________________________________________________________
43787 [  8900] By: jhi                                   on 2001/02/23  01:18:02
43788         Log: Integrate changes #8898,8899 from mainline, environ handling.
43789      Branch: maint-5.6/perl
43790           !> perl.c
43791 ____________________________________________________________________________
43792 [  8899] By: jhi                                   on 2001/02/23  01:16:25
43793         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
43794              putenv() is not to be relied on, they are either broken or leaky
43795              or both.)
43796      Branch: perl
43797            ! perl.c
43798 ____________________________________________________________________________
43799 [  8898] By: jhi                                   on 2001/02/22  23:36:59
43800         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
43801              and safesysfree() must be used.
43802      Branch: perl
43803            ! perl.c
43804 ____________________________________________________________________________
43805 [  8897] By: jhi                                   on 2001/02/22  23:25:45
43806         Log: With environ one must use safesysmalloc()/safesysfree().
43807      Branch: perl
43808            ! perl.c
43809 ____________________________________________________________________________
43810 [  8896] By: jhi                                   on 2001/02/22  22:13:18
43811         Log: If we have a duplicated environment free it
43812              if PERL_DESTRUCT_LEVEL.
43813      Branch: perl
43814            ! perl.c
43815 ____________________________________________________________________________
43816 [  8895] By: alanbur                               on 2001/02/22  19:31:57
43817         Log: Synchronised with parent
43818      Branch: maint-5.6/pureperl
43819           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
43820 ____________________________________________________________________________
43821 [  8894] By: gsar                                  on 2001/02/22  19:06:18
43822         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
43823              
43824              fix memory leak in method call optimization (change#3768);
43825              made C<eval "$x->foo()"> leak
43826              
43827              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
43828      Branch: maint-5.6/perl
43829           !> op.c
43830 ____________________________________________________________________________
43831 [  8893] By: jhi                                   on 2001/02/22  18:35:27
43832         Log: (Retracted by #8915.)
43833              
43834              Third Degree finding:
43835              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
43836      Branch: perl
43837            ! gv.c
43838 ____________________________________________________________________________
43839 [  8892] By: jhi                                   on 2001/02/22  14:28:32
43840         Log: Update Changes.
43841      Branch: perl
43842            ! Changes patchlevel.h
43843 ____________________________________________________________________________
43844 [  8891] By: jhi                                   on 2001/02/22  13:22:45
43845         Log: Metaconfig unit changes for #8890.
43846      Branch: metaconfig
43847            ! U/modified/Cppsym.U U/threads/archname.U
43848 ____________________________________________________________________________
43849 [  8890] By: jhi                                   on 2001/02/22  13:22:12
43850         Log: Add -stdio to the archname if no perlio selected,
43851              no -perlio added since that is now the default.
43852              
43853              Add few CPUs/architectures to the Cppsym scan.
43854      Branch: perl
43855            ! Configure config_h.SH
43856 ____________________________________________________________________________
43857 [  8889] By: jhi                                   on 2001/02/22  13:05:59
43858         Log: Metaconfig unit change for #8888.
43859      Branch: metaconfig/U/perl
43860            ! useperlio.U
43861 ____________________________________________________________________________
43862 [  8888] By: jhi                                   on 2001/02/22  13:05:28
43863         Log: *drum roll*  Make perlio the default.
43864      Branch: perl
43865            ! Configure config_h.SH
43866 ____________________________________________________________________________
43867 [  8887] By: jhi                                   on 2001/02/22  12:50:52
43868         Log: Integrate change #8665 from maintperl to mainline,
43869              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
43870      Branch: perl
43871           !> ext/POSIX/POSIX.xs
43872 ____________________________________________________________________________
43873 [  8886] By: jhi                                   on 2001/02/22  12:49:24
43874         Log: Integrate changes #8883,8884 from mainline to maintperl.
43875              
43876              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
43877              Subject: Re: File::Temp::_gettemp warning
43878      Branch: maint-5.6/perl
43879           !> embed.h embed.pl lib/File/Temp.pm
43880 ____________________________________________________________________________
43881 [  8885] By: jhi                                   on 2001/02/22  12:43:59
43882         Log: Based on
43883              
43884              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
43885              From: schwab@suse.de
43886              Date: Thu, 22 Feb 2001 13:08:09 +0100
43887              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
43888              
43889              but the fix done slightly differently because the other
43890              half was already done in #8664.
43891      Branch: maint-5.6/perl
43892            ! ext/POSIX/POSIX.xs
43893 ____________________________________________________________________________
43894 [  8884] By: jhi                                   on 2001/02/22  12:37:15
43895         Log: Subject: Re: File::Temp::_gettemp warning
43896              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43897              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
43898              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
43899              
43900              This patch to File::Temp does two things:
43901              
43902              1. Fixes the problem with CGI::Carp when determining
43903              the Fcntl constants
43904              
43905              2. Removes most of the carps and consolidates them so that all the
43906              reasons are included in a single die that is caught by the test. This
43907              means that the correct skipping behaviour is displayed by the test.
43908      Branch: perl
43909            ! lib/File/Temp.pm
43910 ____________________________________________________________________________
43911 [  8883] By: jhi                                   on 2001/02/22  12:29:19
43912         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
43913              From: Peter Prymmer <pvhp@forte.com>
43914              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
43915              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
43916      Branch: perl
43917            ! embed.h embed.pl
43918 ____________________________________________________________________________
43919 [  8882] By: jhi                                   on 2001/02/21  19:41:33
43920         Log: Integrate change #8881 from mainlin to maintperl.
43921              
43922              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
43923      Branch: maint-5.6/perl
43924           !> op.c
43925 ____________________________________________________________________________
43926 [  8881] By: jhi                                   on 2001/02/21  19:38:57
43927         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
43928              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43929              Date:     Wed, 21 Feb 2001 13:08:03 EST
43930              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
43931      Branch: perl
43932            ! op.c
43933 ____________________________________________________________________________
43934 [  8880] By: jhi                                   on 2001/02/21  19:34:34
43935         Log: Retract #8875, cannot let go of the old semantics of unpack U
43936              without rethinking utf8decode.t.
43937      Branch: perl
43938            ! pp.c t/op/pack.t
43939 ____________________________________________________________________________
43940 [  8879] By: jhi                                   on 2001/02/21  19:08:02
43941         Log: Run run/*.t also in minitest.
43942      Branch: perl
43943            ! Makefile.SH
43944 ____________________________________________________________________________
43945 [  8878] By: nick                                  on 2001/02/21  18:55:37
43946         Log: Integrate mainline
43947      Branch: perlio
43948           !> (integrate 76 files)
43949 ____________________________________________________________________________
43950 [  8877] By: jhi                                   on 2001/02/21  15:09:33
43951         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
43952      Branch: metaconfig
43953            ! U/compline/nblock_io.U
43954      Branch: perl
43955            ! Configure config_h.SH
43956 ____________________________________________________________________________
43957 [  8876] By: jhi                                   on 2001/02/21  14:54:45
43958         Log: If no sfio, no -lsfio.
43959      Branch: metaconfig/U/perl
43960            ! d_sfio.U
43961      Branch: perl
43962            ! Configure config_h.SH
43963 ____________________________________________________________________________
43964 [  8875] By: jhi                                   on 2001/02/21  14:54:00
43965         Log: Make unpack C and unpack U truly equivalent.
43966      Branch: perl
43967            ! pp.c t/op/pack.t
43968 ____________________________________________________________________________
43969 [  8874] By: jhi                                   on 2001/02/21  14:26:02
43970         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
43971              From: Peter Prymmer <pvhp@forte.com>
43972              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
43973              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
43974      Branch: perl
43975            ! pod/perlport.pod
43976 ____________________________________________________________________________
43977 [  8873] By: jhi                                   on 2001/02/21  14:24:31
43978         Log: Subject: [PATCH] fix for charnames above FFFF
43979              From: andreas.koenig@anima.de (Andreas J. Koenig)
43980              Date: 21 Feb 2001 07:05:45 +0100
43981              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
43982      Branch: perl
43983            ! lib/charnames.pm t/lib/charnames.t
43984 ____________________________________________________________________________
43985 [  8872] By: jhi                                   on 2001/02/21  14:15:25
43986         Log: Integrate change #8868 from pureperl to mainline.
43987              
43988              Fixed reference count loop caused by sv_magic.
43989      Branch: perl
43990           !> sv.c
43991 ____________________________________________________________________________
43992 [  8871] By: jhi                                   on 2001/02/21  14:07:29
43993         Log: Integrate change #8868 from pureperl to maintperl.
43994              
43995              Fixed reference count loop caused by sv_magic.
43996      Branch: maint-5.6/perl
43997           !> sv.c
43998 ____________________________________________________________________________
43999 [  8870] By: jhi                                   on 2001/02/21  14:04:41
44000         Log: Put back the #8840, it was innocent.
44001      Branch: perl
44002            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44003            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
44004 ____________________________________________________________________________
44005 [  8869] By: jhi                                   on 2001/02/21  14:00:03
44006         Log: unpack("C", ...) was left slightly unfinished by #8865.
44007      Branch: perl
44008            ! pp.c t/op/pack.t
44009 ____________________________________________________________________________
44010 [  8868] By: alanbur                               on 2001/02/21  01:33:45
44011         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
44012              from gv_fetchpv to create single-character magic variables (e.g. $!),
44013              and it is passed a sv and the gv that contains the sv as the mg_obj
44014              value.  When sv_magic stores the mg_obj pointer it increments the gv
44015              refcount, thus causing a sv-gv pair that can't be freed.  There is
44016              already a check for sv == obj which is used to prevent such reference
44017              loops.  This change extends the check to cover the case described above.
44018      Branch: maint-5.6/pureperl
44019            ! sv.c
44020 ____________________________________________________________________________
44021 [  8867] By: jhi                                   on 2001/02/21  00:52:39
44022         Log: Update Changes.
44023      Branch: perl
44024            ! Changes patchlevel.h
44025 ____________________________________________________________________________
44026 [  8866] By: jhi                                   on 2001/02/21  00:34:20
44027         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
44028              (Note: there were some conflicts due to EBCDIC and EPOC
44029              patches, in general I preferred the repository code.)
44030              (When 2.753 comes out, we need to synchronize.)
44031      Branch: perl
44032            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
44033            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
44034            ! t/lib/cgi-html.t
44035 ____________________________________________________________________________
44036 [  8865] By: jhi                                   on 2001/02/21  00:24:22
44037         Log: Make pack("C", 0x100) to create Unicode, unless under the
44038              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
44039              will understand Unicode, unless you under know what.
44040      Branch: perl
44041            ! pp.c t/op/pack.t t/op/qu.t
44042 ____________________________________________________________________________
44043 [  8864] By: alanbur                               on 2001/02/20  22:35:34
44044         Log: Resynchronised with parent
44045      Branch: maint-5.6/pureperl
44046           !> README.win32 ext/GDBM_File/GDBM_File.pm
44047           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
44048           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
44049           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
44050           !> t/lib/sdbm.t util.c
44051 ____________________________________________________________________________
44052 [  8863] By: jhi                                   on 2001/02/20  20:55:11
44053         Log: Integrate change #8860,8861 from mainline into maintperl.
44054              
44055              "pseudo-literal j"
44056              
44057              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
44058      Branch: maint-5.6/perl
44059           !> lib/Test.pm pod/perlop.pod
44060 ____________________________________________________________________________
44061 [  8862] By: jhi                                   on 2001/02/20  20:30:07
44062         Log: Don't do casting between pointers pointing to differently sized
44063              integers.
44064      Branch: perl
44065            ! hv.c sv.c
44066 ____________________________________________________________________________
44067 [  8861] By: jhi                                   on 2001/02/20  19:53:44
44068         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
44069              From: Peter Prymmer <pvhp@forte.com>
44070              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
44071              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
44072      Branch: perl
44073            ! lib/Test.pm
44074 ____________________________________________________________________________
44075 [  8860] By: jhi                                   on 2001/02/20  19:48:02
44076         Log: "pseudo-literal j", a documentation glitch reported to Debian.
44077              The text recovered from Perl 5.005_03, and pseudo-literal replaced
44078              by "backtick string".
44079      Branch: perl
44080            ! pod/perlop.pod
44081 ____________________________________________________________________________
44082 [  8859] By: jhi                                   on 2001/02/20  19:15:46
44083         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
44084              from Chris Nandor.
44085      Branch: perl
44086            ! makedef.pl
44087 ____________________________________________________________________________
44088 [  8858] By: jhi                                   on 2001/02/20  17:36:53
44089         Log: Integrate pureperl changes #8844,8845,8850 to mainline
44090              (via maintperl #8855).
44091              
44092              Fixed %^H scoping bug
44093              
44094              Removed GV <-> CV refcount loop
44095              
44096              Removed %ENV refcount loop
44097      Branch: perl
44098           !> gv.c op.c perl.c pp.c scope.c
44099 ____________________________________________________________________________
44100 [  8857] By: jhi                                   on 2001/02/20  17:34:32
44101         Log: Integrate changes #8853,8854 from maintperl to mainline.
44102              
44103              EBDIC fixes, README.win32 Borland update.
44104      Branch: perl
44105           !> README.win32 handy.h util.c
44106 ____________________________________________________________________________
44107 [  8856] By: jhi                                   on 2001/02/20  17:33:16
44108         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
44109      Branch: maint-5.6/perl
44110           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
44111           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
44112           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
44113 ____________________________________________________________________________
44114 [  8855] By: jhi                                   on 2001/02/20  17:32:13
44115         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
44116              
44117              Fixed %^H scoping bug
44118              
44119              Removed GV <-> CV refcount loop
44120              
44121              Removed %ENV refcount loop
44122      Branch: maint-5.6/perl
44123           !> gv.c op.c perl.c pp.c scope.c
44124 ____________________________________________________________________________
44125 [  8854] By: jhi                                   on 2001/02/20  17:25:06
44126         Log: Subject: Addition to readme.win32 for Borland C++ compilers
44127              Date: Tue, 20 Feb 2001 02:15:25 +0300
44128              From: "Vadim Konovalov" <watman@inbox.ru>
44129              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
44130              
44131              Document Borland compiler misbehaviour.
44132      Branch: maint-5.6/perl
44133            ! README.win32
44134 ____________________________________________________________________________
44135 [  8853] By: jhi                                   on 2001/02/20  17:22:25
44136         Log: The assimilation of ebcdic.c didn't quite work at the first try,
44137              patches from Thomas Dorner.
44138      Branch: maint-5.6/perl
44139            ! handy.h util.c
44140 ____________________________________________________________________________
44141 [  8852] By: jhi                                   on 2001/02/20  17:20:15
44142         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
44143              From: Chris Nandor <pudge@pobox.com>
44144              Date: Tue, 20 Feb 2001 08:32:45 -0500
44145              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
44146      Branch: maint-5.6/perl
44147            ! makedef.pl mg.c
44148 ____________________________________________________________________________
44149 [  8851] By: jhi                                   on 2001/02/20  17:15:52
44150         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
44151      Branch: perl
44152            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
44153            ! t/lib/filter-util.t
44154 ____________________________________________________________________________
44155 [  8850] By: alanbur                               on 2001/02/20  17:12:40
44156         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
44157              and the magic pointer points back to the GV that contains the
44158              %ENV hash.  This creates a refcount loop that prevents members
44159              of %ENV from being freed correctly.  This change removes the
44160              refcount loop - the magic pointer was never used anyway, the
44161              only use of the magic was to check the type ('E') so that the
44162              appropriate environment manipulation code is called when %ENV
44163              is modified.
44164      Branch: maint-5.6/pureperl
44165            ! perl.c
44166 ____________________________________________________________________________
44167 [  8849] By: jhi                                   on 2001/02/20  17:12:20
44168         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
44169              From: "Craig A. Berry" <craigberry@mac.com>
44170              Date: Mon, 19 Feb 2001 23:36:12 -0600
44171              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
44172              
44173              Case-forgiving systems match TestInit.pm with TES*.
44174      Branch: perl
44175            ! t/lib/glob-basic.t
44176 ____________________________________________________________________________
44177 [  8848] By: jhi                                   on 2001/02/20  17:10:02
44178         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
44179      Branch: perl
44180            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
44181            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
44182            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
44183 ____________________________________________________________________________
44184 [  8847] By: jhi                                   on 2001/02/20  15:34:41
44185         Log: The #8843 wasn't quite right: %Config needs to imported.
44186      Branch: perl
44187            ! t/run/runenv.t
44188 ____________________________________________________________________________
44189 [  8846] By: jhi                                   on 2001/02/20  15:31:50
44190         Log: Retract the #8838 and #8840 for now because of
44191              the DB_File tie problem.
44192      Branch: perl
44193            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
44194            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
44195            ! proto.h sv.c
44196 ____________________________________________________________________________
44197 [  8845] By: alanbur                               on 2001/02/20  14:25:41
44198         Log: Removed GV <-> CV refcount loop
44199              CvGV(mycv) points to the parent GV of the CV, and was previously
44200              refcounted.  The pointer remains, but the refcounting has been removed
44201              as it causes a refcount loop between the CV and GV that means the CV
44202              can't ever be deleted.
44203      Branch: maint-5.6/pureperl
44204            ! gv.c op.c pp.c
44205 ____________________________________________________________________________
44206 [  8844] By: alanbur                               on 2001/02/20  14:23:13
44207         Log: Fixed %^H scoping bug
44208      Branch: maint-5.6/pureperl
44209            ! scope.c
44210 ____________________________________________________________________________
44211 [  8843] By: jhi                                   on 2001/02/19  13:38:08
44212         Log: fork() not everywhere, cleanup temp files.
44213      Branch: perl
44214            ! t/run/runenv.t
44215 ____________________________________________________________________________
44216 [  8842] By: alanbur                               on 2001/02/19  12:42:07
44217         Log: Resynchronised with parent
44218      Branch: maint-5.6/pureperl
44219           !> pod/perlfaq4.pod sv.c utf8.c
44220 ____________________________________________________________________________
44221 [  8841] By: jhi                                   on 2001/02/19  03:35:51
44222         Log: Update Changes.
44223      Branch: perl
44224            ! Changes patchlevel.h
44225 ____________________________________________________________________________
44226 [  8840] By: jhi                                   on 2001/02/19  00:23:41
44227         Log: Subject: [patch] add sv_setref_uv
44228              From: Doug MacEachern <dougm@covalent.net>
44229              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
44230              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
44231      Branch: perl
44232            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44233            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
44234 ____________________________________________________________________________
44235 [  8839] By: jhi                                   on 2001/02/19  00:01:38
44236         Log: Put to rest the 20010205.001, the email address checking (not) regex.
44237      Branch: perl
44238            ! pod/perlfaq9.pod
44239 ____________________________________________________________________________
44240 [  8838] By: jhi                                   on 2001/02/18  22:17:54
44241         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
44242              From: Doug MacEachern <dougm@covalent.net>
44243              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
44244              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
44245      Branch: perl
44246            ! lib/ExtUtils/xsubpp
44247 ____________________________________________________________________________
44248 [  8837] By: jhi                                   on 2001/02/18  22:16:50
44249         Log: Subject: [patch] -Wall cleanup round 2
44250              From: Doug MacEachern <dougm@covalent.net>
44251              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
44252              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
44253      Branch: perl
44254            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
44255            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
44256            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
44257            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
44258            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
44259            ! ext/SDBM_File/SDBM_File.xs
44260 ____________________________________________________________________________
44261 [  8836] By: jhi                                   on 2001/02/18  22:11:20
44262         Log: Misapplied regex optimizations when \C is present.
44263              Fixes 20001230.002.
44264              
44265              What still remains broken is that the submatches that
44266              have \C in them get their UTF8 flag on because their
44267              parent SV has it on.  This will result in malformed
44268              UTF8 if a \C happened to match a non-ASCII byte.
44269      Branch: perl
44270            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44271            ! t/pragma/utf8.t
44272 ____________________________________________________________________________
44273 [  8835] By: jhi                                   on 2001/02/18  20:12:02
44274         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
44275              
44276              The hash key got wrongly UTF8fied.
44277      Branch: perl
44278            ! pod/perlapi.pod toke.c utf8.c
44279 ____________________________________________________________________________
44280 [  8834] By: jhi                                   on 2001/02/18  19:44:25
44281         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
44282              don't warn on magical or overloaded things.
44283      Branch: perl
44284            ! pp_hot.c
44285 ____________________________________________________________________________
44286 [  8833] By: nick                                  on 2001/02/18  19:31:22
44287         Log: Integrate mainline
44288      Branch: perlio
44289           +> t/TestInit.pm t/run/runenv.t
44290            - t/UTEST
44291           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
44292           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
44293           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
44294           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
44295           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
44296           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
44297           !> utf8.c
44298 ____________________________________________________________________________
44299 [  8832] By: jhi                                   on 2001/02/18  19:21:18
44300         Log: Integrate perlio.
44301      Branch: perl
44302           !> perlio.c pod/perldiag.pod
44303 ____________________________________________________________________________
44304 [  8831] By: jhi                                   on 2001/02/18  19:14:20
44305         Log: Integrate change #8827 from mainline.
44306              
44307              UTF8 tweaks.
44308      Branch: maint-5.6/perl
44309           !> sv.c utf8.c
44310 ____________________________________________________________________________
44311 [  8830] By: nick                                  on 2001/02/18  19:10:34
44312         Log: Apply the spirit of patch from Nick Clark:
44313              Subject: [PATCH] Re: extensions that provide layers
44314              From: Nicholas Clark <nick@ccl4.org>
44315              Date: Mon, 12 Feb 2001 16:43:51 +0000
44316              Message-Id: <20010212164350.Q3652@plum.flirble.org>
44317      Branch: perlio
44318            ! perlio.c pod/perldiag.pod
44319 ____________________________________________________________________________
44320 [  8829] By: jhi                                   on 2001/02/18  19:03:25
44321         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
44322              From: schwern@pobox.com 
44323              Date: Sun, 18 Feb 2001 13:44:35 -0500
44324              Message-ID: <20010218134435.A17544@magnonel.guild.net>
44325              
44326              Applied, but as t/TestInit.pm.
44327      Branch: perl
44328            + t/TestInit.pm
44329            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
44330            ! t/op/subst_wamp.t
44331 ____________________________________________________________________________
44332 [  8828] By: jhi                                   on 2001/02/18  18:43:52
44333         Log: Integrate perlio.
44334      Branch: perl
44335           !> perlio.c
44336 ____________________________________________________________________________
44337 [  8827] By: jhi                                   on 2001/02/18  18:41:33
44338         Log: UTF-8 tweaks.
44339      Branch: perl
44340            ! sv.c utf8.c
44341 ____________________________________________________________________________
44342 [  8826] By: nick                                  on 2001/02/18  17:40:59
44343         Log: Fix [ID 20010217.002]
44344              open FOO, "<:raw:perlio", ...
44345              :raw now inserts default base layer below itself.
44346              Also
44347              open FOO, "<:unix", ...
44348              works as well - but leaves buffer layer on stack under the unix layer.
44349      Branch: perlio
44350            ! perlio.c
44351 ____________________________________________________________________________
44352 [  8825] By: jhi                                   on 2001/02/18  17:15:39
44353         Log: Integrate perlio.
44354      Branch: perl
44355           !> perlio.c perliol.h
44356 ____________________________________________________________________________
44357 [  8824] By: jhi                                   on 2001/02/18  17:10:53
44358         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
44359              From: schwern@pobox.com
44360              Date: Sun, 18 Feb 2001 01:48:50 -0500
44361              Message-ID: <20010218014850.C19957@magnonel.guild.net>
44362      Branch: perl
44363            ! lib/Test/Harness.pm t/TEST t/op/chop.t
44364 ____________________________________________________________________________
44365 [  8823] By: jhi                                   on 2001/02/18  17:01:06
44366         Log: Add run/*.t to testables.
44367      Branch: perl
44368            ! t/TEST
44369 ____________________________________________________________________________
44370 [  8822] By: jhi                                   on 2001/02/18  16:58:58
44371         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
44372              From: schwern@pobox.com
44373              Date: Sun, 18 Feb 2001 01:11:35 -0500
44374              Message-ID: <20010218011135.A19957@magnonel.guild.net>
44375              
44376              Revive mjd's and Simon's PERL5OPT fix.
44377      Branch: perl
44378            + t/run/runenv.t
44379            ! MANIFEST perl.c
44380 ____________________________________________________________________________
44381 [  8821] By: jhi                                   on 2001/02/18  16:53:46
44382         Log: Subject: Re: Why t/TEST and not Test::Harness?
44383              From: schwern@pobox.com
44384              Date: Sat, 17 Feb 2001 22:44:44 -0500
44385              Message-ID: <20010217224444.A6679@magnonel.guild.net>
44386              
44387              Replace UTEST with TEST -utf8.
44388      Branch: perl
44389            - t/UTEST
44390            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
44391            ! t/lib/glob-basic.t
44392 ____________________________________________________________________________
44393 [  8820] By: nick                                  on 2001/02/18  13:06:16
44394         Log: Clean up a few core dumps when layers are used in unexpected ways.
44395              (Still not "right"...)
44396      Branch: perlio
44397            ! perlio.c perliol.h
44398 ____________________________________________________________________________
44399 [  8819] By: jhi                                   on 2001/02/18  02:25:55
44400         Log: Integrate change #8818 from maintperl, a FAQ nit.
44401      Branch: perl
44402           !> pod/perlfaq4.pod
44403 ____________________________________________________________________________
44404 [  8818] By: jhi                                   on 2001/02/18  02:24:50
44405         Log: FAQ nit from Chris Fedde.
44406      Branch: maint-5.6/perl
44407            ! pod/perlfaq4.pod
44408 ____________________________________________________________________________
44409 [  8817] By: nick                                  on 2001/02/17  18:20:14
44410         Log: Integrate mainline
44411      Branch: perlio
44412           +> lib/unicode/UCD.html lib/unicode/Unicode.html
44413           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
44414           +> pod/perlclib.pod
44415            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44416            - lib/unicode/Unicode.301
44417           !> (integrate 324 files)
44418 ____________________________________________________________________________
44419 [  8816] By: jhi                                   on 2001/02/17  16:56:58
44420         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
44421      Branch: perl
44422            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44423            ! ext/Storable/Storable.xs t/lib/st-06compat.t
44424            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
44425 ____________________________________________________________________________
44426 [  8815] By: jhi                                   on 2001/02/17  16:40:07
44427         Log: Subject: [patch] -Wall
44428              From: Doug MacEachern <dougm@covalent.net>
44429              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
44430              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
44431      Branch: perl
44432            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
44433            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
44434 ____________________________________________________________________________
44435 [  8814] By: jhi                                   on 2001/02/16  19:27:18
44436         Log: Document qu better.
44437      Branch: perl
44438            ! pod/perlop.pod
44439 ____________________________________________________________________________
44440 [  8813] By: jhi                                   on 2001/02/15  13:54:37
44441         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
44442              From: Hugo <hv@crypt.compulink.co.uk>
44443              Date: Thu, 15 Feb 2001 13:39:49 +0000
44444              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
44445      Branch: perl
44446            ! toke.c
44447 ____________________________________________________________________________
44448 [  8812] By: alanbur                               on 2001/02/15  13:52:16
44449         Log: Resynchronised with parent
44450      Branch: maint-5.6/pureperl
44451            - ebcdic.c
44452           !> (integrate 36 files)
44453 ____________________________________________________________________________
44454 [  8811] By: jhi                                   on 2001/02/15  13:51:16
44455         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
44456              
44457              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
44458              From: Jan Dubois <JanD@ActiveState.com>
44459              Date: Wed, 31 Jan 2001 21:17:03 -0800
44460              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
44461              
44462              tweak change#8659 to keep it simple
44463              
44464              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
44465              From: Russ Allbery <rra@stanford.edu>
44466              Date: 14 Feb 2001 10:15:41 -0800
44467              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
44468              
44469              (8809 empty)
44470              
44471              Upgrade to podlators 1.08, from Russ Allbery.
44472      Branch: perl
44473           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
44474           !> utils/perldoc.PL
44475 ____________________________________________________________________________
44476 [  8810] By: jhi                                   on 2001/02/15  13:35:08
44477         Log: Upgrade to podlators 1.08, from Russ Allbery.
44478      Branch: maint-5.6/perl
44479            ! lib/Pod/Man.pm lib/Pod/Text.pm
44480 ____________________________________________________________________________
44481 [  8809] By: jhi                                   on 2001/02/15  13:26:38
44482         Log: (accidentally empty check-in)
44483      Branch: maint-5.6/perl
44484            ! lib/Test/Harness.pm
44485 ____________________________________________________________________________
44486 [  8808] By: jhi                                   on 2001/02/15  13:23:47
44487         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
44488              From: Russ Allbery <rra@stanford.edu>
44489              Date: 14 Feb 2001 10:15:41 -0800
44490              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
44491              
44492              perldoc was hardcoding $Config{installscript}, which breaks
44493              when install* isn't where Perl ends up (such as with AFS).
44494              
44495              Use $Config{scriptdir} instead.
44496      Branch: maint-5.6/perl
44497            ! utils/perldoc.PL
44498 ____________________________________________________________________________
44499 [  8807] By: jhi                                   on 2001/02/14  14:37:27
44500         Log: Update Changes.
44501      Branch: perl
44502            ! Changes patchlevel.h
44503 ____________________________________________________________________________
44504 [  8806] By: jhi                                   on 2001/02/14  14:25:31
44505         Log: Integrate changes #8803,8804,8805 from mainline.
44506              
44507              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
44508              
44509              Don't skip too much of the locale error message if no environ array,
44510              from Chris Nandor.
44511              
44512              More MacOS Classic fixes from Chris Nandor.
44513      Branch: maint-5.6/perl
44514           !> doop.c lib/Cwd.pm perl.c perl.h util.c
44515 ____________________________________________________________________________
44516 [  8805] By: jhi                                   on 2001/02/14  03:29:01
44517         Log: More MacOS Classic fixes from Chris Nandor.
44518      Branch: perl
44519            ! doop.c lib/Cwd.pm
44520 ____________________________________________________________________________
44521 [  8804] By: jhi                                   on 2001/02/14  03:18:35
44522         Log: Don't skip too much of the locale error message if no environ array,
44523              from Chris Nandor.
44524      Branch: perl
44525            ! util.c
44526 ____________________________________________________________________________
44527 [  8803] By: jhi                                   on 2001/02/14  03:14:14
44528         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
44529      Branch: perl
44530            ! perl.c perl.h
44531 ____________________________________________________________________________
44532 [  8802] By: jhi                                   on 2001/02/13  18:31:33
44533         Log: AUTHORS update.
44534      Branch: perl
44535            ! AUTHORS
44536 ____________________________________________________________________________
44537 [  8801] By: jhi                                   on 2001/02/13  17:55:19
44538         Log: Integrate change #8792 from mainline.
44539              
44540              Subject: buncha MacPerl patches for bleadperl
44541              From: Chris Nandor <pudge@pobox.com>
44542              Date: Tue, 13 Feb 2001 00:02:43 -0500
44543              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
44544      Branch: maint-5.6/perl
44545           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44546           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
44547           !> t/lib/basename.t toke.c util.h
44548 ____________________________________________________________________________
44549 [  8800] By: jhi                                   on 2001/02/13  17:46:43
44550         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
44551              to be forced to Off_t.
44552              
44553              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
44554              From: nick@ccl4.org
44555              Date: Thu, 1 Feb 2001 12:01:04 +0000
44556              Message-Id: <20010201120103.E11401@plum.flirble.org>
44557      Branch: maint-5.6/perl
44558            ! iperlsys.h perlio.c
44559 ____________________________________________________________________________
44560 [  8799] By: jhi                                   on 2001/02/13  16:52:51
44561         Log: Duplex duplex hunk hunk.
44562      Branch: maint-5.6/perl
44563            ! Makefile.SH
44564 ____________________________________________________________________________
44565 [  8797] By: jhi                                   on 2001/02/13  14:52:04
44566         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
44567              From: "Craig A. Berry" <craigberry@mac.com>
44568              Date: Mon, 12 Feb 2001 11:05:25 -0600
44569              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
44570      Branch: perl
44571            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
44572 ____________________________________________________________________________
44573 [  8796] By: jhi                                   on 2001/02/13  14:36:47
44574         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
44575              From: simon.cozens@pembroke.oxford.ac.uk 
44576              Date: Sat, 10 Feb 2001 17:57:02 +0000
44577              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
44578              
44579              Now it does include.
44580      Branch: perl
44581            ! pod/perldiag.pod
44582 ____________________________________________________________________________
44583 [  8795] By: jhi                                   on 2001/02/13  14:30:11
44584         Log: Sort the MANIFEST.
44585      Branch: perl
44586            ! MANIFEST
44587 ____________________________________________________________________________
44588 [  8794] By: jhi                                   on 2001/02/13  14:26:51
44589         Log: Integrate change #8793 from mainline, FAQ updates.
44590      Branch: maint-5.6/perl
44591           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
44592 ____________________________________________________________________________
44593 [  8793] By: jhi                                   on 2001/02/13  14:25:13
44594         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
44595      Branch: perl
44596            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
44597 ____________________________________________________________________________
44598 [  8792] By: jhi                                   on 2001/02/13  14:22:50
44599         Log: Subject: buncha MacPerl patches for bleadperl
44600              From: Chris Nandor <pudge@pobox.com>
44601              Date: Tue, 13 Feb 2001 00:02:43 -0500
44602              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
44603      Branch: perl
44604            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44605            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
44606            ! t/lib/basename.t toke.c util.h
44607 ____________________________________________________________________________
44608 [  8791] By: jhi                                   on 2001/02/13  14:10:39
44609         Log: Integrate change #8790 from mainline.
44610              
44611              environ array wrongly assumed in Perl_init_i18nl10n(),
44612      Branch: maint-5.6/perl
44613           !> util.c
44614 ____________________________________________________________________________
44615 [  8790] By: jhi                                   on 2001/02/13  14:06:15
44616         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
44617              noticed by Chris Nandor in MacOS Classic.
44618      Branch: perl
44619            ! util.c
44620 ____________________________________________________________________________
44621 [  8789] By: jhi                                   on 2001/02/13  13:58:07
44622         Log: Integrate changes #8373,8487,8544,8783 from mainline.
44623              
44624              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
44625              hints files, the dynaloading, assimilate ebcdic into util.c.
44626      Branch: maint-5.6/perl
44627            - ebcdic.c
44628            ! MANIFEST hints/posix-bc.sh
44629           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
44630           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
44631           !> perlapi.c proto.h util.c
44632 ____________________________________________________________________________
44633 [  8788] By: alanbur                               on 2001/02/13  10:33:13
44634         Log: Integrated changes from maint-5.6
44635      Branch: maint-5.6/pureperl
44636           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
44637           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
44638           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44639           !> vos/config.ga.h vos/configure_perl.cm
44640 ____________________________________________________________________________
44641 [  8787] By: jhi                                   on 2001/02/13  05:56:36
44642         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
44643      Branch: perl
44644           !> Makefile.SH
44645 ____________________________________________________________________________
44646 [  8786] By: jhi                                   on 2001/02/13  05:54:34
44647         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
44648              From: Dorner Thomas <Thomas.Dorner@start.de>
44649              Date: Mon, 12 Feb 2001 15:06:26 +0100
44650              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
44651      Branch: maint-5.6/perl
44652            ! Makefile.SH
44653 ____________________________________________________________________________
44654 [  8785] By: jhi                                   on 2001/02/13  05:29:04
44655         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
44656      Branch: perl
44657           !> hints/openbsd.sh
44658 ____________________________________________________________________________
44659 [  8784] By: jhi                                   on 2001/02/13  02:25:24
44660         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
44661              From: Peter Prymmer <pvhp@forte.com>
44662              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
44663              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
44664      Branch: perl
44665            ! pod/perlclib.pod
44666 ____________________________________________________________________________
44667 [  8783] By: jhi                                   on 2001/02/13  02:22:36
44668         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
44669      Branch: perl
44670            - ebcdic.c
44671            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
44672            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
44673            ! util.c
44674 ____________________________________________________________________________
44675 [  8782] By: jhi                                   on 2001/02/13  02:00:07
44676         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
44677      Branch: maint-5.6/perl
44678            ! pod/perlport.pod
44679 ____________________________________________________________________________
44680 [  8781] By: jhi                                   on 2001/02/13  01:58:44
44681         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
44682      Branch: maint-5.6/perl
44683            ! hints/openbsd.sh
44684 ____________________________________________________________________________
44685 [  8780] By: jhi                                   on 2001/02/13  01:57:33
44686         Log: Synchronize the regexp tests between maintperl and mainline.
44687      Branch: maint-5.6/perl
44688           !> t/op/re_tests
44689 ____________________________________________________________________________
44690 [  8779] By: jhi                                   on 2001/02/13  01:49:35
44691         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
44692              From: Hugo <hv@crypt.compulink.co.uk>
44693              Date: Tue, 13 Feb 2001 00:11:11 +0000
44694              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
44695      Branch: perl
44696            ! regcomp.c t/op/re_tests
44697 ____________________________________________________________________________
44698 [  8778] By: jhi                                   on 2001/02/13  00:23:10
44699         Log: Comments do not nest.
44700      Branch: perl
44701            ! perl.h
44702 ____________________________________________________________________________
44703 [  8777] By: jhi                                   on 2001/02/13  00:17:54
44704         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
44705              From: Hugo <hv@crypt.compulink.co.uk>
44706              Date: Tue, 13 Feb 2001 00:11:11 +0000
44707              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
44708      Branch: maint-5.6/perl
44709            ! regcomp.c t/op/re_tests
44710 ____________________________________________________________________________
44711 [  8776] By: jhi                                   on 2001/02/12  23:25:52
44712         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
44713      Branch: maint-5.6/perl
44714            ! pod/perlport.pod
44715 ____________________________________________________________________________
44716 [  8775] By: jhi                                   on 2001/02/12  23:04:28
44717         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
44718      Branch: maint-5.6/perl
44719            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
44720            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44721            ! vos/configure_perl.cm
44722 ____________________________________________________________________________
44723 [  8774] By: jhi                                   on 2001/02/12  22:59:11
44724         Log: Subject: Re: [patch] context for 'U' magic functions
44725              From: Doug MacEachern <dougm@covalent.net>
44726              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
44727              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
44728              
44729              plus the suggestion by Nick Ing-Simmons to name the macro
44730              as PERL_MG_UFUNC to avoid namespace pollution, plus add
44731              the advice by Doug for XS writers to perl.h
44732      Branch: perl
44733            ! mg.c perl.h
44734 ____________________________________________________________________________
44735 [  8773] By: jhi                                   on 2001/02/11  20:14:12
44736         Log: Update Changes.
44737      Branch: perl
44738            ! Changes patchlevel.h
44739 ____________________________________________________________________________
44740 [  8772] By: jhi                                   on 2001/02/11  18:47:52
44741         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
44742              From: Simon Cozens <simon@cozens.net>
44743              Date: Wed, 31 Jan 2001 16:31:43 +0000
44744              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
44745      Branch: perl
44746            + pod/perlclib.pod
44747            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
44748            ! pod/perltoc.pod
44749 ____________________________________________________________________________
44750 [  8771] By: jhi                                   on 2001/02/11  18:36:48
44751         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
44752              
44753              Blocks-4d3.beta.txt
44754              CaseFolding-3d4.beta.txt
44755              CompositionExclusions-3d6.beta.txt
44756              EastAsianWidth-4d4.beta.txt
44757              LineBreak-6d3.beta.txt
44758              NamesList-3.1.0d1.beta.txt
44759              PropList-3.1.0d4.beta.txt
44760              SpecialCasing-4d1.beta.txt
44761              UnicodeData-3.1.0d6.beta.txt
44762      Branch: perl
44763            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
44764           +> lib/unicode/UCD.html lib/unicode/Unicode.html
44765            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44766            - lib/unicode/Unicode.301
44767            ! (edit 257 files)
44768 ____________________________________________________________________________
44769 [  8770] By: jhi                                   on 2001/02/11  17:26:22
44770         Log: UTF-8 documentation.
44771      Branch: perl
44772            ! utf8.h
44773 ____________________________________________________________________________
44774 [  8769] By: jhi                                   on 2001/02/11  17:12:49
44775         Log: Retract #8762.
44776      Branch: perl
44777            ! regexec.c
44778 ____________________________________________________________________________
44779 [  8768] By: jhi                                   on 2001/02/11  16:54:45
44780         Log: Subject: [PATCH] Test::Harness
44781              From: andreas.koenig@anima.de (Andreas J. Koenig)
44782              Date: 11 Feb 2001 14:37:00 +0100
44783              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
44784      Branch: perl
44785            ! lib/Test/Harness.pm
44786 ____________________________________________________________________________
44787 [  8767] By: jhi                                   on 2001/02/11  16:53:52
44788         Log: Subject: [PATCH] Document makepatch in Porting/patching
44789              From: andreas.koenig@anima.de (Andreas J. Koenig)
44790              Date: 11 Feb 2001 16:46:28 +0100
44791              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
44792      Branch: perl
44793            ! Porting/patching.pod
44794 ____________________________________________________________________________
44795 [  8766] By: jhi                                   on 2001/02/11  06:30:23
44796         Log: Subject: Re: [patch] GvSHARED
44797              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
44798              From: Doug MacEachern <dougm@covalent.net>
44799              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
44800              
44801              Subject: Re: [patch] GvSHARED
44802              From: Doug MacEachern <dougm@covalent.net>
44803              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
44804              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
44805              
44806              Subject: [patch] attributes.pm support for `shared'
44807              From: Doug MacEachern <dougm@covalent.net>
44808              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
44809              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
44810              
44811              our() attributes were ignored, our :shared pieces missing,
44812              allow attributes.pm to turn on shared.
44813      Branch: perl
44814            ! op.c t/op/attrs.t toke.c xsutils.c
44815 ____________________________________________________________________________
44816 [  8765] By: alanbur                               on 2001/02/10  23:11:19
44817         Log: Resync with parent (hopefully sucessfully this time)
44818      Branch: maint-5.6/pureperl
44819           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
44820           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
44821           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44822           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
44823           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
44824           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
44825           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
44826 ____________________________________________________________________________
44827 [  8764] By: jhi                                   on 2001/02/10  22:54:38
44828         Log: Make TEST and UTEST more verbose in case something goes
44829              wrong in running/compiling a script, suggested by Doug
44830              MacEachern.
44831      Branch: perl
44832            ! t/TEST t/UTEST
44833 ____________________________________________________________________________
44834 [  8763] By: jhi                                   on 2001/02/10  22:11:34
44835         Log: Bogus shebang.
44836      Branch: perl
44837            ! t/lib/texttabs.t
44838 ____________________________________________________________________________
44839 [  8762] By: jhi                                   on 2001/02/10  21:56:02
44840         Log: (Retracted by #8769)
44841      Branch: perl
44842            ! regexec.c
44843 ____________________________________________________________________________
44844 [  8761] By: jhi                                   on 2001/02/10  21:26:15
44845         Log: Subject: Re: [patch] GvSHARED 
44846              From: Doug MacEachern <dougm@covalent.net>
44847              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
44848              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
44849              
44850              our @EXPORT : shared = (...);
44851      Branch: perl
44852            ! toke.c
44853 ____________________________________________________________________________
44854 [  8760] By: jhi                                   on 2001/02/10  21:25:07
44855         Log: Subject: [patch] GvSHARED
44856              From: Doug MacEachern <dougm@covalent.net>
44857              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
44858              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
44859      Branch: perl
44860            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
44861 ____________________________________________________________________________
44862 [  8759] By: alanbur                               on 2001/02/10  21:24:27
44863         Log: Backed out mismerge.
44864      Branch: maint-5.6/pureperl
44865            ! MANIFEST README.hpux README.vmesa gv.c installhtml
44866            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
44867            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44868            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
44869            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
44870            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
44871            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
44872 ____________________________________________________________________________
44873 [  8758] By: jhi                                   on 2001/02/10  18:01:17
44874         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
44875              
44876              Fixed UMRs and leak in Perl_pmtrans()
44877              
44878              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
44879              associated UTFied tr/// code.  Also fixed scoping leak of
44880              PL_reg_start_tmp.
44881              
44882              newATTRSUB leaks when an attempt to redefine the active sort sub is
44883              made.
44884      Branch: maint-5.6/perl
44885           !> op.c regcomp.c
44886 ____________________________________________________________________________
44887 [  8757] By: alanbur                               on 2001/02/10  17:56:46
44888         Log: Resynchronised with parent
44889      Branch: maint-5.6/pureperl
44890           +> README.bs2000
44891            - README.posix-bc
44892            ! gv.c perl.c sv.c
44893           !> MANIFEST README.hpux README.vmesa installhtml
44894           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
44895           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44896           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
44897           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
44898           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
44899           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
44900 ____________________________________________________________________________
44901 [  8756] By: alanbur                               on 2001/02/10  17:51:15
44902         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
44903              made.
44904      Branch: maint-5.6/pureperl
44905            ! op.c
44906 ____________________________________________________________________________
44907 [  8755] By: jhi                                   on 2001/02/09  22:41:35
44908         Log: Upgrade to CPAN 1.59_54, from Andreas König.
44909      Branch: perl
44910            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44911 ____________________________________________________________________________
44912 [  8754] By: jhi                                   on 2001/02/09  22:29:20
44913         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
44914              
44915              Didn't upgrade the fill.t since it has a dependency to File::Slurp
44916              purely for debugging purposes, the actual test hasn't changed.
44917      Branch: perl
44918            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
44919            ! t/lib/textwrap.t
44920 ____________________________________________________________________________
44921 [  8753] By: jhi                                   on 2001/02/09  20:17:50
44922         Log: Integrate change #8682 from maintperl.
44923              
44924              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
44925              to work correctly.
44926      Branch: perl
44927           !> hints/irix_6.sh
44928 ____________________________________________________________________________
44929 [  8752] By: jhi                                   on 2001/02/09  20:00:46
44930         Log: Update Changes.
44931      Branch: perl
44932            ! Changes patchlevel.h
44933 ____________________________________________________________________________
44934 [  8751] By: nick                                  on 2001/02/09  19:48:37
44935         Log: Integrate mainline
44936      Branch: perlio
44937           +> README.bs2000 t/lib/cgi-esc.t
44938            - README.posix-bc
44939           !> (integrate 53 files)
44940 ____________________________________________________________________________
44941 [  8750] By: nick                                  on 2001/02/09  19:25:16
44942         Log: Subject: RE: Biannual Competition to Improve Hashing Function
44943              From: Fisher Mark <fisherm@tce.com>
44944              Date: Thu, 8 Feb 2001 10:44:00 -0500
44945              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
44946              Date: Thu, 8 Feb 2001 15:02:47 -0500
44947              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
44948      Branch: perl
44949            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
44950 ____________________________________________________________________________
44951 [  8749] By: jhi                                   on 2001/02/09  19:02:35
44952         Log: Forgotten fragment.
44953      Branch: perl
44954            ! pod/perlapi.pod
44955 ____________________________________________________________________________
44956 [  8748] By: jhi                                   on 2001/02/09  18:31:34
44957         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
44958              plus manual tweakage.
44959              
44960              Sync the perlfaq2 between mainline and maintperl.
44961      Branch: maint-5.6/perl
44962            ! pod/perlfaq2.pod
44963      Branch: perl
44964           !> pod/perlfaq2.pod
44965 ____________________________________________________________________________
44966 [  8747] By: jhi                                   on 2001/02/09  18:12:04
44967         Log: Subject: versiononly and installperl
44968              From: abigail@foad.org
44969              Date: Wed, 7 Feb 2001 22:43:12 +0100
44970              Message-ID: <20010207214312.7045.qmail@foad.org>    
44971              
44972              Add +v flag to force a normal install of the perl binary
44973              and the utilities.
44974              
44975              Subject: [PATCH] installperl
44976              From: Nicholas Clark <nick@ccl4.org>
44977              Date: Fri, 9 Feb 2001 16:28:57 +0000
44978              Message-ID: <20010209162857.B10931@plum.flirble.org>
44979              
44980              Add -A flag which also hardlinks the binary with
44981              the full architecture name.
44982      Branch: perl
44983            ! installperl
44984 ____________________________________________________________________________
44985 [  8746] By: jhi                                   on 2001/02/09  18:03:43
44986         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
44987              
44988              Subject: perlfaq2, re: perlmongers
44989              
44990              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
44991              
44992              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
44993              
44994              Subject: [ID 20010205.001] typo in perlfaq9
44995              
44996              Subject: [ID 20010208.002] unordered explanation in perlcall
44997      Branch: maint-5.6/perl
44998           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44999           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
45000           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
45001 ____________________________________________________________________________
45002 [  8745] By: jhi                                   on 2001/02/09  17:59:09
45003         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
45004              From: abela@geneanet.org
45005              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
45006              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
45007      Branch: perl
45008            ! pod/perlcall.pod
45009 ____________________________________________________________________________
45010 [  8744] By: jhi                                   on 2001/02/09  17:48:16
45011         Log: Subject: [ID 20010205.001] typo in perlfaq9
45012              From: eserte@vran.herceg.de
45013              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
45014              Message-Id: <200102042244.XAA21926@vran.herceg.de>
45015      Branch: perl
45016            ! pod/perlfaq9.pod
45017 ____________________________________________________________________________
45018 [  8743] By: jhi                                   on 2001/02/09  17:25:12
45019         Log: Integrate change #8695 from maintperl.
45020              
45021              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
45022      Branch: perl
45023           !> thread.h
45024 ____________________________________________________________________________
45025 [  8742] By: jhi                                   on 2001/02/09  17:21:22
45026         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
45027              From: Andy Dougherty <doughera@lafayette.edu>
45028              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
45029              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
45030      Branch: perl
45031            ! embed.pl
45032 ____________________________________________________________________________
45033 [  8741] By: jhi                                   on 2001/02/09  17:05:19
45034         Log: Integrate changes #8738,8739,8740 from maintperl.
45035              
45036              Html files will be installed in a more logical and easier to
45037              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
45038              
45039              Html files will be generated with a header to make them look
45040              a little less bare.
45041              
45042              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
45043      Branch: perl
45044           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
45045 ____________________________________________________________________________
45046 [  8740] By: jhi                                   on 2001/02/09  17:03:46
45047         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
45048              From: "Brendan O'Dea" <bod@compusol.com.au>
45049              Date: Sun, 4 Feb 2001 11:17:56 +1100
45050              Message-ID: <20010204111756.A16301@compusol.com.au>
45051      Branch: maint-5.6/perl
45052            ! pod/perlfaq3.pod
45053 ____________________________________________________________________________
45054 [  8739] By: jhi                                   on 2001/02/09  17:01:59
45055         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
45056              From: "Indy Singh" <indy@nusphere.com>
45057              Date: Fri, 2 Feb 2001 15:09:59 -0500
45058              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
45059              
45060              Html files will be generated with a header to make them look
45061              a little less bare.
45062      Branch: maint-5.6/perl
45063            ! installhtml
45064 ____________________________________________________________________________
45065 [  8738] By: jhi                                   on 2001/02/09  16:58:48
45066         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
45067              From: "Indy Singh" <indy@nusphere.com>
45068              Date: Fri, 2 Feb 2001 15:08:23 -0500
45069              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
45070              
45071              Html files will be installed in a more logical and easier to
45072              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
45073      Branch: maint-5.6/perl
45074            ! win32/Makefile win32/makefile.mk
45075 ____________________________________________________________________________
45076 [  8737] By: jhi                                   on 2001/02/09  16:46:54
45077         Log: Integrate changes #8687,8736 from maintperl.
45078              
45079              HP-UX thread patches from Merijn H. Brand.
45080              
45081              Latin nit from Philip Newton.
45082      Branch: perl
45083           !> README.hpux hints/hpux.sh
45084 ____________________________________________________________________________
45085 [  8736] By: jhi                                   on 2001/02/09  16:42:31
45086         Log: Latin nit from Philip Newton.
45087      Branch: maint-5.6/perl
45088            ! README.hpux
45089 ____________________________________________________________________________
45090 [  8735] By: jhi                                   on 2001/02/09  16:24:03
45091         Log: Integrate changes #8704,8710 from pureperl.
45092              
45093              Fixed UMRs and leak in Perl_pmtrans()
45094              
45095              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45096              associated UTFied tr/// code.  Also fixed scoping leak of
45097              PL_reg_start_tmp.
45098      Branch: perl
45099           !> op.c regcomp.c
45100 ____________________________________________________________________________
45101 [  8734] By: jhi                                   on 2001/02/09  15:40:21
45102         Log: Integrate change #8733 from maintperl.
45103              
45104              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
45105      Branch: perl
45106           !> pod/perlre.pod
45107 ____________________________________________________________________________
45108 [  8733] By: jhi                                   on 2001/02/09  15:35:47
45109         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
45110              From: Prymmer/Kahn <pvhp@best.com>
45111              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
45112              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
45113      Branch: maint-5.6/perl
45114            ! pod/perlre.pod
45115 ____________________________________________________________________________
45116 [  8732] By: jhi                                   on 2001/02/09  15:26:17
45117         Log: Rename README.posix-bc to README.bs2000 (to avoid the
45118              confusion of a "perlposix-bc.pod"), add a few missing
45119              arch pods, regen toc.
45120      Branch: maint-5.6/perl
45121           +> README.bs2000
45122            - README.posix-bc
45123            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45124            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45125 ____________________________________________________________________________
45126 [  8731] By: jhi                                   on 2001/02/09  15:23:39
45127         Log: De-cut-and-pasto.
45128      Branch: perl
45129            ! pod/perl.pod
45130 ____________________________________________________________________________
45131 [  8730] By: jhi                                   on 2001/02/09  15:11:13
45132         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
45133              when people think that perlposix-bc.pod tells anything about
45134              Perl and POSIX.  Regen toc.
45135      Branch: perl
45136           +> README.bs2000
45137            - README.posix-bc
45138            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45139            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45140 ____________________________________________________________________________
45141 [  8729] By: jhi                                   on 2001/02/09  14:52:28
45142         Log: The README.vmesa part of #8712 from maintperl.
45143      Branch: perl
45144            ! README.vmesa
45145 ____________________________________________________________________________
45146 [  8728] By: jhi                                   on 2001/02/09  14:46:06
45147         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
45148              From: Peter Prymmer <pvhp@forte.com>
45149              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
45150              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
45151      Branch: maint-5.6/perl
45152            ! README.vmesa win32/Makefile win32/makefile.mk
45153 ____________________________________________________________________________
45154 [  8727] By: jhi                                   on 2001/02/09  14:33:25
45155         Log: Integrate change #8712 from mainline.
45156              
45157              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
45158      Branch: maint-5.6/perl
45159           !> lib/Pod/Find.pm
45160 ____________________________________________________________________________
45161 [  8726] By: jhi                                   on 2001/02/09  14:30:28
45162         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
45163              From: Peter Prymmer <pvhp@forte.com>
45164              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
45165              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
45166      Branch: perl
45167            + t/lib/cgi-esc.t
45168            ! MANIFEST lib/CGI/Util.pm
45169 ____________________________________________________________________________
45170 [  8725] By: jhi                                   on 2001/02/09  04:56:47
45171         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
45172      Branch: maint-5.6/perl
45173            ! pod/perlport.pod
45174 ____________________________________________________________________________
45175 [  8724] By: jhi                                   on 2001/02/09  04:40:59
45176         Log: Integrate changes 7819,7820 from vmsperl into mainline.
45177              
45178              Add header for LIB$ prototypes (C. Berry)
45179              
45180              Convert fwrite()s to sockets to write()s, since some socket stacks
45181              don't take kindly to stdio.
45182              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
45183              (for often optional LNMs)
45184              Correct a few typos
45185              (C. Bailey)
45186      Branch: perl
45187           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
45188 ____________________________________________________________________________
45189 [  8723] By: jhi                                   on 2001/02/09  03:29:29
45190         Log: Integrate change #8722 from mainline.
45191              
45192              The Im() function wasn't returning zero for non-Math::Complex
45193              arguments.  The bug reported by John Gamble.
45194      Branch: maint-5.6/perl
45195           !> lib/Math/Complex.pm
45196 ____________________________________________________________________________
45197 [  8722] By: jhi                                   on 2001/02/09  03:28:33
45198         Log: The Im() function wasn't returning zero for non-Math::Complex
45199              arguments.  The bug reported by John Gamble.
45200      Branch: perl
45201            ! lib/Math/Complex.pm
45202 ____________________________________________________________________________
45203 [  8721] By: nick                                  on 2001/02/08  22:11:35
45204         Log: Correct the correction :-(
45205      Branch: perl
45206            ! perl.c
45207 ____________________________________________________________________________
45208 [  8720] By: bailey                                on 2001/02/08  20:59:22
45209         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
45210              don't take kindly to stdio.
45211              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
45212              (for often optional LNMs)
45213              Correct a few typos
45214              (C. Bailey)
45215      Branch: vmsperl
45216            ! vms/vms.c vms/vmsish.h
45217 ____________________________________________________________________________
45218 [  8719] By: bailey                                on 2001/02/08  20:51:02
45219         Log: Add header for LIB$ prototypes (C. Berry)
45220      Branch: vmsperl
45221            ! ext/Devel/DProf/DProf.xs
45222 ____________________________________________________________________________
45223 [  8718] By: bailey                                on 2001/02/08  20:49:00
45224         Log: SYN SYN
45225      Branch: vmsperl
45226           +> pod/perliol.pod t/lib/sample-tests/bailout
45227           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
45228           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
45229           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
45230           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
45231           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
45232           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
45233            - lib/unicode/Is/DCinital.pl
45234           !> (integrate 101 files)
45235 ____________________________________________________________________________
45236 [  8717] By: nick                                  on 2001/02/08  19:38:48
45237         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
45238              From: Robin Barker <rmb1@cise.npl.co.uk>
45239              Date: Thu, 8 Feb 2001 14:38:07 GMT
45240              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
45241      Branch: perl
45242            ! lib/CPAN.pm
45243 ____________________________________________________________________________
45244 [  8716] By: nick                                  on 2001/02/08  19:29:07
45245         Log: Generated files form 8713 etc.
45246      Branch: perl
45247            ! embed.h global.sym objXSUB.h perlapi.c proto.h
45248 ____________________________________________________________________________
45249 [  8715] By: nick                                  on 2001/02/08  19:26:08
45250         Log: Fixup non-ithread build after 8713
45251      Branch: perl
45252            ! perl.c
45253 ____________________________________________________________________________
45254 [  8714] By: nick                                  on 2001/02/08  19:17:45
45255         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
45256              From: nick@ccl4.org
45257              Date: Wed, 7 Feb 2001 00:27:47 +0000
45258              Message-Id: <20010207002747.B63724@plum.flirble.org>
45259      Branch: perl
45260            ! sv.c toke.c
45261 ____________________________________________________________________________
45262 [  8713] By: nick                                  on 2001/02/08  19:15:58
45263         Log: Subject: Re: [patch] Re: PL_ptr_table
45264              From: Doug Maceachern <dougm@covalent.net>
45265              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
45266              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
45267      Branch: perl
45268            ! embed.pl perl.c sv.c sv.h
45269 ____________________________________________________________________________
45270 [  8712] By: nick                                  on 2001/02/08  19:12:47
45271         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
45272              From: Peter Prymmer <pvhp@forte.com>
45273              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
45274              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
45275      Branch: perl
45276            ! lib/Pod/Find.pm
45277 ____________________________________________________________________________
45278 [  8711] By: nick                                  on 2001/02/07  21:06:11
45279         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
45280              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
45281              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45282              Date: Tue, 06 Feb 2001 23:37:01 +0000
45283              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
45284      Branch: perl
45285            ! regcomp.c
45286 ____________________________________________________________________________
45287 [  8710] By: alanbur                               on 2001/02/07  00:22:04
45288         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45289              associated UTFied tr/// code.  Also fixed scoping leak of
45290              PL_reg_start_tmp.
45291      Branch: maint-5.6/pureperl
45292            ! op.c regcomp.c
45293 ____________________________________________________________________________
45294 [  8709] By: nick                                  on 2001/02/06  21:16:49
45295         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
45296              From: Michael G Schwern <schwern@pobox.com>
45297              Date: Sun, 4 Feb 2001 19:47:14 -0500
45298              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
45299      Branch: perl
45300            ! pod/perlapi.pod pod/perlmodlib.PL
45301 ____________________________________________________________________________
45302 [  8708] By: nick                                  on 2001/02/06  20:41:20
45303         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
45304              From: Michael G Schwern <schwern@pobox.com>
45305              Date: Sun, 4 Feb 2001 21:17:49 -0500
45306              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
45307      Branch: perl
45308            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
45309            ! pod/perltootc.pod
45310 ____________________________________________________________________________
45311 [  8707] By: nick                                  on 2001/02/06  20:29:11
45312         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
45313              From: Michael G Schwern <schwern@pobox.com>
45314              Date: Tue, 6 Feb 2001 05:54:30 -0500
45315              Message-Id: <20010206055430.A951@blackrider.aocn.com>
45316      Branch: perl
45317            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
45318 ____________________________________________________________________________
45319 [  8706] By: nick                                  on 2001/02/06  20:21:40
45320         Log: Subject: RE: some win32 fixes
45321              Date: Tue, 6 Feb 2001 09:23:20 +0300
45322              From: Vadim Konovalov <vkonovalov@lucent.com>
45323              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
45324      Branch: perl
45325            ! toke.c win32/Makefile win32/config.bc win32/config.gc
45326            ! win32/config.vc win32/config_H.bc win32/makefile.mk
45327 ____________________________________________________________________________
45328 [  8705] By: alanbur                               on 2001/02/06  15:00:03
45329         Log: Synchronised with parent
45330      Branch: maint-5.6/pureperl
45331            ! regexec.c
45332           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
45333           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
45334 ____________________________________________________________________________
45335 [  8704] By: alanbur                               on 2001/02/06  14:55:24
45336         Log: Fixed UMRs and leak in Perl_pmtrans()
45337      Branch: maint-5.6/pureperl
45338            ! op.c
45339 ____________________________________________________________________________
45340 [  8703] By: gsar                                  on 2001/02/06  02:29:37
45341         Log: $(MAKE) distclean doesn't clean up properly on windows
45342      Branch: maint-5.6/perl
45343            ! win32/Makefile win32/makefile.mk
45344 ____________________________________________________________________________
45345 [  8702] By: gsar                                  on 2001/02/06  01:00:46
45346         Log: tweak change#8659 to keep it simple
45347      Branch: maint-5.6/perl
45348            ! utils/perldoc.PL
45349 ____________________________________________________________________________
45350 [  8701] By: gsar                                  on 2001/02/05  22:45:41
45351         Log: change#8693 was missing testsuite changes
45352      Branch: maint-5.6/perl
45353           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
45354 ____________________________________________________________________________
45355 [  8700] By: nick                                  on 2001/02/05  20:32:52
45356         Log: Integrate mainline
45357      Branch: perlio
45358           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
45359           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
45360           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
45361           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
45362           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
45363           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
45364           +> t/lib/test-harness.t
45365           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
45366           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
45367           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
45368           !> pod/perlutil.pod t/TEST utils/h2xs.PL
45369 ____________________________________________________________________________
45370 [  8699] By: nick                                  on 2001/02/05  19:41:07
45371         Log: Subject: perlfaq2, re: perlmongers
45372              From: David H. Adler <dha@panix.com>
45373              Date: Sun, 4 Feb 2001 23:48:23 -0500
45374              Message-Id: <20010204234823.A13429@panix.com>
45375      Branch: perl
45376            ! pod/perlfaq2.pod
45377 ____________________________________________________________________________
45378 [  8698] By: nick                                  on 2001/02/05  19:39:31
45379         Log: Missed file f#rom the testharness mess.
45380      Branch: perl
45381            + t/lib/test-harness.t
45382 ____________________________________________________________________________
45383 [  8697] By: nick                                  on 2001/02/05  19:37:21
45384         Log: Subject: [DOC PATCH] overload.pm nits
45385              From: John Tobey <jtobey@john-edwin-tobey.org>
45386              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
45387              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
45388      Branch: perl
45389            ! lib/overload.pm
45390 ____________________________________________________________________________
45391 [  8696] By: alanbur                               on 2001/02/05  11:56:00
45392         Log: Sync with parent
45393      Branch: maint-5.6/pureperl
45394           !> thread.h
45395 ____________________________________________________________________________
45396 [  8695] By: gsar                                  on 2001/02/05  03:27:34
45397         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
45398      Branch: maint-5.6/perl
45399            ! thread.h
45400 ____________________________________________________________________________
45401 [  8694] By: alanbur                               on 2001/02/05  00:07:47
45402         Log: Initial branch creation from //depot/maint-5.6/perl
45403      Branch: maint-5.6/pureperl
45404           +> (branch 1719 files)
45405 ____________________________________________________________________________
45406 [  8693] By: gsar                                  on 2001/02/04  22:38:49
45407         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
45408              changes)
45409      Branch: maint-5.6/perl
45410           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
45411           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
45412           !> ext/DB_File/version.c
45413 ____________________________________________________________________________
45414 [  8692] By: nick                                  on 2001/02/04  18:15:57
45415         Log: The missed t/TEST part of the grand testharness upgrade.
45416      Branch: perl
45417            ! t/TEST
45418 ____________________________________________________________________________
45419 [  8691] By: nick                                  on 2001/02/04  18:05:17
45420         Log: New improved test harness
45421              Subject: Re: [PATCH Test::Harness] Third time's a charm?
45422              From: Michael G Schwern <schwern@pobox.com>
45423              Date: Sun, 4 Feb 2001 08:01:20 -0500
45424              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
45425      Branch: perl
45426            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
45427            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
45428            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
45429            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
45430            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
45431            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
45432            ! MANIFEST lib/Test/Harness.pm
45433 ____________________________________________________________________________
45434 [  8690] By: nick                                  on 2001/02/04  17:57:51
45435         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
45436              From: Jonathan Stowe <gellyfish@gellyfish.com>
45437              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
45438              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
45439      Branch: perl
45440            ! utils/h2xs.PL
45441 ____________________________________________________________________________
45442 [  8689] By: nick                                  on 2001/02/04  17:55:24
45443         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
45444              From: Michael G Schwern <schwern@pobox.com>
45445              Date: Sat, 3 Feb 2001 22:46:38 -0500
45446              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
45447      Branch: perl
45448            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
45449            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
45450 ____________________________________________________________________________
45451 [  8688] By: nick                                  on 2001/02/04  17:43:55
45452         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
45453              length byfailing to spot lack of closing )
45454              From: nick@talking.bollo.cx
45455              Date: Sat, 03 Feb 2001 23:53:16 +0000
45456              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
45457      Branch: perl
45458            ! perlio.c pod/perldiag.pod
45459 ____________________________________________________________________________
45460 [  8687] By: jhi                                   on 2001/02/03  17:11:42
45461         Log: HP-UX thread patches from Merijn H. Brand.
45462      Branch: maint-5.6/perl
45463            ! README.hpux hints/hpux.sh
45464 ____________________________________________________________________________
45465 [  8686] By: jhi                                   on 2001/02/03  16:40:12
45466         Log: Metaconfig changes for #8685.
45467      Branch: metaconfig
45468            ! U/installdirs/instubperl.U
45469      Branch: metaconfig/U/perl
45470            ! Devel.U versiononly.U
45471 ____________________________________________________________________________
45472 [  8685] By: jhi                                   on 2001/02/03  16:39:49
45473         Log: For -Dusedevel builds turn off installusrbinperl and turn on
45474              versiononly, a combined idea of Richard Soderberg and Merijn
45475              H. Brand.  You can still override both of these from the command
45476              line if you need to, -Dinstallusrbinperl and -Uversiononly.
45477      Branch: perl
45478            ! Configure
45479 ____________________________________________________________________________
45480 [  8684] By: jhi                                   on 2001/02/03  16:16:34
45481         Log: Metaconfig unit fix for #8683.
45482      Branch: metaconfig
45483            ! U/compline/nblock_io.U
45484 ____________________________________________________________________________
45485 [  8683] By: jhi                                   on 2001/02/03  16:16:12
45486         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
45487              reported by Peter Prymmer for 5.6-TRIAL1.
45488      Branch: perl
45489            ! Configure
45490 ____________________________________________________________________________
45491 [  8682] By: jhi                                   on 2001/02/03  05:52:11
45492         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
45493              to work correctly.
45494      Branch: maint-5.6/perl
45495            ! hints/irix_6.sh
45496 ____________________________________________________________________________
45497 [  8681] By: jhi                                   on 2001/02/03  05:47:33
45498         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
45499      Branch: maint-5.6/perl
45500            ! pod/perlport.pod
45501 ____________________________________________________________________________
45502 [  8680] By: jhi                                   on 2001/02/02  21:39:49
45503         Log: perlport update from Peter Prymmer.
45504      Branch: maint-5.6/perl
45505            ! pod/perlport.pod
45506 ____________________________________________________________________________
45507 [  8679] By: nick                                  on 2001/02/02  20:50:48
45508         Log: Integrate mainline
45509      Branch: perlio
45510           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
45511           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
45512           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
45513 ____________________________________________________________________________
45514 [  8678] By: gsar                                  on 2001/02/02  16:02:12
45515         Log: note about bincompat, slightly modified (from Lupe Christoph)
45516      Branch: maint-5.6/perl
45517            ! README.solaris
45518 ____________________________________________________________________________
45519 [  8677] By: jhi                                   on 2001/02/02  15:46:20
45520         Log: Supported platforms updates.
45521      Branch: maint-5.6/perl
45522            ! pod/perlport.pod
45523 ____________________________________________________________________________
45524 [  8676] By: jhi                                   on 2001/02/02  03:41:26
45525         Log: A couple more perlfaq2 tweaks.
45526      Branch: maint-5.6/perl
45527            ! pod/perlfaq2.pod
45528 ____________________________________________________________________________
45529 [  8675] By: jhi                                   on 2001/02/02  03:17:44
45530         Log: Misedit in #8661.
45531      Branch: maint-5.6/perl
45532            ! Configure
45533 ____________________________________________________________________________
45534 [  8674] By: jhi                                   on 2001/02/02  03:14:38
45535         Log: Damien again.
45536      Branch: maint-5.6/perl
45537            ! pod/perlfaq2.pod
45538 ____________________________________________________________________________
45539 [  8673] By: jhi                                   on 2001/02/02  03:12:40
45540         Log: perlfaq update from Elaine Ashton.
45541      Branch: maint-5.6/perl
45542            ! pod/perlfaq2.pod
45543 ____________________________________________________________________________
45544 [  8672] By: jhi                                   on 2001/02/02  03:07:08
45545         Log: UTF-8 s/// patch from Inaba Hiroto.
45546      Branch: maint-5.6/perl
45547            ! pp_ctl.c pp_hot.c
45548 ____________________________________________________________________________
45549 [  8671] By: jhi                                   on 2001/02/01  22:34:31
45550         Log: Update Changes.
45551      Branch: perl
45552            ! Changes patchlevel.h
45553 ____________________________________________________________________________
45554 [  8670] By: jhi                                   on 2001/02/01  22:15:29
45555         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
45556              from maintperl.
45557              
45558              Upgrade to Getopt::Long 2.25, from Johan Vromans.
45559              
45560              more files need to be writable in the source distribution
45561              
45562              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
45563              
45564              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
45565              
45566              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45567              
45568              Allow the float to be fuzzier.
45569              
45570              need to use INT2PTR instead of a straight cast or ia64 fails
45571              
45572              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
45573              
45574              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
45575      Branch: perl
45576           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
45577           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
45578           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
45579 ____________________________________________________________________________
45580 [  8669] By: jhi                                   on 2001/02/01  21:57:02
45581         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45582              From: Robin Barker <rmb1@cise.npl.co.uk>
45583              Date: Thu, 1 Feb 2001 16:59:05 GMT
45584              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
45585      Branch: maint-5.6/perl
45586            ! pod/perlmodlib.PL
45587 ____________________________________________________________________________
45588 [  8668] By: nick                                  on 2001/02/01  19:41:40
45589         Log: Integrate mainline
45590      Branch: perlio
45591           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
45592           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
45593           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
45594 ____________________________________________________________________________
45595 [  8667] By: gsar                                  on 2001/02/01  16:59:11
45596         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
45597      Branch: maint-5.6/perl
45598            ! embed.pl embedvar.h
45599 ____________________________________________________________________________
45600 [  8666] By: gsar                                  on 2001/02/01  16:34:51
45601         Log: add missing entries to win32/config.?c
45602      Branch: maint-5.6/perl
45603            ! win32/config.bc win32/config.gc win32/config.vc
45604            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45605 ____________________________________________________________________________
45606 [  8665] By: jhi                                   on 2001/02/01  14:58:51
45607         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
45608              From: "Stephen P. Potter" <spp@spotter.yi.org>
45609              Date: Thu, 01 Feb 2001 10:45:46 -0500
45610              Message-Id: <200102011545.KAA31479@spotter.yi.org>
45611      Branch: maint-5.6/perl
45612            ! pod/perlfunc.pod
45613 ____________________________________________________________________________
45614 [  8664] By: gsar                                  on 2001/02/01  14:52:37
45615         Log: need to use INT2PTR instead of a straight cast or ia64 fails
45616              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
45617      Branch: maint-5.6/perl
45618            ! ext/POSIX/POSIX.xs
45619 ____________________________________________________________________________
45620 [  8663] By: jhi                                   on 2001/02/01  14:09:13
45621         Log: Allow the float to be fuzzier.
45622      Branch: maint-5.6/perl
45623            ! t/lib/peek.t
45624 ____________________________________________________________________________
45625 [  8662] By: jhi                                   on 2001/02/01  13:59:00
45626         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45627              From: Robin Barker <rmb1@cise.npl.co.uk>
45628              Date: Thu, 1 Feb 2001 13:05:39 GMT
45629              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
45630      Branch: maint-5.6/perl
45631            ! pod/perlmodlib.pod
45632 ____________________________________________________________________________
45633 [  8661] By: jhi                                   on 2001/02/01  13:57:38
45634         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
45635              Date: Thu, 01 Feb 2001 14:15:41 +0100
45636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45637              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
45638              
45639              Have the $ccflags in the gcc version test (strange, this change
45640              is claimed to be have been integrated already)
45641      Branch: maint-5.6/perl
45642            ! Configure
45643 ____________________________________________________________________________
45644 [  8660] By: jhi                                   on 2001/02/01  13:44:10
45645         Log: Integrate changes #7950,7964,7962 from mainline.
45646              
45647              Find the stdchar signedness using cpp, should fix some of
45648              the Solaris compiler warnings reported by Alan Burlison.
45649      Branch: maint-5.6/perl
45650           !> Configure config_h.SH
45651 ____________________________________________________________________________
45652 [  8659] By: jhi                                   on 2001/02/01  05:35:32
45653         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
45654              From: Jan Dubois <JanD@ActiveState.com>
45655              Date: Wed, 31 Jan 2001 21:17:03 -0800
45656              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
45657      Branch: maint-5.6/perl
45658            ! utils/perldoc.PL
45659 ____________________________________________________________________________
45660 [  8658] By: jhi                                   on 2001/02/01  04:33:17
45661         Log: Integrate the README.os390 and README.posix-bc parts of mainline
45662              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
45663              installperl parts were taken care of by #8657.)
45664      Branch: maint-5.6/perl
45665           !> README.os390 README.posix-bc
45666 ____________________________________________________________________________
45667 [  8657] By: jhi                                   on 2001/02/01  04:29:21
45668         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
45669              From: Peter Prymmer <pvhp@forte.com>
45670              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
45671              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
45672      Branch: maint-5.6/perl
45673            + ext/DynaLoader/dl_dllload.xs
45674            ! MANIFEST Makefile.SH hints/os390.sh installperl
45675 ____________________________________________________________________________
45676 [  8656] By: jhi                                   on 2001/02/01  04:25:45
45677         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
45678              From: Peter Prymmer <pvhp@forte.com>
45679              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
45680              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
45681      Branch: maint-5.6/perl
45682            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
45683 ____________________________________________________________________________
45684 [  8655] By: jhi                                   on 2001/02/01  04:14:47
45685         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
45686              From: troc@netrus.net
45687              Date: Wed, 31 Jan 2001 22:31:26 -0500
45688              Message-Id: <200102010331.WAA117.85@rocco.homenet>
45689      Branch: maint-5.6/perl
45690            ! os2/os2.c
45691 ____________________________________________________________________________
45692 [  8654] By: jhi                                   on 2001/02/01  04:12:52
45693         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
45694              as reported by Alan Burlison.
45695      Branch: maint-5.6/perl
45696            ! pp.h
45697 ____________________________________________________________________________
45698 [  8653] By: jhi                                   on 2001/02/01  04:05:12
45699         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
45700              From: dsugalski@northernlight.com
45701              Date: Wed, 31 Jan 2001 18:54:11 -0500
45702              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
45703      Branch: maint-5.6/perl
45704            ! configure.com
45705 ____________________________________________________________________________
45706 [  8652] By: jhi                                   on 2001/02/01  04:03:11
45707         Log: Misplaced #endif.
45708              
45709              Subject: [perl-5-6-1-trial2] patches for EPOC
45710              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45711              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45712              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45713      Branch: maint-5.6/perl
45714            ! epoc/epocish.c
45715 ____________________________________________________________________________
45716 [  8651] By: jhi                                   on 2001/02/01  04:00:25
45717         Log: Integrate changes #8647,8648,8650 from mainline.
45718              
45719              Macrofy a magic UTF-8 test.
45720              
45721              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
45722              
45723              Watch out for cross compiling for EPOC (usually done on linux).
45724      Branch: maint-5.6/perl
45725           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
45726 ____________________________________________________________________________
45727 [  8650] By: jhi                                   on 2001/02/01  03:56:20
45728         Log: Watch out for cross compiling for EPOC (usually done on linux)
45729              
45730              Subject: [perl-5-6-1-trial2] patches for EPOC
45731              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45732              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45733              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45734      Branch: perl
45735            ! ext/Errno/Errno_pm.PL
45736 ____________________________________________________________________________
45737 [  8649] By: gsar                                  on 2001/02/01  00:46:00
45738         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
45739      Branch: maint-5.6/perl
45740            ! sv.c
45741 ____________________________________________________________________________
45742 [  8648] By: jhi                                   on 2001/01/31  23:35:36
45743         Log: All the uses of PL_numeric_radix must be protected by
45744              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
45745              
45746              Subject: [perl-5-6-1-trial2] patches for EPOC
45747              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45748              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45749              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45750      Branch: perl
45751            ! sv.c
45752 ____________________________________________________________________________
45753 [  8647] By: jhi                                   on 2001/01/31  22:56:16
45754         Log: Macrofy a magic UTF-8 test.
45755      Branch: perl
45756            ! utf8.c utf8.h
45757 ____________________________________________________________________________
45758 [  8646] By: gsar                                  on 2001/01/31  15:55:12
45759         Log: update Changes
45760      Branch: maint-5.6/perl
45761            ! Changes
45762 ____________________________________________________________________________
45763 [  8645] By: gsar                                  on 2001/01/31  15:10:14
45764         Log: Configure tweak suggested by Peter Prymmer
45765      Branch: maint-5.6/perl
45766            ! Configure
45767 ____________________________________________________________________________
45768 [  8644] By: gsar                                  on 2001/01/31  15:06:32
45769         Log: more files need to be writable in the source distribution
45770      Branch: maint-5.6/perl
45771            ! Porting/makerel
45772 ____________________________________________________________________________
45773 [  8643] By: jhi                                   on 2001/01/31  14:59:46
45774         Log: Integrate changes #8258,8278,8279 from mainline.
45775              
45776              Make the large file tests more robust/talkative.
45777      Branch: maint-5.6/perl
45778           !> t/lib/syslfs.t t/op/lfs.t
45779 ____________________________________________________________________________
45780 [  8642] By: gsar                                  on 2001/01/31  14:53:48
45781         Log: integrate changes#8311,8334 from mainline
45782              
45783              Add a new MakeMaker variable PM_FILTER that defines a Unix
45784              filter to be run on each .pm during the pm_to_blib() phase,
45785              a fixed version of
45786              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45787              
45788              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
45789              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
45790              accurate reading of the "atime".  
45791      Branch: maint-5.6/perl
45792           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
45793           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45794           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
45795 ____________________________________________________________________________
45796 [  8641] By: jhi                                   on 2001/01/31  14:46:37
45797         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
45798      Branch: maint-5.6/perl
45799            ! lib/Getopt/Long.pm
45800 ____________________________________________________________________________
45801 [  8640] By: gsar                                  on 2001/01/31  14:40:24
45802         Log: make regen_all
45803      Branch: maint-5.6/perl
45804            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
45805 ____________________________________________________________________________
45806 [  8639] By: gsar                                  on 2001/01/31  14:37:25
45807         Log: refresh windows config files
45808      Branch: maint-5.6/perl
45809            ! win32/Makefile win32/config_H.bc win32/config_H.gc
45810            ! win32/config_H.vc win32/makefile.mk
45811 ____________________________________________________________________________
45812 [  8638] By: gsar                                  on 2001/01/31  14:28:10
45813         Log: makefile tweaks for windows: introduce a bulk-switch to enable
45814              same options as ActivePerl; sync changes with makefile.mk
45815      Branch: maint-5.6/perl
45816            ! win32/Makefile win32/makefile.mk
45817 ____________________________________________________________________________
45818 [  8637] By: jhi                                   on 2001/01/31  04:41:30
45819         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
45820              From: Nicholas Clark <nick@ccl4.org>
45821              Date: Tue, 30 Jan 2001 19:51:05 +0000
45822              Message-ID: <20010130195105.R76607@plum.flirble.org> 
45823              
45824              op/inc cure.
45825      Branch: perl
45826            ! pp.c pp.h pp_hot.c t/op/arith.t
45827 ____________________________________________________________________________
45828 [  8636] By: jhi                                   on 2001/01/31  02:38:32
45829         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
45830              no perlio],8257,8380,8479,8515 from mainline.
45831              
45832              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
45833              
45834              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
45835              Subject: [PATCH perl@8133] fix-up for VMS extensions
45836              
45837              In VMS embedded perls couldn't access the statically built Socket.
45838              
45839              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
45840              
45841              Further VMS piping fixes from Charles Lane.
45842              
45843              Subject:  [PATCH] make t/op/misc.t work on VMS
45844              
45845              Add tracing for debugging extensions builds in VMS.
45846              
45847              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
45848      Branch: maint-5.6/perl
45849           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
45850           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
45851           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
45852 ____________________________________________________________________________
45853 [  8635] By: jhi                                   on 2001/01/31  01:46:41
45854         Log: Integrate change #7732 from mainline.
45855              
45856              Sparc 64-bit pack() fix from Jens Hamisch.
45857      Branch: maint-5.6/perl
45858           !> pp.c
45859 ____________________________________________________________________________
45860 [  8634] By: jhi                                   on 2001/01/31  01:41:16
45861         Log: One spot missing from #8626.
45862      Branch: maint-5.6/perl
45863            ! sv.c
45864 ____________________________________________________________________________
45865 [  8633] By: jhi                                   on 2001/01/31  00:49:17
45866         Log: Integrate change #7495 from mainline.
45867              
45868              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
45869      Branch: maint-5.6/perl
45870           !> MANIFEST ext/re/Makefile.PL
45871 ____________________________________________________________________________
45872 [  8632] By: jhi                                   on 2001/01/30  23:38:49
45873         Log: Integrate change #8396 from mainline.
45874              
45875              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
45876              better multicast support (resend)
45877      Branch: maint-5.6/perl
45878           !> ext/Socket/Socket.pm
45879 ____________________________________________________________________________
45880 [  8631] By: jhi                                   on 2001/01/30  23:28:03
45881         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
45882              
45883              More AIX lore. (7514, ext/re/hints/aix.pl)
45884              
45885              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
45886              
45887              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)
45888              
45889              Subject: [ID 20001214.002] Net::Ping patch
45890              
45891              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
45892              
45893              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
45894              
45895              Add ReuseAddr as a (preferred) alias for Reuse as we now
45896              also have ReusePort.
45897              
45898              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
45899      Branch: maint-5.6/perl
45900           +> ext/re/hints/aix.pl
45901           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
45902           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
45903 ____________________________________________________________________________
45904 [  8630] By: jhi                                   on 2001/01/30  23:03:59
45905         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
45906              
45907              read() documentation tweak for 20001121.004.
45908              
45909              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
45910      Branch: maint-5.6/perl
45911           !> pod/perlfunc.pod pod/perlre.pod
45912 ____________________________________________________________________________
45913 [  8629] By: jhi                                   on 2001/01/30  22:41:57
45914         Log: Integrate change #8098 from mainline.
45915              
45916              fastgetcwd is defined using a glob alias on a $^O dependent basis
45917              and there was no default assignment or perl subroutine.
45918      Branch: maint-5.6/perl
45919           !> lib/Cwd.pm
45920 ____________________________________________________________________________
45921 [  8628] By: jhi                                   on 2001/01/30  21:58:52
45922         Log: Integrate change #7866 from mainline.
45923              
45924              File::Temp 0.11.
45925      Branch: maint-5.6/perl
45926           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
45927 ____________________________________________________________________________
45928 [  8627] By: jhi                                   on 2001/01/30  21:39:44
45929         Log: Integrate changes #8075,8086,8228 from mainline.  
45930              
45931              Darwin is not Windows. (8075,8086)
45932              
45933              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
45934      Branch: maint-5.6/perl
45935           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
45936           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
45937           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
45938           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
45939 ____________________________________________________________________________
45940 [  8626] By: jhi                                   on 2001/01/30  21:22:11
45941         Log: Integrate with tweakery the change #8625 from mainline,
45942              the multibyte decimal separator fix ("fa_IR locale failure").
45943      Branch: maint-5.6/perl
45944            ! embedvar.h perlapi.h
45945           !> intrpvar.h perl.c perl.h sv.c util.c
45946 ____________________________________________________________________________
45947 [  8625] By: jhi                                   on 2001/01/30  20:26:33
45948         Log: Fix for the fa_IR locale failure.  The reason for the failure
45949              was that Perl was assuming the decimal separator aka the radix
45950              separator is one character.  The Farsi-Iranian locale crushed
45951              that bad assumption since there the separator is 'Momayyez',
45952              glyphwise looking somewhat like a slash, and in Unicode UTF-8
45953              encoded in two bytes, 0xd9 0xab.
45954      Branch: perl
45955            ! intrpvar.h perl.c perl.h sv.c util.c
45956 ____________________________________________________________________________
45957 [  8624] By: gsar                                  on 2001/01/30  20:17:03
45958         Log: regen_headers
45959      Branch: maint-5.6/perl
45960            ! Makefile.SH pod/perlintern.pod
45961 ____________________________________________________________________________
45962 [  8623] By: gsar                                  on 2001/01/30  19:42:34
45963         Log: backout change#7431 and its dependents (causes spurious rebuilds
45964              of autogenerated files)
45965              
45966              fix benign b.t failure
45967      Branch: maint-5.6/perl
45968            ! Makefile.SH t/lib/b.t
45969 ____________________________________________________________________________
45970 [  8622] By: jhi                                   on 2001/01/30  19:41:41
45971         Log: Microperl sync.
45972      Branch: perl
45973            ! mg.c perl.h
45974 ____________________________________________________________________________
45975 [  8621] By: gsar                                  on 2001/01/30  19:24:47
45976         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
45977              from mainline
45978              
45979              Subject: podlators 1.06 released
45980              
45981              Subject: [PATCH @8436] Eliminate op_children
45982              
45983              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
45984              
45985              (Replaced by #8448)  More op_children traces (cleanup of #8442).
45986              
45987              Subject: [PATCH #3 @8436] Re: Eliminate op_children
45988              Replace #8444 and #8445.
45989              
45990              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
45991              at the setting of the ofs_sv in new_struct_thread() as the
45992              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
45993              uninitialized fields are, uh, initialized with),
45994              SvREFCNT_inc()ing that invited a core dump.
45995              
45996              podlators 1.07, from Russ Allbery.
45997              
45998              Subject: [PATCH] regcomp.c old feature removal
45999              From: mjd@plover.com
46000              Date: 16 Jan 2001 14:43:18 -0000 
46001              Message-ID: <20010116144318.7140.qmail@plover.com> 
46002      Branch: maint-5.6/perl
46003           +> lib/Pod/Text/Overstrike.pm
46004           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
46005           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
46006           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
46007           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
46008           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
46009           !> util.c
46010 ____________________________________________________________________________
46011 [  8620] By: gsar                                  on 2001/01/30  18:48:32
46012         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
46013              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
46014              now fails one test)
46015              
46016              Subject: [PATCH] lvalue AUTOLOAD. No, really.
46017              
46018              Subject: [PATCH] Interesting syntax idea
46019              Make opens + bareword assigns do typeglob assigns.
46020              
46021              Tests for #8254.
46022              
46023              Subject: [PATCH @8269] Continue blocks and B::Deparse
46024              Make the peephole optimizer to bypass more null ops and
46025              and rewrite the deparse handling of continue blocks.
46026              
46027              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
46028              Doc tweak on #8313.
46029              
46030              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
46031              
46032              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
46033              
46034              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
46035              
46036              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
46037              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
46038              according to the platform.
46039              
46040              Subject: [PATCH @8404] Consolidated lvalue sub changes
46041              
46042              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
46043              
46044              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
46045              
46046              Subject: B::Concise -- an improved replacement for B::Terse 
46047              
46048              The B::Terse drop-in replacement wasn't quite drop-in.
46049              
46050              The LVRET macro needed an aTHX.
46051              
46052              Use the /^Perl_/-less form of is_lvalue_sub().
46053              
46054              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
46055      Branch: maint-5.6/perl
46056           +> ext/B/B/Concise.pm
46057           !> (integrate 27 files)
46058 ____________________________________________________________________________
46059 [  8619] By: nick                                  on 2001/01/30  18:40:28
46060         Log: Integrate mainline
46061      Branch: perlio
46062           !> (integrate 40 files)
46063 ____________________________________________________________________________
46064 [  8618] By: jhi                                   on 2001/01/30  18:37:18
46065         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
46066              Date: Mon, 29 Jan 2001 22:51:29 -0600
46067              From: "Craig A. Berry" <craigberry@mac.com>
46068              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
46069      Branch: perl
46070            ! vms/test.com
46071 ____________________________________________________________________________
46072 [  8617] By: jhi                                   on 2001/01/30  18:34:53
46073         Log: Subject: [PATCH] Add missing CV flags to dump.c
46074              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46075              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
46076              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
46077      Branch: perl
46078            ! dump.c
46079 ____________________________________________________________________________
46080 [  8616] By: jhi                                   on 2001/01/30  18:20:58
46081         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
46082              part isn't applicable to maintperl.
46083              
46084              UTF-8 nit from Inaba Hiroto.
46085      Branch: maint-5.6/perl
46086           !> pod/perlapi.pod utf8.c
46087 ____________________________________________________________________________
46088 [  8615] By: jhi                                   on 2001/01/30  18:18:51
46089         Log: UTF-8 nit from Inaba Hiroto.
46090      Branch: perl
46091            ! pod/perlapi.pod t/op/each.t utf8.c
46092 ____________________________________________________________________________
46093 [  8614] By: jhi                                   on 2001/01/30  18:13:38
46094         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
46095              
46096              perl's internal variables are not for public consumption,
46097              move their docs from perlapi.pod to perlintern.pod
46098              
46099              support for -Dusethreads build under HP-UX 10.20 and DCE threads
46100              library (11.0 and later have pthreads but 10.x don't)
46101              
46102              avoid uninitialized value warnings
46103              
46104              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
46105              gets weird results)
46106              
46107              perldoc nit on windows
46108              
46109              make it possible to run the tests outside the source tree
46110              (there's still a dependency on ../lib being the library
46111              location)
46112      Branch: perl
46113           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
46114           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
46115           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
46116           !> win32/bin/search.pl win32/vdir.h
46117 ____________________________________________________________________________
46118 [  8613] By: gsar                                  on 2001/01/30  16:39:59
46119         Log: make it possible to run the tests outside the source tree
46120              (there's still a dependency on ../lib being the library
46121              location)
46122      Branch: maint-5.6/perl
46123            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
46124 ____________________________________________________________________________
46125 [  8612] By: gsar                                  on 2001/01/30  16:31:12
46126         Log: perldoc nit on windows
46127      Branch: maint-5.6/perl
46128            ! utils/perldoc.PL
46129 ____________________________________________________________________________
46130 [  8611] By: gsar                                  on 2001/01/30  16:22:54
46131         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
46132              gets weird results)
46133      Branch: maint-5.6/perl
46134            ! win32/vdir.h
46135 ____________________________________________________________________________
46136 [  8610] By: gsar                                  on 2001/01/30  16:12:45
46137         Log: avoid uninitialized value warnings
46138      Branch: maint-5.6/perl
46139            ! win32/bin/search.pl
46140 ____________________________________________________________________________
46141 [  8609] By: gsar                                  on 2001/01/30  16:08:01
46142         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
46143              library (11.0 and later have pthreads but 10.x don't)
46144      Branch: maint-5.6/perl
46145            ! hints/hpux.sh thread.h
46146 ____________________________________________________________________________
46147 [  8608] By: gsar                                  on 2001/01/30  15:48:55
46148         Log: perl's internal variables are not for public consumption,
46149              move their docs from perlapi.pod to perlintern.pod
46150      Branch: maint-5.6/perl
46151            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
46152            ! thrdvar.h
46153 ____________________________________________________________________________
46154 [  8607] By: gsar                                  on 2001/01/30  15:44:27
46155         Log: mistakenly branched perl56delta.pod, revert
46156      Branch: maint-5.6/perl
46157            - pod/perl56delta.pod
46158           !> pod/perldelta.pod
46159 ____________________________________________________________________________
46160 [  8606] By: gsar                                  on 2001/01/30  14:20:24
46161         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
46162              dTHR which has been a noop for a while now, except for the
46163              compatibility definition in thread.h)
46164      Branch: maint-5.6/perl
46165           !> (integrate 45 files)
46166 ____________________________________________________________________________
46167 [  8605] By: jhi                                   on 2001/01/30  05:43:58
46168         Log: Mark the UTF-8 APIs as experimental.
46169      Branch: maint-5.6/perl
46170            ! embed.pl pod/perlapi.pod
46171 ____________________________________________________________________________
46172 [  8604] By: jhi                                   on 2001/01/30  05:38:40
46173         Log: Nits from earlier integrates.
46174      Branch: maint-5.6/perl
46175            ! lib/Carp/Heavy.pm
46176           !> sv.c
46177 ____________________________________________________________________________
46178 [  8603] By: jhi                                   on 2001/01/30  05:27:26
46179         Log: Regenerate Porting files.
46180      Branch: maint-5.6/perl
46181            ! Porting/Glossary Porting/config.sh Porting/config_H
46182 ____________________________________________________________________________
46183 [  8602] By: jhi                                   on 2001/01/30  05:14:59
46184         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
46185              8310,8339,8447,8492,8493,8505,8525: documentation changes.
46186              
46187              Subject: Re: perlfaq style changes
46188              
46189              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46190              
46191              Subject: [PATCH] docs on NaN
46192              
46193              Subject: [patch] perlfaq7
46194              
46195              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
46196              
46197              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
46198              
46199              Subject: [PATCH] open() example in perlfunc.pod
46200              
46201              Podify README.mpeix (a new version from the web)
46202              
46203              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
46204              
46205              Subject: [PATCH] format and rewording in perlfaq.pod
46206              
46207              Subject: [PATCH] API Variable documentation   
46208              
46209              Memory management calls documentation.
46210              
46211              Subject: [PATCH: perl@8482] README.vms URL updates
46212              
46213              Subject: Minor typos in perlfaq2.pod
46214              
46215              Subject: [PATCH] pod/perlvar.pod
46216      Branch: maint-5.6/perl
46217           +> pod/perl56delta.pod
46218            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46219           !> README.amiga README.epoc README.mpeix README.vms
46220           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
46221           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
46222           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
46223           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
46224           !> pod/perlvar.pod thrdvar.h
46225 ____________________________________________________________________________
46226 [  8601] By: jhi                                   on 2001/01/30  04:38:35
46227         Log: Integrate changes #8036,8096,8253 from mainline:
46228              hints changes.
46229              
46230              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46231              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
46232              
46233              Output the (apparent) version of gcc in Tru64.
46234      Branch: maint-5.6/perl
46235           +> ext/POSIX/hints/svr4.pl
46236           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
46237           !> hints/svr4.sh t/lib/bigfltpm.t
46238 ____________________________________________________________________________
46239 [  8600] By: jhi                                   on 2001/01/30  04:04:01
46240         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
46241              locale fixes.
46242              
46243              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
46244              
46245              Debian allows /usr/bin/locale to exist without any locales. (7868)
46246              
46247              Allow the locale test needing POSIX and the taint test
46248              needing IPC::SysV to run under 'minitest' (basically,
46249              bail out if loading the extension fails). (8384)
46250              
46251              Cleanup the locale.t output  (8480)
46252      Branch: maint-5.6/perl
46253           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
46254           !> t/pragma/locale.t
46255 ____________________________________________________________________________
46256 [  8599] By: jhi                                   on 2001/01/30  03:51:04
46257         Log: Missing generated files from #8598.
46258      Branch: maint-5.6/perl
46259            ! embed.h global.sym objXSUB.h perlapi.c proto.h
46260 ____________________________________________________________________________
46261 [  8598] By: jhi                                   on 2001/01/30  03:41:54
46262         Log: Integrate change #8555 from mainline, manually integrate parts
46263              of changes 8452 and 8583.
46264              
46265              Subject: [PATCH] utf8.c documentation (8452)
46266              
46267              No point in checking the length if the pointer is bogus. (8555)
46268              
46269              Introduce bytes_from_utf8() and implement sv_eq() using it,
46270              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
46271              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
46272              was malformed. (8583)
46273      Branch: maint-5.6/perl
46274            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
46275           !> pod/perlapi.pod sv.c utf8.c
46276 ____________________________________________________________________________
46277 [  8597] By: gsar                                  on 2001/01/30  02:37:26
46278         Log: get PERL_OBJECT build going again on windows
46279      Branch: maint-5.6/perl
46280            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46281            ! pod/perlapi.pod proto.h sv.c
46282 ____________________________________________________________________________
46283 [  8596] By: jhi                                   on 2001/01/30  02:16:17
46284         Log: Signedness nit.
46285      Branch: perl
46286            ! sv.c
46287 ____________________________________________________________________________
46288 [  8595] By: jhi                                   on 2001/01/30  02:11:07
46289         Log: EBCDIC patch for Storable, from Peter Prymmer.
46290      Branch: perl
46291            ! t/lib/st-06compat.t
46292 ____________________________________________________________________________
46293 [  8594] By: jhi                                   on 2001/01/30  01:04:48
46294         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
46295              From: Peter Prymmer <pvhp@forte.com>
46296              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
46297              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
46298      Branch: perl
46299            ! t/lib/b.t
46300 ____________________________________________________________________________
46301 [  8593] By: jhi                                   on 2001/01/30  00:56:47
46302         Log: Subject: [PATCH: perl@8585] pod problems in io
46303              From: Peter Prymmer <pvhp@forte.com>
46304              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
46305              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
46306      Branch: perl
46307            ! pod/perlapio.pod pod/perliol.pod
46308 ____________________________________________________________________________
46309 [  8592] By: jhi                                   on 2001/01/30  00:48:20
46310         Log: Integrate perlio.
46311      Branch: perl
46312           !> pod/perlapio.pod pod/perliol.pod
46313 ____________________________________________________________________________
46314 [  8591] By: nick                                  on 2001/01/29  22:02:28
46315         Log: GNU 'merge' Simon's copy of perliol.pod with version
46316              patched by Craig's patch.
46317      Branch: perlio
46318            ! pod/perliol.pod
46319 ____________________________________________________________________________
46320 [  8590] By: nick                                  on 2001/01/29  21:55:10
46321         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
46322      Branch: perlio
46323            ! pod/perlapio.pod pod/perliol.pod
46324 ____________________________________________________________________________
46325 [  8589] By: jhi                                   on 2001/01/29  15:35:33
46326         Log: Integrate change #8586 from maint-5.6/perl.
46327              
46328              make the BOM detection code not call tell() until it has to
46329              (meant to fix esoteric compatibility issues where PL_rsfp
46330              is overridden)
46331      Branch: perl
46332           !> toke.c
46333 ____________________________________________________________________________
46334 [  8588] By: jhi                                   on 2001/01/29  15:29:11
46335         Log: Subject: MAking Solaris malloc() the default
46336              From: Lupe Christoph <lupe@lupe-christoph.de>
46337              Date: Mon, 29 Jan 2001 12:59:36 +0100
46338              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
46339              
46340              The README.solaris part slightly tweaked.
46341      Branch: perl
46342            ! README.solaris hints/solaris_2.sh
46343 ____________________________________________________________________________
46344 [  8587] By: jhi                                   on 2001/01/29  15:17:34
46345         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
46346              From: root@ak-75.mind.de
46347              Date: Sun, 28 Jan 2001 20:32:29 +0100
46348              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
46349      Branch: perl
46350            ! pod/perlre.pod
46351 ____________________________________________________________________________
46352 [  8586] By: gsar                                  on 2001/01/29  13:43:44
46353         Log: make the BOM detection code not call tell() until it has to
46354              (meant to fix esoteric compatibility issues where PL_rsfp
46355              is overridden)
46356      Branch: maint-5.6/perl
46357            ! toke.c
46358 ____________________________________________________________________________
46359 [  8585] By: jhi                                   on 2001/01/28  20:05:45
46360         Log: Update Changes.
46361      Branch: perl
46362            ! Changes patchlevel.h
46363 ____________________________________________________________________________
46364 [  8584] By: jhi                                   on 2001/01/28  19:30:02
46365         Log: Integrate perlio.
46366      Branch: perl
46367           +> pod/perliol.pod
46368           !> MANIFEST pod/perlapio.pod
46369 ____________________________________________________________________________
46370 [  8583] By: jhi                                   on 2001/01/28  19:28:40
46371         Log: Patch from Inaba Hiroto:
46372              - canonical UTF-8 hash keys: if a key string for a hash is
46373              UTF8-on, try downgrade the string and use it if
46374              unicode::distinct is not in effect.
46375              For the task, I added a function bytes_from_utf8() to utf8.c.
46376              It might resemble utf8_to_bytes() but it is not convenient
46377              to the task.
46378              Made a test for it and added to t/op/each.t
46379              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
46380              the mortal copy of the argument SV.
46381              And changed t/io/utf8.t test 18 which expects print() to
46382              upgrade its argument.
46383              - re-implement sv_eq with bytes_from_utf8()
46384              - some bug fixes
46385              - tr/// does not handle UTF8 range (\x{}-\x{})
46386              - \ before raw UTF8 character produced
46387              "Malformed UTF-8 character" warning.
46388              - "\x{100}\N{CENT SIGN}" is Malformed.
46389              Added tests for these 3.
46390              - and one silly bug (by me) with qu operator.
46391      Branch: perl
46392            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
46393            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
46394            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
46395 ____________________________________________________________________________
46396 [  8582] By: nick                                  on 2001/01/28  19:25:04
46397         Log: Add pod/perliol.pod to MANIFEST :-(
46398      Branch: perlio
46399            ! MANIFEST
46400 ____________________________________________________________________________
46401 [  8581] By: nick                                  on 2001/01/28  19:22:40
46402         Log: PerlIO documentation. Proofing and sub-editing requested.
46403      Branch: perlio
46404            + pod/perliol.pod
46405            ! pod/perlapio.pod
46406 ____________________________________________________________________________
46407 [  8580] By: jhi                                   on 2001/01/28  05:16:25
46408         Log: Revert the change to sv_2pv() done by #8054: Someone who
46409              did SvNV_set() on a scalar that also happened to be POK,
46410              followed by sv_2pv() won't get the right coercion anymore.
46411              [Sarathy]
46412      Branch: maint-5.6/perl
46413            ! sv.c
46414 ____________________________________________________________________________
46415 [  8579] By: jhi                                   on 2001/01/28  05:15:04
46416         Log: Remove the #8084 effect: do not allow -Q to be interpreted
46417              as -&Q(), this is too much wiggle room.
46418      Branch: maint-5.6/perl
46419            ! toke.c
46420 ____________________________________________________________________________
46421 [  8578] By: jhi                                   on 2001/01/28  05:12:45
46422         Log: Needed bits of #8439 (should have been in #8576),
46423              mainly for lval substr().
46424      Branch: maint-5.6/perl
46425            ! mg.c pp.c pp_hot.c
46426 ____________________________________________________________________________
46427 [  8577] By: jhi                                   on 2001/01/28  05:02:46
46428         Log: A missing check-in.
46429      Branch: maint-5.6/perl
46430            ! utf8.c
46431 ____________________________________________________________________________
46432 [  8576] By: jhi                                   on 2001/01/28  04:26:18
46433         Log: Integrate changes #8425,8436,8439,8517 from mainline.
46434              The 8439 was not truly integrated because it had too many
46435              dependencies on the development branch and because it introduced
46436              concepts too bold for a maintenance branch (such as the qu operator).
46437              
46438              Subject: [PATCH perl@8342] -Wformat
46439              
46440              Tighten some of the UTF-8 tests a bit.
46441              
46442              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
46443              - The substr lval was still not okay.
46444              - Now pp_stringify and sv_setsv copies source's UTF8 flag
46445              even if IN_BYTE.  pp_stringify is called from fold_constants
46446              at optimization phase and "\x{100}" was made SvUTF8_off under
46447              use bytes (the bytes pragma is for "byte semantics" and not
46448              for "do not produce UTF8 data")
46449      Branch: maint-5.6/perl
46450            ! t/lib/charnames.t t/op/substr.t toke.c
46451           !> sv.c t/pragma/utf8.t
46452 ____________________________________________________________________________
46453 [  8575] By: jhi                                   on 2001/01/28  04:01:51
46454         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
46455              
46456              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
46457              
46458              Subject: [ID 20001230.003] UTF-8 tr still hurts
46459              
46460              Test cases for #8385 (from Simon's "torture.pl")
46461              
46462              Start fixing UTF-8 lval substr() (8405)
46463      Branch: maint-5.6/perl
46464           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
46465           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
46466 ____________________________________________________________________________
46467 [  8574] By: jhi                                   on 2001/01/28  03:09:06
46468         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
46469              from mainline.
46470              
46471              UTF-8 cleanup.
46472              
46473              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
46474              
46475              "\x{FF}\xFF" was broken.
46476              
46477              Tests for #8329 and #8330.
46478              
46479              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
46480              
46481              IRIX compiler noticed that the bof initialization might be
46482              bypassed by control flow.
46483              
46484              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
46485      Branch: maint-5.6/perl
46486           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46487           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
46488 ____________________________________________________________________________
46489 [  8573] By: jhi                                   on 2001/01/28  02:06:12
46490         Log: Retract #8552.
46491      Branch: perl
46492            ! lib/Text/Wrap.pm t/lib/textwrap.t
46493 ____________________________________________________________________________
46494 [  8572] By: jhi                                   on 2001/01/28  02:04:49
46495         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
46496              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
46497              not really integrated but instead salvaged by hand
46498              (they had too many dependencies on the development release
46499              to be cleanly integratable).
46500              
46501              Subject: more UTF8 test suites and an UTF8 patch
46502              
46503              Tweak for MULTIPLICITY/USE_PERLIO
46504              
46505              Signedness nit.
46506              
46507              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
46508              
46509              Use the UTF8_XXX macros in is_utf8_char().
46510              
46511              Rewrite pp_concat() in terms of sv_catsv().  The . operator
46512              should now be UTF-8-proof.
46513              
46514              Subject: [PATCH perl@8269] scanning two hex-constants
46515              fails on EBCDIC environment (script length.t)
46516              
46517              Add some Unicode chop() tests.
46518      Branch: maint-5.6/perl
46519            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
46520           !> sv.c t/op/chop.t utf8.h
46521 ____________________________________________________________________________
46522 [  8571] By: jhi                                   on 2001/01/28  00:35:59
46523         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
46524              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
46525              
46526              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
46527              
46528              The maxiters upper limit sanity check (guarding against
46529              non-progress) assumed bytes instead of characters in s///
46530              and split().
46531              
46532              Signedness nit.
46533              
46534              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
46535              join() should now be UTF-8-proof.
46536              
46537              More split // UTF-8 tests. (8250)
46538      Branch: maint-5.6/perl
46539           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
46540           !> util.c
46541 ____________________________________________________________________________
46542 [  8570] By: jhi                                   on 2001/01/27  22:15:46
46543         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
46544              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
46545              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
46546              8084,8204,8244,8333 from mainline.
46547              
46548              For -Q where Q might be a one-letter sub name one does no more
46549              get a warning about an unknown filetest (7941,7943,7944,8084).
46550              
46551              Subject: Re: [ID 20001130.011] expression parsing bug ?
46552              
46553              Make uv_to_utf8() to zero-terminate its output buffer.
46554              
46555              Split off t/op/length.t (7995)
46556              
46557              Split off t/op/utf8decode.t (7996)
46558              
46559              Remove an unnecessary 'use utf8' from the utf8.t (7998)
46560              
46561              Split off t/op/concat.t (8004)
46562              
46563              Split off t/op/ver.t (8005)
46564              
46565              Document utf8_length(), utf8_distance(), and utf8_hop().
46566              
46567              Document utf8_to_uv() better.
46568              
46569              Introduce macros for UTF8 decoding (8028,8033).
46570              
46571              Add test for reverse() (8030,8031).
46572              
46573              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
46574              
46575              Do not return the Unicode replacement character    on UTF-8
46576              decoding failure.
46577              
46578              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
46579              not this_utf8 i.e. the output string has one, but don't mess
46580              with source assumption. (8052,8053)
46581              
46582              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
46583              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
46584              was not expecting to be called with something that was already
46585              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
46586              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46587              (8054)
46588              
46589              Recode the naughty binary bytes in utf8decode.t using the \xHH.
46590              
46591              Make some panic messages a bit more logical.
46592      Branch: maint-5.6/perl
46593           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
46594           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
46595           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
46596           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
46597           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
46598           !> utf8.c utf8.h
46599 ____________________________________________________________________________
46600 [  8569] By: jhi                                   on 2001/01/27  19:16:43
46601         Log: Integrate changes #7750 from perlio and #8566 from mainline.
46602      Branch: maint-5.6/perl
46603           !> regexec.c sv.c
46604 ____________________________________________________________________________
46605 [  8568] By: jhi                                   on 2001/01/27  18:06:51
46606         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
46607              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
46608              7935[-perlio.c],7936,7959,7965 from mainline.
46609              
46610              Change the "big byte" error message to "Wide character".
46611              (7355, the croak-if-wide-chars-in-print part ignored)
46612              
46613              Use UINT64_C().
46614              
46615              Introduce Perl_utf8_length().
46616              
46617              diff -se shows these as different (7753, forgotten check-ins)
46618              
46619              Subject: [PATCH] doop.c - UTF8 tr///
46620              
46621              If we use (aTHX_ ...) then put Perl_ on the front.
46622              
46623              Make utf8_length() and utf8_distance() to be less forgiving
46624              about bad UTF-8.
46625              
46626              Test line numbers are different with utf8.
46627              
46628              No need to scan till infinity, 13 is enough. (7872,7911)
46629              
46630              Subject: [PATCH] Tokeniser debugging
46631              
46632              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
46633              
46634              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
46635              
46636              Be more careful in Perl_sv_utf8_downgrade().
46637              
46638              Use DO_UTF8().
46639              
46640              Raw zero bytes in text files confuse at least GNU patch 2.1.
46641      Branch: maint-5.6/perl
46642           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
46643           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
46644           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
46645           !> t/pragma/utf8.t toke.c utf8.c utf8.h
46646 ____________________________________________________________________________
46647 [  8567] By: nick                                  on 2001/01/27  11:10:38
46648         Log: Integrate mainline
46649      Branch: perlio
46650           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
46651           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
46652           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
46653           !> toke.c
46654 ____________________________________________________________________________
46655 [  8566] By: jhi                                   on 2001/01/27  06:22:48
46656         Log: More documentation for the regexp context stack.
46657      Branch: perl
46658            ! regexec.c
46659 ____________________________________________________________________________
46660 [  8565] By: jhi                                   on 2001/01/27  05:21:57
46661         Log: Update Changes.
46662      Branch: perl
46663            ! Changes patchlevel.h
46664 ____________________________________________________________________________
46665 [  8564] By: jhi                                   on 2001/01/27  04:44:04
46666         Log: Threadedness patch for #8562 from Doug MacEachern.
46667      Branch: perl
46668            ! toke.c
46669 ____________________________________________________________________________
46670 [  8563] By: jhi                                   on 2001/01/27  04:26:24
46671         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
46672              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
46673              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
46674              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
46675      Branch: perl
46676            ! op.c
46677 ____________________________________________________________________________
46678 [  8562] By: jhi                                   on 2001/01/27  04:20:30
46679         Log: Subject: Re: Announce : Tokener reporting patch
46680              From: Simon Cozens <simon@cozens.net>
46681              Date: Mon, 22 Jan 2001 02:17:22 +0000
46682              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
46683      Branch: perl
46684            ! embed.h embed.pl proto.h toke.c
46685 ____________________________________________________________________________
46686 [  8561] By: jhi                                   on 2001/01/27  04:17:24
46687         Log: Forgot from #8545.  Oops.
46688      Branch: perl
46689            ! pp.c t/pragma/overload.t
46690 ____________________________________________________________________________
46691 [  8560] By: jhi                                   on 2001/01/27  03:01:47
46692         Log: A better module compilation test, use MANIFEST as suggested
46693              by Spider.
46694      Branch: perl
46695            ! t/lib/1_compile.t
46696 ____________________________________________________________________________
46697 [  8559] By: jhi                                   on 2001/01/27  02:50:48
46698         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
46699              From: Peter Prymmer <pvhp@forte.com>
46700              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
46701              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
46702      Branch: perl
46703            ! t/lib/b.t
46704 ____________________________________________________________________________
46705 [  8558] By: jhi                                   on 2001/01/27  02:27:05
46706         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
46707              From: Peter Prymmer <pvhp@forte.com>
46708              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
46709              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
46710      Branch: perl
46711            ! t/pragma/sub_lval.t
46712 ____________________________________________________________________________
46713 [  8557] By: jhi                                   on 2001/01/27  02:26:03
46714         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
46715              From: Peter Prymmer <pvhp@forte.com>
46716              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
46717              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
46718      Branch: perl
46719            ! t/lib/st-06compat.t
46720 ____________________________________________________________________________
46721 [  8556] By: jhi                                   on 2001/01/27  02:24:33
46722         Log: Subject: [PATCH: perl@8531] minor update to README.os390
46723              From: Peter Prymmer <pvhp@forte.com>
46724              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
46725              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
46726      Branch: perl
46727            ! README.os390
46728 ____________________________________________________________________________
46729 [  8555] By: jhi                                   on 2001/01/27  00:35:47
46730         Log: No point in checking the length before we know whether the pointer
46731              is bogus or not, fixes Abigail's odbm failures in Linux.
46732      Branch: perl
46733            ! sv.c
46734 ____________________________________________________________________________
46735 [  8554] By: nick                                  on 2001/01/26  19:01:31
46736         Log: Integrate mainline
46737      Branch: perlio
46738           !> lib/Text/Wrap.pm t/lib/textwrap.t
46739 ____________________________________________________________________________
46740 [  8553] By: jhi                                   on 2001/01/26  15:19:39
46741         Log: Integrate change #7792 from perlio (multiplicity fix),
46742              fix the AV leak in regex DEBUGGING (tiny part of the
46743              polymorphic regexp patch #8143).
46744      Branch: maint-5.6/perl
46745            ! regcomp.c
46746           !> scope.h
46747 ____________________________________________________________________________
46748 [  8552] By: jhi                                   on 2001/01/26  15:03:23
46749         Log: (Retracted by #8573)
46750              
46751              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
46752              From: Michael G Schwern <schwern@pobox.com>
46753              Date: Fri, 26 Jan 2001 09:28:31 -0500
46754              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
46755      Branch: perl
46756            ! lib/Text/Wrap.pm t/lib/textwrap.t
46757 ____________________________________________________________________________
46758 [  8551] By: jhi                                   on 2001/01/26  02:33:19
46759         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
46760              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
46761              
46762              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
46763              
46764              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
46765              
46766              Message nit.
46767              
46768              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
46769              
46770              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
46771              
46772              (the cleanup of unused submatches in regtry() and regcppop())
46773              
46774              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
46775              stored and restored, and thusly was trounced by the utf8 swash
46776              routines.
46777              
46778              use utf8 not required to use \x{}.
46779              
46780              Removed two more tests that make no sense in UTF-8 since the test
46781              data is not in UTF-8.
46782              
46783              Get the three different space character classes right under utf8.
46784              
46785              Implement ANYOFUTF8 regprop() dumping.
46786              
46787              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
46788              
46789              Document the regex context pushing/popping a bit better.
46790      Branch: maint-5.6/perl
46791           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
46792           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
46793           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
46794           !> t/op/regmesg.t utf8.c
46795 ____________________________________________________________________________
46796 [  8550] By: nick                                  on 2001/01/25  19:42:30
46797         Log: Integrate mainline
46798      Branch: perlio
46799           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
46800           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
46801           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
46802           !> t/lib/bigint.t t/lib/bigintpm.t
46803 ____________________________________________________________________________
46804 [  8549] By: jhi                                   on 2001/01/25  15:22:28
46805         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
46806      Branch: maint-5.6/perl
46807            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
46808 ____________________________________________________________________________
46809 [  8548] By: jhi                                   on 2001/01/25  15:02:55
46810         Log: Integrate changes #7997,8063,8492,8547 from mainline.
46811              
46812              Subject: Re: STRLEN - what?
46813              
46814              Subject: [PATCH] perlguts.pod
46815              
46816              Memory management calls documentation.
46817              
46818              Layout using tabulator is not a good idea in a pod.
46819      Branch: maint-5.6/perl
46820           !> pod/perlguts.pod
46821 ____________________________________________________________________________
46822 [  8547] By: jhi                                   on 2001/01/25  14:49:05
46823         Log: Layout using tabulator is not a good idea in a pod.
46824      Branch: perl
46825            ! pod/perlguts.pod
46826 ____________________________________________________________________________
46827 [  8546] By: jhi                                   on 2001/01/25  14:31:12
46828         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
46829              from mainline.
46830              
46831              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46832              
46833              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
46834              
46835              More Win32 editor/IDE/shell hints.
46836              
46837              More Win32 Perling.
46838              
46839              Yet another editor edit.
46840              
46841              Edit edit edit.
46842              
46843              IDE/editor section tweaking.
46844              
46845              Few more IDE/editor nits from p5p.
46846      Branch: maint-5.6/perl
46847           !> pod/perlfaq3.pod
46848 ____________________________________________________________________________
46849 [  8545] By: jhi                                   on 2001/01/25  04:16:32
46850         Log: Subject: [PATCH 5.7.0] overload int()
46851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46852              Date: Wed, 24 Jan 2001 19:06:57 -0500
46853              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
46854      Branch: perl
46855            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
46856            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
46857            ! t/lib/bigintpm.t
46858 ____________________________________________________________________________
46859 [  8544] By: jhi                                   on 2001/01/25  04:15:11
46860         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
46861              From: Peter Prymmer <pvhp@forte.com>
46862              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
46863              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
46864      Branch: perl
46865            ! Makefile.SH README.os390 hints/os390.sh installperl
46866 ____________________________________________________________________________
46867 [  8543] By: jhi                                   on 2001/01/25  03:52:08
46868         Log: Integrate change #8462,8469 from mainline.
46869              
46870              In VMS Perl subversion (perl -V) is undef.
46871      Branch: maint-5.6/perl
46872           !> configure.com
46873 ____________________________________________________________________________
46874 [  8542] By: jhi                                   on 2001/01/25  03:44:55
46875         Log: Integrate changes #7835,7850,8315,8316 from mainline.
46876              
46877              Solaris hints.
46878      Branch: maint-5.6/perl
46879           !> hints/solaris_2.sh
46880 ____________________________________________________________________________
46881 [  8541] By: jhi                                   on 2001/01/25  03:39:28
46882         Log: Integrate #8336 from mainline.
46883      Branch: maint-5.6/perl
46884           !> hv.c
46885 ____________________________________________________________________________
46886 [  8540] By: jhi                                   on 2001/01/25  03:23:50
46887         Log: Retract #8539.
46888      Branch: maint-5.6/perl
46889            ! pod/perlfaq3.pod
46890 ____________________________________________________________________________
46891 [  8539] By: jhi                                   on 2001/01/25  03:21:55
46892         Log: (Retracted by #8540.)
46893      Branch: maint-5.6/perl
46894            ! pod/perlfaq3.pod
46895 ____________________________________________________________________________
46896 [  8538] By: jhi                                   on 2001/01/25  03:14:07
46897         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
46898              From: Peter Prymmer <pvhp@forte.com>
46899              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
46900              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
46901              
46902              The VMS bits.
46903      Branch: maint-5.6/perl
46904            ! configure.com vms/descrip_mms.template
46905 ____________________________________________________________________________
46906 [  8537] By: jhi                                   on 2001/01/25  03:06:09
46907         Log: Integrate #7710,7824,7973 from mainline.
46908      Branch: maint-5.6/perl
46909           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46910           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
46911           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
46912           !> vos/config.ga.def vos/config.ga.h win32/config.bc
46913           !> win32/config.gc win32/config.vc
46914 ____________________________________________________________________________
46915 [  8536] By: jhi                                   on 2001/01/24  13:50:20
46916         Log: Revert the edits made by me so far to the 5.6 branch since
46917              the TRIAL1 since I did edits when I should have been using
46918              integrates.  Bad programmer.   (Will integrate them properly later.)
46919              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
46920              The #8353 will not be reapplied at least for now since
46921              the UTF-8 hash keys need more thinking.
46922              (The patches #8347, #8354, #8454, #8473 were okay since they
46923              were original edits made specifically for the 5.6.1-TRIAL1.)
46924      Branch: maint-5.6/perl
46925            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46926            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
46927            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
46928            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
46929            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
46930            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46931            ! win32/config.bc win32/config.gc win32/config.vc
46932 ____________________________________________________________________________
46933 [  8535] By: bailey                                on 2001/01/24  06:37:02
46934         Log: SYN SYN
46935      Branch: vmsperl
46936           +> (branch 26 files)
46937           !> (integrate 130 files)
46938 ____________________________________________________________________________
46939 [  8534] By: nick                                  on 2001/01/23  19:30:57
46940         Log: Integrate mainline.
46941      Branch: perlio
46942           !> Changes Configure Porting/Glossary Porting/config.sh
46943           !> Porting/config_H embed.h embed.pl ext/Encode/compile
46944           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
46945           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
46946           !> pod/perlvar.pod proto.h t/lib/1_compile.t
46947 ____________________________________________________________________________
46948 [  8533] By: jhi                                   on 2001/01/23  16:15:46
46949         Log: Forgotten from #8501.
46950      Branch: perl
46951            ! Porting/Glossary Porting/config.sh Porting/config_H
46952 ____________________________________________________________________________
46953 [  8532] By: jhi                                   on 2001/01/23  16:13:27
46954         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
46955              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46956              Date: Mon, 22 Jan 2001 17:51:58 +0100
46957              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
46958      Branch: perl
46959            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
46960 ____________________________________________________________________________
46961 [  8531] By: jhi                                   on 2001/01/23  15:46:01
46962         Log: Update Changes.
46963      Branch: perl
46964            ! Changes patchlevel.h
46965 ____________________________________________________________________________
46966 [  8530] By: jhi                                   on 2001/01/23  15:38:39
46967         Log: De-cut-and-pasto.
46968      Branch: perl
46969            ! t/lib/1_compile.t
46970 ____________________________________________________________________________
46971 [  8529] By: jhi                                   on 2001/01/23  15:11:04
46972         Log: Document the mkdir trailing slashes case.
46973      Branch: perl
46974            ! pod/perlfunc.pod
46975 ____________________________________________________________________________
46976 [  8528] By: jhi                                   on 2001/01/23  15:08:28
46977         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
46978              get installed:
46979              
46980              Subject: lib/lib.pm
46981              From: <abigail@foad.org>
46982              Date: Mon, 28 Aug 2000 20:35:08 -0400
46983              Message-ID: <20000829003508.21281.qmail@foad.org>
46984      Branch: perl
46985            ! installperl
46986 ____________________________________________________________________________
46987 [  8527] By: jhi                                   on 2001/01/23  14:44:04
46988         Log: Metaconfig unit change for #8526.
46989      Branch: metaconfig
46990            ! U/threads/archname.U
46991 ____________________________________________________________________________
46992 [  8526] By: jhi                                   on 2001/01/23  14:43:19
46993         Log: Attach -perlio to the archname if so selected.
46994      Branch: perl
46995            ! Configure
46996 ____________________________________________________________________________
46997 [  8525] By: jhi                                   on 2001/01/23  14:24:01
46998         Log: Subject: [PATCH] pod/perlvar.pod
46999              From: abigail@foad.org
47000              Date: Tue, 23 Jan 2001 01:41:10 +0100
47001              Message-ID: <20010123004110.22259.qmail@foad.org>
47002      Branch: perl
47003            ! pod/perlvar.pod
47004 ____________________________________________________________________________
47005 [  8524] By: jhi                                   on 2001/01/23  14:22:32
47006         Log: A bug introduced in #8217 (the undefined variable in the
47007              lib/safe1_t #3) fixed, by Charles Lane:
47008              
47009              The earlier patch made it so that stuff running in Safe
47010              compartments could do a "caller" and see "main".  That
47011              little change in name is done right before the code in
47012              the compartment is run, and apparantly the parser
47013              was picking up the stash name before it got changed.
47014              
47015              (why it was threaded vs. unthreaded Perl that was sensitive to this
47016              I still don't know...and it probably doesn't matter).
47017              
47018              I tryed removing the stash name-change and saw that threaded Perl
47019              did indeed pass the lib/safe1.t tests.
47020              
47021              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
47022              do the name change (and to connect _ in the compartment to the global
47023              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
47024              to call _safe_pkg_prep when creating a new compartment.
47025              
47026              Passes all tests with threaded perl on linux; passes all tests
47027              with unthreaded perl on VMS.
47028              
47029              At some point I'll probably want to revisit Safe and Opcode to
47030              provide more sensible handling of global variables...and to get
47031              formats working in Safe compartments, which they don't do currently.
47032      Branch: perl
47033            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
47034 ____________________________________________________________________________
47035 [  8523] By: jhi                                   on 2001/01/23  14:11:58
47036         Log: Also the lib/Thread.pm itself needs to be ignored if
47037              the Thread extension hasn't been built.
47038      Branch: perl
47039            ! t/lib/1_compile.t
47040 ____________________________________________________________________________
47041 [  8522] By: jhi                                   on 2001/01/23  13:51:28
47042         Log: print() instead of warn() so that stderr doesn't get
47043              unnecessarily polluted.
47044      Branch: perl
47045            ! ext/Encode/compile
47046 ____________________________________________________________________________
47047 [  8521] By: jhi                                   on 2001/01/23  13:49:48
47048         Log: Integrate perlio.
47049      Branch: perl
47050           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
47051           !> ext/Encode/encode.h
47052 ____________________________________________________________________________
47053 [  8520] By: nick                                  on 2001/01/22  21:44:00
47054         Log: More messing with Encode:
47055              Extra fields in header to allow multiple names and to record
47056              other things "compile" knows.
47057              Re-organise compile to factor out common output routines.
47058      Branch: perlio
47059            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
47060 ____________________________________________________________________________
47061 [  8519] By: nick                                  on 2001/01/22  20:33:50
47062         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
47063      Branch: perlio
47064            ! ext/Encode/Makefile.PL ext/Encode/compile
47065 ____________________________________________________________________________
47066 [  8518] By: nick                                  on 2001/01/22  20:28:13
47067         Log: Integrate mainline
47068      Branch: perlio
47069           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
47070           !> vos/config.alpha.def vos/config.alpha.h
47071 ____________________________________________________________________________
47072 [  8517] By: jhi                                   on 2001/01/22  15:37:17
47073         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
47074              by Inaba Hiroto.
47075      Branch: perl
47076            ! sv.c
47077 ____________________________________________________________________________
47078 [  8516] By: jhi                                   on 2001/01/22  14:55:15
47079         Log: More SIG_SIZE fixes.
47080      Branch: perl
47081            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
47082 ____________________________________________________________________________
47083 [  8515] By: jhi                                   on 2001/01/22  14:50:27
47084         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
47085              From: "Craig A. Berry" <craigberry@mac.com>
47086              Date: Mon, 22 Jan 2001 00:42:24 -0600
47087              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
47088      Branch: perl
47089            ! configure.com
47090 ____________________________________________________________________________
47091 [  8514] By: jhi                                   on 2001/01/22  14:31:17
47092         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
47093              From: "Craig A. Berry" <craigberry@mac.com>
47094              Date: Sun, 21 Jan 2001 23:03:25 -0600
47095              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
47096      Branch: perl
47097            ! configure.com
47098 ____________________________________________________________________________
47099 [  8513] By: jhi                                   on 2001/01/22  14:14:00
47100         Log: Add the .ucm encoding tables to the MANIFEST.
47101      Branch: perl
47102            ! MANIFEST
47103 ____________________________________________________________________________
47104 [  8512] By: jhi                                   on 2001/01/22  13:43:33
47105         Log: Integrate perlio.
47106      Branch: perl
47107           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47108           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47109           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47110           +> ext/Encode/Encode/iso8859-10.ucm
47111           +> ext/Encode/Encode/iso8859-13.ucm
47112           +> ext/Encode/Encode/iso8859-14.ucm
47113           +> ext/Encode/Encode/iso8859-15.ucm
47114           +> ext/Encode/Encode/iso8859-16.ucm
47115           +> ext/Encode/Encode/iso8859-2.ucm
47116           +> ext/Encode/Encode/iso8859-3.ucm
47117           +> ext/Encode/Encode/iso8859-4.ucm
47118           +> ext/Encode/Encode/iso8859-5.ucm
47119           +> ext/Encode/Encode/iso8859-6.ucm
47120           +> ext/Encode/Encode/iso8859-7.ucm
47121           +> ext/Encode/Encode/iso8859-8.ucm
47122           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47123           +> ext/Encode/Encode/symbol.ucm
47124           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
47125           !> perliol.h
47126 ____________________________________________________________________________
47127 [  8511] By: nick                                  on 2001/01/21  23:44:47
47128         Log: Make "real" layers of ":utf8" and ":raw".
47129              So now PERLIO=utf8 perl ...
47130              does what Andreas wanted.
47131              Fix arg passing in open.pm (still have a Carp issue).
47132      Branch: perlio
47133            ! lib/open.pm perlio.c perliol.h
47134 ____________________________________________________________________________
47135 [  8510] By: jhi                                   on 2001/01/21  22:56:53
47136         Log: Document the regex content pushing/popping a bit better.
47137      Branch: perl
47138            ! regexec.c
47139 ____________________________________________________________________________
47140 [  8509] By: jhi                                   on 2001/01/21  22:55:44
47141         Log: Tweak the mkdir trailing slash code some more.
47142              
47143              TO DO: the same handling should probably be done for
47144              all the other filesystem functions that can have directories
47145              as their arguments.
47146      Branch: perl
47147            ! pp_sys.c
47148 ____________________________________________________________________________
47149 [  8508] By: nick                                  on 2001/01/21  21:37:43
47150         Log: Switch "compiled in" encodings to .ucm format.
47151              (Leave others as .enc till we can run-time load .ucm,
47152              or find some other way to load them.)
47153      Branch: perlio
47154            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47155            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47156            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47157            + ext/Encode/Encode/iso8859-10.ucm
47158            + ext/Encode/Encode/iso8859-13.ucm
47159            + ext/Encode/Encode/iso8859-14.ucm
47160            + ext/Encode/Encode/iso8859-15.ucm
47161            + ext/Encode/Encode/iso8859-16.ucm
47162            + ext/Encode/Encode/iso8859-2.ucm
47163            + ext/Encode/Encode/iso8859-3.ucm
47164            + ext/Encode/Encode/iso8859-4.ucm
47165            + ext/Encode/Encode/iso8859-5.ucm
47166            + ext/Encode/Encode/iso8859-6.ucm
47167            + ext/Encode/Encode/iso8859-7.ucm
47168            + ext/Encode/Encode/iso8859-8.ucm
47169            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47170            + ext/Encode/Encode/symbol.ucm
47171            ! ext/Encode/Makefile.PL ext/Encode/compile
47172 ____________________________________________________________________________
47173 [  8507] By: nick                                  on 2001/01/21  21:02:03
47174         Log: Integrate (partial) mainline.
47175      Branch: perlio
47176           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
47177           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
47178           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47179 ____________________________________________________________________________
47180 [  8506] By: jhi                                   on 2001/01/21  20:09:30
47181         Log: Update Changes.
47182      Branch: perl
47183            ! Changes patchlevel.h
47184 ____________________________________________________________________________
47185 [  8505] By: jhi                                   on 2001/01/21  19:39:59
47186         Log: Subject: Minor typos in perlfaq2.pod
47187              From: "Stephen P. Potter" <spp@spotter.yi.org>
47188              Message-Id: <200101192101.QAA11911@spotter.yi.org>
47189              Date: Fri, 19 Jan 2001 16:01:13 -0500
47190              
47191              with a nit from Philip Newton.
47192      Branch: perl
47193            ! pod/perlfaq2.pod
47194 ____________________________________________________________________________
47195 [  8504] By: jhi                                   on 2001/01/21  19:33:05
47196         Log: Metaconfig change for #8503.
47197      Branch: metaconfig
47198            ! U/threads/usethreads.U
47199 ____________________________________________________________________________
47200 [  8503] By: jhi                                   on 2001/01/21  19:32:21
47201         Log: Sanity check for conflicting thread flavours.
47202      Branch: perl
47203            ! Configure config_h.SH
47204 ____________________________________________________________________________
47205 [  8502] By: jhi                                   on 2001/01/21  19:23:00
47206         Log: Metaconfig change for #8501.
47207      Branch: metaconfig
47208            ! U/modified/sig_name.U
47209 ____________________________________________________________________________
47210 [  8501] By: jhi                                   on 2001/01/21  19:22:26
47211         Log: The SIG_SIZE is the number of the elements *excluding*
47212              the terminating NULL.
47213      Branch: perl
47214            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
47215            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
47216            ! win32/config_H.vc
47217 ____________________________________________________________________________
47218 [  8500] By: jhi                                   on 2001/01/21  18:31:31
47219         Log: Integrate perlio.
47220      Branch: perl
47221           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
47222           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
47223           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
47224           !> pp_sys.c proto.h sv.c
47225 ____________________________________________________________________________
47226 [  8499] By: jhi                                   on 2001/01/21  17:43:57
47227         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
47228              From: Hugo <hv@crypt.compulink.co.uk>
47229              Date: Sun, 21 Jan 2001 13:34:05 +0000
47230              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
47231              
47232              In sprintf UTF8ize only if necessary.
47233      Branch: perl
47234            ! sv.c
47235 ____________________________________________________________________________
47236 [  8498] By: nick                                  on 2001/01/21  16:25:32
47237         Log: Encode cleanup.
47238              Add command line control over "compile" so that Makefile.PL
47239              needs can be combined with other uses.
47240              Use command line options in Makefile.PL.
47241              Fix multi-byte parsing in .ucm files.
47242      Branch: perlio
47243            ! ext/Encode/Makefile.PL ext/Encode/compile
47244 ____________________________________________________________________________
47245 [  8497] By: nick                                  on 2001/01/21  12:56:27
47246         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
47247      Branch: perlio
47248            ! ext/Encode/Encode.xs
47249 ____________________________________________________________________________
47250 [  8496] By: nick                                  on 2001/01/21  12:18:45
47251         Log: Fixup after integrate:
47252              missed the .sym files that are changed by regen_headers
47253              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
47254      Branch: perlio
47255            ! global.sym pp.sym sv.c
47256 ____________________________________________________________________________
47257 [  8495] By: nick                                  on 2001/01/21  11:51:07
47258         Log: Integrate mainline.
47259      Branch: perlio
47260           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
47261           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
47262           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
47263           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
47264           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
47265           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
47266           !> win32/Makefile win32/makefile.mk
47267 ____________________________________________________________________________
47268 [  8494] By: jhi                                   on 2001/01/20  23:12:11
47269         Log: Forgot the expect_number() prototype.
47270      Branch: perl
47271            ! embed.h embed.pl proto.h
47272 ____________________________________________________________________________
47273 [  8493] By: jhi                                   on 2001/01/20  22:56:39
47274         Log: Subject: [PATCH: perl@8482] README.vms URL updates
47275              From: Peter Prymmer <pvhp@forte.com>
47276              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
47277              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
47278              
47279              Plus Craig A. Berry's suggestion to use compaq.com instead
47280              of digital.com.
47281      Branch: perl
47282            ! README.vms
47283 ____________________________________________________________________________
47284 [  8492] By: jhi                                   on 2001/01/20  22:50:05
47285         Log: Memory management calls documentation.
47286      Branch: perl
47287            ! pod/perlguts.pod
47288 ____________________________________________________________________________
47289 [  8491] By: jhi                                   on 2001/01/20  22:38:33
47290         Log: Signedness nit plus few memcpy/Copy nits.
47291      Branch: perl
47292            ! sv.c
47293 ____________________________________________________________________________
47294 [  8490] By: jhi                                   on 2001/01/20  22:25:53
47295         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
47296              From: Peter Prymmer <pvhp@forte.com>
47297              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
47298              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
47299      Branch: perl
47300            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
47301 ____________________________________________________________________________
47302 [  8489] By: jhi                                   on 2001/01/20  22:24:41
47303         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
47304              From: Peter Prymmer <pvhp@forte.com>
47305              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
47306              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
47307      Branch: perl
47308            ! win32/Makefile win32/makefile.mk
47309 ____________________________________________________________________________
47310 [  8488] By: jhi                                   on 2001/01/20  22:22:27
47311         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
47312              From: Peter Prymmer <pvhp@forte.com>
47313              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
47314              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
47315      Branch: perl
47316            ! Makefile.SH
47317 ____________________________________________________________________________
47318 [  8487] By: jhi                                   on 2001/01/20  22:21:18
47319         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
47320              From: Peter Prymmer <pvhp@forte.com>
47321              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
47322              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
47323      Branch: perl
47324            + ext/DynaLoader/dl_dllload.xs
47325            ! MANIFEST Makefile.SH hints/os390.sh
47326 ____________________________________________________________________________
47327 [  8486] By: jhi                                   on 2001/01/20  22:17:53
47328         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
47329              From: Peter Prymmer <pvhp@forte.com>
47330              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
47331              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
47332      Branch: perl
47333            ! README.os390 README.posix-bc
47334 ____________________________________________________________________________
47335 [  8485] By: jhi                                   on 2001/01/20  20:15:30
47336         Log: Document and test the new qu operator.
47337      Branch: perl
47338            + t/op/qu.t
47339            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
47340            ! pod/perlretut.pod pod/perlunicode.pod
47341 ____________________________________________________________________________
47342 [  8484] By: nick                                  on 2001/01/20  19:42:30
47343         Log: Infrastructure to allow:
47344              open($fh,"|-",@array);
47345              to be implemented
47346              i.e. mark pp_open as needing a stack mark, and make pp_open
47347              process its args in that style (and pass them _all_ to tied handles OPEN).
47348              Invent do_openn() which takes SV ** at allow it to see multiple args.
47349              Note this does not _do_ anything yet.
47350      Branch: perlio
47351            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
47352            ! perlapi.c pp_proto.h pp_sys.c proto.h
47353 ____________________________________________________________________________
47354 [  8483] By: nick                                  on 2001/01/20  17:23:14
47355         Log: Integrate mainline.
47356      Branch: perlio
47357           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
47358           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
47359 ____________________________________________________________________________
47360 [  8482] By: jhi                                   on 2001/01/19  15:37:49
47361         Log: Update Changes.
47362      Branch: perl
47363            ! Changes patchlevel.h
47364 ____________________________________________________________________________
47365 [  8481] By: jhi                                   on 2001/01/19  14:41:24
47366         Log: Subject: Re: new feature: s?printf parameter reordering 
47367              From: Hugo <hv@crypt.compulink.co.uk>
47368              Date: Thu, 11 Jan 2001 17:09:03 +0000
47369              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
47370              
47371              - support reordering for all parameters: %, *v, *, .*
47372              - lay down that the reordering specification must immediately
47373              follow that parameter: %3$, *v3$, *3$, .*3$
47374              - fix vectorisation of a zero-length string
47375              - factor out the code choosing the argument to format
47376              
47377              Possibly unwanted side-effects:
47378              - the special format specifiers ' +-0' must now precede any
47379              vectorisation specifier. Tests in op/sprintf and op/ver
47380              have been changed to reflect this.
47381              - sprintf.t test #214 changed its expectations because in many
47382              cases, the next parameter has already been consumed when an
47383              invalid type letter is detected.
47384              
47385              Probably wanted side-effects:
47386              - attempts to format a non-existent parameter will warn as if C<undef>
47387              - attempt to write to non-existent parameter with '%n' will complain
47388              of "attempt to modify read-only value" instead of being silent
47389      Branch: perl
47390            ! sv.c t/op/sprintf.t t/op/ver.t
47391 ____________________________________________________________________________
47392 [  8480] By: jhi                                   on 2001/01/19  14:08:37
47393         Log: Subject: PATCH pragma/locale.t
47394              From: andreas.koenig@anima.de (Andreas J. Koenig)
47395              Date: 18 Jan 2001 09:45:37 +0100
47396              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
47397      Branch: perl
47398            ! t/pragma/locale.t
47399 ____________________________________________________________________________
47400 [  8479] By: jhi                                   on 2001/01/19  13:19:58
47401         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
47402      Branch: perl
47403            ! configure.com
47404 ____________________________________________________________________________
47405 [  8478] By: jhi                                   on 2001/01/19  02:12:35
47406         Log: Automate 1_compile.t.
47407      Branch: perl
47408            ! t/lib/1_compile.t
47409 ____________________________________________________________________________
47410 [  8477] By: jhi                                   on 2001/01/19  01:49:56
47411         Log: Integrate perlio.
47412      Branch: perl
47413           !> sv.c win32/config.bc win32/config.gc win32/config.vc
47414           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47415 ____________________________________________________________________________
47416 [  8476] By: nick                                  on 2001/01/18  21:51:52
47417         Log: Integrate mainline
47418      Branch: perlio
47419           +> t/lib/1_compile.t t/lib/compmod.pl
47420           !> MANIFEST configure.com lib/unicode/distinct.pm
47421 ____________________________________________________________________________
47422 [  8475] By: nick                                  on 2001/01/18  21:48:02
47423         Log: Win32 "safe signals" co-existance fix.
47424              Fix SIG_SIZE value.
47425              Clear PL_sig_pending when cloning (fork).
47426      Branch: perlio
47427            ! sv.c win32/config.bc win32/config.gc win32/config.vc
47428            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47429 ____________________________________________________________________________
47430 [  8474] By: jhi                                   on 2001/01/18  14:40:57
47431         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
47432      Branch: perl
47433            ! t/lib/1_compile.t
47434 ____________________________________________________________________________
47435 [  8473] By: gsar                                  on 2001/01/18  11:42:31
47436         Log: unsubmitted trial1 change
47437      Branch: maint-5.6/perl
47438            ! Changes
47439 ____________________________________________________________________________
47440 [  8472] By: jhi                                   on 2001/01/18  04:30:24
47441         Log: The first bug found by 1_compile.t.
47442      Branch: perl
47443            ! lib/unicode/distinct.pm
47444 ____________________________________________________________________________
47445 [  8471] By: jhi                                   on 2001/01/18  04:29:42
47446         Log: Add Schwern's 1_compile test.  The compile_module script renamed
47447              to be a bit shorter for the 8.3 people.
47448      Branch: perl
47449            + t/lib/1_compile.t t/lib/compmod.pl
47450            ! MANIFEST
47451 ____________________________________________________________________________
47452 [  8470] By: jhi                                   on 2001/01/18  04:16:00
47453         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)
47454              From: Peter Prymmer <pvhp@forte.com>
47455              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
47456              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
47457              Replace #8463.
47458      Branch: maint-5.6/perl
47459            ! configure.com
47460 ____________________________________________________________________________
47461 [  8469] By: jhi                                   on 2001/01/18  04:13:02
47462         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)
47463              From: Peter Prymmer <pvhp@forte.com>
47464              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
47465              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
47466              Replace #8462.
47467      Branch: perl
47468            ! configure.com
47469 ____________________________________________________________________________
47470 [  8468] By: jhi                                   on 2001/01/18  03:42:08
47471         Log: Integrate perlio.
47472      Branch: perl
47473           !> gv.c mg.c perlio.c util.c
47474 ____________________________________________________________________________
47475 [  8467] By: nick                                  on 2001/01/17  22:41:10
47476         Log: "Safe" signals - trial implementation.
47477              gv.c tweaked to zero PL_sig_pend array
47478              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
47479              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
47480              Odd thing is that it "works" with PERLIO=stdio as well (linux).
47481      Branch: perlio
47482            ! gv.c mg.c perlio.c util.c
47483 ____________________________________________________________________________
47484 [  8466] By: nick                                  on 2001/01/17  20:40:20
47485         Log: Integrate mainline.
47486      Branch: perlio
47487           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47488           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
47489           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
47490           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47491           !> vos/config.ga.h win32/config.bc win32/config.gc
47492           !> win32/config.vc
47493 ____________________________________________________________________________
47494 [  8465] By: jhi                                   on 2001/01/17  18:37:13
47495         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
47496              From: Nicholas Clark <nick@ccl4.org>
47497              Date: Wed, 17 Jan 2001 17:31:33 +0000
47498              Message-ID: <20010117173133.I2633@plum.flirble.org>
47499      Branch: perl
47500            ! t/op/int.t
47501 ____________________________________________________________________________
47502 [  8464] By: jhi                                   on 2001/01/17  14:43:17
47503         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
47504              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47505              Date: Wed, 17 Jan 2001 15:16:43 +0100
47506              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
47507              
47508              pp_int() was dropping an NV to the floor,
47509              int(279964589018079/59) either returned not an integer
47510              4745162525730.15, or one got "Attempt to free unreferenced scalar."
47511      Branch: perl
47512            ! pp.c
47513 ____________________________________________________________________________
47514 [  8463] By: jhi                                   on 2001/01/17  06:12:42
47515         Log: (Replaced by #8470)
47516              
47517              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)
47518              From: "Craig A. Berry" <craigberry@mac.com>
47519              Date: Tue, 16 Jan 2001 23:38:46 -0600
47520              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
47521      Branch: maint-5.6/perl
47522            ! configure.com
47523 ____________________________________________________________________________
47524 [  8462] By: jhi                                   on 2001/01/17  06:11:31
47525         Log: (Replaced by #8469)
47526              
47527              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)
47528              From: "Craig A. Berry" <craigberry@mac.com>
47529              Date: Tue, 16 Jan 2001 23:38:46 -0600
47530              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
47531      Branch: perl
47532            ! configure.com
47533 ____________________________________________________________________________
47534 [  8461] By: jhi                                   on 2001/01/17  05:56:12
47535         Log: Allow for one trailing slash in the directory of mkdir().
47536      Branch: perl
47537            ! pp_sys.c
47538 ____________________________________________________________________________
47539 [  8460] By: jhi                                   on 2001/01/17  03:26:01
47540         Log: Metaconfig unit changes for #8459.
47541      Branch: metaconfig
47542            ! U/modified/Loc.U U/modified/sig_name.U
47543 ____________________________________________________________________________
47544 [  8459] By: jhi                                   on 2001/01/17  03:24:48
47545         Log: Define SIG_SIZE, the number of elements in the sig_name and
47546              sig_num arrays, including the final NULL entry.
47547      Branch: perl
47548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47549            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
47550            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
47551            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47552            ! win32/config.bc win32/config.gc win32/config.vc
47553 ____________________________________________________________________________
47554 [  8458] By: jhi                                   on 2001/01/17  01:41:33
47555         Log: Integrate perlio.
47556      Branch: perl
47557           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
47558           !> perlapi.h proto.h sv.c
47559 ____________________________________________________________________________
47560 [  8457] By: nick                                  on 2001/01/16  22:07:26
47561         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
47562              Provides all the "cost" but no benefit yet - it is to allow cost
47563              to be measured, and implementation experiments (just in mg.c?).
47564      Branch: perlio
47565            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
47566            ! perlapi.h proto.h sv.c
47567 ____________________________________________________________________________
47568 [  8456] By: nick                                  on 2001/01/16  21:07:07
47569         Log: Integrate mainline.
47570      Branch: perlio
47571           !> (integrate 51 files)
47572 ____________________________________________________________________________
47573 [  8455] By: jhi                                   on 2001/01/16  18:13:43
47574         Log: Subject: [PATCH] regcomp.c old feature removal
47575              From: mjd@plover.com
47576              Date: 16 Jan 2001 14:43:18 -0000 
47577              Message-ID: <20010116144318.7140.qmail@plover.com> 
47578      Branch: perl
47579            ! regcomp.c
47580 ____________________________________________________________________________
47581 [  8454] By: jhi                                   on 2001/01/16  16:12:39
47582         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
47583              From: "Indy Singh" <indy@nusphere.com>
47584              Date: Wed, 10 Jan 2001 20:17:49 -0500
47585              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
47586      Branch: maint-5.6/perl
47587            ! win32/Makefile
47588 ____________________________________________________________________________
47589 [  8453] By: jhi                                   on 2001/01/16  16:09:33
47590         Log: Update Changes.
47591      Branch: perl
47592            ! Changes patchlevel.h
47593 ____________________________________________________________________________
47594 [  8452] By: jhi                                   on 2001/01/16  15:42:04
47595         Log: Subject: Re: API Cleanup
47596              To: perl5-porters@perl.org
47597              Date: Tue, 16 Jan 2001 13:42:30 +0000
47598              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
47599              
47600              Subject: [PATCH] utf8.c documentation
47601              From: Simon Cozens <simon@cozens.net>
47602              Date: Tue, 16 Jan 2001 13:52:48 +0000
47603              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
47604              
47605              Subject: Re: API Cleanup
47606              From: Simon Cozens <simon@cozens.net>
47607              Date: Tue, 16 Jan 2001 14:58:55 +0000
47608              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
47609              
47610              UTF-8 doc patches.
47611      Branch: perl
47612            ! embed.pl pod/perlapi.pod utf8.c
47613 ____________________________________________________________________________
47614 [  8451] By: jhi                                   on 2001/01/16  14:41:39
47615         Log: podlators 1.07, from Russ Allbery.
47616      Branch: perl
47617            ! lib/Pod/Man.pm
47618 ____________________________________________________________________________
47619 [  8450] By: jhi                                   on 2001/01/16  14:24:19
47620         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
47621              From: "Indy Singh" <indy@nusphere.com>
47622              Date: Mon, 15 Jan 2001 20:59:40 -0500
47623              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
47624      Branch: perl
47625            ! win32/Makefile
47626 ____________________________________________________________________________
47627 [  8449] By: jhi                                   on 2001/01/16  03:42:55
47628         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
47629              at the setting of the ofs_sv in new_struct_thread() as the
47630              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
47631              uninitialized fields are, uh, initialized with),
47632              SvREFCNT_inc()ing that invited a core dump.
47633      Branch: perl
47634            ! util.c
47635 ____________________________________________________________________________
47636 [  8448] By: jhi                                   on 2001/01/16  01:49:07
47637         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
47638              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47639              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
47640              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
47641              
47642              Replace #8444 and #8445.
47643      Branch: perl
47644            ! ext/B/B.xs ext/B/B/Debug.pm
47645 ____________________________________________________________________________
47646 [  8447] By: jhi                                   on 2001/01/15  21:05:35
47647         Log: Subject: [PATCH] API Variable documentation   
47648              From: Simon Cozens <simon@cozens.net>
47649              Date: Mon, 15 Jan 2001 19:35:54 +0000
47650              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
47651      Branch: perl
47652            ! pod/perlapi.pod thrdvar.h
47653 ____________________________________________________________________________
47654 [  8446] By: jhi                                   on 2001/01/15  20:49:20
47655         Log: Signedness nit.
47656      Branch: perl
47657            ! pp_ctl.c
47658 ____________________________________________________________________________
47659 [  8445] By: jhi                                   on 2001/01/15  20:28:48
47660         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
47661      Branch: perl
47662            ! ext/B/B/Debug.pm
47663 ____________________________________________________________________________
47664 [  8444] By: jhi                                   on 2001/01/15  13:09:10
47665         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
47666      Branch: perl
47667            ! ext/B/B.xs
47668 ____________________________________________________________________________
47669 [  8443] By: jhi                                   on 2001/01/15  13:06:26
47670         Log: Missing from #8439.
47671      Branch: perl
47672            ! keywords.h mg.c
47673 ____________________________________________________________________________
47674 [  8442] By: jhi                                   on 2001/01/15  13:02:38
47675         Log: Subject: [PATCH @8436] Eliminate op_children
47676              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47677              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
47678              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
47679              
47680              Subject: [PATCH @8436] Re: Eliminate op_children
47681              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47682              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
47683              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
47684      Branch: perl
47685            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
47686            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
47687            ! op.c op.h
47688 ____________________________________________________________________________
47689 [  8441] By: jhi                                   on 2001/01/15  12:57:08
47690         Log: Use the /^Perl_/-less form of is_lvalue_sub().
47691      Branch: perl
47692            ! pp.h
47693 ____________________________________________________________________________
47694 [  8440] By: jhi                                   on 2001/01/15  05:13:09
47695         Log: Revert #8437 and #8438, the Linux large files story is more complex.
47696      Branch: metaconfig/U/perl
47697            ! d_fpos64_t.U d_off64_t.U
47698      Branch: perl
47699            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47700            ! config_h.SH configure.com epoc/config.sh perl.h
47701            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47702            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47703            ! win32/config.bc win32/config.gc win32/config.vc
47704 ____________________________________________________________________________
47705 [  8439] By: jhi                                   on 2001/01/15  05:02:24
47706         Log: More UTF-8 patches from Inaba Hiroto.
47707              - The substr lval was still not okay.
47708              - Now pp_stringify and sv_setsv copies source's UTF8 flag
47709              even if IN_BYTE.  pp_stringify is called from fold_constants
47710              at optimization phase and "\x{100}" was made SvUTF8_off under
47711              use bytes (the bytes pragma is for "byte semantics" and not
47712              for "do not produce UTF8 data")
47713              - New `qu' operator to generate UTF8 string explicitly.
47714              Though I agree with the policy "0x00-0xff always produce bytes",
47715              sometimes want to such a string to be coded in UTF8.
47716              I can use pack"U0a*" but it requires more typing and has
47717              runtime overhead.
47718              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
47719              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
47720              string is not UTF8_on and has char 0x80-0xff.
47721              
47722              TODO: document and test qu.
47723      Branch: perl
47724            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
47725            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
47726            ! toke.c
47727 ____________________________________________________________________________
47728 [  8438] By: jhi                                   on 2001/01/14  05:10:23
47729         Log: (Reverted by #8440)
47730              
47731              Metaconfig unit changes for #8437.
47732      Branch: metaconfig/U/perl
47733            ! d_fpos64_t.U d_off64_t.U
47734 ____________________________________________________________________________
47735 [  8437] By: jhi                                   on 2001/01/14  04:55:34
47736         Log: (Reverted by #8440)
47737              
47738              Add <features.h> probing, seems to be needed for (some?)
47739              Linux largefileness.
47740      Branch: perl
47741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47742            ! config_h.SH configure.com epoc/config.sh perl.h
47743            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47744            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47745            ! win32/config.bc win32/config.gc win32/config.vc
47746 ____________________________________________________________________________
47747 [  8436] By: jhi                                   on 2001/01/13  17:47:21
47748         Log: Tighten some of the tests a bit.
47749      Branch: perl
47750            ! t/pragma/utf8.t
47751 ____________________________________________________________________________
47752 [  8435] By: jhi                                   on 2001/01/13  17:31:54
47753         Log: Integrate perlio.
47754      Branch: perl
47755           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
47756           !> win32/config_H.gc win32/config_H.vc
47757 ____________________________________________________________________________
47758 [  8434] By: nick                                  on 2001/01/13  11:36:53
47759         Log: Run dmake regen_config_h for Win32
47760      Branch: perlio
47761            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47762 ____________________________________________________________________________
47763 [  8433] By: nick                                  on 2001/01/13  11:31:55
47764         Log: VMS friendly patch to Encode compile process
47765      Branch: perlio
47766            ! ext/Encode/Makefile.PL ext/Encode/compile
47767 ____________________________________________________________________________
47768 [  8432] By: nick                                  on 2001/01/13  11:06:44
47769         Log: Integrate mainline
47770      Branch: perlio
47771           +> ext/B/B/Concise.pm
47772           !> (integrate 52 files)
47773 ____________________________________________________________________________
47774 [  8431] By: jhi                                   on 2001/01/13  05:55:55
47775         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
47776              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47777              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
47778              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
47779      Branch: perl
47780            ! ext/B/B/Concise.pm
47781 ____________________________________________________________________________
47782 [  8430] By: jhi                                   on 2001/01/13  04:24:18
47783         Log: The LVRET macro needed an aTHX.
47784      Branch: perl
47785            ! pp.h
47786 ____________________________________________________________________________
47787 [  8429] By: jhi                                   on 2001/01/13  02:12:42
47788         Log: Update Changes.
47789      Branch: perl
47790            ! Changes patchlevel.h
47791 ____________________________________________________________________________
47792 [  8428] By: jhi                                   on 2001/01/13  02:08:50
47793         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
47794              From: Peter Prymmer <pvhp@forte.com>
47795              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
47796              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
47797              
47798              Add a BEGIN guard for sloppy floating point division.
47799      Branch: perl
47800            ! lib/Math/BigInt.pm lib/bigint.pl
47801 ____________________________________________________________________________
47802 [  8427] By: jhi                                   on 2001/01/13  01:47:16
47803         Log: The B::Terse drop-in replacement wasn't quite drop-in.
47804      Branch: perl
47805            ! ext/B/B/Terse.pm
47806 ____________________________________________________________________________
47807 [  8426] By: jhi                                   on 2001/01/12  21:20:43
47808         Log: Use UVXf.
47809      Branch: perl
47810            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47811            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
47812            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47813            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47814            ! win32/config.gc win32/config.vc
47815 ____________________________________________________________________________
47816 [  8425] By: jhi                                   on 2001/01/12  20:20:14
47817         Log: Subject: [PATCH perl@8342] -Wformat
47818              From: Robin Barker <rmb1@cise.npl.co.uk>
47819              Date: Fri, 12 Jan 2001 20:03:14 GMT
47820              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
47821      Branch: perl
47822            ! ext/Encode/Encode.xs mg.c sv.c toke.c
47823 ____________________________________________________________________________
47824 [  8424] By: jhi                                   on 2001/01/12  20:01:48
47825         Log: Subject: B::Concise -- an improved replacement for B::Terse 
47826              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47827              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
47828              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
47829      Branch: perl
47830            + ext/B/B/Concise.pm
47831            ! MANIFEST ext/B/B/Terse.pm
47832 ____________________________________________________________________________
47833 [  8423] By: jhi                                   on 2001/01/12  19:24:02
47834         Log: The new metaconfig unit from the #8421.
47835      Branch: metaconfig/U/perl
47836            + d_sigprocmask.U
47837 ____________________________________________________________________________
47838 [  8422] By: jhi                                   on 2001/01/12  19:23:43
47839         Log: Forgot the microperl config from the #8421.
47840      Branch: perl
47841            ! uconfig.h uconfig.sh
47842 ____________________________________________________________________________
47843 [  8421] By: jhi                                   on 2001/01/12  19:05:27
47844         Log: Add sigprocmask() probe, regen Configure, regen toc.
47845      Branch: perl
47846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47847            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
47848            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47849            ! vos/config.ga.h win32/config.bc win32/config.gc
47850            ! win32/config.vc
47851 ____________________________________________________________________________
47852 [  8420] By: jhi                                   on 2001/01/12  18:34:31
47853         Log: Add sockatmark() to the todo list.
47854      Branch: perl
47855            ! Todo-5.6
47856 ____________________________________________________________________________
47857 [  8419] By: jhi                                   on 2001/01/12  18:09:46
47858         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
47859      Branch: perl
47860            ! op.c
47861 ____________________________________________________________________________
47862 [  8418] By: jhi                                   on 2001/01/12  18:05:30
47863         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
47864              From: Radu Greab <radu@netsoft.ro>
47865              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
47866              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
47867      Branch: perl
47868            ! op.c t/pragma/sub_lval.t
47869 ____________________________________________________________________________
47870 [  8417] By: jhi                                   on 2001/01/12  16:09:09
47871         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
47872              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
47873              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
47874              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
47875      Branch: perl
47876            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
47877            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
47878            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
47879            ! t/pragma/sub_lval.t toke.c
47880 ____________________________________________________________________________
47881 [  8416] By: jhi                                   on 2001/01/12  15:42:06
47882         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
47883              From: "Richard Soderberg" <rs@crystalflame.net>
47884              Date: Fri, 12 Jan 2001 04:49:35 -0800
47885              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
47886              
47887              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
47888              according to the platform.
47889      Branch: perl
47890            ! op.c
47891 ____________________________________________________________________________
47892 [  8415] By: jhi                                   on 2001/01/12  15:33:41
47893         Log: One more UTF-8 fix from Inaba Hiroto.
47894      Branch: perl
47895            ! pp.c regexec.c t/pragma/utf8.t
47896 ____________________________________________________________________________
47897 [  8414] By: jhi                                   on 2001/01/12  15:30:18
47898         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
47899      Branch: perl
47900            ! regexec.c
47901 ____________________________________________________________________________
47902 [  8413] By: jhi                                   on 2001/01/12  15:22:10
47903         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
47904              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47905              Date: Thu, 11 Jan 2001 12:53:36 +0100
47906              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
47907      Branch: perl
47908            ! toke.c
47909 ____________________________________________________________________________
47910 [  8412] By: jhi                                   on 2001/01/12  15:20:25
47911         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
47912              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47913              Date: Fri, 12 Jan 2001 14:37:55 +0100
47914              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
47915      Branch: perl
47916            ! hints/posix-bc.sh
47917 ____________________________________________________________________________
47918 [  8411] By: jhi                                   on 2001/01/12  15:14:14
47919         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
47920              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47921              Date: Fri, 12 Jan 2001 10:42:21 +0100
47922              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
47923      Branch: perl
47924            ! t/op/regmesg.t
47925 ____________________________________________________________________________
47926 [  8410] By: jhi                                   on 2001/01/12  05:48:55
47927         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
47928              From: Nicholas Clark <nick@ccl4.org> 
47929              Date: Sun, 7 Jan 2001 19:47:14 +0000
47930              Message-ID: <20010107194714.B1048@plum.flirble.org>
47931      Branch: perl
47932            ! t/op/numconvert.t
47933 ____________________________________________________________________________
47934 [  8409] By: jhi                                   on 2001/01/12  05:41:28
47935         Log: Integrate perlio.
47936      Branch: perl
47937           !> mg.c scope.h
47938 ____________________________________________________________________________
47939 [  8408] By: nick                                  on 2001/01/11  22:43:28
47940         Log: Remove variables that were used in experiments.
47941      Branch: perlio
47942            ! mg.c
47943 ____________________________________________________________________________
47944 [  8407] By: nick                                  on 2001/01/11  20:57:44
47945         Log: Catch die in %SIG handler and unblock the signal before re-dying.
47946              This make Linux work _without_ sigsetjmp().
47947              Turn off sigsetjmp() to see what else it does.
47948              May need Configure probe for sigprocmask() if anything has sigaction()
47949              but not sigprocmask().
47950      Branch: perlio
47951            ! mg.c scope.h
47952 ____________________________________________________________________________
47953 [  8406] By: nick                                  on 2001/01/11  19:32:07
47954         Log: Integrate mainline
47955      Branch: perlio
47956           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
47957           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
47958           !> t/op/substr.t
47959 ____________________________________________________________________________
47960 [  8405] By: jhi                                   on 2001/01/11  17:11:01
47961         Log: Fix UTF-8 lval substr().
47962      Branch: perl
47963            ! mg.c t/op/substr.t
47964 ____________________________________________________________________________
47965 [  8404] By: jhi                                   on 2001/01/11  05:13:58
47966         Log: Update Changes.
47967      Branch: perl
47968            ! Changes patchlevel.h
47969 ____________________________________________________________________________
47970 [  8403] By: jhi                                   on 2001/01/11  04:38:24
47971         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
47972              From: Hugo <hv@crypt.compulink.co.uk>
47973              Date: Mon, 30 Oct 2000 01:33:26 +0000
47974              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
47975      Branch: perl
47976            ! regexec.c t/op/re_tests
47977 ____________________________________________________________________________
47978 [  8402] By: jhi                                   on 2001/01/11  04:26:12
47979         Log: Integrate perlio.
47980      Branch: perl
47981           !> scope.h util.c
47982 ____________________________________________________________________________
47983 [  8401] By: nick                                  on 2001/01/10  22:52:55
47984         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
47985              (So Alan and Ilya can try setting via hints.)
47986              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
47987              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
47988              doing the save everywhere seems to restart read() correctly, but just
47989              doing it once "round" the handler does not.
47990      Branch: perlio
47991            ! scope.h
47992 ____________________________________________________________________________
47993 [  8400] By: jhi                                   on 2001/01/10  21:57:54
47994         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
47995              of IRIX, HP-UX is unaffected.
47996      Branch: perl
47997            ! perl.h
47998 ____________________________________________________________________________
47999 [  8399] By: nick                                  on 2001/01/10  21:29:19
48000         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
48001      Branch: perlio
48002            ! util.c
48003 ____________________________________________________________________________
48004 [  8398] By: jhi                                   on 2001/01/10  20:55:31
48005         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
48006              also have ReusePort.
48007      Branch: perl
48008            ! ext/IO/lib/IO/Socket/INET.pm
48009 ____________________________________________________________________________
48010 [  8397] By: jhi                                   on 2001/01/10  20:50:57
48011         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
48012              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
48013              Date: Wed, 10 Jan 2001 01:38:13 -0800
48014              Message-ID: <20010110013813.B41744@yahoo-inc.com>
48015      Branch: perl
48016            ! ext/IO/lib/IO/Socket/INET.pm
48017 ____________________________________________________________________________
48018 [  8396] By: jhi                                   on 2001/01/10  20:49:30
48019         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
48020              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
48021              Date: Wed, 10 Jan 2001 01:37:32 -0800
48022              Message-ID: <20010110013732.A41744@yahoo-inc.com>
48023      Branch: perl
48024            ! ext/Socket/Socket.pm
48025 ____________________________________________________________________________
48026 [  8395] By: jhi                                   on 2001/01/10  20:41:37
48027         Log: Test for bug id 20010105.016 (fixed by #8378).
48028      Branch: perl
48029            ! t/op/split.t
48030 ____________________________________________________________________________
48031 [  8394] By: jhi                                   on 2001/01/10  20:26:32
48032         Log: Integrate perlio.
48033      Branch: perl
48034            ! util.c
48035 ____________________________________________________________________________
48036 [  8393] By: nick                                  on 2001/01/10  19:34:30
48037         Log: Back out Simon's pid hackery for now.
48038      Branch: perlio
48039            ! util.c
48040 ____________________________________________________________________________
48041 [  8392] By: nick                                  on 2001/01/10  19:23:13
48042         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
48043      Branch: perlio
48044           !> (integrate 29 files)
48045 ____________________________________________________________________________
48046 [  8391] By: jhi                                   on 2001/01/10  18:43:15
48047         Log: Subject: [PATCH] Fix my_pclose segfault
48048              From: Simon Cozens <simon@cozens.net>
48049              Date: Wed, 10 Jan 2001 18:39:35 +0000
48050              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
48051      Branch: perl
48052            ! util.c
48053 ____________________________________________________________________________
48054 [  8390] By: jhi                                   on 2001/01/10  18:42:08
48055         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
48056              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48057              Date:     Wed, 10 Jan 2001 13:23:02 EST
48058              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
48059      Branch: perl
48060            ! ext/Opcode/Opcode.xs
48061 ____________________________________________________________________________
48062 [  8389] By: jhi                                   on 2001/01/10  15:16:07
48063         Log: Turn off the integer preservation for now.
48064      Branch: perl
48065            ! perl.h
48066 ____________________________________________________________________________
48067 [  8388] By: jhi                                   on 2001/01/10  15:01:25
48068         Log: Few more IDE/editor nits from p5p.
48069      Branch: perl
48070            ! pod/perlfaq3.pod
48071 ____________________________________________________________________________
48072 [  8387] By: jhi                                   on 2001/01/10  06:53:16
48073         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
48074              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
48075              Date: Tue, 9 Jan 2001 23:16:02 +0000
48076              Message-ID: <20010109231602.A81101@plum.flirble.org>
48077      Branch: perl
48078            ! sv.c
48079 ____________________________________________________________________________
48080 [  8386] By: jhi                                   on 2001/01/10  03:17:54
48081         Log: Test cases for #8385 (from Simon's "torture.pl")
48082      Branch: perl
48083            ! t/op/tr.t
48084 ____________________________________________________________________________
48085 [  8385] By: jhi                                   on 2001/01/10  03:17:11
48086         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
48087              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
48088              Date: Wed, 10 Jan 2001 11:39:39 +0900
48089              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
48090              
48091              Some more UTF-8 tr cases fixed.
48092      Branch: perl
48093            ! doop.c
48094 ____________________________________________________________________________
48095 [  8384] By: jhi                                   on 2001/01/09  22:45:40
48096         Log: Allow the locale test needing POSIX and the taint test
48097              needing IPC::SysV to run under 'minitest' (basically,
48098              bail out if loading the extension fails)
48099      Branch: perl
48100            ! t/op/misc.t t/op/taint.t
48101 ____________________________________________________________________________
48102 [  8383] By: jhi                                   on 2001/01/09  21:36:04
48103         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
48104              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48105              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
48106              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
48107      Branch: perl
48108            ! t/io/openpid.t
48109 ____________________________________________________________________________
48110 [  8382] By: jhi                                   on 2001/01/09  21:06:08
48111         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
48112              Should finish up the bug id 20001205.022.
48113      Branch: perl
48114            ! pp.c pp_hot.c scope.c
48115 ____________________________________________________________________________
48116 [  8381] By: jhi                                   on 2001/01/09  18:27:43
48117         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
48118              From: Andy Dougherty <doughera@lafayette.edu>
48119              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
48120              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
48121              
48122              More robust yacc/bison error detection.
48123      Branch: perl
48124            ! t/comp/proto.t
48125 ____________________________________________________________________________
48126 [  8380] By: jhi                                   on 2001/01/09  15:21:38
48127         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
48128              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48129              Date:     Tue, 9 Jan 2001 07:53:55 EST
48130              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
48131      Branch: perl
48132            ! t/op/misc.t vms/test.com
48133 ____________________________________________________________________________
48134 [  8379] By: jhi                                   on 2001/01/09  15:20:38
48135         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
48136              From: jhi@cc.hut.fi
48137              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
48138              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
48139              
48140              The #8378 fixed this.
48141      Branch: perl
48142            ! t/op/tr.t
48143 ____________________________________________________________________________
48144 [  8378] By: jhi                                   on 2001/01/09  15:05:32
48145         Log: Subject: One more patch for UTF8 
48146              From: Inaba Hiroto <inaba@st.rim.or.jp>
48147              Date: Tue, 09 Jan 2001 01:04:32 +0900
48148              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
48149              
48150              UTF-8 fixes for 'x' and tr///.
48151      Branch: perl
48152            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
48153            ! regcomp.c regexec.c toke.c utf8.c
48154 ____________________________________________________________________________
48155 [  8377] By: jhi                                   on 2001/01/09  14:32:17
48156         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
48157      Branch: perl
48158            ! t/op/length.t
48159 ____________________________________________________________________________
48160 [  8376] By: jhi                                   on 2001/01/09  04:32:32
48161         Log: integrate changes #7775, #8316, #8316 from mainline
48162      Branch: maint-5.6/perl
48163            ! hints/solaris_2.sh
48164 ____________________________________________________________________________
48165 [  8375] By: jhi                                   on 2001/01/09  04:26:43
48166         Log: Update Changes.
48167      Branch: perl
48168            ! Changes patchlevel.h
48169 ____________________________________________________________________________
48170 [  8374] By: jhi                                   on 2001/01/09  04:14:32
48171         Log: IDE/editor section tweaking.
48172      Branch: perl
48173            ! pod/perlfaq3.pod
48174 ____________________________________________________________________________
48175 [  8373] By: jhi                                   on 2001/01/09  02:38:26
48176         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
48177              From: Peter Prymmer <pvhp@forte.com>
48178              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
48179              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
48180              
48181              In preparation os OS/390 dynamic loading.
48182      Branch: perl
48183            ! README.os390 hints/os390.sh
48184 ____________________________________________________________________________
48185 [  8372] By: jhi                                   on 2001/01/09  00:24:30
48186         Log: Integrate with perlio.
48187      Branch: perl
48188           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
48189 ____________________________________________________________________________
48190 [  8371] By: nick                                  on 2001/01/08  23:54:33
48191         Log: Fix "scalars leaked" bugs caused by overload magic
48192              (Highlighted by Ilya's DESTROY optimization.)
48193      Branch: perlio
48194            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
48195 ____________________________________________________________________________
48196 [  8370] By: nick                                  on 2001/01/08  20:19:41
48197         Log: Integrate mainline
48198      Branch: perlio
48199           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
48200           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
48201           !> t/op/64bitint.t
48202 ____________________________________________________________________________
48203 [  8369] By: jhi                                   on 2001/01/08  17:30:52
48204         Log: save_delete() Safefree() doesn't (anymore?) work with shared
48205              strings, one test failure in op/misc and almost all of lib/b.
48206              (Outcomments #8369.)
48207      Branch: perl
48208            ! scope.c
48209 ____________________________________________________________________________
48210 [  8368] By: jhi                                   on 2001/01/08  14:47:10
48211         Log: (Outcommented by #8369.)
48212              
48213              Subject: Re: Perl BugID 20001205.022 ---- save_delete
48214              From: Simon Cozens <simon@cozens.net>
48215              Date: Sat, 6 Jan 2001 11:48:40 +0000
48216              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
48217              
48218              The save_delete() does need the Safefree.
48219      Branch: perl
48220            ! scope.c
48221 ____________________________________________________________________________
48222 [  8367] By: bailey                                on 2001/01/08  08:53:52
48223         Log: Once again syncing after too long an absence
48224      Branch: vmsperl
48225           +> (branch 55 files)
48226            - MAINTAIN fix_pl vos/config.def vos/config.h
48227            - vos/config_h.SH_orig
48228           !> (integrate 498 files)
48229 ____________________________________________________________________________
48230 [  8366] By: jhi                                   on 2001/01/08  02:42:59
48231         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
48232              From: nick@ccl4.org
48233              Date: Sun, 7 Jan 2001 21:07:18 +0000
48234              Message-Id: <20010107210717.D1048@plum.flirble.org>
48235      Branch: perl
48236            ! sv.c t/op/64bitint.t
48237 ____________________________________________________________________________
48238 [  8365] By: jhi                                   on 2001/01/08  02:35:16
48239         Log: Subject: [PATCH] environ nit
48240              From: Simon Cozens <simon@cozens.net>
48241              Date: Sun, 7 Jan 2001 17:57:07 +0000
48242              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
48243              
48244              Use environ only if we have it.
48245      Branch: perl
48246            ! mg.c
48247 ____________________________________________________________________________
48248 [  8364] By: jhi                                   on 2001/01/08  02:24:51
48249         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
48250      Branch: perl
48251            ! ext/GDBM_File/GDBM_File.xs
48252 ____________________________________________________________________________
48253 [  8363] By: jhi                                   on 2001/01/08  02:19:24
48254         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
48255              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48256              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
48257              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
48258      Branch: perl
48259            ! dump.c op.c
48260 ____________________________________________________________________________
48261 [  8362] By: jhi                                   on 2001/01/08  02:17:43
48262         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
48263              From: Doug MacEachern <dougm@covalent.net>
48264              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
48265              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
48266              
48267              Allow AUTOLOAD to be an xsub and allow such xsubs
48268              to avoid use of $AUTOLOAD.
48269      Branch: perl
48270            ! gv.c
48271 ____________________________________________________________________________
48272 [  8361] By: jhi                                   on 2001/01/08  02:16:07
48273         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
48274              From: Radu Greab <radu@netsoft.ro>
48275              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
48276              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
48277              
48278              No need for the potentially nonportable $SIG{CHLD}.
48279      Branch: perl
48280            ! t/io/pipe.t
48281 ____________________________________________________________________________
48282 [  8360] By: jhi                                   on 2001/01/08  01:58:23
48283         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
48284      Branch: perl
48285            ! lib/Getopt/Long.pm
48286 ____________________________________________________________________________
48287 [  8359] By: jhi                                   on 2001/01/08  01:55:44
48288         Log: Integrate perlio.
48289      Branch: perl
48290           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
48291           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
48292           !> utf8.c win32/Makefile
48293 ____________________________________________________________________________
48294 [  8358] By: jhi                                   on 2001/01/07  21:16:50
48295         Log: Update the EPOC cross SDK URL.
48296      Branch: perl
48297            ! README.epoc
48298 ____________________________________________________________________________
48299 [  8357] By: jhi                                   on 2001/01/07  21:16:09
48300         Log: Update the EPOC cross SDK URL.
48301      Branch: maint-5.6/perl
48302            ! README.epoc
48303 ____________________________________________________________________________
48304 [  8356] By: nick                                  on 2001/01/06  21:47:52
48305         Log: FILE * in XS code for PerlIO world:
48306              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
48307              - Add FILE * T_STDIO typemap.
48308              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
48309      Branch: perlio
48310            ! lib/ExtUtils/typemap perlio.c perlio.h
48311 ____________________________________________________________________________
48312 [  8355] By: jhi                                   on 2001/01/06  20:27:15
48313         Log: integrate change #8336 from mainline
48314              
48315              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
48316      Branch: maint-5.6/perl
48317            ! hv.c
48318 ____________________________________________________________________________
48319 [  8354] By: jhi                                   on 2001/01/06  20:24:29
48320         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48321              From: Robin Barker <rmb1@cise.npl.co.uk>
48322              Date: Fri, 22 Dec 2000 12:17:38 GMT
48323              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
48324              
48325              The patch reformats some long =item lines so they give
48326              correct output via pod2man | nroff -man
48327              
48328              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48329              From: Robin Barker <rmb1@cise.npl.co.uk>
48330              Date: Tue, 2 Jan 2001 15:35:03 GMT
48331              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
48332              
48333              Here is a _further_ patch which corrects a few more errors:
48334              * an empty C<=item> in CPAN.pm
48335              * patching the wrong file (pod/perlamiga.pod not README.amiga)
48336              * leaving empty C<=item>s which formatted incorrectly
48337              * over long C<=item>s revealed by latest patch to Pod::Man
48338      Branch: maint-5.6/perl
48339            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
48340            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
48341            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
48342            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
48343            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
48344            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
48345 ____________________________________________________________________________
48346 [  8353] By: jhi                                   on 2001/01/06  20:21:10
48347         Log: integrate changes #7980, 8056, 8057 from mainline
48348              
48349              UTF-8 hash keys.
48350      Branch: maint-5.6/perl
48351            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
48352 ____________________________________________________________________________
48353 [  8352] By: jhi                                   on 2001/01/06  20:18:44
48354         Log: Forgotten from #8438.
48355      Branch: maint-5.6/perl
48356            ! epoc/epocish.h
48357 ____________________________________________________________________________
48358 [  8351] By: jhi                                   on 2001/01/06  20:18:12
48359         Log: Forgotten from #8347.
48360      Branch: maint-5.6/perl
48361            ! config_h.SH
48362 ____________________________________________________________________________
48363 [  8350] By: jhi                                   on 2001/01/06  20:00:19
48364         Log: Thinko in #8347.
48365      Branch: maint-5.6/perl
48366            ! regcomp.c
48367 ____________________________________________________________________________
48368 [  8349] By: jhi                                   on 2001/01/06  18:05:30
48369         Log: Copy the FAQ3 IDE section from the development branch,
48370              changes originally by Peter Prymmer.
48371      Branch: maint-5.6/perl
48372            ! pod/perlfaq3.pod
48373 ____________________________________________________________________________
48374 [  8348] By: jhi                                   on 2001/01/06  18:03:02
48375         Log: EPOC updates for TRIAL1.
48376              
48377              Subject: [5.6.1 trial1] EPOC update
48378              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48379              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
48380              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
48381              
48382              Subject: epoc patch2 for perl-5.6.1-trial1
48383              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48384              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
48385              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
48386      Branch: maint-5.6/perl
48387            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
48388            ! epoc/epocish.c
48389 ____________________________________________________________________________
48390 [  8347] By: jhi                                   on 2001/01/06  17:29:10
48391         Log: integrate changes #7710,7824,7973 from mainline,
48392              plus VMS nits from Peter Prymmer and Dan Sugalski.
48393              
48394              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
48395              library (getprotobyname and getprotobynumber are outversioned by
48396              the same calls in libc, at least for xlc version 3.
48397              
48398              Add HAS_SBRK_PROTO.
48399              
48400              Fixes for signedness warnings noticed by VMSperlers.
48401      Branch: maint-5.6/perl
48402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48403            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
48404            ! sv.c vms/descrip_mms.template vos/config.alpha.def
48405            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48406            ! win32/config.bc win32/config.gc win32/config.vc
48407 ____________________________________________________________________________
48408 [  8346] By: nick                                  on 2001/01/06  14:36:01
48409         Log: Fixup accumulated integrate muddles (perlio == devperl again)
48410      Branch: perlio
48411            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
48412 ____________________________________________________________________________
48413 [  8345] By: nick                                  on 2001/01/06  14:24:58
48414         Log: Integrate mainline
48415      Branch: perlio
48416           !> (integrate 55 files)
48417 ____________________________________________________________________________
48418 [  8344] By: jhi                                   on 2001/01/06  02:24:02
48419         Log: Subject: [patch] PerlIO_cleanup() prototype
48420              From: Doug MacEachern <dougm@covalent.net>
48421              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
48422              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
48423      Branch: perl
48424            ! perlio.h
48425 ____________________________________________________________________________
48426 [  8343] By: jhi                                   on 2001/01/06  01:04:09
48427         Log: IRIX compiler noticed that the bof initialization might be
48428              bypassed by control flow.
48429      Branch: perl
48430            ! toke.c
48431 ____________________________________________________________________________
48432 [  8342] By: jhi                                   on 2001/01/06  00:10:48
48433         Log: Update Changes.
48434      Branch: perl
48435            ! Changes patchlevel.h
48436 ____________________________________________________________________________
48437 [  8341] By: jhi                                   on 2001/01/05  23:52:33
48438         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
48439      Branch: perl
48440            ! toke.c
48441 ____________________________________________________________________________
48442 [  8340] By: jhi                                   on 2001/01/05  22:44:08
48443         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
48444              From: Radu Greab <radu@netsoft.ro>
48445              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
48446              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
48447      Branch: perl
48448            ! t/io/pipe.t util.c
48449 ____________________________________________________________________________
48450 [  8339] By: jhi                                   on 2001/01/05  22:35:17
48451         Log: Subject: [PATCH] format and rewording in perlfaq.pod
48452              From: Robin Barker <rmb1@cise.npl.co.uk>
48453              Date: Fri, 5 Jan 2001 18:51:20 GMT
48454              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
48455      Branch: perl
48456            ! pod/perlfaq.pod
48457 ____________________________________________________________________________
48458 [  8338] By: jhi                                   on 2001/01/05  22:31:17
48459         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
48460              From: Peter Prymmer <pvhp@forte.com>
48461              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
48462              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
48463      Branch: perl
48464            ! utils/perlbug.PL
48465 ____________________________________________________________________________
48466 [  8337] By: jhi                                   on 2001/01/05  18:15:11
48467         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
48468              From: Robin Barker <rmb1@cise.npl.co.uk>
48469              Date: Tue, 2 Jan 2001 15:24:07 GMT
48470              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
48471              
48472              If you call configure as C<./Configure> or C<sh ./Configure>,
48473              $src is set to the absolute path name, not '.'.
48474              
48475              This, in turn, means -Dmksymlink tries to do its stuff because
48476              it does not think it is in the src directory.
48477              
48478              (plus a metaconfig nitfix)
48479      Branch: metaconfig
48480            ! U/compline/ccflags.U U/modified/src.U
48481      Branch: perl
48482            ! Configure config_h.SH
48483 ____________________________________________________________________________
48484 [  8336] By: jhi                                   on 2001/01/05  17:48:32
48485         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
48486              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48487              Message-ID: <3A5606C4.473D2226@uk.sun.com>
48488              Date: Fri, 05 Jan 2001 17:39:16 +0000
48489      Branch: perl
48490            ! hv.c
48491 ____________________________________________________________________________
48492 [  8335] By: jhi                                   on 2001/01/05  16:05:44
48493         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
48494      Branch: perl
48495            ! lib/Getopt/Long.pm
48496 ____________________________________________________________________________
48497 [  8334] By: jhi                                   on 2001/01/05  16:00:51
48498         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
48499              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48500              Date: Fri, 05 Jan 2001 13:46:51 +0100
48501              Message-ID: <13693.978698811@nice.ram.loc>
48502              
48503              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
48504              accurate reading of the "atime".  
48505      Branch: perl
48506            ! t/io/fs.t
48507 ____________________________________________________________________________
48508 [  8333] By: jhi                                   on 2001/01/05  15:57:37
48509         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
48510              From: Simon Cozens <simon@cozens.net>
48511              Date: Fri, 8 Dec 2000 13:33:31 +0000
48512              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
48513              
48514              A lost patch fragment.
48515      Branch: perl
48516            ! doop.c
48517 ____________________________________________________________________________
48518 [  8332] By: jhi                                   on 2001/01/05  15:40:42
48519         Log: Do away with strncpy() and a fixed length buffer.
48520      Branch: perl
48521            ! utf8.c
48522 ____________________________________________________________________________
48523 [  8331] By: jhi                                   on 2001/01/05  15:03:07
48524         Log: Tests for #8329 and #8330.
48525      Branch: perl
48526            ! t/op/bop.t
48527 ____________________________________________________________________________
48528 [  8330] By: jhi                                   on 2001/01/05  15:02:38
48529         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
48530              raw 8-bit form to the UTF-8 string.
48531      Branch: perl
48532            ! toke.c
48533 ____________________________________________________________________________
48534 [  8329] By: jhi                                   on 2001/01/05  14:55:13
48535         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
48536              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48537              Date: Fri, 5 Jan 2001 12:28:52 +0100
48538              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
48539              
48540              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
48541              no effect.  (changed the strncpy() to Copy())
48542      Branch: perl
48543            ! toke.c
48544 ____________________________________________________________________________
48545 [  8328] By: jhi                                   on 2001/01/05  06:44:27
48546         Log: UTF-8 cleanup.
48547      Branch: perl
48548            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48549            ! regexec.c sv.c toke.c
48550 ____________________________________________________________________________
48551 [  8327] By: jhi                                   on 2001/01/05  01:11:29
48552         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')
48553              From: Radu Greab <radu@netsoft.ro>
48554              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
48555              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
48556              
48557              Cleans up Harness to not use FileHandle, which uses IO.
48558      Branch: perl
48559            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48560 ____________________________________________________________________________
48561 [  8326] By: jhi                                   on 2001/01/05  00:56:37
48562         Log: Update Changes.
48563      Branch: perl
48564            ! Changes patchlevel.h
48565 ____________________________________________________________________________
48566 [  8325] By: jhi                                   on 2001/01/05  00:53:18
48567         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
48568              From: Peter Prymmer <pvhp@forte.com>
48569              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
48570              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
48571              
48572              plus a couple more tailing whitespace removals.
48573      Branch: perl
48574            ! win32/Makefile
48575 ____________________________________________________________________________
48576 [  8324] By: jhi                                   on 2001/01/05  00:47:39
48577         Log: Add some Unicode chop() tests.
48578      Branch: perl
48579            ! t/op/chop.t
48580 ____________________________________________________________________________
48581 [  8323] By: jhi                                   on 2001/01/05  00:47:23
48582         Log: Unify UTF-8 malformedness handling.
48583      Branch: perl
48584            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
48585 ____________________________________________________________________________
48586 [  8322] By: jhi                                   on 2001/01/04  22:21:54
48587         Log: The new $issymlink was unknown to Mksymlinks.
48588      Branch: metaconfig/U/perl
48589            ! Mksymlinks.U issymlink.U
48590      Branch: perl
48591            ! Configure config_h.SH
48592 ____________________________________________________________________________
48593 [  8321] By: jhi                                   on 2001/01/04  21:51:05
48594         Log: The test didn't work under the core test framework.
48595      Branch: perl
48596            ! t/lib/st-lock.t
48597 ____________________________________________________________________________
48598 [  8320] By: jhi                                   on 2001/01/04  21:14:22
48599         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
48600      Branch: perl
48601            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
48602 ____________________________________________________________________________
48603 [  8319] By: jhi                                   on 2001/01/04  20:46:17
48604         Log: Typo in #8312 when manually applying a problematic patch fragment.
48605      Branch: perl
48606            ! ext/Storable/Storable.xs
48607 ____________________________________________________________________________
48608 [  8318] By: jhi                                   on 2001/01/04  20:43:01
48609         Log: The $sh_c didn't fly.
48610      Branch: metaconfig
48611            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
48612            ! U/modified/Loc.U U/modified/myhostname.U
48613            ! U/modified/spitshell.U
48614      Branch: metaconfig/U/perl
48615            ! issymlink.U
48616      Branch: perl
48617            ! Configure config_h.SH
48618 ____________________________________________________________________________
48619 [  8317] By: jhi                                   on 2001/01/04  19:58:01
48620         Log: AIX builtin test -h is broken, changes based on
48621              
48622              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
48623              Date: Tue, 02 Jan 2001 11:24:39 +0100
48624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48625              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
48626      Branch: metaconfig
48627            + U/modified/spitshell.U
48628            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
48629            ! U/modified/Loc.U U/modified/myhostname.U
48630      Branch: metaconfig/U/perl
48631            ! Mksymlinks.U issymlink.U
48632      Branch: perl
48633            ! Configure
48634 ____________________________________________________________________________
48635 [  8316] By: jhi                                   on 2001/01/04  19:02:22
48636         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
48637              From: Andy Dougherty <doughera@lafayette.edu>
48638              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
48639              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
48640              
48641              Beware of GNU ld.
48642      Branch: perl
48643            ! hints/solaris_2.sh
48644 ____________________________________________________________________________
48645 [  8315] By: jhi                                   on 2001/01/04  18:56:48
48646         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
48647              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
48648              Date: Wed, 3 Jan 2001 07:58:51 +0100
48649              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
48650      Branch: perl
48651            ! hints/solaris_2.sh
48652 ____________________________________________________________________________
48653 [  8314] By: jhi                                   on 2001/01/04  18:54:07
48654         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
48655              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48656              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
48657              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
48658              
48659              Doc tweak on #8313.
48660      Branch: perl
48661            ! ext/B/B/Deparse.pm
48662 ____________________________________________________________________________
48663 [  8313] By: jhi                                   on 2001/01/04  18:52:27
48664         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
48665              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
48666              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48667              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
48668              
48669              Make the peephole optimizer to bypass more null ops and
48670              and rewrite the deparse handling of continue blocks.
48671      Branch: perl
48672            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
48673 ____________________________________________________________________________
48674 [  8312] By: jhi                                   on 2001/01/04  18:47:39
48675         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
48676      Branch: perl
48677            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
48678            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48679            ! t/lib/st-lock.t
48680 ____________________________________________________________________________
48681 [  8311] By: jhi                                   on 2001/01/04  18:36:08
48682         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
48683              filter to be run on each .pm during the pm_to_blib() phase,
48684              a fixed version of
48685              
48686              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
48687              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48688              Date: Wed, 03 Jan 2001 22:01:30 +0100
48689              Message-ID: <5296.978555690@nice.ram.loc>
48690      Branch: perl
48691            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
48692            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
48693            ! lib/ExtUtils/MakeMaker.pm
48694 ____________________________________________________________________________
48695 [  8310] By: jhi                                   on 2001/01/04  18:32:54
48696         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48697              From: Robin Barker <rmb1@cise.npl.co.uk>
48698              Date: Tue, 2 Jan 2001 15:35:03 GMT
48699              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
48700      Branch: perl
48701            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
48702            ! pod/perlrequick.pod
48703 ____________________________________________________________________________
48704 [  8309] By: jhi                                   on 2001/01/04  18:29:07
48705         Log: Subject: Re: [patch] static-ize XS()
48706              From: Doug MacEachern <dougm@covalent.net>
48707              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
48708              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
48709              
48710              Provide prototypes for the XS functions.
48711      Branch: perl
48712            ! lib/ExtUtils/xsubpp
48713 ____________________________________________________________________________
48714 [  8308] By: jhi                                   on 2001/01/04  18:27:44
48715         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
48716              From: Doug MacEachern <dougm@covalent.net>
48717              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
48718              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
48719      Branch: perl
48720            ! lib/ExtUtils/typemap
48721 ____________________________________________________________________________
48722 [  8307] By: jhi                                   on 2001/01/04  18:25:25
48723         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
48724              From: Doug MacEachern <dougm@covalent.net>
48725              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
48726              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
48727              
48728              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
48729      Branch: perl
48730            ! lib/ExtUtils/MM_Unix.pm
48731 ____________________________________________________________________________
48732 [  8306] By: jhi                                   on 2001/01/04  18:23:00
48733         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
48734              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48735              Date: Thu, 4 Jan 2001 12:47:10 +0100 
48736              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
48737              
48738              The toke.c part only, patching embed.h and proto.h is futile.
48739      Branch: perl
48740            ! toke.c
48741 ____________________________________________________________________________
48742 [  8305] By: jhi                                   on 2001/01/04  18:05:51
48743         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
48744              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48745              Date: Thu, 4 Jan 2001 17:50:12 +0100 
48746              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
48747      Branch: perl
48748            ! toke.c
48749 ____________________________________________________________________________
48750 [  8304] By: jhi                                   on 2001/01/04  18:03:26
48751         Log: Subject: [PATCH perl@8269]
48752              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48753              Date: Thu, 4 Jan 2001 12:53:39 +0100 
48754              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
48755              
48756              If running byacc write-enable also perly.h.
48757      Branch: perl
48758            ! Makefile.SH
48759 ____________________________________________________________________________
48760 [  8303] By: jhi                                   on 2001/01/04  15:40:49
48761         Log: Rewrite pp_concat() in terms of sv_catsv().
48762      Branch: perl
48763            ! pp_hot.c
48764 ____________________________________________________________________________
48765 [  8302] By: nick                                  on 2001/01/03  22:43:22
48766         Log: Integrate mainline.
48767      Branch: perlio
48768           !> ext/Encode/Encode.xs sv.c utf8.c
48769 ____________________________________________________________________________
48770 [  8301] By: jhi                                   on 2001/01/02  23:40:26
48771         Log: Variable naming tweak.
48772      Branch: perl
48773            ! sv.c
48774 ____________________________________________________________________________
48775 [  8300] By: jhi                                   on 2001/01/02  23:40:02
48776         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
48777              in is_utf8_string().
48778      Branch: perl
48779            ! utf8.c
48780 ____________________________________________________________________________
48781 [  8299] By: jhi                                   on 2001/01/02  22:14:40
48782         Log: Integrate perlio.
48783      Branch: perl
48784           !> pp.c pp_hot.c win32/Makefile
48785 ____________________________________________________________________________
48786 [  8298] By: nick                                  on 2001/01/02  22:03:06
48787         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
48788      Branch: perlio
48789            ! pp.c pp_hot.c
48790 ____________________________________________________________________________
48791 [  8297] By: jhi                                   on 2001/01/02  04:26:28
48792         Log: Signedness nit.
48793      Branch: perl
48794            ! ext/Encode/Encode.xs
48795 ____________________________________________________________________________
48796 [  8296] By: nick                                  on 2001/01/01  23:49:36
48797         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
48798      Branch: perlio
48799            ! win32/Makefile
48800 ____________________________________________________________________________
48801 [  8295] By: jhi                                   on 2001/01/01  23:05:48
48802         Log: Integrate perlio.
48803      Branch: perl
48804           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
48805           !> t/lib/encode.t
48806 ____________________________________________________________________________
48807 [  8294] By: nick                                  on 2001/01/01  22:48:34
48808         Log: Integrate mainline
48809      Branch: perlio
48810            ! pp_hot.c t/lib/encode.t
48811           !> (integrate 65 files)
48812 ____________________________________________________________________________
48813 [  8293] By: nick                                  on 2001/01/01  21:58:50
48814         Log: More rigor in UTF-8-ness of Encode's toUnicode
48815              XS export some of the utf8 internal functions.
48816              Test some of the functions.
48817              Fix pp_concat() bug shown by said tests.
48818      Branch: perlio
48819            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
48820            ! t/lib/encode.t
48821 ____________________________________________________________________________
48822 [  8292] By: jhi                                   on 2001/01/01  18:11:44
48823         Log: Integrate perlio.
48824      Branch: perl
48825           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
48826           !> ext/Encode/encengine.c ext/Encode/encode.h
48827 ____________________________________________________________________________
48828 [  8291] By: jhi                                   on 2001/01/01  18:10:58
48829         Log: Podify README.mpeix (a new version from the web),
48830              add a dummy NAME to Carp::Heavy, regen toc.
48831      Branch: perl
48832            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
48833            ! pod/perltoc.pod
48834 ____________________________________________________________________________
48835 [  8290] By: nick                                  on 2001/01/01  17:43:47
48836         Log: Loose the "Loading..." warning.
48837              Another bug in fallback support
48838      Branch: perlio
48839            ! ext/Encode/Encode.pm ext/Encode/encengine.c
48840 ____________________________________________________________________________
48841 [  8289] By: jhi                                   on 2001/01/01  00:01:57
48842         Log: Bump up Larry's copyright.
48843      Branch: perl
48844            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
48845            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
48846            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
48847            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
48848            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
48849            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
48850            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
48851            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
48852 ____________________________________________________________________________
48853 [  8288] By: nick                                  on 2000/12/31  21:27:53
48854         Log: Fix .ucm reading - forgot a chr()
48855              Start of .ucm write (for .enc to .ucm)
48856      Branch: perlio
48857            ! ext/Encode/compile
48858 ____________________________________________________________________________
48859 [  8287] By: jhi                                   on 2000/12/31  18:15:56
48860         Log: Comment away a diagnostic message as noted by Craig A. Berry
48861              (the unexpected message was confusing testing)
48862      Branch: perl
48863            ! ext/Encode/Encode.pm
48864 ____________________________________________________________________________
48865 [  8286] By: jhi                                   on 2000/12/31  18:14:51
48866         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
48867              Date: Sun, 31 Dec 2000 11:17:37 -0600
48868              From: "Craig A. Berry" <craigberry@mac.com>
48869              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
48870      Branch: perl
48871            ! ext/Encode/Makefile.PL
48872 ____________________________________________________________________________
48873 [  8285] By: nick                                  on 2000/12/31  18:11:54
48874         Log: Start of support of ICU-style .ucm files:
48875              - teach compile how to read a .ucm file
48876              - first guess at how to represent fallbacks in "tries".
48877              - use fallbacks if check == 0
48878              - new return code to indicate we used one.
48879      Branch: perlio
48880            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
48881            ! ext/Encode/encengine.c ext/Encode/encode.h
48882 ____________________________________________________________________________
48883 [  8284] By: jhi                                   on 2000/12/31  18:04:41
48884         Log: Pacify picky VMS compiler.
48885              
48886              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
48887              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48888              Date: Sat, 30 Dec 2000 18:10:02 -0600
48889              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
48890      Branch: perl
48891            ! sv.c
48892 ____________________________________________________________________________
48893 [  8283] By: jhi                                   on 2000/12/31  16:11:47
48894         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
48895      Branch: perl
48896            ! t/lib/glob-basic.t
48897 ____________________________________________________________________________
48898 [  8282] By: jhi                                   on 2000/12/31  15:26:11
48899         Log: Integrate perlio.
48900      Branch: perl
48901           !> makedef.pl opcode.pl os2/os2.c perlio.c
48902 ____________________________________________________________________________
48903 [  8281] By: nick                                  on 2000/12/31  10:06:15
48904         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
48905              is available to be exported
48906      Branch: perlio
48907            ! makedef.pl perlio.c
48908 ____________________________________________________________________________
48909 [  8280] By: nick                                  on 2000/12/31  09:41:26
48910         Log: Ilya's OS2 patch (testing for damage on Win32)
48911      Branch: perlio
48912            ! makedef.pl opcode.pl os2/os2.c
48913 ____________________________________________________________________________
48914 [  8279] By: jhi                                   on 2000/12/30  21:52:07
48915         Log: Test nits.
48916      Branch: perl
48917            ! t/lib/syslfs.t t/op/lfs.t
48918 ____________________________________________________________________________
48919 [  8278] By: jhi                                   on 2000/12/30  21:47:49
48920         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
48921              From: andreas.koenig@anima.de (Andreas J. Koenig)
48922              Date: 30 Dec 2000 22:35:37 +0100
48923              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
48924              
48925              The 32-bit wraparound test wasn't quite right.
48926      Branch: perl
48927            ! t/lib/syslfs.t t/op/lfs.t
48928 ____________________________________________________________________________
48929 [  8277] By: jhi                                   on 2000/12/30  21:33:44
48930         Log: Subject: [PATCH] open() example in perlfunc.pod 
48931              From: Karsten Sperling <s_sperli@ira.uka.de>
48932              Date: Sat, 30 Dec 2000 22:27:09 +0100
48933              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
48934      Branch: perl
48935            ! pod/perlfunc.pod
48936 ____________________________________________________________________________
48937 [  8276] By: jhi                                   on 2000/12/30  20:32:40
48938         Log: Not quite that many tests yet.
48939      Branch: perl
48940            ! t/op/pat.t
48941 ____________________________________________________________________________
48942 [  8275] By: jhi                                   on 2000/12/30  20:26:58
48943         Log: Integrate perlio.
48944      Branch: perl
48945           !> toke.c
48946 ____________________________________________________________________________
48947 [  8274] By: jhi                                   on 2000/12/30  20:24:56
48948         Log: Signedness nit.
48949      Branch: perl
48950            ! utf8.c
48951 ____________________________________________________________________________
48952 [  8273] By: jhi                                   on 2000/12/30  20:15:46
48953         Log: Add a test case for 20000731.001 which was fixed by the #8267.
48954      Branch: perl
48955            ! t/op/pat.t
48956 ____________________________________________________________________________
48957 [  8272] By: nick                                  on 2000/12/30  19:47:51
48958         Log: Tweak for MULTIPLICITY/USE_PERLIO
48959      Branch: perlio
48960            ! toke.c
48961 ____________________________________________________________________________
48962 [  8271] By: nick                                  on 2000/12/30  19:46:45
48963         Log: Integrate mainline
48964      Branch: perlio
48965           +> lib/unicode/distinct.pm
48966           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
48967           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
48968           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
48969 ____________________________________________________________________________
48970 [  8270] By: jhi                                   on 2000/12/30  19:39:50
48971         Log: Subject: RE: perl@8269
48972              From: "Richard Soderberg" <rs@crystalflame.net>
48973              Date: Sat, 30 Dec 2000 11:36:27 -0800
48974              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
48975              
48976              A missing aTHX_.
48977      Branch: perl
48978            ! toke.c
48979 ____________________________________________________________________________
48980 [  8269] By: jhi                                   on 2000/12/30  18:55:48
48981         Log: Update Changes.
48982      Branch: perl
48983            ! Changes patchlevel.h
48984 ____________________________________________________________________________
48985 [  8268] By: jhi                                   on 2000/12/30  17:18:40
48986         Log: Add a test for Unicode split //.  The #8267 was the cure.
48987      Branch: perl
48988            ! t/op/split.t
48989 ____________________________________________________________________________
48990 [  8267] By: jhi                                   on 2000/12/30  17:14:19
48991         Log: Subject: more UTF8 test suites and an UTF8 patch
48992              From: Inaba Hiroto <inaba@st.rim.or.jp>
48993              Date: Sat, 30 Dec 2000 14:27:10 +0900
48994              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
48995              
48996              Just the patch part for now, and the pragma renamed
48997              as unicode::distinct.
48998      Branch: perl
48999            + lib/unicode/distinct.pm
49000            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
49001            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
49002            ! regcomp.h regexec.c sv.c toke.c utf8.c
49003 ____________________________________________________________________________
49004 [  8266] By: nick                                  on 2000/12/30  16:40:49
49005         Log: Integrate mainline
49006      Branch: perlio
49007           +> lib/Pod/Text/Overstrike.pm
49008           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
49009           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
49010           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
49011           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
49012           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
49013 ____________________________________________________________________________
49014 [  8265] By: jhi                                   on 2000/12/30  07:28:55
49015         Log: The sv_catsv() fix, take two.
49016      Branch: perl
49017            ! sv.c t/op/join.t
49018 ____________________________________________________________________________
49019 [  8264] By: jhi                                   on 2000/12/30  06:19:18
49020         Log: Undo all the join-related changes since #8248: relevant
49021              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
49022              The new sv_catsv() doesn't fly so it must go back to
49023              the drawing board.
49024      Branch: perl
49025            ! sv.c t/op/join.t t/pragma/utf8.t
49026 ____________________________________________________________________________
49027 [  8263] By: jhi                                   on 2000/12/30  01:08:32
49028         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
49029      Branch: perl
49030            ! sv.c
49031 ____________________________________________________________________________
49032 [  8262] By: jhi                                   on 2000/12/30  00:45:14
49033         Log: Retract #8261.
49034      Branch: perl
49035            ! hv.c util.c
49036 ____________________________________________________________________________
49037 [  8261] By: jhi                                   on 2000/12/30  00:38:32
49038         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
49039      Branch: perl
49040            ! hv.c util.c
49041 ____________________________________________________________________________
49042 [  8260] By: jhi                                   on 2000/12/29  22:51:33
49043         Log: (Retracted by #8264)  More fixing for #8251.
49044      Branch: perl
49045            ! sv.c
49046 ____________________________________________________________________________
49047 [  8259] By: jhi                                   on 2000/12/29  18:27:30
49048         Log: Subject: podlators 1.06 released
49049              From: Russ Allbery <rra@stanford.edu>
49050              Date: 25 Dec 2000 05:09:30 -0800
49051              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
49052      Branch: perl
49053            + lib/Pod/Text/Overstrike.pm
49054            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
49055            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
49056 ____________________________________________________________________________
49057 [  8258] By: jhi                                   on 2000/12/29  18:20:45
49058         Log: Make the large file tests more robust/talkative as suggested by
49059              
49060              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
49061              From: andreas.koenig@anima.de (Andreas J. Koenig)
49062              Date: 29 Dec 2000 14:23:01 +0100
49063              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
49064      Branch: perl
49065            ! t/lib/syslfs.t t/op/lfs.t
49066 ____________________________________________________________________________
49067 [  8257] By: jhi                                   on 2000/12/29  17:48:04
49068         Log: Further VMS piping fixes from Charles Lane:
49069              
49070              In summary, error messages produced when a subprocess terminated
49071              abnormally were being sent not just to the parent process, but to
49072              grandparents, because of default values for error output that were
49073              not completely overridden when the subprocess was started.
49074              
49075              This patch fixes this behavior by defining user-mode (i.e., temporary
49076              for the duration of the program) logical names for SYS$OUTPUT and
49077              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
49078              changes to make it so that the user-mode logicals are the ones that
49079              control where Perl's error messages go if it terminates abnormally.
49080              
49081              I also added some gratuitous fixes to the indentation of braces in
49082              the piping code.  It just looked ugly, before.
49083      Branch: perl
49084            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
49085 ____________________________________________________________________________
49086 [  8256] By: jhi                                   on 2000/12/29  17:45:12
49087         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
49088              From: "Casey R. Tweten" <crt@kiski.net>
49089              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
49090              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
49091              
49092              Tests for for #8240.
49093      Branch: perl
49094            ! t/pragma/constant.t
49095 ____________________________________________________________________________
49096 [  8255] By: jhi                                   on 2000/12/29  17:43:07
49097         Log: Subject: Re: [PATCH] Interesting syntax idea
49098              From: Simon Cozens <simon@cozens.net>
49099              Date: Fri, 29 Dec 2000 14:34:04 +0000
49100              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
49101              
49102              Tests for #8254.
49103      Branch: perl
49104            ! t/pragma/sub_lval.t
49105 ____________________________________________________________________________
49106 [  8254] By: jhi                                   on 2000/12/29  17:42:11
49107         Log: Subject: [PATCH] Interesting syntax idea
49108              From: Simon Cozens <simon@cozens.net>
49109              Date: Wed, 27 Dec 2000 05:08:57 +0000
49110              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
49111              
49112              Make opens + bareword assigns do typeglob assigns.
49113      Branch: perl
49114            ! op.c
49115 ____________________________________________________________________________
49116 [  8253] By: jhi                                   on 2000/12/29  17:36:45
49117         Log: Output the (apparent) version of gcc, as suggested by
49118              
49119              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
49120              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
49121              Date: 26 Dec 2000 04:29:17 -0500
49122              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
49123              
49124              (The patch as such didn't any more apply as the misparsing had
49125              already been addressed in #6474.)  Also change the wording about
49126              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
49127      Branch: perl
49128            ! hints/dec_osf.sh
49129 ____________________________________________________________________________
49130 [  8252] By: nick                                  on 2000/12/29  12:14:31
49131         Log: Integrate mainline
49132      Branch: perlio
49133           !> (integrate 27 files)
49134 ____________________________________________________________________________
49135 [  8251] By: jhi                                   on 2000/12/29  08:45:46
49136         Log: (Retracted by #8264)
49137              
49138              (Fixed by #8260.)
49139              
49140              sv_catsv() needs one more byte space than seems reasonable.
49141              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
49142              Curiouser and curiouser.
49143      Branch: perl
49144            ! sv.c
49145 ____________________________________________________________________________
49146 [  8250] By: jhi                                   on 2000/12/29  07:57:52
49147         Log: More split // UTF-8 tests.
49148      Branch: perl
49149            ! t/pragma/utf8.t
49150 ____________________________________________________________________________
49151 [  8249] By: jhi                                   on 2000/12/29  07:54:51
49152         Log: (Retracted by #8264)  More join() testing which was good because
49153              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
49154      Branch: perl
49155            ! pp.c t/op/join.t utf8.c utf8.h
49156 ____________________________________________________________________________
49157 [  8248] By: jhi                                   on 2000/12/29  07:08:32
49158         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
49159              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
49160              that the only cases to care about are byte+byte and byte+character.
49161              
49162              TODO: See how well pp_concat() could be implemented in terms
49163              of sv_catsv().
49164      Branch: perl
49165            ! doop.c sv.c t/op/join.t utf8.h
49166 ____________________________________________________________________________
49167 [  8247] By: jhi                                   on 2000/12/29  06:35:23
49168         Log: Signedness nit.
49169      Branch: perl
49170            ! pp_hot.c
49171 ____________________________________________________________________________
49172 [  8246] By: jhi                                   on 2000/12/29  01:23:31
49173         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
49174              From: Lupe Christoph <lupe@lupe-christoph.de>
49175              Date: Thu, 28 Dec 2000 23:00:00 +0100
49176              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
49177              
49178              Suggest rsync --delete --dry-run.
49179      Branch: perl
49180            ! pod/perlhack.pod
49181 ____________________________________________________________________________
49182 [  8245] By: jhi                                   on 2000/12/28  23:57:05
49183         Log: The maxiters upper limit sanity check (guarding against
49184              non-progress) assumed bytes instead of characters in s///
49185              and split().
49186      Branch: perl
49187            ! pp.c pp_hot.c
49188 ____________________________________________________________________________
49189 [  8244] By: jhi                                   on 2000/12/28  23:34:08
49190         Log: Make some panic messages a bit more logical.
49191      Branch: perl
49192            ! doop.c pod/perldiag.pod pp.c pp_hot.c
49193 ____________________________________________________________________________
49194 [  8243] By: jhi                                   on 2000/12/28  22:59:16
49195         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
49196              From: Simon Cozens <simon@cozens.net>
49197              Date: Wed, 27 Dec 2000 02:30:03 +0000
49198              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
49199      Branch: perl
49200            ! pp.c t/pragma/sub_lval.t
49201 ____________________________________________________________________________
49202 [  8242] By: jhi                                   on 2000/12/28  22:56:53
49203         Log: Subject: [PATCH blead] Fix B::Terse indentation
49204              From: Daniel Chetlin <daniel@chetlin.com>
49205              Date: Wed, 27 Dec 2000 06:43:30 -0800
49206              Message-ID: <20001227064329.B9573@darkstar>
49207      Branch: perl
49208            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
49209 ____________________________________________________________________________
49210 [  8241] By: jhi                                   on 2000/12/28  22:48:59
49211         Log: The latter patch from the
49212              
49213              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
49214              From: Peter Prymmer <pvhp@forte.com> 
49215              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
49216              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
49217              
49218              (the former patch from the above should have been
49219              taken care of by Nick I-S)
49220      Branch: perl
49221            ! win32/Makefile
49222 ____________________________________________________________________________
49223 [  8240] By: jhi                                   on 2000/12/28  22:45:22
49224         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
49225              From: "Casey R. Tweten" <crt@kiski.net>
49226              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
49227              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
49228      Branch: perl
49229            ! lib/constant.pm
49230 ____________________________________________________________________________
49231 [  8239] By: jhi                                   on 2000/12/28  22:37:45
49232         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
49233              From: Simon Cozens <simon@cozens.net>
49234              Date: Wed, 27 Dec 2000 14:12:44 +0000
49235              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
49236      Branch: perl
49237            ! t/op/method.t t/op/sort.t toke.c
49238 ____________________________________________________________________________
49239 [  8238] By: jhi                                   on 2000/12/28  22:30:32
49240         Log: Subject: [PATCH perl@8229] Call.pm
49241              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49242              Date: Mon, 25 Dec 2000 10:47:15 -0000
49243              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
49244      Branch: perl
49245            ! ext/Filter/Util/Call/Call.pm
49246 ____________________________________________________________________________
49247 [  8237] By: jhi                                   on 2000/12/28  22:19:21
49248         Log: Subject: [PATCH blead] Fix problem with `&' prototype
49249              From: Daniel Chetlin <daniel@chetlin.com>
49250              Date: Wed, 27 Dec 2000 15:55:32 -0800
49251              Message-ID: <20001227155532.D9573@darkstar>
49252      Branch: perl
49253            ! op.c t/comp/proto.t
49254 ____________________________________________________________________________
49255 [  8236] By: jhi                                   on 2000/12/28  22:09:25
49256         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
49257              From: Daniel Chetlin <daniel@chetlin.com>
49258              Date: Sun, 24 Dec 2000 04:09:49 -0800
49259              Message-ID: <20001224040949.B3090@darkstar>
49260      Branch: perl
49261            ! gv.c mg.c t/op/attrs.t
49262 ____________________________________________________________________________
49263 [  8235] By: jhi                                   on 2000/12/28  22:07:11
49264         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
49265              From: Jan Dubois <jand@ActiveState.com>
49266              Date: Tue, 26 Dec 2000 20:57:31 -0800
49267              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
49268      Branch: perl
49269            ! win32/win32.c
49270 ____________________________________________________________________________
49271 [  8234] By: jhi                                   on 2000/12/28  21:52:42
49272         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
49273              From: Simon Cozens <simon@cozens.net>
49274              Date: Thu, 28 Dec 2000 20:33:13 +0000
49275              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
49276      Branch: perl
49277            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
49278 ____________________________________________________________________________
49279 [  8233] By: jhi                                   on 2000/12/28  19:40:49
49280         Log: Integrate perlio.
49281      Branch: perl
49282           !> ext/Encode/Makefile.PL ext/Encode/compile
49283 ____________________________________________________________________________
49284 [  8232] By: nick                                  on 2000/12/23  16:06:00
49285         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
49286              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
49287      Branch: perlio
49288            ! ext/Encode/Makefile.PL
49289 ____________________________________________________________________________
49290 [  8231] By: nick                                  on 2000/12/23  14:30:34
49291         Log: "Compiled" encode build cleanup
49292              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
49293              - .c files do not export sub-tables
49294      Branch: perlio
49295            ! ext/Encode/Makefile.PL ext/Encode/compile
49296 ____________________________________________________________________________
49297 [  8230] By: nick                                  on 2000/12/23  12:50:37
49298         Log: Integrate mainline
49299      Branch: perlio
49300           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49301           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49302           !> pod/perl5004delta.pod pod/perl5005delta.pod
49303           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
49304           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
49305           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
49306           !> pod/perlsub.pod
49307 ____________________________________________________________________________
49308 [  8229] By: jhi                                   on 2000/12/22  15:32:12
49309         Log: Integrate perlio.
49310      Branch: perl
49311           +> win32/distclean.bat
49312           !> MANIFEST t/io/utf8.t
49313 ____________________________________________________________________________
49314 [  8228] By: jhi                                   on 2000/12/22  15:29:40
49315         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
49316              From: Robin Barker <rmb1@cise.npl.co.uk>
49317              Date: Fri, 22 Dec 2000 12:17:38 GMT
49318              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
49319      Branch: perl
49320            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49321            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49322            ! pod/perl5004delta.pod pod/perl5005delta.pod
49323            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
49324            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
49325            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
49326            ! pod/perlsub.pod
49327 ____________________________________________________________________________
49328 [  8227] By: jhi                                   on 2000/12/22  15:24:28
49329         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
49330              From: "John L. Allen" <allen@grumman.com>
49331              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
49332              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
49333              
49334              Document APPLLIB_EXP.
49335      Branch: perl
49336            ! INSTALL
49337 ____________________________________________________________________________
49338 [  8226] By: nick                                  on 2000/12/21  22:11:50
49339         Log: Handy script for when one forgets to "dmake clean" 
49340      Branch: perlio
49341            + win32/distclean.bat
49342            ! MANIFEST
49343 ____________________________________________________________________________
49344 [  8225] By: nick                                  on 2000/12/21  21:54:04
49345         Log: CRLF platform issue with io/utf8 fix.
49346      Branch: perlio
49347            ! t/io/utf8.t
49348 ____________________________________________________________________________
49349 [  8224] By: nick                                  on 2000/12/21  21:02:20
49350         Log: Integrate mainline
49351      Branch: perlio
49352           !> Changes Configure Makefile.SH Porting/Glossary
49353           !> Porting/config.sh Porting/config_H configure.com
49354           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
49355           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
49356           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
49357           !> win32/config.bc win32/config.gc win32/config.vc
49358 ____________________________________________________________________________
49359 [  8223] By: jhi                                   on 2000/12/21  17:09:16
49360         Log: Update Changes.
49361      Branch: perl
49362            ! Changes patchlevel.h
49363 ____________________________________________________________________________
49364 [  8222] By: jhi                                   on 2000/12/21  16:24:01
49365         Log: Metaconfig unit changes for #8221.
49366      Branch: metaconfig/U/perl
49367           +> issymlink.U
49368            - testsyml.U
49369            ! Mksymlinks.U
49370 ____________________________________________________________________________
49371 [  8221] By: jhi                                   on 2000/12/21  16:23:48
49372         Log: Rename testsyml to issymlink.
49373      Branch: perl
49374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49375            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
49376            ! win32/config.vc
49377 ____________________________________________________________________________
49378 [  8220] By: jhi                                   on 2000/12/21  15:47:26
49379         Log: Robustness support for #8218 (symlink forest) since the GNU
49380              tools seem to be overly picky about symlinkage depths.
49381      Branch: perl
49382            ! Makefile.SH t/io/fs.t
49383 ____________________________________________________________________________
49384 [  8219] By: jhi                                   on 2000/12/21  15:38:27
49385         Log: Metaconfig changes for #8218.
49386      Branch: metaconfig
49387            ! U/modified/Oldconfig.U
49388      Branch: metaconfig/U/perl
49389            + Mksymlinks.U
49390            ! testsyml.U
49391 ____________________________________________________________________________
49392 [  8218] By: jhi                                   on 2000/12/21  15:37:57
49393         Log: Add Configure option -Dmksymlinks which will create a symlink
49394              forest if the current/build differs from the source directory.
49395              TODO: mkdir -p is not portable.
49396      Branch: perl
49397            ! Configure
49398 ____________________________________________________________________________
49399 [  8217] By: jhi                                   on 2000/12/21  14:39:12
49400         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
49401              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
49402              Date: Thu, 21 Dec 2000 09:38:18 GMT
49403              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
49404              
49405              The ofs became an SV.
49406      Branch: perl
49407            ! ext/Thread/Thread.xs
49408 ____________________________________________________________________________
49409 [  8216] By: jhi                                   on 2000/12/21  05:40:21
49410         Log: The polymorphism seems to have fixed 20000517.001.
49411      Branch: perl
49412            ! t/pragma/utf8.t
49413 ____________________________________________________________________________
49414 [  8215] By: jhi                                   on 2000/12/21  04:44:52
49415         Log: read() documentation tweak for 20001121.004.
49416      Branch: perl
49417            ! pod/perlfunc.pod
49418 ____________________________________________________________________________
49419 [  8214] By: jhi                                   on 2000/12/21  03:54:11
49420         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
49421      Branch: perl
49422            ! pp_sys.c t/op/misc.t
49423 ____________________________________________________________________________
49424 [  8213] By: jhi                                   on 2000/12/21  00:28:10
49425         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
49426              From: Peter Prymmer <pvhp@forte.com>
49427              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
49428              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
49429      Branch: perl
49430            ! configure.com
49431 ____________________________________________________________________________
49432 [  8212] By: jhi                                   on 2000/12/21  00:26:21
49433         Log: Edit edit edit.
49434      Branch: perl
49435            ! pod/perlfaq3.pod
49436 ____________________________________________________________________________
49437 [  8211] By: jhi                                   on 2000/12/20  18:52:46
49438         Log: Update Changes.
49439      Branch: perl
49440            ! Changes patchlevel.h
49441 ____________________________________________________________________________
49442 [  8210] By: jhi                                   on 2000/12/20  18:34:47
49443         Log: Yet another editor edit.
49444      Branch: perl
49445            ! pod/perlfaq3.pod
49446 ____________________________________________________________________________
49447 [  8209] By: jhi                                   on 2000/12/20  15:33:28
49448         Log: More Win32 Perling.
49449      Branch: perl
49450            ! pod/perlfaq3.pod
49451 ____________________________________________________________________________
49452 [  8208] By: jhi                                   on 2000/12/20  15:07:46
49453         Log: More Win32 editor/IDE/shell hints.
49454      Branch: perl
49455            ! pod/perlfaq3.pod
49456 ____________________________________________________________________________
49457 [  8207] By: jhi                                   on 2000/12/20  03:54:08
49458         Log: Subject: [PATCH] obscure timing knowledge
49459              From: Nicholas Clark <nick@ccl4.org>
49460              Date: Tue, 19 Dec 2000 19:22:31 +0000
49461              Message-ID: <20001219192231.F2827@plum.flirble.org>
49462      Branch: perl
49463            ! sv.c
49464 ____________________________________________________________________________
49465 [  8206] By: jhi                                   on 2000/12/20  03:45:57
49466         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
49467              From: Spider Boardman <spider@leggy.zk3.dec.com>
49468              Date: Tue, 19 Dec 2000 21:30:16 -0500
49469              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
49470      Branch: perl
49471            ! sv.c
49472 ____________________________________________________________________________
49473 [  8205] By: jhi                                   on 2000/12/19  23:02:01
49474         Log: Update Changes.
49475      Branch: perl
49476            ! Changes patchlevel.h
49477 ____________________________________________________________________________
49478 [  8204] By: jhi                                   on 2000/12/19  22:58:18
49479         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
49480              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
49481              on editors and diffing/patching.
49482      Branch: perl
49483            ! t/op/utf8decode.t
49484 ____________________________________________________________________________
49485 [  8203] By: nick                                  on 2000/12/19  21:36:16
49486         Log: Integrate mainline (forgot my own change...)
49487      Branch: perlio
49488           !> ext/Encode/compile
49489 ____________________________________________________________________________
49490 [  8202] By: nick                                  on 2000/12/19  21:34:42
49491         Log: Integrate mainline.
49492      Branch: perlio
49493           !> (integrate 61 files)
49494 ____________________________________________________________________________
49495 [  8201] By: nick                                  on 2000/12/19  21:34:06
49496         Log: Avoid looking for File::Glob when we don't need it.
49497      Branch: perl
49498            ! ext/Encode/compile
49499 ____________________________________________________________________________
49500 [  8200] By: jhi                                   on 2000/12/19  18:35:49
49501         Log: Update Changes.
49502      Branch: perl
49503            ! Changes patchlevel.h
49504 ____________________________________________________________________________
49505 [  8199] By: jhi                                   on 2000/12/19  18:35:07
49506         Log: Microperl tweaks.
49507      Branch: perl
49508            ! sv.c uconfig.h uconfig.sh
49509 ____________________________________________________________________________
49510 [  8198] By: jhi                                   on 2000/12/19  18:29:59
49511         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
49512      Branch: perl
49513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49514            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
49515 ____________________________________________________________________________
49516 [  8197] By: jhi                                   on 2000/12/19  17:55:29
49517         Log: In VMS embedded perls couldn't access the statically built Socket,
49518              from Charles Lane.
49519      Branch: perl
49520            ! configure.com
49521 ____________________________________________________________________________
49522 [  8196] By: jhi                                   on 2000/12/19  17:49:50
49523         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
49524              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
49525              Date: Sun, 17 Dec 2000 19:11:44 -0000
49526              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
49527      Branch: perl
49528            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49529            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
49530 ____________________________________________________________________________
49531 [  8195] By: jhi                                   on 2000/12/19  17:47:53
49532         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
49533              From: Jonathan Stowe <gellyfish@gellyfish.com>
49534              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
49535              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
49536      Branch: perl
49537            ! utils/h2xs.PL
49538 ____________________________________________________________________________
49539 [  8194] By: jhi                                   on 2000/12/19  17:46:28
49540         Log: Subject: Re: useless use of void context work-around
49541              From: andreas.koenig@anima.de (Andreas J. Koenig)
49542              Date: 16 Dec 2000 15:13:36 +0100
49543              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
49544              
49545              Document (comment) the q(di ds ig) trick in the code.
49546      Branch: perl
49547            ! op.c
49548 ____________________________________________________________________________
49549 [  8193] By: jhi                                   on 2000/12/19  17:10:57
49550         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
49551              From: "Mark J. Reed" <mreed@strange.turner.com>
49552              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
49553              Message-Id: <200012160222.VAA13986@strange.turner.com>
49554      Branch: perl
49555            ! ext/Sys/Syslog/Syslog.pm
49556 ____________________________________________________________________________
49557 [  8192] By: jhi                                   on 2000/12/19  17:07:45
49558         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
49559              From: Nicholas Clark <nick@ccl4.org>
49560              Date: Sat, 16 Dec 2000 19:03:13 +0000
49561              Message-ID: <20001216190313.D68304@plum.flirble.org>
49562      Branch: perl
49563            ! t/op/64bitint.t
49564 ____________________________________________________________________________
49565 [  8191] By: jhi                                   on 2000/12/19  17:06:13
49566         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
49567              From: Dominic Dunlop <domo@computer.org>
49568              Date: Mon, 18 Dec 2000 12:00:15 +0100
49569              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
49570              
49571              This patchlet is needed in order that perl can be statically linked.  
49572      Branch: perl
49573            ! regexec.c
49574 ____________________________________________________________________________
49575 [  8190] By: jhi                                   on 2000/12/19  17:03:08
49576         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
49577              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49578              Date: Sun, 17 Dec 2000 00:18:35 -0600
49579              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
49580      Branch: perl
49581            ! perlio.h vms/gen_shrfls.pl
49582 ____________________________________________________________________________
49583 [  8189] By: jhi                                   on 2000/12/19  16:20:28
49584         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
49585              From: Prymmer/Kahn <pvhp@best.com>
49586              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
49587              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
49588              
49589              A better version of #8188.
49590      Branch: perl
49591            ! pod/perlfaq3.pod
49592 ____________________________________________________________________________
49593 [  8188] By: jhi                                   on 2000/12/19  15:57:06
49594         Log: (Replaced by #8189)
49595              
49596              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49597              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
49598              From: Prymmer/Kahn <pvhp@best.com>
49599              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
49600              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49601              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
49602              Date: Mon, 18 Dec 2000 11:10:45 -0500
49603              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
49604      Branch: perl
49605            ! pod/perlfaq3.pod
49606 ____________________________________________________________________________
49607 [  8187] By: jhi                                   on 2000/12/19  15:54:19
49608         Log: Email address fix for Anton Berezin.
49609      Branch: perl
49610            ! AUTHORS
49611 ____________________________________________________________________________
49612 [  8186] By: jhi                                   on 2000/12/19  15:38:54
49613         Log: Subject: [PATCH perl@8102] cygwin port
49614              From: "Eric Fifer" <efifer@dircon.co.uk> 
49615              Date: Thu, 14 Dec 2000 13:41:29 -0000
49616              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
49617              
49618              When compiling modules the data item that is being imported
49619              from libperl.dll needs to be tagged as imported/shared data:
49620              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
49621      Branch: perl
49622            ! perliol.h
49623 ____________________________________________________________________________
49624 [  8185] By: jhi                                   on 2000/12/19  14:53:24
49625         Log: Regen uconfig.h and uconfig.sh.
49626      Branch: perl
49627            ! uconfig.h uconfig.sh
49628 ____________________________________________________________________________
49629 [  8184] By: jhi                                   on 2000/12/18  20:43:49
49630         Log: Comments work so much better when they are closed.
49631      Branch: perl
49632            ! regcomp.c
49633 ____________________________________________________________________________
49634 [  8183] By: jhi                                   on 2000/12/18  18:04:02
49635         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
49636              Fixes the bug 20001218.016.
49637      Branch: perl
49638            ! regcomp.c
49639 ____________________________________________________________________________
49640 [  8182] By: gsar                                  on 2000/12/18  09:53:47
49641         Log: delete spurious files
49642      Branch: maint-5.6/perl
49643            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
49644            - vos/config.h vos/config_h.SH_orig
49645 ____________________________________________________________________________
49646 [  8181] By: gsar                                  on 2000/12/18  09:46:08
49647         Log: regen perltoc
49648      Branch: maint-5.6/perl
49649            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
49650 ____________________________________________________________________________
49651 [  8180] By: gsar                                  on 2000/12/18  09:20:27
49652         Log: integrate changes#7924..7926,7946,7952 from mainline
49653              
49654              A test works better if it has the right 1..$n output.
49655              
49656              All the core library users of Class::Struct seem to be
49657              using "use Class::Struct 'struct';" instead of the bare
49658              "use Class::Struct;", which isn't documented in Class::Struct.
49659              This can't be right.
49660              
49661              Make the Class::Struct import() wiser.
49662              
49663              Upgrade to CPAN 1.59_51, from Andreas König.
49664              
49665              Subject: Re: long shell lines
49666              Split overly long shell command lines.
49667      Branch: maint-5.6/perl
49668           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
49669           !> lib/File/stat.pm t/lib/class-struct.t
49670 ____________________________________________________________________________
49671 [  8179] By: gsar                                  on 2000/12/18  08:55:54
49672         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
49673              7918,7919,7988,8907 from mainline (various)
49674              
49675              Subject: [ID 20001127.004] White space problem in perlamiga.pod
49676              
49677              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
49678              
49679              Subject: [PATCH] perlcc.PL cleanups
49680              
49681              Subject: [PATCH] Updating perltie.pod for arrays
49682              
49683              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
49684              Subject: Re: [PATCH] Updating perltie.pod for arrays
49685              Subject: Re: [PATCH] Updating perltie.pod for arrays
49686              
49687              One more perltie.pod nit from Casey R. Tweten.
49688              
49689              Subject: [PATCH] $^O  win32 -> MSWin32
49690              plus similar nits for vms, err, VMS, and UNICOS.
49691              
49692              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49693              More checking in case someone has broken their services or
49694              protocol databases.
49695              
49696              Make "use Class::Struct 'struct';" work again (broken by #7617);
49697              add a test for Class::Struct.
49698              
49699              Integrate the "skip" messages to explain().
49700              
49701              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
49702      Branch: maint-5.6/perl
49703           +> t/lib/class-struct.t
49704           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
49705           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
49706           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
49707 ____________________________________________________________________________
49708 [  8178] By: gsar                                  on 2000/12/18  08:16:30
49709         Log: avoid redefinition warnings on windows due to sys/socket.h getting
49710              #included before win32.h
49711      Branch: maint-5.6/perl
49712            ! win32/include/sys/socket.h
49713 ____________________________________________________________________________
49714 [  8177] By: gsar                                  on 2000/12/18  05:24:04
49715         Log: make regen_headers; fix POSIX.xs problems; remove outdated
49716              code from sys/socket.h that makes build fail now
49717      Branch: maint-5.6/perl
49718            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
49719            ! pod/perlapi.pod
49720           !> win32/include/sys/socket.h
49721 ____________________________________________________________________________
49722 [  8176] By: gsar                                  on 2000/12/18  05:20:17
49723         Log: update Changes
49724      Branch: maint-5.6/perl
49725            ! Changes patchlevel.h
49726 ____________________________________________________________________________
49727 [  8175] By: gsar                                  on 2000/12/18  04:57:48
49728         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
49729              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
49730              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
49731              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
49732              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
49733              7823,7825,7838
49734              
49735              Subject: Re: [PATCH] README.solaris
49736              
49737              Add getpagesize() probing, on non-UNIX guess 'undef'.
49738              
49739              Simplify the getpagesize() unit by dropping the
49740              pagesize probe since it's nowadays slightly more
49741              complicated because of sysconf(). (Note: if some
49742              platform really needs the -lPW for getpagesize,
49743              I just broke it.)
49744              TODO: a new pagesize unit.
49745              
49746              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
49747              
49748              MachTen doesn't really do mmap() and munmap().
49749              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49750              
49751              More README.solaris updates from Andy Dougherty.
49752              
49753              Copy the s// information of README.hpux also to the perlrun.
49754              
49755              Add HAS_FSYNC, lack noticed by Nicholas Clark.
49756              
49757              Add a metaconfig unit for fsync.
49758              
49759              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
49760              
49761              Many subdocumented return values of the IO extension now documented.
49762              ungetc and write still left subdocumented.
49763              Subject: [PATCH] (was Re: IO::Handle::ungetc)
49764              
49765              Document tell() on special streams.
49766              
49767              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
49768              
49769              Subject: [ID 20001112.007] sfio's sftell isn't ftell
49770              
49771              Couple of tests from #7660 salvaged.
49772              
49773              Tweak the definition of the bit complement on UTF-8 data:
49774              if none of the characters in the string are > 0xff,
49775              the result is a complemented byte string, not a (UTF-8)
49776              char string.  Based on the summary in
49777              Subject: Re: [ID 20000918.005] ~ on wide chars
49778              This should give us the maximum backward (pre-char string)
49779              compatibility and utf8 compatibility.  The other alternative
49780              would be to limit the bit complement to be always byte only,
49781              taking the least significant byte of the chars.
49782              
49783              Cleanup messy #ifdef.
49784              
49785              Typos in #7667.
49786              
49787              Declare reg_data like reg_substr_data.
49788              
49789              Placate nervous compilers that see longer than ints switch()ing.
49790              
49791              Remove the new two tests of lib/io_xs for now, they seem to
49792              fail under perlio on some platforms.
49793              
49794              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49795              
49796              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
49797              
49798              Subject: tiny typo in perl5db.pl
49799              
49800              Subject: some additions for makefiles for win32 (for perl@7674)
49801              
49802              Hoist the duplicated socket/netdb include logic to perl.h;
49803              undef SETERRNO in case SOCKS has defined it.  Based on:
49804              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
49805              
49806              Regen Configure.
49807              
49808              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
49809              (a macro to define signed and unsigned integer constants).
49810              
49811              Use UINT64_C().
49812              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
49813              
49814              Use u_int32_t for the size of hash_cb(), not size_t.
49815              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
49816              
49817              Quit utf8_to_uv() instantly if curlen == 0.
49818              
49819              Subject: [PATCH: perl@7674] updates to README.os390
49820              
49821              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
49822              
49823              EBCDIC tweaks.
49824              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
49825              
49826              Linenumber fix.
49827              
49828              SOCKS has its own USE_THREADS, based on
49829              Subject: [ID 20001114.002] et. al. bugfix followup
49830              
49831              UINT64_C() work continues.
49832              
49833              Detypo.
49834              
49835              The type of the hash_cb() size argument is tricky.
49836              
49837              Add fwalk() probe to the configuration files and regen perltoc.
49838              
49839              Subject: perllocale.pod changes
49840              
49841              Avoid an infinite loop in VMS when utils scripts are run
49842              with no arguments, from Charles Lane.
49843              
49844              Subject: Re: Bug in Carp::Heavy/5.6.0?
49845              
49846              For Solaris use64bitall the stdchar needs a little bit of help.
49847              
49848              The long double hints can be here or there.
49849              
49850              Test tweak for the open pragma.
49851              
49852              Also the 64bitall hints can be either here or there.
49853              
49854              As surmised the #7719 wasn't a good move.
49855              
49856              Subject: Fix for 20000409.001
49857              
49858              Subject: Fix for 20000815.006
49859              It's really 20000518.006.
49860              
49861              Subject: [PATCH 5.6.0 README.win32] very minor typos
49862              
49863              Subject: Fix for README.amiga (20000323.033)
49864              
49865              Explain in more detail the {} syntax ambiguousity.
49866              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
49867              
49868              Sparc 64-bit pack() fix from Jens Hamisch.
49869              
49870              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
49871              
49872              Subject: podlators 1.05 available        
49873              
49874              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
49875              
49876              Subject: [perl 7711: EPOC] updates
49877              
49878              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
49879              
49880              Miraculous typo.
49881              
49882              sysseek() instead of seek().
49883              
49884              Solaris hints tweaks.
49885              
49886              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
49887              This may be overly harsh but until proven otherwise, we think this
49888              way, or until we have a simple test for Configure (having to start
49889              up servers is does not count as simple) to check for the problems.
49890              
49891              Remove the shared object before attempting to create
49892              (by linking) a new one.  E.g. in AIX not removing
49893              becomes quite painful if one tries to do more than one
49894              build in the same tree (an interrupted build, for example),
49895              since the AIX' shared dynaloader seemingly keeps the shared
49896              objects open and therefore 'busy' for quite a while, even when
49897              nobody is using the objects, leading into link failures.
49898              
49899              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
49900              
49901              Subject: DOC PATCH 5.6.0 perlreftut
49902              
49903              Subject: [PATCH: perl@7777] add system locale testing for VMS
49904              
49905              Subject: [PATCH] Test.pm POD peculiarity
49906              
49907              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
49908              
49909              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
49910              
49911              Subject: Re: perl@7777 
49912              Detypoing.
49913              
49914              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
49915              
49916              Go ahead and #include <unistd.h> in perl.h.
49917              
49918              Subject: [PATCH perl@7795] small cleanup task for test suite
49919              
49920              Subject: Re: av.c patch (having slight problems)
49921              unshift() speedup.
49922              
49923              Reach back one higher up when searching for PERL_SRC.
49924      Branch: maint-5.6/perl
49925           +> lib/File/Spec/Epoc.pm
49926           !> (integrate 88 files)
49927 ____________________________________________________________________________
49928 [  8174] By: gsar                                  on 2000/12/18  03:53:09
49929         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
49930              7625..7629,7631..7634,7637,7639,7642 from mainline
49931              
49932              Fix for the tie-refhash string table leaks.
49933              
49934              Subject: [patch perl@7595] VMS configure.com tweak
49935              
49936              More careful detection of how well NVs and UVs mix.
49937              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))
49938              Added some SIGFPE paranoia.
49939              
49940              Forgot to bump the line numbers in #7601.
49941              
49942              Subject: PATCH std stdio for (Free)BSD
49943              
49944              Deleting $ENV{PATH} in VMS is not recommendable.
49945              
49946              Locale buglets.
49947              Subject: RE: Locales support (setlocale) fixes
49948              
49949              Do not test UTF-8 locales since that the tests would require
49950              polymorphic regexen.
49951              
49952              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
49953              
49954              A missing aTHX_.
49955              
49956              Subject: [ID 20001108.013] spelling
49957              
49958              Subject: [PATCH] Class::Struct at compile time
49959              
49960              Make deleting for %ENV work for (newer versions of) VMS,
49961              from Craig A. Berry.
49962              
49963              Forgot from #7618.
49964              
49965              More VMS moves on environment handling, from Charles Lane.
49966              
49967              Remove unused extra arguments.
49968              
49969              Typo in an ifndef.
49970              Subject: Re: [PATCH 5.7.0] better messages from malloc()
49971              
49972              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
49973              All except the "cow orker" change.
49974              
49975              The generated boot_* headers are wrong.  Pickier compiler,
49976              such as KAI C++ will refuse to compile the resulting perlmain.
49977              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
49978              
49979              There's no =head3.
49980              
49981              Disable only the tests 99 and 166 for UTF-8 locales.
49982              
49983              Missing dTHXs.
49984              Subject: RE: perl@7595 builds not on cygwin
49985              
49986              Subject: Re: bash -c exit and linux hints 
49987              
49988              Various doc oddball characters.
49989              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
49990              
49991              Subject: [PATCH] IO::Seekable pod
49992              
49993              Amdahl UTS hints updates.
49994              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
49995              
49996              Explain better why certain regex tests are skipped.
49997              Subject: Re: tests skipped: unknown reason
49998              
49999              Subject: [PATCH] README.solaris
50000              
50001              Subject: [PATCH perl@7638] cygwin port
50002      Branch: maint-5.6/perl
50003           +> README.solaris
50004           !> (integrate 26 files)
50005 ____________________________________________________________________________
50006 [  8173] By: gsar                                  on 2000/12/18  03:37:02
50007         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
50008              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
50009              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
50010              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
50011              
50012              Better create a true mailing list for the repository keepers.
50013              
50014              Subject: [ID 20001027.007] uniq array in perlfaq
50015              
50016              De-quoted-unreadable to ISO Latin 1.
50017              (There's one ISO-2022-JP name in Changes5.004.)
50018              
50019              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
50020              
50021              The #7476 needs a MANIFEST change, too.
50022              
50023              Add also emailless people.
50024              
50025              UTF-8 decoder tweak.
50026              
50027              Make \x{...} consistently produce UTF-8.
50028              Subject: Re: \x{...} is confused 
50029              
50030              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
50031              
50032              Add a perlbug flag, -A, to avoid acknowledgement messages.
50033              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
50034              
50035              Use Errno magic.
50036              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
50037              
50038              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
50039              
50040              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
50041              
50042              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
50043              
50044              Be more lenient on bad UTF-8 when doing bit arithmetics.
50045              Subject: Re: [ID 20000918.005] ~ on wide chars
50046              (The ord() part of the patch skipped.)
50047              
50048              Subject: perlfaq style changes
50049              
50050              AUTHORS tweaks.
50051              
50052              Whitespace style tweak.  Was originally going to see to
50053              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50054              but that had already been taken care of.
50055              
50056              The compiler is either gcc or cc, from Tom Bates.
50057              
50058              The osname has been lowercased by now, from Tom Bates.
50059              
50060              The NonStop-UX libraries have a novel way to say NaN.
50061              
50062              printf UVs the correct way, noticed by Robin Barker.
50063              
50064              Subject: [PATCH] startperl to respect versiononly
50065              
50066              AUTHORS updates.
50067              
50068              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50069              
50070              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
50071              
50072              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
50073              
50074              Generalize the Camel wording.
50075              Subject: Re: perlfaq style changes
50076              
50077              Subject: [ID 20001005.006] Documentation -- description of qr//
50078              
50079              C.pm part of
50080              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
50081              
50082              Locale warning explanation tweak.
50083              
50084              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
50085              
50086              Make the POSIX::setuid and POSIX::setgid to really call setuid()
50087              and setgid() because they were just changing $< and $( which means
50088              only changing the real uid/gid, as opposed to changing both
50089              real and effective ids.  (The alternative way could have been
50090              in POSIX.pm to change $> and $), too, but making a direct call
50091              to the C API feels cleaner.)  Fixes the bug
50092              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
50093              
50094              Expand %Config variables and %ENV variables only if
50095              so requested during build time using the
50096              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
50097              Not expanding makes relocating distributions easier.
50098              
50099              More tweaking on the #7522 theme.
50100              
50101              Test::Harness revealed buglets in the new DynaLoader.
50102              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
50103              
50104              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
50105              fix a autovivification bug in Tie::RefHash, add tests for both.
50106              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
50107              
50108              Detpyo.
50109              
50110              recv() can fail and return undef.
50111              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
50112              
50113              Fix the problem discussed in
50114              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
50115              originally from Linc Madison.  Also Andreas König's comments
50116              taken into account.  Some other problems with Tie::SubstrHash
50117              fixed: didn't croak when the table exceeded the requested number
50118              of entries (as documented) but instead when the number of entries
50119              exceeded the size of the table, a croak() had an unnecessary \n,
50120              didn't have a CLEAR method, documented that there is no exists().
50121              Didn't fix to be strict-proof because the module uses &foo; and
50122              dynamic scope.  Added a test script exercizing both first tamely 
50123              the basic functionality, and then the failure cases reported by
50124              Linc Madison.
50125              
50126              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
50127              
50128              The #7521 touched things it shouldn't have.
50129              
50130              Subject: [PATCH 5.7.0] better messages from malloc()
50131              
50132              Subject: Re: README.aix
50133              
50134              Add FCNTL_CAN_LOCK.
50135              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50136              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50137              
50138              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
50139              create a "fast path" for locale name probing using "locale -a"
50140              if available, squash finally hopefully the s?printf resetting
50141              the numeric locale (since, IIUC perllocale, it never shouldn't). 
50142              
50143              More Changes tweakery.
50144              
50145              Dying is too strict here, better just skip.
50146              
50147              Subject: Locales support (setlocale) fixes
50148              Modified quite a bit to be more portable.
50149              
50150              Configure would use a bad $myuname from an old config.sh.
50151              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
50152              
50153              Fix for
50154              Subject: [ID 20001004.006] undef is never tainted
50155              An undef read from a slurped file was not tainted.
50156              
50157              Fix for
50158              Subject: [ID 20001004.007] taint propogation is inconsistent
50159              The culprit was sv_setsv() which was rather blindly
50160              propagating taint, which lead to behaviour where if
50161              a tainted anon hash value was seen all the hash values
50162              from then on at that level became tainted, or at any
50163              upper levels in the case of nested anon hashes.
50164              
50165              Test tweak: show also the failed locales.
50166              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
50167              
50168              A fix of sorts for 20000329.026, a better error message
50169              for a missing "use charnames" when using the \N{...}. 
50170              
50171              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
50172              
50173              Add =pod to be tidy.
50174              
50175              Fix for bug id 19990615.008, pos() unset during s///ge.
50176              
50177              Add a note for future generations about bug id 20000229.006.
50178              
50179              Use -dM for gcc (the suggested patch did it only for Linux,
50180              but I think it can be generalized).
50181              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
50182              
50183              opmini.o can linger from Configures past.
50184              
50185              Document that the evaled syntax errors cause scalar leaks.
50186              
50187              Fix for
50188              Subject: [ID 20000728.005] perl -P broken
50189              (hopefully).  The fix is also not complete, it seems to break
50190              BOM swallowing for libc5 systems, but until someone figures
50191              out a way to do this without ftell(), this will do.
50192              
50193              AUTHORS updates.
50194              
50195              Subject: Re: rsync'ed patches vs. rsync'ed source
50196              
50197              Admit that the test leaks scalars.
50198              
50199              Sanitize the environment further.
50200              
50201              VOS updates from Paul Green.
50202              
50203              Document %ENV = () portability issues.
50204              
50205              Make the stdio test program of 7427 less noisy while being 
50206              compiled so that Digital UNIX wouldn't get both
50207              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
50208              undefined.  This makes perlio happy.
50209              
50210              glibc5 detection by __GNU_LIBRARY__.
50211              
50212              %ENV note tweaks from Dan Sugalski.
50213              
50214              Varargs don't always work too well if one puts an unsigned
50215              char on the stack and pop an unsigned quad off the stack.
50216              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
50217              
50218              Subject: Pod updates
50219              
50220              Fake support of holey files in win/dosish platforms.
50221              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
50222              
50223              A doc addition for bug id 20001105.019, beware \p.
50224              
50225              Tweak #7587.
50226              
50227              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
50228              
50229              perlhack updates from H.Merijn Brand.
50230              
50231              Subject: [PATCH perl@7573] cygwin port
50232              Synchronize with Cygwin 1.1.5.
50233              
50234              Bad thinko in #7581 (I used the test program with the expanded
50235              values as-is).
50236              
50237              Make perlbug not insist on dumping to a file when stdout isn't a tty.
50238              Subject: [PATCH] perlbug.PL
50239              
50240              Overrideable keys, each, pop, push, shift, splice, unshift.
50241              Subject: [PATCH] prototyped functions that should be overrideable
50242              
50243              Try to avoid flockless and emulationless places.
50244      Branch: maint-5.6/perl
50245           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
50246            - MAINTAIN
50247           !> (integrate 111 files)
50248 ____________________________________________________________________________
50249 [  8172] By: jhi                                   on 2000/12/18  02:49:27
50250         Log: Regen pods.
50251      Branch: perl
50252            ! pod/perlmodlib.pod pod/perltoc.pod
50253 ____________________________________________________________________________
50254 [  8171] By: gsar                                  on 2000/12/18  02:49:24
50255         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
50256              7465..7471 from mainline
50257              
50258              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
50259              in platforms that strictly require all the symbols being present
50260              at link time.
50261              
50262              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
50263              
50264              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
50265              
50266              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
50267              
50268              Subject: [PATCH] todo
50269              
50270              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
50271              
50272              Use $sort, $uniq (and $tr) consistently as wondered
50273              by Nicholas Clark.
50274              
50275              Too enthusiastic editing in #7460.
50276              
50277              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
50278              
50279              Upgrade to CPAN 1.58_55.
50280              Subject: CPAN.pm status
50281              
50282              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
50283              
50284              Make target reordering to avoid pointless re-makes.
50285              Subject: Re: Total re-make of 'make okfile' after 7451 ?
50286              
50287              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
50288              
50289              Subject: DOC PATCH 5.6.0
50290              
50291              Add the repository doc by Malcolm, Sarathy, and by Simon,
50292              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
50293      Branch: maint-5.6/perl
50294           +> Porting/repository.pod
50295           !> Configure MANIFEST Makefile.SH README.dos README.os2
50296           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
50297           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
50298           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
50299 ____________________________________________________________________________
50300 [  8169] By: gsar                                  on 2000/12/18  02:33:34
50301         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
50302              7435..7441,7445 from mainline
50303              
50304              Make the UTF-8 decoding stricter and more verbose when
50305              malformation happens.  This involved adding an argument
50306              to utf8_to_uv_chk(), which involved changing its prototype,
50307              and prefer STRLEN over I32 for the UTF-8 length, which as
50308              a domino effect necessitated changing the prototypes of
50309              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
50310              The stricter UTF-8 decoding checking uses Markus Kuhn's
50311              UTF-8 Decode Stress Tester from
50312              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
50313              
50314              Run vms/vms_yfix.pl, should have done that after changing
50315              perly.c in #7382.
50316              
50317              Subject: [PATCH 5.7.0] static linking with uninstalled perl
50318              
50319              (Replaced by #7440.)
50320              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50321              
50322              Fix the bug ID 20001024.005, the bug introduced by #7416.
50323              
50324              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
50325              
50326              Fix the bug reported in
50327              From: andreas.koenig@anima.de (Andreas J. Koenig)
50328              Also make is_utf8_char() stricter.
50329              
50330              Missed the header file changes from #7425.
50331              
50332              Check if stdio supports tweaking lval and cnt simultaneously.
50333              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50334              
50335              Stratus VOS updates from Paul Green.
50336              
50337              Podify README.epoc and README.vos.
50338              
50339              Add targets to Makefile.SH, most importantly
50340              'regen_all' which also remembers to update vms/perly*.
50341              
50342              Subject: Minor update to find2perl, for portability
50343              
50344              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
50345              
50346              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
50347              
50348              Rename UTF8LEN() to be UNISKIP(), too confusing to have
50349              UTF8LEN() and UTF8SKIP(). 
50350              
50351              Allow poking holes at the UTF-8 decoding strictness.
50352              
50353              Continue the internal UTF-8 API tweaking.
50354              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
50355              used much more than the simpler API, now called utf8_to_uv_simple().
50356              Still not quite happy with API, too much partial duplication
50357              of functionality.
50358              
50359              A new version of making the syslog test more robust.
50360              (Replaces #7421.)
50361              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50362              
50363              buildtoc target tweaks.
50364              
50365              Integrate with vmsperl #7430 by Charles Bailey:
50366              
50367              Cleanup from prior patch (Charles Lane?):
50368              - improve handling of MFDs in Basename and Path
50369              - default to no xsubpp line # munging when building debug images
50370      Branch: maint-5.6/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           !> (integrate 67 files)
50374 ____________________________________________________________________________
50375 [  8168] By: gsar                                  on 2000/12/18  02:05:49
50376         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
50377              
50378              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50379              From: Martin Husemann <martin@duskware.de>
50380              
50381              Subject: [PATCH 5.7.0] restore match data on backtracing
50382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50383      Branch: maint-5.6/perl
50384           !> regcomp.c regexec.c t/op/re_tests
50385 ____________________________________________________________________________
50386 [  8167] By: gsar                                  on 2000/12/18  01:55:22
50387         Log: integrate changes#7858,7986 from mainline
50388              
50389              C<foreach my $x ...> in pseudo-fork()ed process may diddle
50390              parent's memory; fix it by keeping track of the actual pad
50391              offset rather than a raw pointer (this change is probably also
50392              relevant to non-ithreads case to avoid fallout from reallocs of
50393              the pad array, but is currently only enabled for the ithreads
50394              case in the interests of minimal disruption to existing "well
50395              tested" code)
50396              
50397              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
50398              due to the notorious GetFileType() bug in Windows 9x, which fstat()
50399              tickles)
50400      Branch: maint-5.6/perl
50401           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
50402           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
50403           !> win32/win32.c win32/win32.h win32/win32sck.c
50404 ____________________________________________________________________________
50405 [  8166] By: gsar                                  on 2000/12/18  01:52:59
50406         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
50407              from mainline (xsubpp and ExtUtils::LibList fixups, various
50408              other small items)
50409              
50410              The generated boot_* headers are wrong.  Pickier compiler,
50411              such as KAI C++ will refuse to compile the resulting perlmain.
50412              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50413              
50414              Various doc oddball characters.
50415              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50416              
50417              Subject: [PATCH] Re: 20001101.003 PDL
50418              
50419              Subject: [PATCH 5.7.0] etags broken again
50420              
50421              Subject: [PATCH 5.7.0] Liblist finally works
50422              
50423              Subject: [PATCH 5.7.0] Liblist returns found libraries
50424              
50425              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
50426              
50427              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
50428              
50429              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50430              OUT keyword nits.
50431              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50432              OUT and IN_OUT documentation.
50433      Branch: maint-5.6/perl
50434           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
50435           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
50436           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
50437           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
50438           !> win32/bin/search.pl
50439 ____________________________________________________________________________
50440 [  8165] By: gsar                                  on 2000/12/18  01:28:45
50441         Log: integrate changes#7533,7563,7611,7623 from mainline (various
50442              malloc.c embellishments)
50443      Branch: maint-5.6/perl
50444           !> malloc.c pod/perldiag.pod
50445 ____________________________________________________________________________
50446 [  8164] By: gsar                                  on 2000/12/18  01:23:33
50447         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
50448              fixups)
50449      Branch: maint-5.6/perl
50450           !> utils/h2xs.PL
50451 ____________________________________________________________________________
50452 [  8163] By: gsar                                  on 2000/12/18  01:17:50
50453         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
50454              fixups)
50455      Branch: maint-5.6/perl
50456           !> Makefile.SH utils/perlbug.PL
50457 ____________________________________________________________________________
50458 [  8162] By: gsar                                  on 2000/12/18  00:25:43
50459         Log: always export Perl_deb() (it is required by re.xs whether
50460              Perl is built with or without -DDEBUGGING)
50461      Branch: maint-5.6/perl
50462            ! makedef.pl
50463 ____________________________________________________________________________
50464 [  8161] By: gsar                                  on 2000/12/18  00:23:38
50465         Log: integrate change#7414 from mainline
50466              
50467              Undo the basename() part of #7412 since the lib/basename
50468              tests would need upgrading too.
50469              
50470              squelch two tests in tr.t that rely on tr/// paranoia change
50471              that's not in 5.6.x
50472      Branch: maint-5.6/perl
50473            ! t/op/tr.t
50474           !> lib/File/Basename.pm
50475 ____________________________________________________________________________
50476 [  8160] By: gsar                                  on 2000/12/18  00:05:30
50477         Log: missing change in previous integrate
50478      Branch: maint-5.6/perl
50479           !> README.aix
50480 ____________________________________________________________________________
50481 [  8159] By: gsar                                  on 2000/12/18  00:03:38
50482         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
50483              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
50484              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
50485              7410..7413 from mainline
50486              
50487              Introduce the man[24-8] variables, from Andy Dougherty.
50488              
50489              Upgrade to CPAN 1.58, from Andreas König.
50490              
50491              An updated EBCDIC tr patch.
50492              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
50493              
50494              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
50495              
50496              Two thirds of
50497              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50498              The Install.pm changes will be submitted separately because
50499              they need some work and discussion still.
50500              
50501              The Install.pm third of
50502              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50503              
50504              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
50505              
50506              Subject: [PATCH 5.7.0] IVs in mtats
50507              
50508              Subject: [PATCH 5.7.0] Perl API for mstats
50509              
50510              Ilya implemented the memory profiling API.
50511              
50512              In Amdahl UTS "struct sv" is defined by a system header,
50513              <ksync.h>.
50514              
50515              Slight tweak of the code to appease Amdahl UTS cc.
50516              
50517              Amdahl UTS doesn't seem to do dynaloading.
50518              
50519              Use UTF8SKIP(), from Simon Cozens.
50520              
50521              Thinko in #7222.
50522              
50523              op/sprintf.t patch for OS/390 (and any other host with limited
50524              floating-point exponent length)
50525              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
50526              
50527              Tweak #7225.
50528              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
50529              
50530              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
50531              
50532              Needs to be conditional on SunOS 4.
50533              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
50534              
50535              Test cases for bug id 20000323.056 (the bug seems to be fixed).
50536              
50537              Add test for bug id 20000427.003 (which seems to have
50538              been fixed) (also duplicate as 20000427.004, though
50539              with a higher severity).  Move one utf8 from op/append
50540              to pragma/utf8, tag the tests with bug ids.
50541              
50542              Document FNCASE=y as discussed in the bug 20000902.009.
50543              
50544              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
50545              The problem was that rx->minlen was in chars while pp_split()
50546              thought it would be in bytes. 
50547              
50548              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
50549              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
50550              
50551              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
50552              
50553              Fix a couple of compiler-noted nits in #7235.
50554              
50555              Tweak the test of #7235.
50556              
50557              One more ~utf8 tweak.
50558              
50559              -w cleanup.
50560              Subject: Re: Problems with bleadperl 
50561              
50562              Subject: small pod patch
50563              
50564              Subject: [PATCH perlguts.pod] Document offset hack
50565              
50566              Add Charles Lane.
50567              
50568              Add the capability to include/exclude branches.
50569              
50570              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
50571              
50572              Detect early whether the std streams have gone bad.
50573              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50574              
50575              More IoTYPE sprinkling.
50576              
50577              Workaround for a sfio bug where the stream error indicator
50578              is not cleared as documented.
50579              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50580              
50581              Clarify documentation on 'use bytes'.
50582              Subject: Re: What does 'use bytes' "mean" ?
50583              
50584              Show the failed remote port, instead of the failing line number.
50585              Subject: [PATCH 5.6.1 Debugger] More diagnostics
50586              
50587              Make Cwd more bulletproof in chrooted environments.
50588              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
50589              
50590              Subject: Pod patch for Devel::Peek
50591              
50592              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
50593              
50594              Borland C fstat() never saw the fd as writable.
50595              Subject: fix for Borland's weak "stat" (perl@7211)
50596              
50597              Missing change from #7362.
50598              
50599              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
50600              
50601              Add the test case for the bug id 20000730.004 which seems
50602              to have been fixed by now.
50603              
50604              Fix of sorts for bug id 20000901.092.  There seems to be no trace
50605              of a 'pmshort' anywhere in the B, so the offending line was simply
50606              removed.
50607              
50608              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
50609              
50610              Subject: PATCH do_print has 2 PerlIO_error()s
50611              
50612              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
50613              
50614              Typo noted by Mark Lutz.
50615              
50616              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
50617              
50618              In the latest compiler builds cccdlflags must not become -fpic,
50619              from Wilfredo Sánchez.
50620              
50621              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
50622              
50623              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
50624              
50625              SOCKS function redefinitions need prototypes, too, otherwise
50626              for example 32 bit versus 64 bit differences cause a lot of
50627              problems.  Part of
50628              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50629              
50630              Portability tweak on #7377.
50631              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
50632              
50633              Don't write double values through long double pointers,
50634              based on a part of
50635              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50636              
50637              Reëntrancy fix.
50638              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50639              
50640              Make scan_num() reëntrant, as suggested in
50641              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50642              
50643              Fix for ID 20001020.006, concatenating an unset submatch
50644              with utf8 resulted in "Modification of a read-only value".
50645              
50646              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
50647              
50648              The #7383 was right only in the context of the original bug report,
50649              not in more general case.
50650              
50651              Update Changes.
50652              
50653              Testcases for a #7383,#7385 related bug.
50654              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
50655              
50656              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
50657              
50658              Tweak the Is* definitions of Unicode character classes
50659              to better match the official categorizations; embrace
50660              the official categorizations; add the combining marks
50661              as alpha (and -numeric); fix DCinital (a typo and edito)
50662              to be DCmedial.
50663              
50664              Hints tweak from Anton Berezin.
50665              
50666              Subject: installman go-faster stripes
50667              Subject: Re: installman go-faster stripes
50668              
50669              Subject: [ID 20001021.003] updated hints/openbsd.sh
50670              
50671              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
50672              
50673              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50674              
50675              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
50676              
50677              Doc patch.
50678              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
50679              
50680              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
50681              
50682              Subject: Re: [ID 20001021.005] SEGV with regex match 
50683              
50684              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
50685              
50686              The change #7187 was not so good on VMS.
50687              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
50688              
50689              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
50690              
50691              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
50692              
50693              Document PERL_INSTALL_ROOT of #7210.
50694      Branch: maint-5.6/perl
50695           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
50696           +> t/lib/tie-splice.t
50697            - lib/unicode/Is/DCinital.pl
50698           !> (integrate 112 files)
50699 ____________________________________________________________________________
50700 [  8158] By: jhi                                   on 2000/12/17  23:04:24
50701         Log: Subject: [PATCHES] RE: perl@8150 
50702              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
50703              Date: Sun, 17 Dec 2000 21:46:39 +0100
50704              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
50705              
50706              Neither cygwin has a getpwuid() one can trust on.
50707      Branch: perl
50708            ! t/lib/glob-basic.t
50709 ____________________________________________________________________________
50710 [  8157] By: jhi                                   on 2000/12/17  23:01:54
50711         Log: More MAN.PODS => {} fixes.
50712      Branch: perl
50713            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
50714            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
50715            ! os2/OS2/REXX/Makefile.PL
50716 ____________________________________________________________________________
50717 [  8156] By: gsar                                  on 2000/12/17  22:49:13
50718         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
50719              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
50720              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
50721              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
50722              7201,7204 from mainline
50723              
50724              Remove vestiges of tr//CU.
50725              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50726              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50727              
50728              The return value of setlocale must be copied away.
50729              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
50730              
50731              Allow chop() and chomp() to be overridden.
50732              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
50733              
50734              Hints optimization.
50735              Subject: Minor nit
50736              
50737              Subject: [PATCH] de-wall t/README
50738              
50739              Subject: Re: Two advertising clauses need to be removed
50740              
50741              Batch of UTF-8 patches from Simon Cozens.
50742              
50743              Fix for a parsing bug, not for the original bug.
50744              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
50745              
50746              Compilation warnings and an error.
50747              
50748              Subject: File::Find 5.7.0 POD nits
50749              
50750              Subject: [PATCH perl-5.7.0] continued -Wformat support
50751              
50752              The one that got away.
50753              
50754              Subject: Re: perl@7078
50755              
50756              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
50757              convertable to bytes by checking it doesn't go above 0xc3
50758              Subject: Re: perl@7078
50759              
50760              Replace #7084 with
50761              Subject: Re: perl@7078 
50762              
50763              We don't need to count the high bit bytes, a boolean is enough. 
50764              
50765              Subject: [PATCH] utf8.c apidoc
50766              
50767              Subject: Re: perl@7078 
50768              
50769              Botched the #7090 check-in.
50770              
50771              Fix for the charnames.t failures from Spider Boardman.
50772              
50773              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
50774              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
50775              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
50776              0 to checking to get the warning.
50777              
50778              Subject: [PATCH] Nits in perlmod.pod
50779              
50780              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
50781              
50782              Subject: Re: unicode support and perl [ID 20000901.097]
50783              
50784              Subject: Re: unicode support and perl [ID 20000901.097]
50785              
50786              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
50787              
50788              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
50789              
50790              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
50791              
50792              Subject: [PATCH@blead] Fix some recursion in overload.pm
50793              
50794              s/Robin Parker/Robin Barker/
50795              
50796              Subject: [PATCH] Fix aliasing of tied filehandles
50797              
50798              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
50799              
50800              Subject: Re: [PATCH 5.005_64 missed]
50801              
50802              SOCK_DGRAM and listen() do not mix as reported in
50803              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
50804              The patch for 5.7.0+ had to be reengineered, though.
50805              
50806              Subject: DOC PATCH 5.6.0
50807              
50808              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
50809              
50810              Document the issue (is not a syntax error, kind of)
50811              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
50812              
50813              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
50814              Did not apply cleanly, manual intervention was needed.
50815              
50816              Subject: [PATCH] DLL not restartabke with threaded perl
50817              
50818              Inside require() $^S was always left undefined.
50819              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
50820              
50821              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
50822              
50823              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
50824              
50825              Regen headers.
50826              
50827              Subject: [PATCH 5.7.0] Epoc update
50828              
50829              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
50830              as suggested by Olaf Flebbe and Nick Clark.
50831              
50832              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
50833              
50834              Misplaced else.
50835              
50836              Scale down the VMS message boxes, by Charles Lane.
50837              Fix for ID 20000903.009, workaround at
50838              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
50839              
50840              Subject: [ID 20001003.006] B::Debug not -w clean
50841              
50842              Test harness update to sync with the new perlcc,
50843              from Simon Cozens.
50844              
50845              One remaining nit less at the VMS mailbox sizing.
50846              
50847              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
50848              
50849              It is possible to have no hosts database at all.  Pointed out in
50850              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
50851              
50852              Subject: [PATCH 5.7.0] h2xs not working
50853              Subject: [PATCH 5.7.0] h2xs not documenting the created module
50854              
50855              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
50856              
50857              Subject: perlhack.pod Patch for Externals Tools
50858              
50859              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
50860              
50861              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
50862              
50863              Enable disabling scripts installation by Configure -Uinstallscripts,
50864              suggested by H. Merijn Brand.
50865              
50866              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
50867              reported several times by Dominic Dunlop, for example in
50868              ID 20000315.008.  Patch from Dominic.  Patch affects at
50869              least MachTen, and possibly other oldish BSDs. Should not
50870              break non-broken platforms (tested on LinuxPPC). 
50871              
50872              Regen toc.
50873              
50874              Subject: Re: Questions about Tie::Array and perl modules
50875              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
50876              
50877              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
50878              
50879              Tweak #7153.
50880              
50881              IO::Handle->syswrite() did not handle length omission
50882              like CORE::syswrite() does.
50883              Subject: [Fwd] IO::Handle, syswrite and arguments
50884              The original patch from andrew@ugh.net.au.
50885              
50886              Also the $ccflags is needed for the C compiler check.
50887              Subject: Configure (check for C-compiler)
50888              
50889              Eliminate $Is_VMS code from the test.
50890              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
50891              
50892              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
50893              as the first option of cc/ld because of ultrapicky compilers
50894              (e.g. OS/390 R2.5)
50895              
50896              Change the version number of Tie::Handle in the core to 4.0,
50897              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
50898              Subject: Note on Tie::Handle
50899              
50900              UTF8ize split() so that the cloned substrings get the UTF8
50901              flag of the original scalar.  Problem reported by Simon Cozens.
50902              
50903              save_re_context() could reset PL_curcop to freed memory, causing core
50904              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
50905              
50906              Subject: PATCH 5.6 perldebguts grammar cleanup
50907              
50908              Add a todo note about overloadable assertions.
50909              
50910              on Windows, LoadLibrary() could load an extension DLL multiple
50911              times if forward slashes are used in the path
50912              
50913              on Windows, cwd strings in the environment should be of the
50914              form =X:=X:\foo instead of =X=X:\foo\
50915              
50916              on Windows, avoid potential exception (could happen if MSVCRT isn't
50917              being used) when closing a socket handle
50918              
50919              avoid nonportable example code
50920              
50921              Windows9x doesn't support link(), despite what Config.pm
50922              might think
50923              
50924              pod nit
50925              
50926              Change #7160 had a nasty typo.
50927              
50928              Warn about unknown scripts.
50929              Subject: Re: ideas? patches? [PATCH bleadperl]
50930              
50931              on Windows, clean targets might not work under some flavors of the shell
50932              
50933              tweak for change#7173
50934              
50935              Make eq work again with utf8 (disabling the upgrading
50936              should no more be necessary since the copies of the
50937              scalars are upgraded, not the scalars themselves).
50938              Takes care of ID 20001009.001.  (The claimed length()
50939              bug in 20001009.001 seems bogus to me.)
50940              
50941              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
50942              
50943              Upgrade to CGI.pm 2.74, from Lincoln Stein.
50944              
50945              Upgrade to podlators 1.04, from Russ Allbery.
50946              
50947              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
50948              
50949              Quote the temp file name, needed in Win32 because the
50950              default name unfortunately contains spaces, shouldn't
50951              hurt elsewhere.
50952              Subject: FW: perldoc fails if $TEMP contains spaces
50953              
50954              Subject: RE: [ID 19990803.001] README.win32 suggestions 
50955              
50956              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
50957              
50958              Subject: Re: utf8 concat, mg_get
50959              
50960              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
50961              
50962              Subject: [PATCH: perl@7181] op/tr tests on OS/390
50963              
50964              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
50965              
50966              Use the versiononly instead of the installscripts,
50967              retract the changes 7146 and 7147.
50968              
50969              Reapply Andy's patch and regen Configure.
50970              
50971              Add the test case for #7190, from the original bug report
50972              by Andreas König.
50973              
50974              Remove duplicated code.
50975              
50976              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
50977              
50978              restore change#7202
50979      Branch: maint-5.6/perl
50980           !> (integrate 121 files)
50981 ____________________________________________________________________________
50982 [  8155] By: jhi                                   on 2000/12/17  22:30:58
50983         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
50984              From: "Craig A. Berry" <craigberry@mac.com>
50985              Date: Sun, 17 Dec 2000 13:09:28 -0600
50986              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
50987              
50988              MAN.PODS => ' ' is naughty.
50989      Branch: perl
50990            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
50991 ____________________________________________________________________________
50992 [  8154] By: nick                                  on 2000/12/17  22:07:13
50993         Log: MULTIPLICITY nit.
50994      Branch: perl
50995            ! mg.c
50996 ____________________________________________________________________________
50997 [  8153] By: gsar                                  on 2000/12/17  21:23:05
50998         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
50999              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
51000              from mainline
51001              
51002              Document the SvIOK_.*UV().
51003              
51004              Update Unicode todo list.
51005              
51006              Guard against bad string->int conversion for quads.
51007              
51008              Subject: small apidoc fix
51009              
51010              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
51011              
51012              Subject: [PATCH] Tied filehandle documentation
51013              
51014              Subject: [PATCH] Modernize Opcode.pm documentation
51015              
51016              Make Data::Dumper (non-XS) to work with changed semantics of ref().
51017              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
51018              [applied even though said semantics didn't change in 5.6.x]
51019              
51020              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
51021              
51022              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
51023              
51024              Fix the URL, but the server is still missing in action.
51025              Subject: [ID 20000905.002] perlfaq1.pod URL error
51026              
51027              Subject: [ID 20000903.001] \w in utf8-strings
51028              
51029              Fix the ccversion detection for 5.1 and beyond.
51030              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
51031              
51032              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
51033              
51034              Subject: [ID 20000904.008] Tiny fix for perldiag
51035              
51036              Subject: Re: [ID 20000906.004] segfault with bad perl statement
51037              
51038              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
51039              
51040              Subject: [ID 20000908.002] perlipc documentation bug.
51041              
51042              Subject: [PATCH lib/Benchmark.pm]
51043              
51044              Re-allow vec() for characters > 255.
51045              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
51046              
51047              Do away with memory models cruft.  Sorry, PDP users.
51048              
51049              Continue #7041.
51050              
51051              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
51052              
51053              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
51054              
51055              Upgrade to CPAN 1.57_65, from Andreas König.
51056              
51057              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
51058              by Russ Allbery.
51059              
51060              Silence t/pod/*.t about alternate quote-mappings now implemented
51061              by Pod::Text, from Brad Appleton.
51062              
51063              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
51064              Subject: borland C++ win32.c tweak
51065              
51066              C<@a = @b = split(...)> optimization coredumps under ithreads
51067              (missed a spot when fixing up op_pmreplroot hack for ithreads)
51068              
51069              Document the SvUTF8*().
51070              
51071              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
51072              
51073              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
51074              
51075              Do in VMS as the #7054 does.
51076              
51077              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
51078              
51079              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
51080              
51081              Subject: [patch: perl@7045] vms updates
51082              
51083              Test for the #7049.
51084              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
51085              
51086              Break up the myconfig lines a bit.
51087              Subject: perlbug/perl -V output format
51088              
51089              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
51090              
51091              The #7054 truncated Configure badly.
51092              
51093              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
51094              initialization in all the threads on Windows
51095              
51096              Allow for whitespace between "#" and "line" in cpp output.
51097              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
51098              
51099              Remove vestiges of tr//CU.
51100              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
51101              
51102              The return value of setlocale must be copied away.
51103              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
51104              
51105              Allow chop() and chomp() to be overridden.
51106              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
51107              
51108              Hints optimization.
51109              Subject: Minor nit
51110              
51111              Subject: [PATCH] de-wall t/README
51112              
51113              Subject: Re: Two advertising clauses need to be removed
51114      Branch: maint-5.6/perl
51115           !> (integrate 75 files)
51116 ____________________________________________________________________________
51117 [  8152] By: gsar                                  on 2000/12/17  20:30:11
51118         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
51119              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
51120              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
51121              
51122              Don't attach -ld to the archname if pointless.
51123              
51124              Document UNTIE in a very minimalistic way.
51125              
51126              POSIX doesn't report long double values under -Duselongdouble
51127              when the long doubles are "real" (bigger than doubles).
51128              
51129              More author updates.
51130              
51131              Try to deduce NV_MAX.  Really should be Configure fodder.
51132              
51133              :: not allowed in pathnames, change to .
51134              Subject: [PATCH perl@6938] cygwin port
51135              
51136              Forget about NV_MAX (#6951).  Various floating point tweaks,
51137              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
51138              
51139              Move the Solaris 7 scan to use64bitall, make the
51140              failure to find 64-bot sparc libc to mention the
51141              possibility of being in an intel, from Lupe and Alan.
51142              
51143              Regen perltoc.
51144              
51145              AUTHORS tweaks, from Peter Prymmer.
51146              
51147              More address tweaking.
51148              
51149              Small tweaks all over.
51150              
51151              File::Temp patches from Andreas König,
51152              
51153              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
51154              
51155              Subject: CPAN.pm beta 1.57_57 for the core
51156              
51157              Part of the solution.
51158              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
51159              
51160              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
51161              
51162              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
51163              
51164              Add the overload warnings to perldiag.
51165              
51166              Drop unused argument.
51167              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
51168              
51169              Subject: Nit in Configure (bleadperl@6961)
51170              
51171              Update to PodParser 1.18, from Brad Appleton.
51172              
51173              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
51174              
51175              Subject: [PATCH: 6948] add SCNfldbl to configure.com
51176              
51177              Document UNTIE. Also tweak implementation to suppress the 'inner references'
51178              warning when UNTIE exists and instead pass the cound of extra references to
51179              the UNTIE method.
51180              
51181              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
51182              so that case-ignoring systems like DCL can tell them from
51183              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
51184              
51185              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
51186              
51187              Feature ordering tweak.
51188              
51189              Regen perltoc.
51190              
51191              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
51192              
51193              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
51194              
51195              Subject: http:// in L<>
51196              
51197              Detypo.
51198              
51199              change#6791 accidentally clobbered change#6710, put it back
51200              
51201              Only the first line, thank you very much.
51202              
51203              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
51204              plus rework the http: spots as suggested by Tom Christiansen,
51205              plus regen perltoc.
51206              
51207              Undo part of change 6489 which looks like a bulk edit which
51208              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
51209              The supressing of main:: on return from select() is undesirable.
51210              
51211              Apparently avoiding the swapping is too costly.
51212              
51213              Various Configure nits by Philip Newton,
51214              plus the ebcdic one by me.
51215              
51216              Make certain cc is set before trying to run it.
51217              
51218              If overloaded %{} etc. return the object do not loop.
51219              Thus  sub deref { $_[0] } functions if object is wanted type.
51220              
51221              Update perlhist.
51222              
51223              More %{} and other deref special casing - do not pass to 'nomethod'.
51224      Branch: maint-5.6/perl
51225           !> (integrate 59 files)
51226 ____________________________________________________________________________
51227 [  8151] By: gsar                                  on 2000/12/17  19:14:38
51228         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
51229              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
51230              
51231              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
51232              
51233              Make the epsilon to be relative, not absolute.
51234              
51235              Put back the flags dump as reasoned in
51236              Subject: Re: [PATCH] Glob dumping
51237              
51238              Introduce ccname to keep track of what compiler kind of we have.
51239              
51240              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
51241              
51242              Put back the slice accidentally removed by #6907.
51243              
51244              Reset archname and archname64 always, forcing them be
51245              recomputed at each Configure run, make Configure and
51246              the hints files agree on the naming of largefiles variables.
51247              
51248              Don't say "Perl 5.0 source kit".
51249              
51250              Subject: [PATCH] fix misc cast warnings
51251              
51252              Subject: typos in pods
51253              
51254              NVs not necessarily doubles, as pointed out by Yitzchak.
51255              
51256              Subject: [PATCH 6889] add a few ldbl formats to configure.com
51257              
51258              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
51259              
51260              Better options for rsync.
51261              
51262              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
51263              
51264              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
51265              
51266              Subject: [PATCH] Re: UNTIE method 
51267              
51268              A better fix for the Socket building problem from Craig Berry.
51269              
51270              Retract the dummy test, skip the security tests (instead of failing),
51271              explain what the warnings mean.
51272              
51273              Heap decorruption.
51274              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
51275              
51276              Update to Unicode 3.0.1.
51277              
51278              Missed one Unicode file.
51279              
51280              Subject: Re: typos in pods
51281              
51282              The #6929 was too skimpy.
51283              
51284              sscanf() may be the only way to read long doubles from strings.
51285              
51286              Reveal Borland's isnan.
51287              Subject: build with BC++ tweak
51288              
51289              Issue useful diagnostic on unknown pod commands.
51290              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
51291              
51292              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
51293              
51294              Clarify the third case of ftmp-security warnings.
51295              
51296              Make -Dusemorebits find long doubles in Solaris.
51297              
51298              Wrap the test in eval.
51299      Branch: maint-5.6/perl
51300           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
51301           +> lib/unicode/PropList.txt lib/unicode/README.perl
51302           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
51303           +> lib/unicode/Unicode.301 vms/vmspipe.com
51304            - lib/unicode/Props.txt lib/unicode/UCD300.html
51305            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
51306           !> (integrate 305 files)
51307 ____________________________________________________________________________
51308 [  8150] By: jhi                                   on 2000/12/17  18:47:57
51309         Log: Uncheckedin generated files.
51310      Branch: perl
51311            ! global.sym perlapi.c pod/perlapi.pod
51312 ____________________________________________________________________________
51313 [  8149] By: jhi                                   on 2000/12/17  18:41:22
51314         Log: Update Changes.
51315      Branch: perl
51316            ! Changes patchlevel.h
51317 ____________________________________________________________________________
51318 [  8148] By: jhi                                   on 2000/12/17  18:39:16
51319         Log: Subject: [PATCH] Fcntl constants speedup
51320              From: Nicholas Clark <nick@ccl4.org>
51321              Date: Sun, 17 Dec 2000 16:29:24 +0000
51322              Message-ID: <20001217162924.E97668@plum.flirble.org>
51323              
51324              Use IVs for the Fcntl constants instead of NVs.
51325      Branch: perl
51326            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
51327 ____________________________________________________________________________
51328 [  8147] By: jhi                                   on 2000/12/17  18:33:41
51329         Log: Add test for #8145 (binmode() warning), add warning for
51330              ioctl() and sockpair(), document them. (fileno() cannot
51331              be tripwired with the same kind of warning because
51332              'defined fileno($foo)' seems to be an idiom.)
51333      Branch: perl
51334            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
51335 ____________________________________________________________________________
51336 [  8146] By: gsar                                  on 2000/12/17  18:09:08
51337         Log: update Changes
51338      Branch: maint-5.6/perl
51339            ! Changes
51340 ____________________________________________________________________________
51341 [  8145] By: jhi                                   on 2000/12/17  17:39:35
51342         Log: Subject: [PATCH] Re: The long awaited feature ...
51343              From: Simon Cozens <simon@cozens.net>
51344              Date: Sun, 17 Dec 2000 12:31:56 +0000
51345              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
51346              
51347              Add a warning to binmode() about using bad filehandles
51348              (can happen e.g. if someone forgets the filehandle argument)
51349      Branch: perl
51350            ! pp_sys.c
51351 ____________________________________________________________________________
51352 [  8144] By: jhi                                   on 2000/12/17  17:33:48
51353         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
51354              From: Jonathan Stowe <gellyfish@gellyfish.com>
51355              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
51356              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
51357      Branch: perl
51358            ! lib/Net/Ping.pm
51359 ____________________________________________________________________________
51360 [  8143] By: jhi                                   on 2000/12/17  05:31:37
51361         Log: Polymorphic regexps.
51362              
51363              Fixes at least the bugs 20001028.003 (both of them...) and
51364              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
51365              also to be fixed by now, probably already before this patch.
51366      Branch: perl
51367            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
51368            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
51369            ! t/op/utf8decode.t t/pragma/utf8.t
51370 ____________________________________________________________________________
51371 [  8142] By: jhi                                   on 2000/12/16  17:16:05
51372         Log: Subject: [patch perl@8102] dos/djgpp update
51373              From: Laszlo Molnar <ml1050@freemail.hu>
51374              Date: Sat, 16 Dec 2000 01:40:52 +0100
51375              Message-ID: <20001216014052.A335@freemail.hu>
51376      Branch: perl
51377            ! djgpp/config.over t/base/commonsense.t
51378 ____________________________________________________________________________
51379 [  8141] By: jhi                                   on 2000/12/16  17:09:27
51380         Log: Few uncheckedin files.
51381      Branch: perl
51382            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
51383 ____________________________________________________________________________
51384 [  8140] By: nick                                  on 2000/12/15  22:14:31
51385         Log: Integrate mainline
51386      Branch: perlio
51387           !> (integrate 53 files)
51388 ____________________________________________________________________________
51389 [  8139] By: jhi                                   on 2000/12/15  19:49:49
51390         Log: One more IVUV tweak from Nicholas Clark.
51391      Branch: perl
51392            ! sv.c
51393 ____________________________________________________________________________
51394 [  8138] By: jhi                                   on 2000/12/15  19:17:06
51395         Log: Return of the IVUV-preservation, now seems to be happy even
51396              in Digital UNIX (the broken strtoul brokenness detection
51397              seems to have been the fly in the ointment).
51398      Branch: perl
51399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51400            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
51401            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
51402            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
51403            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51404            ! vos/config.ga.h win32/config.bc win32/config.gc
51405            ! win32/config.vc
51406 ____________________________________________________________________________
51407 [  8137] By: jhi                                   on 2000/12/15  18:12:14
51408         Log: Metaconfig unit change for #8136.
51409      Branch: metaconfig
51410            ! U/modified/d_strtoul.U
51411      Branch: metaconfig/U/perl
51412            ! d_strtoull.U d_strtouq.U
51413 ____________________________________________________________________________
51414 [  8136] By: jhi                                   on 2000/12/15  18:11:35
51415         Log: I don't think it's sensible or portable to test the strtou*
51416              on /^-/ strings.
51417      Branch: perl
51418            ! Configure
51419 ____________________________________________________________________________
51420 [  8135] By: jhi                                   on 2000/12/15  17:18:49
51421         Log: Metaconfig unit change for #8134.
51422      Branch: metaconfig
51423            ! U/modified/d_strtoul.U
51424 ____________________________________________________________________________
51425 [  8134] By: jhi                                   on 2000/12/15  17:14:13
51426         Log: If longsize is 8 we don't need a LL suffix for integer constants.
51427      Branch: perl
51428            ! Configure config_h.SH
51429 ____________________________________________________________________________
51430 [  8133] By: jhi                                   on 2000/12/15  16:00:23
51431         Log: Update Changes.
51432      Branch: perl
51433            ! Changes patchlevel.h
51434 ____________________________________________________________________________
51435 [  8132] By: jhi                                   on 2000/12/15  15:44:16
51436         Log: Some compilers get huffy if you do not cast a const pointer
51437              to a non-const when assigning.
51438      Branch: perl
51439            ! gv.c
51440 ____________________________________________________________________________
51441 [  8131] By: jhi                                   on 2000/12/15  15:38:30
51442         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
51443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51444              Date: Fri, 15 Dec 2000 05:26:57 -0500
51445              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
51446      Branch: perl
51447            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
51448            ! t/pragma/overload.t
51449 ____________________________________________________________________________
51450 [  8130] By: jhi                                   on 2000/12/15  15:36:08
51451         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
51452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51453              Date: Thu, 14 Dec 2000 22:02:43 -0500
51454              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
51455      Branch: perl
51456            ! gv.c perl.h
51457 ____________________________________________________________________________
51458 [  8129] By: jhi                                   on 2000/12/15  15:34:16
51459         Log: Subject: PATCH: h2xs nit
51460              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51461              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
51462              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
51463              
51464              Add a template README.
51465      Branch: perl
51466            ! utils/h2xs.PL
51467 ____________________________________________________________________________
51468 [  8128] By: jhi                                   on 2000/12/15  15:32:22
51469         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
51470      Branch: perl
51471            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
51472 ____________________________________________________________________________
51473 [  8127] By: jhi                                   on 2000/12/15  15:19:34
51474         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
51475              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51476              Date:     Thu, 14 Dec 2000 20:04:42 EST
51477              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
51478      Branch: perl
51479            ! ext/Opcode/Opcode.xs
51480 ____________________________________________________________________________
51481 [  8126] By: jhi                                   on 2000/12/15  15:17:49
51482         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
51483              From: Peter Prymmer <pvhp@forte.com>
51484              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
51485              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
51486      Branch: perl
51487            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
51488            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
51489            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
51490 ____________________________________________________________________________
51491 [  8125] By: jhi                                   on 2000/12/15  15:11:05
51492         Log: This seems to be a stage sane and stable enough to checkin.
51493              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
51494      Branch: perl
51495            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
51496            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
51497            ! t/op/cmp.t t/op/numconvert.t
51498 ____________________________________________________________________________
51499 [  8124] By: jhi                                   on 2000/12/15  04:20:26
51500         Log: Something is really wonky.
51501      Branch: perl
51502            ! sv.c
51503 ____________________________________________________________________________
51504 [  8123] By: jhi                                   on 2000/12/15  04:00:50
51505         Log: Fixes for the IV UV patches to compile in Digital UNIX.
51506      Branch: perl
51507            ! sv.c
51508 ____________________________________________________________________________
51509 [  8122] By: jhi                                   on 2000/12/15  02:53:40
51510         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
51511              From: "Craig A. Berry" <craigberry@mac.com>
51512              Date: Thu, 14 Dec 2000 19:10:49 -0600
51513              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
51514      Branch: perl
51515            ! vms/vms.c
51516 ____________________________________________________________________________
51517 [  8121] By: jhi                                   on 2000/12/15  02:50:00
51518         Log: Metaconfig changes for #8120.
51519      Branch: metaconfig
51520            + U/modified/d_strtoul.U
51521      Branch: metaconfig/U/perl
51522            ! d_strtoull.U d_strtouq.U
51523 ____________________________________________________________________________
51524 [  8120] By: jhi                                   on 2000/12/15  02:49:42
51525         Log: From: Nicholas Clark <nick@ccl4.org> 
51526              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
51527              Date: Thu, 14 Dec 2000 18:38:57 +0000
51528              Message-ID: <20001214183857.B97909@plum.flirble.org>
51529      Branch: perl
51530            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51531            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
51532            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51533            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51534            ! win32/config.gc win32/config.vc
51535 ____________________________________________________________________________
51536 [  8119] By: jhi                                   on 2000/12/14  23:40:58
51537         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
51538              From: Nicholas Clark <nick@ccl4.org>
51539              Date: Wed, 13 Dec 2000 20:08:50 +0000
51540              Message-ID: <20001213200849.B71166@plum.flirble.org>
51541      Branch: perl
51542            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
51543            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
51544 ____________________________________________________________________________
51545 [  8118] By: jhi                                   on 2000/12/14  22:46:26
51546         Log: Integrate perlio.
51547      Branch: perl
51548           !> MANIFEST ext/Encode/compile makedef.pl
51549 ____________________________________________________________________________
51550 [  8117] By: nick                                  on 2000/12/14  22:38:53
51551         Log: Win32 tweaks to get Encode to build
51552              - temp hack to makedef.pl till PerlIO is properly "exported".
51553              - MSVC dislikes  
51554              static encpage_t foo[];
51555              so make 'em extern for now.
51556      Branch: perlio
51557            ! ext/Encode/compile makedef.pl
51558 ____________________________________________________________________________
51559 [  8116] By: nick                                  on 2000/12/14  22:00:53
51560         Log: Document the new files
51561      Branch: perlio
51562            ! MANIFEST
51563 ____________________________________________________________________________
51564 [  8115] By: jhi                                   on 2000/12/14  21:58:01
51565         Log: MANIFEST new files of #8114.
51566      Branch: perl
51567            ! MANIFEST
51568 ____________________________________________________________________________
51569 [  8114] By: jhi                                   on 2000/12/14  21:50:49
51570         Log: Integrate perlio.
51571      Branch: perl
51572           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
51573           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
51574           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
51575           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
51576           !> ext/Encode/Makefile.PL
51577 ____________________________________________________________________________
51578 [  8113] By: jhi                                   on 2000/12/14  21:48:49
51579         Log: The documentation part of the
51580              
51581              Subject: [ID 20001214.002] Net::Ping patch
51582              From: Jonathan Stowe <gellyfish@gellyfish.com>
51583              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
51584              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
51585              since the #7529 had already addressed the same problem.
51586      Branch: perl
51587            ! lib/Net/Ping.pm
51588 ____________________________________________________________________________
51589 [  8112] By: jhi                                   on 2000/12/14  21:42:57
51590         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
51591              From: Dominic Dunlop <domo@computer.org>
51592              Date: Tue, 12 Dec 2000 10:47:10 +0100
51593              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
51594              
51595              Document how elusive subroutines can be.
51596      Branch: perl
51597            ! pod/perlfunc.pod
51598 ____________________________________________________________________________
51599 [  8111] By: jhi                                   on 2000/12/14  21:38:05
51600         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
51601              From: Dominic Dunlop <domo@computer.org>
51602              Date: Thu, 14 Dec 2000 10:13:51 +0100
51603              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
51604      Branch: perl
51605            ! ext/POSIX/POSIX.pod
51606 ____________________________________________________________________________
51607 [  8110] By: jhi                                   on 2000/12/14  21:36:32
51608         Log: Subject: [patch] perlfaq7
51609              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
51610              Date: Thu, 14 Dec 2000 15:31:07 +0100
51611              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
51612      Branch: perl
51613            ! pod/perlfaq7.pod
51614 ____________________________________________________________________________
51615 [  8109] By: jhi                                   on 2000/12/14  21:29:20
51616         Log: Subject: [8104] Encode
51617              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51618              Date: Thu, 14 Dec 2000 14:49:34 +0100
51619              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
51620              
51621              Type casting for nervous compilers.
51622      Branch: perl
51623            ! ext/Encode/Encode.xs
51624 ____________________________________________________________________________
51625 [  8108] By: jhi                                   on 2000/12/14  21:26:17
51626         Log: Subject: [8104] DB_File
51627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51628              Date: Thu, 14 Dec 2000 14:49:35 +0100
51629              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
51630              
51631              Type definition incorrect for DB 2.7.7.  Not known when it
51632              changed, so only changed it for a known revision.
51633      Branch: perl
51634            ! ext/DB_File/DB_File.xs
51635 ____________________________________________________________________________
51636 [  8107] By: jhi                                   on 2000/12/14  21:23:41
51637         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
51638              From: Peter Prymmer <pvhp@forte.com>
51639              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
51640              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
51641              
51642              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
51643      Branch: perl
51644            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51645            ! ext/Encode/Encode/posix-bc.enc
51646 ____________________________________________________________________________
51647 [  8106] By: nick                                  on 2000/12/14  20:36:13
51648         Log: "Cold" build correction to Encode's Makefile.PL
51649      Branch: perlio
51650            ! ext/Encode/Makefile.PL
51651 ____________________________________________________________________________
51652 [  8105] By: nick                                  on 2000/12/14  20:09:37
51653         Log: "Compiled" encodings.
51654              Correct replacement character in EBCDIC .enc files
51655              Add 0x7F to ASCII repertoire.
51656      Branch: perlio
51657            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
51658            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
51659            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
51660            ! ext/Encode/Makefile.PL ext/Encode/compile
51661            ! ext/Encode/encengine.c ext/Encode/encode.h
51662 ____________________________________________________________________________
51663 [  8104] By: nick                                  on 2000/12/14  00:38:20
51664         Log: Integrate mainline
51665      Branch: perlio
51666           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
51667           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
51668           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
51669           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
51670           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
51671           !> t/lib/db-hash.t t/lib/db-recno.t
51672 ____________________________________________________________________________
51673 [  8103] By: nick                                  on 2000/12/13  23:16:13
51674         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
51675              so far and so it does not get lost.
51676      Branch: perlio
51677            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
51678 ____________________________________________________________________________
51679 [  8102] By: jhi                                   on 2000/12/13  17:14:22
51680         Log: Update Changes.
51681      Branch: perl
51682            ! Changes patchlevel.h
51683 ____________________________________________________________________________
51684 [  8101] By: jhi                                   on 2000/12/13  16:53:41
51685         Log: Move the proto of start_glob() to a better place; regen api files.
51686      Branch: perl
51687            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
51688 ____________________________________________________________________________
51689 [  8100] By: jhi                                   on 2000/12/13  16:47:11
51690         Log: Metaconfig change for #8099.
51691      Branch: metaconfig
51692            ! U/modified/Head.U
51693 ____________________________________________________________________________
51694 [  8099] By: jhi                                   on 2000/12/13  16:46:48
51695         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
51696              From: Andy Dougherty <doughera@lafayette.edu>
51697              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
51698              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
51699      Branch: perl
51700            ! Configure
51701 ____________________________________________________________________________
51702 [  8098] By: jhi                                   on 2000/12/13  16:39:02
51703         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
51704              From: rspier@pobox.com (Robert Spier)
51705              Date: Tue, 12 Dec 2000 21:12:39 -0500
51706              Message-ID: <14902.56087.678086.725773@rls.cx>
51707              
51708              fastgetcwd is defined using a glob alias on a $^O dependent basis -
51709              and there was no default assignment or perl subroutine.
51710      Branch: perl
51711            ! lib/Cwd.pm
51712 ____________________________________________________________________________
51713 [  8097] By: jhi                                   on 2000/12/13  16:16:01
51714         Log: Subject: [PATCH] move startglob out of pp_hot.c
51715              From: Nicholas Clark <nick@ccl4.org>
51716              Date: Mon, 11 Dec 2000 23:16:39 +0000
51717              Message-ID: <20001211231638.A55550@plum.flirble.org>
51718      Branch: perl
51719            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
51720 ____________________________________________________________________________
51721 [  8096] By: jhi                                   on 2000/12/13  15:26:23
51722         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
51723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51724              Date: Wed, 13 Dec 2000 14:01:37 +0100
51725              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
51726              
51727              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
51728              in turn requires libpthread in libswanted.
51729      Branch: perl
51730            ! hints/hpux.sh
51731 ____________________________________________________________________________
51732 [  8095] By: jhi                                   on 2000/12/12  19:51:05
51733         Log: The integration wars continue.
51734      Branch: perl
51735           !> sv.c
51736 ____________________________________________________________________________
51737 [  8094] By: jhi                                   on 2000/12/12  19:48:26
51738         Log: Subject: [PATCH perl@8070] DB_File-1.74  
51739              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
51740              Date: Mon, 11 Dec 2000 23:07:17 -0000
51741              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
51742      Branch: perl
51743            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51744            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
51745            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
51746            ! t/lib/db-recno.t
51747 ____________________________________________________________________________
51748 [  8093] By: nick                                  on 2000/12/12  19:42:13
51749         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
51750      Branch: perlio
51751            ! sv.c
51752           !> lib/File/DosGlob.pm
51753 ____________________________________________________________________________
51754 [  8092] By: jhi                                   on 2000/12/12  19:28:11
51755         Log: Integrate perlio.
51756      Branch: perl
51757           !> sv.c
51758 ____________________________________________________________________________
51759 [  8091] By: nick                                  on 2000/12/12  18:49:45
51760         Log: Fix for Tk, and upgrading shared SVs.
51761      Branch: perlio
51762            ! sv.c
51763 ____________________________________________________________________________
51764 [  8090] By: jhi                                   on 2000/12/12  16:48:59
51765         Log: Subject: [PATCH] Re: Breadperl & Tk
51766              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51767              Date: Tue, 12 Dec 2000 14:48:27 GMT
51768              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
51769      Branch: perl
51770            ! sv.c
51771 ____________________________________________________________________________
51772 [  8089] By: jhi                                   on 2000/12/12  03:37:19
51773         Log: Subject: DosGlob.pm diff for bash style brace expansion.
51774              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
51775              Date: Fri, 8 Dec 2000 10:45:30 -0600
51776              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
51777      Branch: perl
51778            ! lib/File/DosGlob.pm
51779 ____________________________________________________________________________
51780 [  8088] By: nick                                  on 2000/12/11  23:59:59
51781         Log: Integrate mainline
51782      Branch: perlio
51783           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
51784           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
51785           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
51786           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
51787           !> t/op/local.t t/pragma/warn/toke toke.c
51788 ____________________________________________________________________________
51789 [  8087] By: jhi                                   on 2000/12/11  23:20:23
51790         Log: Integrate perlio.
51791      Branch: perl
51792           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
51793 ____________________________________________________________________________
51794 [  8086] By: jhi                                   on 2000/12/11  22:50:59
51795         Log: Tune further the OS detection of CGI.
51796      Branch: perl
51797            ! lib/CGI.pm
51798 ____________________________________________________________________________
51799 [  8085] By: nick                                  on 2000/12/11  22:50:46
51800         Log: Finish 1st pass of "encoding" layer e.g. :
51801              open($fh,"<encoding(iso8859-7)",$greek) || die;
51802      Branch: perlio
51803            ! ext/Encode/Encode.xs perlio.c perliol.h
51804 ____________________________________________________________________________
51805 [  8084] By: jhi                                   on 2000/12/11  22:32:06
51806         Log: Revert the -f ambiguousity patch, seems to cause
51807              too much hassle (the interpret -Q as a function
51808              where Q is not a known filetest part is left in).
51809      Branch: perl
51810            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
51811            ! toke.c
51812 ____________________________________________________________________________
51813 [  8083] By: jhi                                   on 2000/12/11  22:27:23
51814         Log: (accidentally empty check-in)
51815      Branch: perl
51816            ! lib/File/DosGlob.pm
51817 ____________________________________________________________________________
51818 [  8082] By: nick                                  on 2000/12/11  19:09:51
51819         Log: Restore mmap function (broken by tweaks to shared buffer
51820              layer for encode(xxxx)).
51821      Branch: perlio
51822            ! perlio.c
51823 ____________________________________________________________________________
51824 [  8081] By: jhi                                   on 2000/12/11  18:29:13
51825         Log: Subject: Re: The long awaited feature ...
51826              From: Simon Cozens <simon@cozens.net>
51827              Date: Mon, 11 Dec 2000 15:54:24 +0000
51828              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
51829              
51830              More io/utf8 tests.
51831      Branch: perl
51832            ! t/io/utf8.t
51833 ____________________________________________________________________________
51834 [  8080] By: jhi                                   on 2000/12/11  18:19:36
51835         Log: Subject: PATCH MakeMaker manpage clarification
51836              From: andreas.koenig@anima.de (Andreas J. Koenig)
51837              Date: 10 Dec 2000 20:46:13 +0100
51838              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
51839      Branch: perl
51840            ! lib/ExtUtils/MakeMaker.pm
51841 ____________________________________________________________________________
51842 [  8079] By: jhi                                   on 2000/12/11  15:35:07
51843         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
51844              From: Simon Cozens <simon@cozens.net>
51845              Date: Sun, 10 Dec 2000 19:06:19 +0000
51846              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
51847      Branch: perl
51848            ! ext/B/B/Deparse.pm t/lib/b.t
51849 ____________________________________________________________________________
51850 [  8078] By: jhi                                   on 2000/12/11  15:09:11
51851         Log: Subject: [PATCH] docs on NaN
51852              From: Nicholas Clark <nick@ccl4.org>
51853              Date: Mon, 11 Dec 2000 01:48:38 +0000
51854              Message-ID: <20001211014838.B99205@plum.flirble.org>
51855      Branch: perl
51856            ! pod/perlop.pod
51857 ____________________________________________________________________________
51858 [  8077] By: jhi                                   on 2000/12/11  15:02:21
51859         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
51860              From: Simon Cozens <simon@cozens.net>
51861              Date: Mon, 11 Dec 2000 01:21:45 +0000
51862              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
51863      Branch: perl
51864            ! pp.c pp_hot.c scope.c t/op/local.t
51865 ____________________________________________________________________________
51866 [  8076] By: nick                                  on 2000/12/10  20:43:32
51867         Log: Not merge worthy...
51868              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
51869              syntax is modelled on attributes.
51870              Untested fix for io/utf8 on Win32 etc.
51871              Very clumsy start to the encode layer.
51872      Branch: perlio
51873            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
51874 ____________________________________________________________________________
51875 [  8075] By: jhi                                   on 2000/12/10  18:39:33
51876         Log: Darwin is not Windows.
51877      Branch: perl
51878            ! lib/CGI.pm
51879 ____________________________________________________________________________
51880 [  8074] By: jhi                                   on 2000/12/10  18:31:27
51881         Log: Subject: Ambiguous -%c() resolved as a file test
51882              From: "Paul Marquess" <Paul.Marquess@openwave.com>
51883              Date: Sun, 10 Dec 2000 15:35:07 -0000
51884              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
51885      Branch: perl
51886            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
51887 ____________________________________________________________________________
51888 [  8073] By: jhi                                   on 2000/12/10  18:16:29
51889         Log: Subject: PATCH installperl misinformed 
51890              From: andreas.koenig@anima.de (Andreas J. Koenig)
51891              Date: 10 Dec 2000 13:01:32 +0100 
51892              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
51893      Branch: perl
51894            ! installperl
51895 ____________________________________________________________________________
51896 [  8072] By: jhi                                   on 2000/12/10  18:07:55
51897         Log: The walkoptree confusion rages; walkoptree() seems to be coming
51898              from B.xs, while walkoptree_slow() comes from B.pm.
51899      Branch: perl
51900            ! ext/B/B.pm
51901 ____________________________________________________________________________
51902 [  8071] By: nick                                  on 2000/12/10  11:45:47
51903         Log: Integrate mainline
51904      Branch: perlio
51905           +> t/base/commonsense.t
51906           !> (integrate 37 files)
51907 ____________________________________________________________________________
51908 [  8070] By: jhi                                   on 2000/12/10  04:46:21
51909         Log: Update Changes.
51910      Branch: perl
51911            ! Changes patchlevel.h
51912 ____________________________________________________________________________
51913 [  8069] By: jhi                                   on 2000/12/10  04:39:19
51914         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
51915              From: andreas.koenig@anima.de (Andreas J. Koenig)
51916              Date: 09 Dec 2000 17:14:25 +0100
51917              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
51918      Branch: perl
51919            + t/base/commonsense.t
51920            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
51921 ____________________________________________________________________________
51922 [  8068] By: jhi                                   on 2000/12/10  04:17:36
51923         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
51924              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51925              Date: Sat, 9 Dec 2000 16:47:22 -0000
51926              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
51927      Branch: perl
51928            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
51929            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
51930            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
51931            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
51932            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
51933            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
51934            ! t/lib/sdbm.t
51935 ____________________________________________________________________________
51936 [  8067] By: jhi                                   on 2000/12/10  03:52:02
51937         Log: Test case for #8066.
51938      Branch: perl
51939            ! t/op/misc.t
51940 ____________________________________________________________________________
51941 [  8066] By: jhi                                   on 2000/12/10  03:50:30
51942         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
51943              From: Simon Cozens <simon@cozens.net>
51944              Date: Sun, 10 Dec 2000 00:55:37 +0000
51945              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
51946      Branch: perl
51947            ! pp_sys.c
51948 ____________________________________________________________________________
51949 [  8065] By: jhi                                   on 2000/12/10  03:44:52
51950         Log: Test case for #8064.
51951      Branch: perl
51952            ! t/comp/proto.t
51953 ____________________________________________________________________________
51954 [  8064] By: jhi                                   on 2000/12/10  03:42:32
51955         Log: Subject: Re: prototype of substr
51956              From: Simon Cozens <simon@cozens.net>
51957              Date: Sun, 10 Dec 2000 00:13:33 +0000
51958              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
51959              
51960              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
51961              In other words, make the returned prototypes for any function
51962              stop prepending the ';' optionality marker after the first one.
51963              If they start getting optional, all the rest are optional.
51964      Branch: perl
51965            ! pp.c
51966 ____________________________________________________________________________
51967 [  8063] By: jhi                                   on 2000/12/10  03:39:42
51968         Log: Subject: [PATCH] perlguts.pod
51969              From: Simon Cozens <simon@cozens.net>
51970              Date: Sun, 10 Dec 2000 00:06:47 +0000
51971              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
51972              
51973              Documentation of the different types of ops,
51974              plus the functions in dump.c
51975      Branch: perl
51976            ! pod/perlguts.pod
51977 ____________________________________________________________________________
51978 [  8062] By: jhi                                   on 2000/12/10  03:30:04
51979         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
51980              From: Nicholas Clark <nick@talking.bollo.cx>
51981              Date: Sat, 09 Dec 2000 18:57:25 +0000
51982              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
51983              
51984              Be more robust in weird hostname setups.
51985      Branch: perl
51986            ! t/lib/net-hostent.t
51987 ____________________________________________________________________________
51988 [  8061] By: jhi                                   on 2000/12/10  03:28:21
51989         Log: Pacify fussy compiler. 
51990      Branch: perl
51991            ! pp_sys.c
51992 ____________________________________________________________________________
51993 [  8060] By: jhi                                   on 2000/12/10  02:52:46
51994         Log: Integrate perlio.
51995      Branch: perl
51996           !> pp_sys.c t/io/utf8.t
51997 ____________________________________________________________________________
51998 [  8059] By: nick                                  on 2000/12/09  23:40:14
51999         Log: read/sysread/recv should now be utf8 aware.
52000              Basic test for utf8 read.
52001      Branch: perlio
52002            ! pp_sys.c t/io/utf8.t
52003 ____________________________________________________________________________
52004 [  8058] By: jhi                                   on 2000/12/09  21:56:02
52005         Log: Integrate perlio.
52006      Branch: perl
52007           +> t/io/utf8.t
52008           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
52009 ____________________________________________________________________________
52010 [  8057] By: jhi                                   on 2000/12/09  21:53:35
52011         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
52012              From: Inaba Hiroto <inaba@st.rim.or.jp>
52013              Date: Sun, 10 Dec 2000 05:53:21 +0900
52014              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
52015              
52016              Tests for #8056.
52017      Branch: perl
52018            ! t/op/each.t
52019 ____________________________________________________________________________
52020 [  8056] By: jhi                                   on 2000/12/09  21:51:16
52021         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
52022              From: Inaba Hiroto <inaba@st.rim.or.jp>
52023              Date: Sat, 09 Dec 2000 18:02:00 +0900
52024              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
52025              
52026              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
52027      Branch: perl
52028            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
52029 ____________________________________________________________________________
52030 [  8055] By: nick                                  on 2000/12/09  20:11:48
52031         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
52032              than raw PerlIO_write() - does not seem to break any tests.
52033      Branch: perlio
52034            ! pp_sys.c
52035 ____________________________________________________________________________
52036 [  8054] By: nick                                  on 2000/12/09  19:47:30
52037         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
52038              (sysread, recv and write i.e. formats still to do...)
52039              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
52040              open($fh,">:utf8","name")
52041              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
52042              so no extra overhead is involved.
52043              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
52044              to a non-utf8 stream.
52045              Add initial io/utf8.t
52046              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
52047              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
52048              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
52049      Branch: perlio
52050            + t/io/utf8.t
52051            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
52052 ____________________________________________________________________________
52053 [  8053] By: nick                                  on 2000/12/09  19:26:37
52054         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
52055              was only testing this_utf8.
52056      Branch: perlio
52057            ! toke.c
52058 ____________________________________________________________________________
52059 [  8052] By: nick                                  on 2000/12/09  19:09:41
52060         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
52061              i.e. the output string has one, but don't mess with source assumption.
52062      Branch: perlio
52063            ! toke.c
52064 ____________________________________________________________________________
52065 [  8051] By: jhi                                   on 2000/12/09  16:55:17
52066         Log: Integrate perlio.
52067      Branch: perl
52068           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
52069           !> sv.c thrdvar.h util.c
52070 ____________________________________________________________________________
52071 [  8050] By: jhi                                   on 2000/12/09  16:48:07
52072         Log: Nits noticed by Peter Prymmer.
52073      Branch: perl
52074            ! lib/ExtUtils/MM_VMS.pm
52075 ____________________________________________________________________________
52076 [  8049] By: nick                                  on 2000/12/09  13:49:40
52077         Log: UTF8 output prework.
52078              - Store $\ and $, as SVs so they can have SvUTF8 flag
52079              - use do_print() rather than raw PerlIO_write() to print them.
52080      Branch: perlio
52081            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
52082            ! thrdvar.h util.c
52083 ____________________________________________________________________________
52084 [  8048] By: nick                                  on 2000/12/09  12:30:43
52085         Log: Integrate mainline.
52086      Branch: perlio
52087           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
52088           +> t/op/reverse.t
52089           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
52090           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
52091           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
52092           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
52093           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
52094           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
52095 ____________________________________________________________________________
52096 [  8047] By: jhi                                   on 2000/12/09  00:23:27
52097         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
52098              From: Michael G Schwern <schwern@pobox.com>
52099              Date: Fri, 8 Dec 2000 14:43:04 -0600
52100      Branch: perl
52101            ! lib/ExtUtils/MM_VMS.pm
52102 ____________________________________________________________________________
52103 [  8046] By: jhi                                   on 2000/12/08  23:10:27
52104         Log: A missed check-in.
52105      Branch: perl
52106            ! lib/ExtUtils/Manifest.pm
52107 ____________________________________________________________________________
52108 [  8045] By: jhi                                   on 2000/12/08  21:57:12
52109         Log: (null check-in)
52110      Branch: perl
52111            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
52112 ____________________________________________________________________________
52113 [  8044] By: jhi                                   on 2000/12/08  21:11:06
52114         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
52115              at the final draft stage.
52116      Branch: perl
52117            + ext/Encode/Encode/iso8859-16.enc
52118            ! MANIFEST
52119 ____________________________________________________________________________
52120 [  8043] By: jhi                                   on 2000/12/08  16:39:04
52121         Log: Update Changes.
52122      Branch: perl
52123            ! Changes patchlevel.h
52124 ____________________________________________________________________________
52125 [  8042] By: jhi                                   on 2000/12/08  16:33:39
52126         Log: Do not return the Unicode replacement character if UTF-8
52127              decoding goes awry, it should be up to the caller to decide.
52128      Branch: perl
52129            ! pod/perlapi.pod utf8.c
52130 ____________________________________________________________________________
52131 [  8041] By: jhi                                   on 2000/12/08  16:22:28
52132         Log: metaconfig maintenance.
52133      Branch: metaconfig
52134            ! U/modified/stdchar.U
52135      Branch: metaconfig/U/perl
52136            + testsyml.U
52137 ____________________________________________________________________________
52138 [  8040] By: jhi                                   on 2000/12/08  16:03:08
52139         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
52140              From: sthoenna@efn.org
52141              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
52142              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
52143      Branch: perl
52144            ! Changes lib/ExtUtils/MM_OS2.pm
52145 ____________________________________________________________________________
52146 [  8039] By: jhi                                   on 2000/12/08  15:57:11
52147         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
52148              From: Simon Cozens <simon@cozens.net>
52149              Date: Fri, 8 Dec 2000 13:33:31 +0000
52150              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
52151              
52152              (The pp_hot part needed a rewrite.)
52153      Branch: perl
52154            ! doop.c pp_hot.c utf8.c
52155 ____________________________________________________________________________
52156 [  8038] By: jhi                                   on 2000/12/08  15:25:08
52157         Log: Subject: djSP
52158              From: Michael Stevens <michael@etla.org>
52159              Date: Wed, 6 Dec 2000 23:24:01 +0000
52160              Message-ID: <20001206232400.A21381@firedrake.org>
52161              
52162              Plus a note from Nick Ing-Simmons.
52163      Branch: perl
52164            ! pp.h
52165 ____________________________________________________________________________
52166 [  8037] By: jhi                                   on 2000/12/08  15:18:35
52167         Log: Filetype is text.
52168      Branch: perl
52169            ! t/op/utf8decode.t
52170 ____________________________________________________________________________
52171 [  8036] By: jhi                                   on 2000/12/08  03:31:27
52172         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
52173              From: Andy Dougherty <doughera@lafayette.edu>
52174              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
52175              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
52176              
52177              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
52178              From: Andy Dougherty <doughera@lafayette.edu>
52179              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
52180              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
52181      Branch: perl
52182            + ext/POSIX/hints/svr4.pl
52183            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
52184 ____________________________________________________________________________
52185 [  8035] By: jhi                                   on 2000/12/08  03:26:01
52186         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
52187              From: Andy Dougherty <doughera@lafayette.edu>
52188              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
52189              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
52190      Branch: perl
52191            ! t/README t/base/term.t
52192 ____________________________________________________________________________
52193 [  8034] By: jhi                                   on 2000/12/08  03:21:59
52194         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
52195              From: mjd@plover.com  
52196              Date: 7 Dec 2000 21:04:20 -0000
52197              Message-ID: <20001207210420.22282.qmail@plover.com>
52198              
52199              Plus -z doc.
52200      Branch: perl
52201            ! pod/perlfunc.pod
52202 ____________________________________________________________________________
52203 [  8033] By: jhi                                   on 2000/12/08  03:19:03
52204         Log: Use the UTF8 macros a bit.  They can't be used with abandon
52205              everywhere because we do generate illegal UTF-8 in some situations.
52206              This is of course naughty.
52207      Branch: perl
52208            ! pod/perlapi.pod utf8.c utf8.h
52209 ____________________________________________________________________________
52210 [  8032] By: jhi                                   on 2000/12/08  03:00:09
52211         Log: Out of sync?
52212      Branch: perl
52213            ! t/pragma/warn/utf8
52214 ____________________________________________________________________________
52215 [  8031] By: jhi                                   on 2000/12/08  02:22:39
52216         Log: Cnt spl.
52217      Branch: perl
52218            ! MANIFEST
52219 ____________________________________________________________________________
52220 [  8030] By: jhi                                   on 2000/12/08  01:23:54
52221         Log: Add test for reverse().
52222      Branch: perl
52223            + t/op/reverse.t
52224            ! MANIFEST
52225 ____________________________________________________________________________
52226 [  8029] By: jhi                                   on 2000/12/08  01:21:47
52227         Log: Integrate perlio.
52228      Branch: perl
52229           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
52230           !> perlio.c perlio.h perlsdio.h warnings.pl
52231 ____________________________________________________________________________
52232 [  8028] By: jhi                                   on 2000/12/08  01:19:08
52233         Log: Introduce macros for UTF8 decoding.
52234      Branch: perl
52235            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
52236 ____________________________________________________________________________
52237 [  8027] By: nick                                  on 2000/12/07  22:18:19
52238         Log: Integrate mainline
52239      Branch: perlio
52240           !> embed.pl pod/perlapi.pod utf8.c
52241 ____________________________________________________________________________
52242 [  8026] By: nick                                  on 2000/12/07  21:45:08
52243         Log: Various oddities p4 diff -se showed up
52244              Remove 'our' from warnings.pl
52245      Branch: perlio
52246            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
52247 ____________________________________________________________________________
52248 [  8025] By: nick                                  on 2000/12/07  21:43:32
52249         Log: Change PerlIO_(get|set)pos to take SV *
52250              Should fix, OS/2, VMS, (sfio??)
52251      Branch: perlio
52252            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
52253 ____________________________________________________________________________
52254 [  8024] By: jhi                                   on 2000/12/07  19:05:32
52255         Log: Document utf8_to_uv() better.
52256      Branch: perl
52257            ! pod/perlapi.pod utf8.c
52258 ____________________________________________________________________________
52259 [  8023] By: jhi                                   on 2000/12/07  18:23:47
52260         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
52261      Branch: perl
52262            ! embed.pl pod/perlapi.pod utf8.c
52263 ____________________________________________________________________________
52264 [  8022] By: jhi                                   on 2000/12/07  04:13:51
52265         Log: Integrate perlio.
52266      Branch: perl
52267           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
52268           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
52269           !> win32/makefile.mk
52270 ____________________________________________________________________________
52271 [  8021] By: nick                                  on 2000/12/07  00:28:14
52272         Log: Various attempts at MSVC debug - not sure what has
52273              changed but works now. 
52274              Seems atexit() _may_ work for DLLs built with MSVC so don't
52275              call cleanup that way.
52276      Branch: perlio
52277            ! perlio.c win32/makefile.mk
52278 ____________________________________________________________________________
52279 [  8020] By: nick                                  on 2000/12/06  19:57:20
52280         Log: Integrate mainline
52281      Branch: perlio
52282           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
52283           !> (integrate 75 files)
52284 ____________________________________________________________________________
52285 [  8019] By: nick                                  on 2000/12/06  19:28:21
52286         Log: Add useperlio to config.vc
52287              Turn off binmode in config_H.PL
52288              Regen all the config_H.xx
52289              Attempt to get debugging build with MSVC.
52290      Branch: perlio
52291            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52292            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
52293 ____________________________________________________________________________
52294 [  8018] By: nick                                  on 2000/12/06  19:21:57
52295         Log: Test various dup/external program options on all platforms.
52296      Branch: perlio
52297            ! t/io/dup.t
52298 ____________________________________________________________________________
52299 [  8017] By: nick                                  on 2000/12/06  19:20:47
52300         Log: Fix harness to be less picky
52301      Branch: perlio
52302            ! lib/Test/Harness.pm
52303 ____________________________________________________________________________
52304 [  8016] By: jhi                                   on 2000/12/06  16:45:12
52305         Log: Update Changes.
52306      Branch: perl
52307            ! Changes patchlevel.h
52308 ____________________________________________________________________________
52309 [  8015] By: jhi                                   on 2000/12/06  16:41:03
52310         Log: Test \x{...} with ord().
52311      Branch: perl
52312            ! t/op/ord.t
52313 ____________________________________________________________________________
52314 [  8014] By: jhi                                   on 2000/12/06  16:20:33
52315         Log: Test tweak because of #8013.
52316      Branch: perl
52317            ! t/lib/b.t
52318 ____________________________________________________________________________
52319 [  8013] By: jhi                                   on 2000/12/06  16:09:09
52320         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
52321              From: Michael G Schwern <schwern@pobox.com>
52322              Date: Tue, 5 Dec 2000 21:23:28 -0500
52323              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
52324              
52325              Carp::Heavy parts not very applicable because of recent changes.
52326      Branch: perl
52327            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
52328            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
52329            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
52330            ! lib/Exporter.pm lib/Exporter/Heavy.pm
52331            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
52332            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
52333            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
52334            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
52335            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
52336            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
52337            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
52338            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
52339            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
52340            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
52341            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
52342            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
52343            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
52344            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
52345            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
52346            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
52347            ! warnings.pl
52348 ____________________________________________________________________________
52349 [  8012] By: jhi                                   on 2000/12/06  15:22:38
52350         Log: Subject: [PATCH] Re: New harness is failing things
52351              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52352              Date: Wed, 6 Dec 2000 13:00:30 GMT
52353              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
52354      Branch: perl
52355            ! lib/Test/Harness.pm
52356 ____________________________________________________________________________
52357 [  8011] By: jhi                                   on 2000/12/06  15:12:08
52358         Log: Subject: installhtml changes
52359              From: Michael Stevens <michael@etla.org>
52360              Date: Wed, 6 Dec 2000 13:15:53 +0000
52361              Message-ID: <20001206131553.A27317@firedrake.org>
52362      Branch: perl
52363            ! installhtml
52364 ____________________________________________________________________________
52365 [  8010] By: jhi                                   on 2000/12/06  15:06:05
52366         Log: Subject: the dTHR hits
52367              From: Michael Stevens <michael@etla.org>
52368              Date: Wed, 6 Dec 2000 12:06:03 +0000
52369              Message-ID: <20001206120603.A24581@firedrake.org>
52370              
52371              More, errrm, less dTHRs.
52372      Branch: perl
52373            ! bytecode.pl ext/B/B/C.pm
52374 ____________________________________________________________________________
52375 [  8009] By: jhi                                   on 2000/12/06  15:04:25
52376         Log: Subject: MakeMaker mailing list gone?
52377              From: Michael G Schwern <schwern@pobox.com>
52378              Date: Tue, 5 Dec 2000 19:29:59 -0500
52379              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
52380              
52381              The MakeMaker mailing list is dead, perlbug is the right
52382              address to report bugs.
52383      Branch: perl
52384            ! lib/ExtUtils/MakeMaker.pm
52385 ____________________________________________________________________________
52386 [  8008] By: jhi                                   on 2000/12/06  15:00:32
52387         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
52388              From: Michael G Schwern <schwern@pobox.com>
52389              Date: Tue, 5 Dec 2000 19:21:21 -0500
52390              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
52391              
52392              Add a default MANIFEST skip that ignores things like
52393              version control files, editor temporary files, and the Makefile.
52394      Branch: perl
52395            + lib/ExtUtils/MANIFEST.SKIP
52396            ! MANIFEST lib/ExtUtils/Manifest.pm
52397 ____________________________________________________________________________
52398 [  8007] By: jhi                                   on 2000/12/06  14:57:20
52399         Log: In Amiga more manual hackery of the scripts seems to be needed,
52400              from Jan-Erik Karlsson.  Why Configure does not get this right
52401              is unknown, may be shell-induced.
52402      Branch: perl
52403            ! README.amiga
52404 ____________________________________________________________________________
52405 [  8006] By: jhi                                   on 2000/12/05  23:53:12
52406         Log: Add TOPm1s to peek at the second topmost stack item.
52407      Branch: perl
52408            ! pp.h
52409 ____________________________________________________________________________
52410 [  8005] By: jhi                                   on 2000/12/05  23:13:55
52411         Log: Avaunt, you foul UTF-8 tests.
52412      Branch: perl
52413            ! t/op/ver.t t/pragma/utf8.t
52414 ____________________________________________________________________________
52415 [  8004] By: jhi                                   on 2000/12/05  23:09:54
52416         Log: Continue utf8 dispersal. 
52417      Branch: perl
52418            + t/op/concat.t
52419            ! MANIFEST t/pragma/utf8.t
52420 ____________________________________________________________________________
52421 [  8003] By: nick                                  on 2000/12/05  23:02:39
52422         Log: Integrate mainline.
52423      Branch: perlio
52424           +> t/op/length.t t/op/utf8decode.t
52425           !> (integrate 69 files)
52426 ____________________________________________________________________________
52427 [  8002] By: jhi                                   on 2000/12/05  22:59:28
52428         Log: Integrate perlio.
52429      Branch: perl
52430           !> iperlsys.h perl.c perlio.c win32/perllib.c
52431 ____________________________________________________________________________
52432 [  8001] By: nick                                  on 2000/12/05  22:07:52
52433         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
52434              - calloc/free suffer from damage on TerminateThread()
52435              - use PerlMemShared (as originally planned) now fixed
52436              - avoid doing anything important on DLL "detach".
52437      Branch: perlio
52438            ! perl.c perlio.c win32/perllib.c
52439 ____________________________________________________________________________
52440 [  8000] By: nick                                  on 2000/12/05  21:05:09
52441         Log: Fix gross PerlMemShared issue.
52442      Branch: perlio
52443            ! iperlsys.h
52444 ____________________________________________________________________________
52445 [  7999] By: jhi                                   on 2000/12/05  20:46:58
52446         Log: Test for Unicode (UTF-8) hash keys.
52447      Branch: perl
52448            ! t/op/each.t
52449 ____________________________________________________________________________
52450 [  7998] By: jhi                                   on 2000/12/05  20:30:35
52451         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
52452              is now always UTF-8), empty line cosmetics.
52453      Branch: perl
52454            ! t/pragma/utf8.t
52455 ____________________________________________________________________________
52456 [  7997] By: jhi                                   on 2000/12/05  20:15:40
52457         Log: Subject: Re: STRLEN - what?
52458              From: Andy Dougherty <doughera@lafayette.edu>
52459              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
52460              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
52461              
52462              Explain STRLEN.
52463      Branch: perl
52464            ! pod/perlguts.pod
52465 ____________________________________________________________________________
52466 [  7996] By: jhi                                   on 2000/12/05  20:13:34
52467         Log: Split off the UTF-8 decoder tests, make them to check also
52468              the error message.
52469      Branch: perl
52470            + t/op/utf8decode.t
52471            ! MANIFEST t/pragma/utf8.t utf8.c
52472 ____________________________________________________________________________
52473 [  7995] By: jhi                                   on 2000/12/05  16:39:47
52474         Log: Start migrating bits of pragma/utf8 to elsewhere
52475              (since the long term plan is to obsolete 'use utf8').
52476      Branch: perl
52477            + t/op/length.t
52478            ! MANIFEST t/pragma/utf8.t
52479 ____________________________________________________________________________
52480 [  7994] By: jhi                                   on 2000/12/05  16:30:21
52481         Log: Fix a manual edit typo from #7993, fix the message formatting
52482              for Unicode, add few our declarations.
52483      Branch: perl
52484            ! lib/Carp/Heavy.pm
52485 ____________________________________________________________________________
52486 [  7993] By: jhi                                   on 2000/12/05  16:09:15
52487         Log: Subject: Need help with warnings :-(
52488              From: "Ben Tilly" <ben_tilly@hotmail.com>
52489              Date: Tue, 05 Dec 2000 01:35:54 -0500
52490              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
52491              
52492              Subject: UPDATE: Carp/Heavy now passes all tests
52493              From: "Ben Tilly" <ben_tilly@hotmail.com>
52494              Date: Tue, 05 Dec 2000 07:59:41 -0500
52495              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
52496              
52497              The Brave New Carp.
52498      Branch: perl
52499            ! lib/Carp.pm lib/Carp/Heavy.pm
52500 ____________________________________________________________________________
52501 [  7992] By: jhi                                   on 2000/12/05  15:55:08
52502         Log: Subject: [PATCH perl@7979] cygwin port
52503              From: "Eric Fifer" <efifer@dircon.co.uk>
52504              Date: Tue, 5 Dec 2000 14:04:09 -0000
52505              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
52506      Branch: perl
52507            ! t/lib/net-hostent.t
52508 ____________________________________________________________________________
52509 [  7991] By: jhi                                   on 2000/12/05  15:52:34
52510         Log: Subject: Re: [PATCH] The largest hoax of all times?
52511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52512              Date: Tue, 5 Dec 2000 00:40:25 -0500
52513              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
52514              
52515              Subject: Re: [PATCH] The largest hoax of all times?
52516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52517              Date: Mon, 4 Dec 2000 23:55:53 -0500
52518              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
52519              
52520              Subject: Re: [PATCH] The largest hoax of all times?
52521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52522              Date: Tue, 5 Dec 2000 01:28:45 -0500
52523              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
52524              
52525              Fix the unpredictable order of DESTROYs.
52526      Branch: perl
52527            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
52528            ! sv.c sv.h t/op/ref.t
52529 ____________________________________________________________________________
52530 [  7990] By: jhi                                   on 2000/12/05  14:38:53
52531         Log: Subject: [PATCH] shrink pp_hot fractionally
52532              From: Nicholas Clark <nick@ccl4.org>
52533              Date: Tue, 5 Dec 2000 12:44:31 +0000
52534              Message-ID: <20001205124431.E74518@plum.flirble.org>
52535              
52536              Use report_evil_fh().
52537      Branch: perl
52538            ! opcode.pl opnames.h pp_hot.c util.c
52539 ____________________________________________________________________________
52540 [  7989] By: jhi                                   on 2000/12/05  14:21:27
52541         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
52542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52543              Date: Mon, 04 Dec 2000 22:21:59 -0800
52544              Message-ID: <HmIL6gzkgepS092yn@efn.org>
52545              
52546              Harness shouldn't ignore responses like "ok 3\r\r\n".
52547      Branch: perl
52548            ! lib/Test/Harness.pm
52549 ____________________________________________________________________________
52550 [  7988] By: jhi                                   on 2000/12/05  13:51:28
52551         Log: Integrate the "skip" messages to explain().
52552      Branch: perl
52553            ! t/lib/syslfs.t t/op/lfs.t
52554 ____________________________________________________________________________
52555 [  7987] By: jhi                                   on 2000/12/05  12:34:54
52556         Log: The one that got away in #7984.
52557              
52558              Subject: Re: dTHR - what and why?
52559              From: Michael Stevens <michael@etla.org> 
52560              Date: Tue, 5 Dec 2000 11:15:52 +0000
52561              Message-ID: <20001205111552.A4647@firedrake.org>
52562      Branch: perl
52563            ! sv.h
52564 ____________________________________________________________________________
52565 [  7986] By: gsar                                  on 2000/12/05  09:14:44
52566         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
52567              due to the notorious GetFileType() bug in Windows 9x, which fstat()
52568              tickles)
52569      Branch: perl
52570            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
52571 ____________________________________________________________________________
52572 [  7985] By: jhi                                   on 2000/12/05  05:49:03
52573         Log: Integrate perlio.
52574      Branch: perl
52575           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
52576           !> win32/perlhost.h win32/perllib.c
52577 ____________________________________________________________________________
52578 [  7984] By: jhi                                   on 2000/12/05  05:48:16
52579         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
52580      Branch: perl
52581            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
52582            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
52583            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
52584            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
52585            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
52586            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
52587            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
52588            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
52589            ! win32/win32.c
52590 ____________________________________________________________________________
52591 [  7983] By: nick                                  on 2000/12/04  23:27:43
52592         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
52593      Branch: perlio
52594            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
52595            ! win32/perlhost.h win32/perllib.c
52596 ____________________________________________________________________________
52597 [  7982] By: jhi                                   on 2000/12/04  19:44:09
52598         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
52599              uncovered by #7980.
52600      Branch: perl
52601            ! op.c
52602 ____________________________________________________________________________
52603 [  7981] By: jhi                                   on 2000/12/04  19:42:07
52604         Log: Subject: [PATCH] Trivial dump.c feature
52605              From: Simon Cozens <simon@cozens.net>
52606              Date: Mon, 4 Dec 2000 18:08:38 +0000
52607              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
52608              
52609              Show whether a constant is UTF-8.
52610      Branch: perl
52611            ! dump.c
52612 ____________________________________________________________________________
52613 [  7980] By: jhi                                   on 2000/12/04  19:36:51
52614         Log: UTF-8 hash keys, patch from Inaba Hiroto.
52615      Branch: perl
52616            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
52617 ____________________________________________________________________________
52618 [  7979] By: jhi                                   on 2000/12/04  17:36:28
52619         Log: Update Changes.
52620      Branch: perl
52621            ! Changes patchlevel.h
52622 ____________________________________________________________________________
52623 [  7978] By: jhi                                   on 2000/12/04  16:42:17
52624         Log: Retract #7977, still too volatile (the euphemism of the day
52625              for unfinished and buggy :-)
52626      Branch: perl
52627            ! doop.c hv.c pp.c sv.h
52628 ____________________________________________________________________________
52629 [  7977] By: jhi                                   on 2000/12/04  16:25:15
52630         Log: (Retracted by #7978, too shaky yet.)
52631              
52632              Subject: Re: utf8 in hash keys, implementor missing
52633              From: Simon Cozens <simon@cozens.net>
52634              Date: Sat, 2 Dec 2000 19:49:35 +0000
52635              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
52636              
52637              The first step at UTF-8 hash keys.
52638      Branch: perl
52639            ! doop.c hv.c pp.c sv.h
52640 ____________________________________________________________________________
52641 [  7976] By: jhi                                   on 2000/12/04  16:13:53
52642         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
52643              From: sthoenna@efn.org
52644              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
52645              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
52646      Branch: perl
52647            ! os2/os2.c perlio.c
52648 ____________________________________________________________________________
52649 [  7975] By: jhi                                   on 2000/12/04  16:05:25
52650         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
52651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52652              Date: Thu, 30 Nov 2000 20:50:37 -0800
52653              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
52654      Branch: perl
52655            ! os2/os2.c
52656 ____________________________________________________________________________
52657 [  7974] By: jhi                                   on 2000/12/04  16:03:57
52658         Log: Subject: [PATCH] ++ 20% faster
52659              From: Nicholas Clark <nick@ccl4.org>
52660              Date: Mon, 4 Dec 2000 12:17:27 +0000
52661              Message-ID: <20001204121726.B52976@plum.flirble.org>
52662              
52663              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
52664      Branch: perl
52665            ! sv.c
52666 ____________________________________________________________________________
52667 [  7973] By: jhi                                   on 2000/12/04  16:00:48
52668         Log: 
52669              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
52670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52671              Date: Mon, 04 Dec 2000 12:30:45 +0100
52672              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
52673              
52674              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
52675              library (getprotobyname and getprotobynumber are outversioned by
52676              the same calls in libc, at least for xlc version 3.
52677      Branch: perl
52678            ! hints/aix.sh
52679 ____________________________________________________________________________
52680 [  7972] By: jhi                                   on 2000/12/04  02:58:31
52681         Log: Integrate perlio.
52682      Branch: perl
52683           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
52684           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
52685           !> win32/win32.h win32/win32iop.h win32/win32thread.h
52686 ____________________________________________________________________________
52687 [  7971] By: nick                                  on 2000/12/04  00:24:33
52688         Log: Quieten some noise in Win32 builds:
52689              - win32.h is included after <sys/socket.h>, so need to 
52690              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
52691              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
52692      Branch: perlio
52693            ! doio.c perl.h toke.c win32/win32.h
52694 ____________________________________________________________________________
52695 [  7970] By: nick                                  on 2000/12/03  22:57:46
52696         Log: PERL_IMPLICIT_SYS compiles but does not work.
52697      Branch: perlio
52698            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
52699            ! win32/perlhost.h win32/perllib.c win32/win32.h
52700            ! win32/win32iop.h win32/win32thread.h
52701 ____________________________________________________________________________
52702 [  7969] By: jhi                                   on 2000/12/03  22:12:58
52703         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
52704              used to swash_init(), makes regprop() dumps more informative
52705              (+utf8::IsAlpha, -utf8::IsDigit, for example).
52706      Branch: perl
52707            ! regcomp.c regexec.c
52708 ____________________________________________________________________________
52709 [  7968] By: jhi                                   on 2000/12/03  21:39:56
52710         Log: Implement ANYOFUTF8 regprop() dumping.
52711      Branch: perl
52712            ! regcomp.c
52713 ____________________________________________________________________________
52714 [  7967] By: jhi                                   on 2000/12/03  20:57:19
52715         Log: Make uv_to_utf8() to zero-terminate its output buffer,
52716              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
52717      Branch: perl
52718            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
52719 ____________________________________________________________________________
52720 [  7966] By: nick                                  on 2000/12/03  18:41:21
52721         Log: Integrate mainline (STDCHAR)
52722      Branch: perlio
52723           !> Configure t/pragma/utf8.t
52724 ____________________________________________________________________________
52725 [  7965] By: jhi                                   on 2000/12/03  17:58:20
52726         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
52727      Branch: perl
52728            ! t/pragma/utf8.t
52729 ____________________________________________________________________________
52730 [  7964] By: jhi                                   on 2000/12/03  17:35:56
52731         Log: Integrate perlio.
52732      Branch: perl
52733           !> iperlsys.h perlio.c
52734 ____________________________________________________________________________
52735 [  7963] By: jhi                                   on 2000/12/03  17:33:55
52736         Log: Metaconfig unit change for #7962.
52737      Branch: metaconfig
52738            ! U/modified/stdchar.U
52739 ____________________________________________________________________________
52740 [  7962] By: jhi                                   on 2000/12/03  17:33:27
52741         Log: Untangle the <stdio.h> #include nest for the stdchar test,
52742              from Andy Dougherty.
52743      Branch: perl
52744            ! Configure
52745 ____________________________________________________________________________
52746 [  7961] By: nick                                  on 2000/12/03  16:53:00
52747         Log: Make iperlsys.h vector stdio not PerlIO.
52748      Branch: perlio
52749            ! iperlsys.h perlio.c
52750 ____________________________________________________________________________
52751 [  7960] By: nick                                  on 2000/12/03  14:43:01
52752         Log: Integrate mainline
52753      Branch: perlio
52754           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
52755           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
52756 ____________________________________________________________________________
52757 [  7959] By: jhi                                   on 2000/12/03  08:16:36
52758         Log: Use DO_UTF8().
52759      Branch: perl
52760            ! op.c
52761 ____________________________________________________________________________
52762 [  7958] By: jhi                                   on 2000/12/02  18:33:05
52763         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
52764              From: Mike Guy <mjtg@cam.ac.uk>         
52765              Date: Sat, 02 Dec 2000 17:27:13 +0000
52766              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
52767              
52768              An extraneous argument.
52769      Branch: perl
52770            ! toke.c
52771 ____________________________________________________________________________
52772 [  7957] By: jhi                                   on 2000/12/02  18:22:32
52773         Log: A missing hunk.
52774      Branch: perl
52775            ! t/lib/net-hostent.t
52776 ____________________________________________________________________________
52777 [  7956] By: jhi                                   on 2000/12/02  18:06:20
52778         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
52779              From: Nicholas Clark <nick@ccl4.org>
52780              Date: Sat, 2 Dec 2000 14:28:27 +0000
52781              Message-ID: <20001202142827.A12308@plum.flirble.org>
52782              
52783              Test robustness.
52784      Branch: perl
52785            ! t/lib/net-hostent.t
52786 ____________________________________________________________________________
52787 [  7955] By: jhi                                   on 2000/12/02  17:58:06
52788         Log: Metaconfig unit change for #7954.
52789      Branch: metaconfig
52790            ! U/modified/stdchar.U
52791 ____________________________________________________________________________
52792 [  7954] By: jhi                                   on 2000/12/02  17:54:32
52793         Log: An inconvenient hang would happen if the stdio _ptr wasn't
52794              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
52795              would be grepping stdin for all eternity for the _ptr.)
52796      Branch: perl
52797            ! Configure
52798 ____________________________________________________________________________
52799 [  7953] By: jhi                                   on 2000/12/02  00:07:15
52800         Log: Update Changes.
52801      Branch: perl
52802            ! Changes patchlevel.h
52803 ____________________________________________________________________________
52804 [  7952] By: jhi                                   on 2000/12/01  23:54:47
52805         Log: Subject: Re: long shell lines
52806              From: Andy Dougherty <doughera@lafayette.edu>
52807              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
52808              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
52809              
52810              Split overly long shell command lines.
52811      Branch: perl
52812            ! lib/ExtUtils/MM_Unix.pm
52813 ____________________________________________________________________________
52814 [  7951] By: jhi                                   on 2000/12/01  23:48:02
52815         Log: The metaconfig unit change for #7950.
52816      Branch: metaconfig
52817            + U/modified/stdchar.U
52818 ____________________________________________________________________________
52819 [  7950] By: jhi                                   on 2000/12/01  23:47:39
52820         Log: Try to find stdchar also from <stdio_impl.h>.
52821      Branch: perl
52822            ! Configure config_h.SH
52823 ____________________________________________________________________________
52824 [  7949] By: jhi                                   on 2000/12/01  23:46:45
52825         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
52826              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52827              Date: Fri, 1 Dec 2000 16:26:08 -0500
52828              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
52829              
52830              Reword the diagnostic message.
52831      Branch: perl
52832            ! pod/perldiag.pod
52833 ____________________________________________________________________________
52834 [  7948] By: nick                                  on 2000/12/01  22:49:43
52835         Log: Integrate mainline (for s/y/m as sub names stuff).
52836      Branch: perlio
52837           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
52838           !> t/pragma/warn/toke toke.c
52839 ____________________________________________________________________________
52840 [  7947] By: jhi                                   on 2000/12/01  20:55:41
52841         Log: Integrate perlio.
52842      Branch: perl
52843           !> perlio.c perliol.h t/io/pipe.t
52844 ____________________________________________________________________________
52845 [  7946] By: jhi                                   on 2000/12/01  20:36:51
52846         Log: Upgrade to CPAN 1.59_51, from Andreas König.
52847      Branch: perl
52848            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52849 ____________________________________________________________________________
52850 [  7945] By: nick                                  on 2000/12/01  20:31:32
52851         Log: Integrate mainline
52852      Branch: perlio
52853           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
52854           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
52855           +> t/lib/net-hostent.t
52856           !> (integrate 35 files)
52857 ____________________________________________________________________________
52858 [  7944] By: jhi                                   on 2000/12/01  20:23:29
52859         Log: Some help for 20001130.011.  Now one gets warnings like
52860              "Ambiguous -f() resolved as a file test ..."
52861      Branch: perl
52862            ! pod/perldiag.pod t/pragma/warn/toke toke.c
52863 ____________________________________________________________________________
52864 [  7943] By: jhi                                   on 2000/12/01  19:44:44
52865         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
52866              that also breaks using them as methods. 
52867      Branch: perl
52868            ! pod/perldiag.pod t/op/misc.t toke.c
52869 ____________________________________________________________________________
52870 [  7942] By: nick                                  on 2000/12/01  17:56:46
52871         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
52872              Make 'unix' pass most tests
52873              - do unread by temporary push of layer ("pending") holding unread chars
52874              - fast_gets is now based on per-handle flag
52875              - relax one of io/pipe.t tests to allow print to fail and close to
52876              succeed so that it passes on unbuffered "unix" layer.
52877              Remaining fail is sporadic and a genuine race condition between
52878              parent/child in fork test.
52879      Branch: perlio
52880            ! perlio.c perliol.h t/io/pipe.t
52881 ____________________________________________________________________________
52882 [  7941] By: jhi                                   on 2000/12/01  15:28:58
52883         Log: (Retracted by #7943.)
52884              
52885              Reserve the short named string operator names.
52886      Branch: perl
52887            ! pod/perldiag.pod t/op/misc.t toke.c
52888 ____________________________________________________________________________
52889 [  7940] By: jhi                                   on 2000/12/01  06:45:53
52890         Log: Get the three different space character classes right under utf8.
52891      Branch: perl
52892            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
52893            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
52894            ! regexec.c t/op/pat.t utf8.c
52895 ____________________________________________________________________________
52896 [  7939] By: jhi                                   on 2000/12/01  03:26:26
52897         Log: Two more tests that make no sense in UTF-8 since the test
52898              data is not in UTF-8.
52899      Branch: perl
52900            ! t/op/regexp.t
52901 ____________________________________________________________________________
52902 [  7938] By: jhi                                   on 2000/12/01  03:20:39
52903         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
52904              should it be required inside regexen?
52905      Branch: perl
52906            ! regcomp.c t/op/regmesg.t
52907 ____________________________________________________________________________
52908 [  7937] By: jhi                                   on 2000/12/01  02:58:53
52909         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
52910              stored and restored, and thusly was trounced by the utf8 swash
52911              routines.
52912      Branch: perl
52913            ! regcomp.c
52914 ____________________________________________________________________________
52915 [  7936] By: jhi                                   on 2000/11/30  20:41:39
52916         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
52917              Why the different platforms behave so differently (core dump vs
52918              no core dump) on this bug is a but of a mystery, but if I had to
52919              guess I would mumble something like 'alignment'.
52920      Branch: perl
52921            ! sv.c
52922 ____________________________________________________________________________
52923 [  7935] By: jhi                                   on 2000/11/30  16:17:02
52924         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
52925              From: Robin Barker <rmb1@cise.npl.co.uk>
52926              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
52927              Date: Thu, 30 Nov 2000 14:27:12 GMT
52928      Branch: perl
52929            ! perlio.c toke.c
52930 ____________________________________________________________________________
52931 [  7934] By: jhi                                   on 2000/11/30  16:04:49
52932         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
52933      Branch: perl
52934            ! t/lib/net-hostent.t
52935 ____________________________________________________________________________
52936 [  7933] By: jhi                                   on 2000/11/30  06:07:26
52937         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
52938              From: Peter Prymmer <pvhp@forte.com>
52939              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
52940              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
52941              
52942              In VMS the localhost may be LOCALHOST.
52943      Branch: perl
52944            ! t/lib/net-hostent.t
52945 ____________________________________________________________________________
52946 [  7932] By: jhi                                   on 2000/11/30  01:11:11
52947         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
52948              From: Peter Prymmer <pvhp@forte.com>
52949              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
52950              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
52951              
52952              plus regen perlapi.pod.
52953      Branch: perl
52954            ! pod/perlapi.pod utf8.c
52955 ____________________________________________________________________________
52956 [  7931] By: jhi                                   on 2000/11/30  01:06:19
52957         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
52958              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52959              Date:     Wed, 29 Nov 2000 17:15:11 EST
52960              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
52961      Branch: perl
52962            ! t/lib/filter-util.pl t/lib/filter-util.t
52963 ____________________________________________________________________________
52964 [  7930] By: jhi                                   on 2000/11/29  18:51:55
52965         Log: Update Changes.
52966      Branch: perl
52967            ! Changes patchlevel.h
52968 ____________________________________________________________________________
52969 [  7929] By: jhi                                   on 2000/11/29  18:50:55
52970         Log: Update the va_copy() metaconfig unit.
52971      Branch: metaconfig/U/perl
52972            ! need_va_copy.U
52973 ____________________________________________________________________________
52974 [  7928] By: jhi                                   on 2000/11/29  17:50:43
52975         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
52976              From: Dominic Dunlop <domo@computer.org>
52977              Date: Tue, 28 Nov 2000 16:41:57 +0100
52978              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
52979              
52980              Patch to catch a core dump in the Configure va_copy test.
52981      Branch: perl
52982            ! Configure config_h.SH
52983 ____________________________________________________________________________
52984 [  7927] By: jhi                                   on 2000/11/29  17:31:59
52985         Log: Retract #7921, the patch shouldn't be needed.
52986      Branch: perl
52987            ! sv.c
52988 ____________________________________________________________________________
52989 [  7926] By: jhi                                   on 2000/11/29  17:01:41
52990         Log: Make the Class::Struct import() wiser.
52991      Branch: perl
52992            ! lib/Class/Struct.pm t/lib/class-struct.t
52993 ____________________________________________________________________________
52994 [  7925] By: jhi                                   on 2000/11/29  16:36:33
52995         Log: All the core library users of Class::Struct seem to be
52996              using "use Class::Struct 'struct';" instead of the bare
52997              "use Class::Struct;", which isn't documented in Class::Struct.
52998              This can't be right.
52999      Branch: perl
53000            ! lib/File/stat.pm
53001 ____________________________________________________________________________
53002 [  7924] By: jhi                                   on 2000/11/29  16:32:15
53003         Log: A test works better if it has the right 1..$n output.
53004      Branch: perl
53005            ! t/lib/class-struct.t
53006 ____________________________________________________________________________
53007 [  7923] By: jhi                                   on 2000/11/29  16:29:11
53008         Log: Forgot to MANIFEST the new Net::hostent test.
53009      Branch: perl
53010            ! MANIFEST
53011 ____________________________________________________________________________
53012 [  7922] By: jhi                                   on 2000/11/29  16:27:49
53013         Log: Integrate perlio.
53014      Branch: perl
53015           !> iperlsys.h perlio.c
53016 ____________________________________________________________________________
53017 [  7921] By: jhi                                   on 2000/11/29  16:27:10
53018         Log: (Retracted by #7927.)
53019              
53020              Subject: [PATCH] Is infinity a number?
53021              From: Simon Cozens <simon@cozens.net>
53022              Date: Wed, 29 Nov 2000 14:48:20 +0000
53023              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
53024      Branch: perl
53025            ! sv.c
53026 ____________________________________________________________________________
53027 [  7920] By: jhi                                   on 2000/11/29  16:23:02
53028         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
53029              From: rspier@pobox.com (Robert Spier)
53030              Date: Wed, 29 Nov 2000 02:17:49 -0500
53031              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
53032              
53033              Add a test for Net::hostent.
53034      Branch: perl
53035            + t/lib/net-hostent.t
53036 ____________________________________________________________________________
53037 [  7919] By: jhi                                   on 2000/11/29  16:21:31
53038         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
53039              add a test for Class::Struct.
53040      Branch: perl
53041            + t/lib/class-struct.t
53042            ! MANIFEST lib/Class/Struct.pm
53043 ____________________________________________________________________________
53044 [  7918] By: jhi                                   on 2000/11/29  15:48:40
53045         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
53046              From: rspier@pobox.com (Robert Spier)
53047              Date: Wed, 29 Nov 2000 02:25:39 -0500
53048              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
53049              
53050              More checking in case someone has broken their services or
53051              protocol databases.
53052      Branch: perl
53053            ! ext/Sys/Syslog/Syslog.pm
53054 ____________________________________________________________________________
53055 [  7917] By: jhi                                   on 2000/11/29  15:46:25
53056         Log: Subject: [PATCH] $^O  win32 -> MSWin32
53057              From: rspier@pobox.com (Robert Spier)
53058              Date: Wed, 29 Nov 2000 02:17:38 -0500
53059              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
53060              
53061              plus similar nits for vms, err, VMS, and UNICOS.
53062      Branch: perl
53063            ! t/lib/syslfs.t t/op/lfs.t
53064 ____________________________________________________________________________
53065 [  7916] By: jhi                                   on 2000/11/29  15:42:51
53066         Log: Subject: [PATCH] Tokeniser debugging
53067              From: Simon Cozens <simon@cozens.net>
53068              Date: Wed, 29 Nov 2000 14:15:45 +0000
53069              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
53070      Branch: perl
53071            ! perl.c perl.h pod/perlrun.pod toke.c
53072 ____________________________________________________________________________
53073 [  7915] By: jhi                                   on 2000/11/29  15:41:36
53074         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53076              Date: Wed, 29 Nov 2000 02:13:14 -0500
53077              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
53078              
53079              OUT keyword nits.
53080              
53081              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53083              Date: Wed, 29 Nov 2000 03:09:04 -0500
53084              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
53085              
53086              OUT and IN_OUT documentation.
53087      Branch: perl
53088            ! lib/ExtUtils/xsubpp pod/perlxs.pod
53089 ____________________________________________________________________________
53090 [  7914] By: jhi                                   on 2000/11/29  03:35:01
53091         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
53092              From: John Tobey <jtobey@john-edwin-tobey.org>
53093              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
53094              Message-Id: <m140e1N-000FOoC@feynman.localnet>
53095              
53096              plus a performance speedup noticed by Sarathy.
53097      Branch: perl
53098            ! op.c
53099 ____________________________________________________________________________
53100 [  7913] By: jhi                                   on 2000/11/29  03:16:59
53101         Log: Use "1 while unlink" so that VMS gets clean, too.
53102      Branch: perl
53103            ! t/lib/filter-util.t
53104 ____________________________________________________________________________
53105 [  7912] By: jhi                                   on 2000/11/29  03:09:08
53106         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
53107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53108              Date: Tue, 28 Nov 2000 03:27:09 -0500
53109              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
53110      Branch: perl
53111            ! lib/ExtUtils/xsubpp
53112 ____________________________________________________________________________
53113 [  7911] By: jhi                                   on 2000/11/29  03:06:30
53114         Log: This should have been part of #7872: no need to scan UTF-8
53115              until eternity.
53116      Branch: perl
53117            ! utf8.c
53118 ____________________________________________________________________________
53119 [  7910] By: jhi                                   on 2000/11/29  02:50:04
53120         Log: One more perltie.pod nit from Casey R. Tweten.
53121      Branch: perl
53122            ! pod/perltie.pod
53123 ____________________________________________________________________________
53124 [  7909] By: jhi                                   on 2000/11/29  02:44:23
53125         Log: Document the known sprintf test failures, exact standard
53126              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
53127      Branch: perl
53128            ! pod/perldelta.pod t/op/sprintf.t
53129 ____________________________________________________________________________
53130 [  7908] By: jhi                                   on 2000/11/29  02:36:23
53131         Log: Add the Encoding table format documentation.
53132      Branch: perl
53133            + ext/Encode/Encode/EncodeFormat.pod
53134            ! MANIFEST
53135 ____________________________________________________________________________
53136 [  7907] By: jhi                                   on 2000/11/29  02:07:24
53137         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
53138              From: "Casey R. Tweten" <crt@kiski.net>
53139              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
53140              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
53141              
53142              Subject: Re: [PATCH] Updating perltie.pod for arrays
53143              From: "Casey R. Tweten" <crt@kiski.net>
53144              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
53145              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
53146      Branch: perl
53147            ! pod/perltie.pod
53148 ____________________________________________________________________________
53149 [  7906] By: nick                                  on 2000/11/28  22:40:59
53150         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
53151      Branch: perlio
53152            ! iperlsys.h perlio.c
53153 ____________________________________________________________________________
53154 [  7905] By: nick                                  on 2000/11/28  22:04:34
53155         Log: Integrate mainline
53156      Branch: perlio
53157           !> (integrate 39 files)
53158 ____________________________________________________________________________
53159 [  7904] By: jhi                                   on 2000/11/28  16:44:43
53160         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
53161              From: Nicholas Clark <nick@babyhippo.co.uk>
53162              Date: Tue, 28 Nov 2000 11:16:57 +0000
53163              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
53164      Branch: perl
53165            ! pod/perlipc.pod
53166 ____________________________________________________________________________
53167 [  7903] By: jhi                                   on 2000/11/28  16:40:31
53168         Log: Subject: [PATCH] Updating perltie.pod for arrays
53169              From: "Casey R. Tweten" <crt@kiski.net>
53170              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
53171              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
53172      Branch: perl
53173            ! pod/perltie.pod
53174 ____________________________________________________________________________
53175 [  7902] By: jhi                                   on 2000/11/28  16:39:37
53176         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
53177              From: Robin Barker <rmb1@cise.npl.co.uk>
53178              Date: Mon, 27 Nov 2000 17:56:44 GMT
53179              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
53180      Branch: perl
53181            ! pod/perlfunc.pod t/op/split.t
53182 ____________________________________________________________________________
53183 [  7901] By: jhi                                   on 2000/11/28  16:28:04
53184         Log: setmode() is a DOSish-only thing.
53185      Branch: perl
53186            ! perlio.c
53187 ____________________________________________________________________________
53188 [  7900] By: jhi                                   on 2000/11/28  16:21:46
53189         Log: Subject: [PATCH] perlcc.PL cleanups
53190              From: Simon Cozens <simon@cozens.net>
53191              Date: Tue, 28 Nov 2000 12:44:35 +0000
53192              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
53193      Branch: perl
53194            ! utils/perlcc.PL
53195 ____________________________________________________________________________
53196 [  7899] By: gsar                                  on 2000/11/28  06:32:55
53197         Log: reintegrate files missed by change#7895
53198      Branch: maint-5.6/perl
53199           +> ext/ByteLoader/bytecode.h utils/Makefile
53200            - utils/perlbc.PL
53201 ____________________________________________________________________________
53202 [  7897] By: gsar                                  on 2000/11/27  18:22:47
53203         Log: can't integrate these two files, for some reason
53204      Branch: maint-5.6/perl
53205            - ext/ByteLoader/bytecode.h utils/Makefile
53206 ____________________________________________________________________________
53207 [  7895] By: gsar                                  on 2000/11/27  18:11:21
53208         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
53209              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
53210              6757..6890,6892..6901 from mainline
53211              
53212              Bytecompiler patches from Benjamin Stuhl.
53213              
53214              More bytecompiler.
53215              
53216              Subject: [PATCH blead] B:: missing dependency
53217              
53218              Subject: [PATCH: 6757] configure.com updates and syslog build
53219              
53220              Long double Gconvert fixes from Yitzchak Scott-Thoennes
53221              and Spider Boardman.
53222              
53223              Subject: [PATCH blead] nextchar() abuse misses an optimisation
53224              
53225              Long double fixes from Spider Boardman.
53226              
53227              Make the selection of NVff et al stricter.
53228              
53229              cSVOPo_*v things index into the current PL_curpad
53230              under ithreads, which is different from the curpad
53231              used by the XSUB.  (In other words, the code as-is
53232              before this patch wouldn't work under ithreads.)
53233              
53234              Be portable.
53235              
53236              VMS MMS (make) wants null action.
53237              
53238              Mac and other portability updates from Chris Nandor.
53239              
53240              Storable support, v-version fixes.
53241              Subject: CPAN.pm beta for testing available
53242              
53243              Portability fix from Hugo van der Sanden.
53244              
53245              Bad makefile.
53246              
53247              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
53248              
53249              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
53250              
53251              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53252              
53253              Replace #6705 with a minimal doc patch.
53254              Subject: [PATCH 5.6.0] replace change #6705
53255              
53256              Drop the separate perlbc, perlcc -b should be enough.
53257              
53258              installperl couldn't tell whether it had run tests or not.
53259              Subject: [PATCH] Re: installperl and t/TEST
53260              
53261              Add silencer flags to installperl.
53262              Subject: [PATCH] Making installperl silent.
53263              
53264              Make "make install" by default silent.  A new "install-verbose"
53265              target is verbose.
53266              
53267              More liberal parsing of version numbers.
53268              Subject: Re: CPAN.pm beta for testing available
53269              
53270              Create directories in silence.
53271              Subject: [PATCH] Another silencer for MakeMaker
53272              
53273              DOS patches and portability/porting notes, from Tim Jenness.
53274              
53275              Make installman to recognize the silence flag -S.
53276              
53277              Actually do something with the silencer option.
53278              
53279              Continue silencing.
53280              
53281              Show the doc file, not the temp file.
53282              
53283              Regen perltoc.
53284              
53285              Subject: [PATCH] More silencing of installman.
53286              
53287              Better wording for the vec lvalue diagnostic.
53288              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53289              
53290              Subject: [PATCH: 6805] several more tweaks to configure.com
53291              
53292              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
53293              
53294              Missing parts of 
53295              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
53296              
53297              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
53298              (applied slightly modified)
53299              
53300              installperl --verbose and --silent.
53301              Subject: Re: [PATCH] More silencing of installman.
53302              
53303              Add install-silent target.
53304              
53305              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
53306              the problem reported in
53307              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
53308              
53309              Tweak the sfio/useperlio logic, hopefully as wished in
53310              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
53311              
53312              One forgotten file from #6816.
53313              
53314              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
53315              
53316              Remove duplicately applied patch shards.
53317              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
53318              
53319              Support preserving extremely big/small angles.
53320              
53321              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
53322              
53323              Subject: [PATCH] installation not quite silent yet.
53324              
53325              Update the test count.
53326              
53327              Use UVxf, PTR2UV, NVff.
53328              
53329              Document PTR2XX and INT2PTR.
53330              
53331              no-install target a la make -n.
53332              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
53333              
53334              grep -e isn't portable.
53335              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
53336              
53337              Can't get the test to reliably work thanks to the
53338              inaccurateness of floating point.  "Resolves" bug ids
53339              20000826.003, 20000826.009, 20000826.010,
53340              
53341              Subject: installman buglet
53342              
53343              DJGPP update from Laszlo Molnar.
53344              
53345              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53346              
53347              Passing -R in ldflags makes now it to appear in the default
53348              for lddlflags, just like with -L.
53349              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53350              
53351              Test nit.
53352              
53353              Use the actual thread type, not the pointer-to-struct.
53354              
53355              Provice virtual $Config{ccflags_nolargefiles} etc. 
53356              
53357              display_format used as a class method without arguments was broken,
53358              reported in
53359              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
53360              
53361              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
53362              
53363              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
53364              
53365              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
53366              
53367              opmini.o may be left around if a build is interrupted.
53368              
53369              Typo in #6858.
53370              
53371              Fix for ID 20000828.001, long doubles were not formatted
53372              correctly (showed up in $], which stopped installing perl).
53373              
53374              An attempt to fix the problem reported in
53375              Subject: Building perl@6856 using gcc/AIX 4.3.3 
53376              I can't test this properly since the gcc installation I have
53377              access to seems to be botched (gcc is calling the AIX cpp,
53378              a losing proposition...)
53379              
53380              Add -ld to archname on long tr...double platforms.
53381              
53382              Subject: hv.h Doc Patch
53383              
53384              Potential cruft.
53385              
53386              Subject: [PATCH bleedperl@6856] warnings fixes
53387              
53388              -S is the silent flag, -s is the strip flag.
53389              Subject: [PATCH] Re: [PATCH] make no-install          
53390              
53391              Take out the SUIDMAIL thing, that will not be
53392              a problem in 5.7.*.
53393              
53394              Subject: [PATCH bleedperl@6866] spellings
53395              
53396              Subject: [PATCH] Re: files not cleaned even by veryclean
53397              
53398              Use minimal @INC in tests, most of the time just '../lib',
53399              so that we simply can't pick up stuff from other Perls than
53400              the one we are testing.  Pointed out by
53401              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
53402              
53403              Update to Getopt::Long 2.24, from Johan Vromans.
53404              
53405              Fix for thinko in #6848.
53406              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
53407              
53408              Patches all over for people and the files they (hopefully) care about.
53409              
53410              Subject: Net::protoent does not export 'getproto'
53411              
53412              Missed a change in #6869.
53413              
53414              Subject: [PATCH] Warnings in B::Deparse
53415              
53416              Subject: [PATCH] Glob dumping
53417              
53418              Disable one of the tests for now.
53419              
53420              Disabling the one test is a bit tricky.
53421              
53422              Don't forget to tidy up.
53423              
53424              The #6881 removed one dump line.
53425              
53426              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
53427              
53428              Under usethreads the dumped variable is IN_PAD.
53429              Subject: Re: [PATCH] Glob dumping
53430              
53431              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
53432              
53433              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
53434              
53435              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
53436              
53437              Regen Configure for #6894.
53438              
53439              Subject: [PATCH: 6889] updates to perlebcdic.pod
53440              
53441              Undo namespace pollution of #6878.
53442              Subject: Re: Net::protoent does not export 'getproto'
53443              
53444              Admit that we are leaking scalars.
53445              
53446              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
53447      Branch: maint-5.6/perl
53448           !> (integrate 271 files)
53449 ____________________________________________________________________________
53450 [  7894] By: gsar                                  on 2000/11/27  16:00:34
53451         Log: a couple of nits
53452      Branch: maint-5.6/perl
53453            ! MANIFEST pp_sys.c
53454 ____________________________________________________________________________
53455 [  7893] By: gsar                                  on 2000/11/27  15:10:56
53456         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
53457              6740..6745,6747..6757,6760
53458              
53459              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
53460              
53461              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
53462              
53463              Doc nits spotted by Richard Soderberg.
53464              
53465              move WNOHANG definition to where other such things are
53466              
53467              Make $Config{byteorder} more magical so that it is
53468              dynamically computed: nice for 'fat binaries'.
53469              Subject: [PATCH]: default byteorder
53470              
53471              Subject: [PATCH] Cwd.pm now uses strict
53472              
53473              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
53474              
53475              Get -DLEAKTEST to compile (not necessarily to work, mind)
53476              Subject: [ID 20000724.006] -DLEAKTEST problem
53477              
53478              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
53479              
53480              Add perlebcdic from Peter Prymmer, regen toc.
53481              
53482              Don't propose using modules built for 5.005 if no binary
53483              compatibility with 5.005 is attempted.
53484              
53485              Do not use prototyping here.
53486              Subject: [ID 20000817.016] [PATCH] Peek.xs
53487              
53488              Document what the backtick returns if the command fails.
53489              
53490              Add byteorder to the myconfig output.
53491              
53492              Introduce NVef, NVff, and NVgf, use the middle one.
53493              (helps for lib/peek + Linux + long doubles)  Reported in
53494              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
53495              Use NVs in POSIX math, not doubles.
53496              Subject: [ID 20000817.014] POSIX & modfl
53497              
53498              Subject: [PATCH 5.6.0+] newSVrv() memory leak
53499              
53500              The byteorder code in #6671 was wrong.
53501              
53502              Fix the lib/complex failure of
53503              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
53504              Linux long double accuracy issue: something that
53505              when printed with %g looks like "2" but int() of it is 1.
53506              
53507              Propagate new Configure vars.
53508              
53509              Unbuffer the output.
53510              
53511              Subject: [PATCH] perltrap.pod spring cleaning
53512              
53513              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
53514              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
53515              
53516              Tiny Getopt::Long patch from Johan Vromans.
53517              
53518              Document code point which makes if (defined %stash::) to work
53519              (noted by Spider Boardman).
53520              
53521              Subject: [PATCH perl@6698] cygwin port
53522              
53523              Document the NDBM_File and ODBM_File as SDBM_File
53524              was documented in #6417.
53525              
53526              The new tests were missing from #6415.
53527              
53528              Add [[:blank:]] as suggested in
53529              Subject: [ID 20000716.024] [=cc=] / [:blank:]
53530              (the [=cc=] has already been taken care of by #6439
53531              so the whole bug report can be closed)
53532              and make [[:space:]] to be equivalent to isspace(3)
53533              (as opposed to \s, which is isSPACE()).  The difference
53534              is that now [[:space:]] matches the mythical vertical tab,
53535              while \s doesn't.
53536              
53537              Don't eat leading os from index entries.
53538              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
53539              
53540              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
53541              
53542              Typo in pp_complement().
53543              Subject: [PATCH perl-current] Deparse
53544              
53545              Add warnif(), check warnings further up the stack,
53546              all the warnings functions now can take an optional object reference.
53547              Subject: [PATCH bleedperl@6691] warnings pragma update
53548              
53549              Fix a core dump in lib/selfloader under -DDEBUGGING.
53550              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
53551              
53552              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
53553              
53554              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
53555              
53556              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
53557              Put back the long double avoidance code to POSIX.xs
53558              because VMS seems to need it still.
53559              
53560              Introduce a 'veryclean' target that is like 'distclean'
53561              but also removes *~ and *.orig.
53562              
53563              Subject: [ID 20000817.023] endianness description in perlfunc.pod
53564              
53565              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
53566              
53567              Let's try #6717 again.
53568              
53569              UTF8 concat fixes.
53570              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
53571              
53572              pp_open() could pass an uninitialized filename down to do_open9().
53573              
53574              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
53575              
53576              Update to CGI 2.72, from Lincoln Stein.
53577              
53578              Subject: [PATCH] Silence MakeMaker (Was: installman)
53579              
53580              Use temporary directory instead of current directory.
53581              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
53582              
53583              Document odd vs even subreleases and -Dusedevel.
53584              
53585              The veryclean target needs to clobber.
53586              
53587              Use File::Spec->tmpdir().
53588              
53589              Document the number of exponent digits.
53590              
53591              Mention perlebcdic and perlposix-bc.
53592              
53593              s/this one/the 5.6.0 release/
53594              
53595              The #6724 is here.
53596              
53597              The correct cleaning order is an art.
53598              
53599              small tweaks for change#6705: avoid C++ style comments in C code;
53600              use Perl's malloc API rather than the low level system one
53601              
53602              Array context keeps slithering in.
53603              
53604              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
53605              
53606              Subject: [PATCH] os2.c fix for use64bitint
53607              
53608              Update to Pod::LaTeX 0.53.
53609              Subject: [PATCH] lib/Pod/LaTeX.pm updates
53610              
53611              Document the endianness of Alpha more precisely.
53612              
53613              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
53614              
53615              Rename the macro argument because some preprocessors
53616              can't tell the difference and expand arguments also inside
53617              double quoted strings.
53618              
53619              free TLS slot properly on Windows
53620              
53621              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
53622              
53623              Unicos/mk requires elaborate paranoia.
53624              
53625              Tweak the floating point output routine preferences.
53626              
53627              Also under djgpp the timestamps are funky.
53628              
53629              Apply some PodParser 1.18 patches; the Pod/Find.pm
53630              patches cannot be applied since #6712 conflicts.
53631              
53632              Use PodParser 1.18 new test.
53633              
53634              A pod nit.
53635              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
53636              
53637              Be verydeepclean.
53638      Branch: maint-5.6/perl
53639           +> pod/perlebcdic.pod
53640           !> (integrate 106 files)
53641 ____________________________________________________________________________
53642 [  7892] By: jhi                                   on 2000/11/27  15:02:32
53643         Log: Update Changes.
53644      Branch: perl
53645            ! Changes patchlevel.h
53646 ____________________________________________________________________________
53647 [  7891] By: jhi                                   on 2000/11/27  14:57:23
53648         Log: Subject: Re: perlfaq style changes
53649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53650              Date: Sat, 25 Nov 2000 23:32:26 -0800
53651              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
53652              
53653              plus a note from Ronald Kimball.
53654      Branch: perl
53655            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
53656 ____________________________________________________________________________
53657 [  7890] By: jhi                                   on 2000/11/27  14:53:14
53658         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
53659              From: Benjamin Holzman <bah@ecnvantage.com>
53660              Date: Sun, 26 Nov 2000 16:27:33 -0500
53661              Message-ID: <20001126162733.J25040@ecnvantage.com>
53662      Branch: perl
53663            ! gv.c
53664 ____________________________________________________________________________
53665 [  7889] By: jhi                                   on 2000/11/27  14:43:11
53666         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
53667              From: lvirden@cas.org
53668              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
53669              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
53670      Branch: perl
53671            ! README.amiga
53672 ____________________________________________________________________________
53673 [  7888] By: jhi                                   on 2000/11/27  14:32:34
53674         Log: Restore also the locale test to no-sprintf-taint state.
53675              Fixes the bug 20001127.003.
53676      Branch: perl
53677            ! sv.c t/pragma/locale.t
53678 ____________________________________________________________________________
53679 [  7887] By: gsar                                  on 2000/11/27  14:13:05
53680         Log: integrate changes#6613..6616,6620..6665 from mainline
53681              
53682              VMS configure.com update continues.
53683              
53684              Subject: Test fails / warnings with perl-current #6612
53685              
53686              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
53687              
53688              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53689              
53690              For now remove the mail code.
53691              
53692              Subject: Re: [PATCH] @+, @- readonly
53693              
53694              Subject: warning: storage class after type is obsolescent
53695              
53696              Subject: sfio2000
53697              
53698              Subject: Re: File::Temp problems on VMS in bleedperl
53699              
53700              README.os2 update.
53701              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
53702              
53703              Make the user to give up his firstborn, err, to knowingly
53704              verify installing an unstable developer release.  Also bump
53705              the release to 5.7.0, but leave a patch tag in the local
53706              patches saying that this is not yet the real thing.
53707              
53708              Update (kinda) to Test 1.14, from Joshua Pritikin.
53709              
53710              make ok etc also for win32.
53711              
53712              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
53713              
53714              Don't blow limited stacks, a lower number is enough to
53715              tickle the lookbehind limit.
53716              
53717              Use -Dusedevel; regen Configure and the respective Porting stuff.
53718              
53719              Subject: [PATCH] debugger exit code should reflect user exit code
53720              
53721              Subject: [PATCH perl@6620] cygwin port
53722              
53723              Missed a file from #6638.
53724              
53725              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)
53726              
53727              magic callbacks all need to have same type signature
53728              
53729              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
53730              
53731              Fix a dependency problem.
53732              Subject: [PATCH: 6640] VMS Makefile.SH update
53733              
53734              The numeric locale was reset to "C" by s?printf and never restored.
53735              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53736              No test since adding the failing example to locale.t
53737              does not fail -- probably because the locale settings are so
53738              thoroughly tweaked by that time.  Running the example standalone
53739              does fail, though.  UPDATE: test case added at change #7540.
53740              
53741              Subject: [ID 20000324.040] minor fix to perlhpux.pod
53742              
53743              Update to CPAN 1.57.
53744              
53745              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
53746              
53747              Change the perlbug address to perl.org since it's more forgiving.
53748              
53749              Change the regx compilation error markers to use = instead of <
53750              since pod makes using the latter quite messy.  Reported in
53751              ID 20000814.006 by Abigail and in
53752              Subject: Unknown escape E<> ?
53753              
53754              Update to perldebtut 1.9, from Richard Foley.
53755              
53756              check that the number pseudo children doesn't exceed
53757              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
53758              the WaitForMultipleObjects() limit that would cause wait()
53759              to crash)
53760              wait() and waitpid() could potentially be rewritten to use
53761              more than one thread to do the waiting to eliminate this
53762              limitation
53763              
53764              change#6328 could make close(SOCKET) return false on windows
53765              when it shouldn't
53766              
53767              pod nit seen in passing
53768              
53769              on windows, the return values from wait() and waitpid() don't
53770              match those of pseudo-pids
53771              
53772              waitpid() now handles externally spawned pids correctly;
53773              fixes for backtick/wait/waitpid failures on Windows 9x
53774              these changes make the pid returned by process functions on
53775              Windows 9x always positive by clearing the high bit (which
53776              is always set on Win9x); pseudo-process PIDs are likewise
53777              always negative now on Win9x (just as on NT/2000)
53778              
53779              trailing new %ENV entries weren't being pushed into the real
53780              environment of subprocesses on Windows
53781              
53782              Tweak the regex compilation errors once more.
53783              
53784              avoid warnings from dense compiler
53785              
53786              add "ok" targets from change#6632 in makefile.mk
53787      Branch: maint-5.6/perl
53788            - lib/Pod/PlainText.pm vms/configure.com
53789           !> (integrate 66 files)
53790 ____________________________________________________________________________
53791 [  7886] By: jhi                                   on 2000/11/27  13:54:18
53792         Log: __FUNCTION__ isn't portable and trying to emulate it leads
53793              into practically spelling out the name of the function.
53794              Takes care of the bug 20001127.001.
53795      Branch: perl
53796            ! perlio.c
53797 ____________________________________________________________________________
53798 [  7885] By: gsar                                  on 2000/11/27  13:53:18
53799         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
53800              6610..6611 from mainline
53801              
53802              Make regular expression parse error messages easier to understand.
53803              Subject: Re: enhanced(?) regex error messages
53804              
53805              Tiny tidying on report_evil_fh().
53806              
53807              Subject: Re: enhanced(?) regex error messages 
53808              plus Capitalize the error messages, plus perldiag them.
53809              
53810              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
53811              
53812              Document here-doc better.
53813              
53814              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53815              
53816              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
53817              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
53818              (either perlbug or p5p ate the original), plus regen
53819              perlapi and perltoc. 
53820              
53821              Regen global.sym.
53822              
53823              Double check that we have a dirhandle.
53824              
53825              Subject: Re: enhanced(?) regex error messages
53826              (plus two small patches sent privately)
53827              (this still seems to leave few test failures)
53828              
53829              warn is a macro, avoid using at a variable to avoid warnings
53830              in some configurations; readdir.t is too conservative in
53831              estimating number of *.t's
53832              
53833              Get back into sync with Jeffrey on the enhanced regex warnings.
53834              
53835              Subject: [PATCH 5.6.0] cygwin port
53836              
53837              Zero entries were skipped, fix from Adrian Goalby
53838              <argoalby@yahoo.co.uk>
53839              
53840              Subject: Remove dead entry in perldiag
53841              
53842              Amend the description of Perl6.
53843              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
53844              
53845              detypo
53846              
53847              It's the 2ndO'ROSSC.
53848              
53849              Revert the sv.c part of #6559, a better fix is needed.
53850              
53851              Iterating perl6 description.
53852              
53853              Update to Term::ANSIColor 1.03, from Russ Allbery.
53854              
53855              Update to Getopt::Long 2.23_05, from Johan Vromans.
53856              
53857              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
53858              
53859              Update to Pod::Parser 1.17, from Brad Appleton.
53860              
53861              Update to CPAN 1.56, from Andreas König.
53862              
53863              Update to CGI 2.70, from Lincoln Stein.
53864              
53865              Put back the std @INC thing.
53866              
53867              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
53868              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
53869              
53870              Document the IO::Select timeout.
53871              
53872              sleep(1) does not necessarily return 1.
53873              Subject: [PATCH bleadperl] op/lex_assign.t  
53874              
53875              Subject: debugger "d" command doesnt check line number
53876              
53877              B::Deparse didn't do sub attributes.
53878              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53879              
53880              Preprocessing and postprocessing for File::Find.
53881              Subject: Patch to Find::File.pm to allow alphabetical results
53882              
53883              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
53884              
53885              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
53886              
53887              Subject: Re: [ID 20000730.003] utf8::length() bad
53888              
53889              Subject: Getting perlio and threads to compile
53890              (the Solaris version changes in Configure skipped)
53891              
53892              Tests for #6589.
53893              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53894              
53895              Add Perl debugging tutorial, regen toc. 
53896              Subject: perldebtut.pod
53897              
53898              Add a few missing files, update MANIFEST.
53899              
53900              Rewrite of vms/subconfigure.com as configure.com,
53901              from Peter Prymmer and the vmsperl crew.
53902              
53903              Should have deleted this in #6603.
53904              
53905              Fix the test for 5005threads.
53906              
53907              Fix-n-skip the tests under 5005threads.
53908              
53909              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
53910              
53911              Upgrade to CGI 2.71, from Lincoln Stein.
53912      Branch: maint-5.6/perl
53913           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
53914           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
53915           +> t/op/regmesg.t t/pod/find.t vms/configure.com
53916            - vms/subconfigure.com
53917            ! lib/lib.pm
53918           !> (integrate 115 files)
53919 ____________________________________________________________________________
53920 [  7884] By: jhi                                   on 2000/11/27  13:44:33
53921         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
53922              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53923              Date:     Mon, 27 Nov 2000 08:23:54 EST
53924              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
53925      Branch: perl
53926            ! vms/descrip_mms.template vms/test.com
53927 ____________________________________________________________________________
53928 [  7883] By: gsar                                  on 2000/11/27  11:50:46
53929         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
53930              6511..6513,6515..6523,6525..6536
53931              
53932              The swallow_bom() saga continues.  The #23 of require.t
53933              (UTF16-LE) still fails (silently, no output) but the #22
53934              (UTF16-BE) seems to be working now.  The root of the
53935              failure may be in sv_gets(): is it UTF-16LE-aware,
53936              especially when it comes to line endings? 
53937              
53938              Document the problem with -P in HP-UX and its workaround.
53939              
53940              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
53941              (aka ID 20000730.002)
53942              
53943              Subject: fix and question re: waitpid() under win32
53944              
53945              Make the safety catch for buggy gccs work with triple version
53946              numbers like 2.95.2.  Reported in
53947              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
53948              
53949              In Digital UNIX warn if gcc explicitly chosen because even
53950              2.95.2 is known to cause problems.
53951              
53952              Make chr() for values >127 to create utf8 when under utf8.
53953              
53954              various syntax errors and such (not fixed: comp/require.t#22 coredump
53955              on Windows)
53956              
53957              Stash away the largefiles flags and libswanted.
53958              
53959              BOM patching from Simon Cozens.
53960              
53961              If gccosandvers is equal to osname, clear gccosandvers.
53962              
53963              Make p4desc to skip non-mainperl branches by default.
53964              
53965              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
53966              
53967              The test from this
53968              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
53969              
53970              In new BSDs changes to argv[] do not show up in ps(1) output,
53971              instead one must use setproctitle().  This was already addressed
53972              by change #6457, but the below has a new variant for FreeBSD 4.0
53973              or later, and the matter is also documented more.
53974              
53975              FreeBSD 3.* updates from
53976              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53977              
53978              regen_headers, regen perltoc.
53979              
53980              Document in one place the memory abstractions used in Perl core.
53981              
53982              memcpy has n o in it, as pinted ut by Sarathy.
53983              
53984              Remove the extraneous "main::" prefix from all the
53985              "opened only for", "on closed", and "never opened" warnings.
53986              
53987              The name of a filehandle does not have <these>.
53988              
53989              The tr utf8 patching continues.
53990              
53991              The new setproctitle() feature is available only in 
53992              bleeding edge FreeBSD.  From Paul Saab.
53993              
53994              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
53995              
53996              Dump UVs as UVs in Data::Dumper.
53997              
53998              detypo #6494
53999              
54000              Document the IVdf UVuf UVof UVxf.
54001              
54002              require.t needs binmode() to work on windows
54003              
54004              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
54005              that are hopefully soon put into use.
54006              
54007              Allow "no Module;" even if there is no 'unimport'.
54008              
54009              Better skip message for the test; one of the two problems in
54010              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
54011              
54012              The subtest 4 may fail also on VOBS, as pointed out
54013              by Nick Ing-Simmons in November 1999, bug id 19991124.003
54014              (but the failure in that bug report isn't the subtest 4).
54015              
54016              Be more informative on what is skipped and why,
54017              also repeat the list at the end.
54018              
54019              Add a URL for FSF.
54020              
54021              Subject: [PATCH] sv.h documentation - SvLEN
54022              
54023              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
54024              
54025              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
54026              
54027              Subject: [PATCH] bad cppsymbols on os2 + Configure question
54028              
54029              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
54030              
54031              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
54032              mention the idea of @( and @)
54033              
54034              This is 6512.  Really.
54035              
54036              Subject: [ID 19990721.004] Documentation bug in perlfunc
54037              
54038              Subject: Minor tweak to perlvar.pod
54039              
54040              In the warnings call filehandles consistently so;
54041              add "unopened" warning for stat().
54042              
54043              After the #6519 a warning about stat() is just that,
54044              not about a filetest, which now have their own warning.
54045              
54046              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
54047              
54048              Subject: Re: Array vs. List context
54049              
54050              Subject: New perlcc, take 2
54051              
54052              Weed buglets pointed out by
54053              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
54054              
54055              gcc versions might have (parentheses) in them.
54056              
54057              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
54058              
54059              Essential prototype changes were missing from #6527.
54060              Also make report_evil_fh() more bomb-proof.
54061              
54062              Zap lib/Sys directory when cleaning up.
54063              
54064              Change the Policy policy: now -Dprefix= with an existing
54065              Policy.sh and prefix == siteprefix == vendorprefix, then all
54066              of them follow along the new prefix.
54067              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
54068              
54069              Continue fixing the io warnings.  This also
54070              sort of fixes bug ID 20000802.003: the core dump
54071              is no more.  Whether the current behaviour is correct
54072              (giving a warning: "Not a format reference"), is another matter.
54073              
54074              Have symbols for the IoTYPEs.
54075              
54076              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
54077              
54078              Document a bit that UDP is not what you might think.
54079              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
54080              tr memory corruption fix from Simon Cozens.
54081              
54082              Plug the security hole described in the Aug 05 2000 bugtraq message
54083              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
54084              The security hole exists only in suidperls, which isn't
54085              installed or even built by default.
54086      Branch: maint-5.6/perl
54087           !> (integrate 71 files)
54088 ____________________________________________________________________________
54089 [  7882] By: gsar                                  on 2000/11/27  10:25:36
54090         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
54091              from mainline
54092              
54093              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
54094              to be fatal errors (instead of by default ignoring them, and
54095              ignoring with a bug: even though -w gave an error, the opening [
54096              was left in)  Reported in:
54097              
54098              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
54099              
54100              Subject: [PATCH] split /^/
54101              
54102              MacOS nits from Matthias Neeracher.
54103              
54104              More split() doc and test patches from Mike Guy.
54105              
54106              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
54107              from Graham Barr in the module list.
54108              
54109              docfix from Peter Scott <Peter@PSDT.com>.
54110              
54111              File::Temp patches for VMS and OS/2 from Tim Jenness.
54112              
54113              open() wariness in perlbug.
54114              
54115              Subject: [PATCH] minor doc change - perlguts
54116              
54117              Subject: Minor doc patch: handy.h
54118              
54119              Be wary of close()s, too.
54120              
54121              Further File::Temp patches from Yitzchak Scott-Thoennes
54122              and Craig A. Berry.
54123              
54124              Subject: [PATCH] fixes bug 20000508.004
54125              
54126              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
54127              
54128              Allow "no AutoLoader;", based on change #6444,
54129              suggested by Graham Barr.
54130              
54131              Use setproctitle() if available to modify $0.
54132              
54133              Warn if the version of the operating system used to compile gcc
54134              differs from the current version of the operating system.
54135              Also display the gcc compilation os and version in myconfig.
54136              Inspiration from
54137              
54138              Tiny fixes for #6460.
54139              
54140              The problem described in this
54141              Subject: [ID 20000322.018] named chars aren't magical enough
54142              has been fixed in perl 5.6.0 but just in case added a test
54143              to keep it away.  (The report from Joseph Hall.)
54144              
54145              Tune the comments and hopefully stop a memory leak.
54146              
54147              Subject: UTF8 concat
54148              (with a memory leak fixed, plus a few casts added)
54149              This also seems to help for
54150              Subject: [ID 20000716.015] join UTF8 weirdness
54151              
54152              Do not upgrade SVs into utf8 just because they participate
54153              in eq or cmp.  Reported and fix suggested in
54154              Subject: [ID 20000720.009] sv_eq UTF8 bug
54155              
54156              Fix the HALF_UPGRADE() macro introduced in #6263.
54157              
54158              Find green threads before native threads.
54159              Subject: Re: Patch to jpl/JNI/Makefile.PL
54160      Branch: maint-5.6/perl
54161           !> (integrate 30 files)
54162 ____________________________________________________________________________
54163 [  7881] By: jhi                                   on 2000/11/27  05:48:41
54164         Log: It seems that *both* the unused submatch loop cleanup
54165              codes are needed.
54166      Branch: perl
54167            ! regexec.c
54168 ____________________________________________________________________________
54169 [  7880] By: jhi                                   on 2000/11/27  04:50:07
54170         Log: Clean .exists deeper.
54171      Branch: perl
54172            ! Makefile.SH
54173 ____________________________________________________________________________
54174 [  7879] By: jhi                                   on 2000/11/27  02:31:35
54175         Log: The code in regcppop() (see #7878) contains the correct lower
54176              limit for the unused submatch 'cleanup' loop so that under
54177              "use utf8" the following code wouldn't dump core:
54178              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
54179              the cleanup loop in regtry() stomped beyond allocated area
54180              in the startp[] array.  Therefore, copied the correct lower
54181              loop limit (*PL_reglastparen) to regtry().  Note: something
54182              may still not be quite right: why was the _higher_ loop limit
54183              (prog->nparens) different in the utf8 case?
54184              
54185              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
54186              without core dumps, there were about 17 of them before
54187              the patch (with us since Perl 5.7.0).  Two failures, still:
54188              496 and 505 (though these may not be severe).
54189              
54190              Patch #7881 is also needed since both the cleanup loops
54191              seem to be needed.
54192              
54193              Also, the t/op/pat#44 seems to core dump under utf8.
54194              Plus a couple of failures.  UGH-8.
54195      Branch: perl
54196            ! regexec.c
54197 ____________________________________________________________________________
54198 [  7878] By: jhi                                   on 2000/11/27  02:21:17
54199         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
54200              the code in regcppop() seems to be redundant for the test suite --
54201              but it contains a germ of truth, and it needed for the build
54202              process itself: see #7879 and #7881.
54203      Branch: perl
54204            ! regexec.c
54205 ____________________________________________________________________________
54206 [  7877] By: jhi                                   on 2000/11/27  01:53:09
54207         Log: Comment on comment.
54208      Branch: perl
54209            ! regexec.c
54210 ____________________________________________________________________________
54211 [  7876] By: jhi                                   on 2000/11/27  00:49:59
54212         Log: Adjust the docs to agree with #7875.
54213      Branch: perl
54214            ! pod/perllocale.pod
54215 ____________________________________________________________________________
54216 [  7875] By: jhi                                   on 2000/11/27  00:49:27
54217         Log: Retract #7863.  It makes more sense not to taint formatted output,
54218              not even by sprintf().
54219      Branch: perl
54220            ! sv.c
54221 ____________________________________________________________________________
54222 [  7874] By: jhi                                   on 2000/11/26  23:36:02
54223         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
54224              Not really fixed (should really dump the UTF-8 charclass),
54225              but stopped displaying the garbage.
54226              
54227              Also add a note on the (missing) Unicode PSXSPC and BLANK.
54228      Branch: perl
54229            ! regcomp.c
54230 ____________________________________________________________________________
54231 [  7873] By: jhi                                   on 2000/11/26  21:31:13
54232         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
54233      Branch: perl
54234            ! regexec.c
54235 ____________________________________________________________________________
54236 [  7872] By: jhi                                   on 2000/11/26  21:06:04
54237         Log: No need to scan till infinity, 13 is enough.
54238      Branch: perl
54239            ! handy.h utf8.c
54240 ____________________________________________________________________________
54241 [  7871] By: jhi                                   on 2000/11/26  20:20:32
54242         Log: Test line numbers are different with utf8.
54243      Branch: perl
54244            ! t/op/re_tests
54245 ____________________________________________________________________________
54246 [  7870] By: jhi                                   on 2000/11/26  20:10:12
54247         Log: Message nit.
54248      Branch: perl
54249            ! regcomp.c
54250 ____________________________________________________________________________
54251 [  7869] By: jhi                                   on 2000/11/26  19:01:05
54252         Log: Make utf8_length() and utf8_distance() (the latter of which
54253              is unused at the moment) to be less forgiving about bad UTF-8.
54254      Branch: perl
54255            ! embed.h embed.pl objXSUB.h proto.h utf8.c
54256 ____________________________________________________________________________
54257 [  7868] By: jhi                                   on 2000/11/26  18:45:56
54258         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
54259              From: Benjamin Holzman <bah@ecnvantage.com>
54260              Date: Sat, 25 Nov 2000 20:40:20 -0500       
54261              Message-ID: <20001125204020.A25040@ecnvantage.com>              
54262              
54263              Debian allows installing /usr/bin/locale without installing
54264              any locales, an error message will ensue.
54265      Branch: perl
54266            ! t/pragma/locale.t
54267 ____________________________________________________________________________
54268 [  7867] By: jhi                                   on 2000/11/26  18:31:12
54269         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
54270              From: Benjamin Holzman <bah@ecnvantage.com>
54271              Date: Sun, 26 Nov 2000 02:42:34 -0500
54272              Message-ID: <20001126024234.G25040@ecnvantage.com>
54273              
54274              Patch for the bug 20000212.002.
54275      Branch: perl
54276            ! sv.c t/op/array.t
54277 ____________________________________________________________________________
54278 [  7866] By: jhi                                   on 2000/11/26  18:28:09
54279         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
54280              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54281              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
54282              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
54283              
54284              File::Temp 0.11.
54285      Branch: perl
54286            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
54287 ____________________________________________________________________________
54288 [  7865] By: jhi                                   on 2000/11/26  18:24:22
54289         Log: The metaconfig unit change for #7864.
54290      Branch: metaconfig/U/perl
54291            ! need_va_copy.U
54292 ____________________________________________________________________________
54293 [  7864] By: jhi                                   on 2000/11/26  18:23:41
54294         Log: Make the va_copy() test not to be so talkative.
54295      Branch: perl
54296            ! Configure config_h.SH
54297 ____________________________________________________________________________
54298 [  7863] By: jhi                                   on 2000/11/26  18:11:02
54299         Log: Fix locale inconsistencies unearthed by Hugo's work.
54300              Now the floating point sprintf really does taint the result
54301              string as perllocale promises (has promised for a long time)
54302              if "use locale" is in the lexical scope.
54303      Branch: perl
54304            ! sv.c t/pragma/locale.t
54305 ____________________________________________________________________________
54306 [  7862] By: jhi                                   on 2000/11/26  00:35:15
54307         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
54308              From: Nicholas Clark <nick@ccl4.org>
54309              Date: Sun, 26 Nov 2000 00:07:50 +0000
54310              Message-ID: <20001126000750.A22446@plum.flirble.org>
54311              
54312              Infinit.
54313      Branch: perl
54314            ! sv.c
54315 ____________________________________________________________________________
54316 [  7861] By: jhi                                   on 2000/11/26  00:01:26
54317         Log: Integrate perlio.
54318      Branch: perl
54319           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
54320 ____________________________________________________________________________
54321 [  7860] By: nick                                  on 2000/11/25  22:04:17
54322         Log: Correct relative path from new ext\Filter\Util\Call location
54323              back to miniperl.
54324      Branch: perlio
54325            ! win32/makefile.mk
54326 ____________________________________________________________________________
54327 [  7859] By: nick                                  on 2000/11/25  21:26:54
54328         Log: Integrate mainline.
54329      Branch: perlio
54330           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54331           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
54332           +> t/lib/filter-util.t
54333            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54334            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54335            - t/lib/filt-util.t
54336           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
54337           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
54338           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
54339           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
54340           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
54341           !> win32/makefile.mk
54342 ____________________________________________________________________________
54343 [  7858] By: gsar                                  on 2000/11/25  20:52:17
54344         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
54345              parent's memory; fix it by keeping track of the actual pad
54346              offset rather than a raw pointer (this change is probably also
54347              relevant to non-ithreads case to avoid fallout from reallocs of
54348              the pad array, but is currently only enabled for the ithreads
54349              case in the interests of minimal disruption to existing "well
54350              tested" code)
54351      Branch: perl
54352            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
54353            ! proto.h scope.c scope.h sv.c t/op/fork.t
54354 ____________________________________________________________________________
54355 [  7857] By: nick                                  on 2000/11/25  20:01:28
54356         Log: All tests pass on Win32/gcc/USE_PERLIO.
54357              - when crlf layer is pushed make unix-level binary.
54358              - remove :crlf injection in pp_backtick in pp_sys.c
54359              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
54360      Branch: perlio
54361            ! doio.c perlio.c pp_sys.c win32/makefile.mk
54362 ____________________________________________________________________________
54363 [  7856] By: jhi                                   on 2000/11/25  18:38:30
54364         Log: Update the metaconfig units for #7855.
54365      Branch: metaconfig/U/perl
54366            ! useperlio.U usesocks.U
54367 ____________________________________________________________________________
54368 [  7855] By: jhi                                   on 2000/11/25  18:37:54
54369         Log: Undo the SOCKS workarounds, instead start using PerlIO
54370              if SOCKS is selected.
54371              
54372              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
54373              From: Jens Hamisch <jens@Strawberry.COM>
54374              Date: Fri, 24 Nov 2000 18:31:30 +0100
54375              Message-ID: <20001124183130.E28337@Strawberry.COM>
54376              
54377              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
54378              From: Jens Hamisch <jens@Strawberry.COM>
54379              Date: Fri, 24 Nov 2000 19:11:51 +0100
54380              Message-ID: <20001124191151.A28753@Strawberry.COM>
54381      Branch: perl
54382            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
54383            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
54384 ____________________________________________________________________________
54385 [  7854] By: jhi                                   on 2000/11/25  17:39:08
54386         Log: Undo #7848.  Some of the code seems to use walkoptree(),
54387              some walkoptree_slow().  An unfinished renaming?
54388              Now the sub is walkoptree() (which is @EXPORT_OK),
54389              the walkoptree_slow() is a typeglob alias to walkoptree.
54390              This makes the tests to pass, at least.
54391      Branch: perl
54392            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
54393 ____________________________________________________________________________
54394 [  7853] By: nick                                  on 2000/11/24  22:24:33
54395         Log: Re-arrange crlf vs binary for platforms that care.
54396              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
54397              Lip-service to making stdio layer work on such platforms (untested).
54398              Now fails 3 tests rather than one, checkin to see if I can debug 
54399              the issue under linux. (Do not merge.)
54400      Branch: perlio
54401            ! doio.c perlio.c perliol.h
54402 ____________________________________________________________________________
54403 [  7852] By: jhi                                   on 2000/11/24  18:57:39
54404         Log: AUTHORS edits.
54405      Branch: perl
54406            ! AUTHORS
54407 ____________________________________________________________________________
54408 [  7851] By: jhi                                   on 2000/11/24  17:34:56
54409         Log: Add Jan-Erik Karlsson.
54410      Branch: perl
54411            ! AUTHORS
54412 ____________________________________________________________________________
54413 [  7850] By: jhi                                   on 2000/11/24  17:27:56
54414         Log: Configure should find stdchar on its own.
54415      Branch: perl
54416            ! hints/solaris_2.sh
54417 ____________________________________________________________________________
54418 [  7849] By: jhi                                   on 2000/11/24  17:24:55
54419         Log: Subject: PATCH over 7848: Filter test flawed
54420              From: andreas.koenig@anima.de (Andreas J. Koenig)
54421              Date: 24 Nov 2000 10:28:29 +0100
54422              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
54423      Branch: perl
54424            ! t/lib/filter-util.t
54425 ____________________________________________________________________________
54426 [  7848] By: jhi                                   on 2000/11/24  17:22:15
54427         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
54428              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
54429              Date: Fri, 24 Nov 2000 16:12:58 +0000
54430              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
54431      Branch: perl
54432            ! ext/B/B.pm
54433 ____________________________________________________________________________
54434 [  7847] By: jhi                                   on 2000/11/24  03:07:01
54435         Log: Integrate perlio.
54436      Branch: perl
54437           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
54438           !> win32/makefile.mk
54439 ____________________________________________________________________________
54440 [  7846] By: gsar                                  on 2000/11/24  00:55:57
54441         Log: integrate changes#6415..6418,6420..6438 from mainline
54442              
54443              Fix the bitvector ops for utf8 (tricky since past 7 bits
54444              the utf8 'characters' can be more than one octet).
54445              
54446              MPE/ix updates for perl 5.6.0 from Mark Bixby.
54447              
54448              Subject: SDBM_File documentation
54449              
54450              Detypo.
54451              
54452              Decutandpasto.
54453              
54454              Send all installperl messages to STDERR and be -w clean.
54455              
54456              Out-of-date note removed.
54457              
54458              Protect against "wild next"s, that is, callbacks doing "next"
54459              instead of "return".
54460              
54461              Use STDOUT consistently.
54462              
54463              The output might have been produced in the wrong order.
54464              
54465              A missing 'break' after the [[:space:]] switch case.
54466              
54467              Add tests for
54468              [ID 19991110.003] another matching finding by pcre author
54469              which has already been fixed by some patch, as verified in
54470              
54471              Documentation to explain the behaviour of map().
54472              
54473              Add an optimization for map-maps-a-list-element-to-more-list-elements
54474              case, but add also notes explaining the relationship of this
54475              patch and the earlier notes by Sarathy.
54476              
54477              Subject: [ID 20000716.023] syslog test fails without sockets
54478              
54479              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54480              Test cases for #6431.
54481              
54482              File::Spec::VMS fixup for tmpdir from Craig Berry.
54483              
54484              Make the "uninit variable" warning to say "concat or string"
54485              or "join or string" when in concat or join .
54486              
54487              Get UTF16 BOMs working.  Patch from
54488              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54489              
54490              Subject: [PATCH] Make large file tests deal with SIGXFSZ
54491              
54492              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54493              
54494              Subject: [PATCH] av.c apidoc
54495      Branch: maint-5.6/perl
54496           !> (integrate 43 files)
54497 ____________________________________________________________________________
54498 [  7845] By: gsar                                  on 2000/11/24  00:20:45
54499         Log: integrate changes#6406..6414 from mainline
54500              
54501              Merge perlhacktut into perlhack, update perlguts.
54502              
54503              Fix AutoSplit to use File::Spec the right way in VMS,
54504              from Peter Prymmer.
54505              
54506              The bug report
54507              [ID 19991110.002] minimal matching discrepancy found by pcre author
54508              seems to have been fixed (though differently from what was suggested
54509              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
54510              
54511              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
54512              not in pod, from Peter Prymmer
54513              
54514              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
54515              From: Hugo <hv@crypt.compulink.co.uk>
54516              Date: Fri, 14 Jul 2000 23:05:20 +0100
54517              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
54518              
54519              Didn't anymore apply, but that point still could use another fix.
54520              
54521              lib/b test fixes from Peter Prymmer.
54522              
54523              More docs for sv functions.
54524              
54525              perlvms.pod whitespace cleanup to keep pod utils happy.
54526              
54527              another VMS build tweak from Peter Prymmer
54528      Branch: maint-5.6/perl
54529           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
54530           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
54531           !> vms/descrip_mms.template vms/perlvms.pod
54532 ____________________________________________________________________________
54533 [  7844] By: nick                                  on 2000/11/23  23:42:45
54534         Log: Win32/perlio Now just fails one io/argv.t test - lack 
54535              of default :crlf on standard streams.
54536      Branch: perlio
54537            ! doio.c perlio.c
54538 ____________________________________________________________________________
54539 [  7843] By: nick                                  on 2000/11/23  23:04:05
54540         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
54541              peek fail is showing a real problem (multiple crlf layers
54542              are getting pushed.)
54543      Branch: perlio
54544            ! doio.c perlio.c win32/makefile.mk
54545 ____________________________________________________________________________
54546 [  7842] By: nick                                  on 2000/11/23  19:46:23
54547         Log: Implement PerlIO_binmode()
54548              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
54549              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
54550              make binmode in t/lib/io_tell.t unconditional so that works.
54551              Checkin just so Win32 machine can see these changes.
54552      Branch: perlio
54553            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
54554 ____________________________________________________________________________
54555 [  7841] By: jhi                                   on 2000/11/23  19:30:00
54556         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
54557      Branch: perl
54558            ! README.amiga
54559 ____________________________________________________________________________
54560 [  7840] By: jhi                                   on 2000/11/23  17:18:02
54561         Log: SOCKS wrestling continues, patches from Jens Hamisch.
54562      Branch: perl
54563            ! doio.c embed.h embed.pl perlsdio.h proto.h
54564 ____________________________________________________________________________
54565 [  7839] By: jhi                                   on 2000/11/23  16:54:14
54566         Log: Push Filter::Util::Call one level deeper.
54567      Branch: perl
54568            + t/lib/filter-util.t
54569           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54570           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
54571            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54572            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54573            - t/lib/filt-util.t
54574            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54575            ! win32/Makefile win32/makefile.mk
54576 ____________________________________________________________________________
54577 [  7838] By: jhi                                   on 2000/11/23  16:52:40
54578         Log: Reach back one higher up when searching for PERL_SRC.
54579      Branch: perl
54580            ! lib/ExtUtils/MM_Unix.pm
54581 ____________________________________________________________________________
54582 [  7837] By: jhi                                   on 2000/11/23  16:05:41
54583         Log: Subject: Re: perl@7826
54584              Date: Thu, 23 Nov 2000 02:20:25 -0600
54585              From: "Craig A. Berry" <craigberry@mac.com>
54586              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
54587              
54588              Make VMS to like Filter::Util::Call. 
54589      Branch: perl
54590            ! configure.com ext/Filter/Util/Makefile.PL
54591 ____________________________________________________________________________
54592 [  7836] By: nick                                  on 2000/11/23  16:04:08
54593         Log: Implement crlf layer - not ready for merge.
54594      Branch: perlio
54595            ! perlio.c win32/makefile.mk
54596 ____________________________________________________________________________
54597 [  7835] By: jhi                                   on 2000/11/23  15:56:52
54598         Log: STDCHAR is different in Sparc v9 vs x86.
54599      Branch: perl
54600            ! hints/solaris_2.sh
54601 ____________________________________________________________________________
54602 [  7834] By: jhi                                   on 2000/11/23  15:50:47
54603         Log: The type needs to be visible to protos.
54604      Branch: perl
54605            ! perl.h
54606 ____________________________________________________________________________
54607 [  7833] By: jhi                                   on 2000/11/23  15:40:46
54608         Log: Finish unfinished SOCKS workaround changes.
54609      Branch: perl
54610            ! doio.c
54611 ____________________________________________________________________________
54612 [  7832] By: jhi                                   on 2000/11/23  15:33:30
54613         Log: Integrate perlio.
54614      Branch: perl
54615           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54616           !> win32/makefile.mk
54617 ____________________________________________________________________________
54618 [  7831] By: nick                                  on 2000/11/23  10:31:07
54619         Log: Correct makefile.mk dependancies for ext/Filter/Util
54620              Build ext/Encode
54621              Run dmake regen_config_h
54622      Branch: perlio
54623            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54624            ! win32/makefile.mk
54625 ____________________________________________________________________________
54626 [  7830] By: nick                                  on 2000/11/23  08:05:07
54627         Log: Integrate mainline
54628      Branch: perlio
54629           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54630           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
54631           +> t/lib/filt-util.pl t/lib/filt-util.t
54632           !> (integrate 41 files)
54633 ____________________________________________________________________________
54634 [  7829] By: gsar                                  on 2000/11/23  03:07:11
54635         Log: build the Filter extension on windows
54636      Branch: perl
54637            ! win32/Makefile win32/makefile.mk
54638 ____________________________________________________________________________
54639 [  7828] By: gsar                                  on 2000/11/23  02:46:35
54640         Log: regenerate win32/config* and fix some inconsistencies in the
54641              makefiles; always export Perl_deb() because it is needed
54642              by ext/re/* (whether perl itself is built with -DDEBUGGING
54643              or not)
54644      Branch: perl
54645            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
54646            ! win32/config_H.vc win32/makefile.mk
54647 ____________________________________________________________________________
54648 [  7827] By: gsar                                  on 2000/11/23  02:18:38
54649         Log: get sources building on windows+MSVC again (untested with other
54650              compilers)
54651      Branch: perl
54652            ! win32/include/sys/socket.h win32/perllib.c
54653 ____________________________________________________________________________
54654 [  7826] By: jhi                                   on 2000/11/23  01:18:26
54655         Log: Update Changes.
54656      Branch: perl
54657            ! Changes patchlevel.h
54658 ____________________________________________________________________________
54659 [  7825] By: jhi                                   on 2000/11/23  00:20:41
54660         Log: Subject: Re: av.c patch (having slight problems)
54661              From: "Ben Tilly" <ben_tilly@hotmail.com>
54662              Date: Tue, 21 Nov 2000 23:29:31 -0500
54663              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
54664              
54665              unshift() speedup.
54666      Branch: perl
54667            ! av.c
54668 ____________________________________________________________________________
54669 [  7824] By: jhi                                   on 2000/11/22  23:59:15
54670         Log: Fixes for signedness warnings noticed by VMSperlers.
54671      Branch: perl
54672            ! ext/Storable/Storable.xs regcomp.c sv.c
54673 ____________________________________________________________________________
54674 [  7823] By: jhi                                   on 2000/11/22  23:19:31
54675         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
54676              From: Peter Prymmer <pvhp@forte.com>
54677              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
54678              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
54679      Branch: perl
54680            ! t/pragma/warn/pp_hot
54681 ____________________________________________________________________________
54682 [  7822] By: jhi                                   on 2000/11/22  22:52:20
54683         Log: Be clean.
54684      Branch: perl
54685            ! Makefile.SH
54686 ____________________________________________________________________________
54687 [  7821] By: jhi                                   on 2000/11/22  22:46:39
54688         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
54689              by Damian Conway, as suggested by Paul Marquess.
54690      Branch: perl
54691            + lib/Filter/Simple.pm
54692 ____________________________________________________________________________
54693 [  7820] By: jhi                                   on 2000/11/22  22:45:51
54694         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
54695      Branch: perl
54696            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54697            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54698            + t/lib/filt-util.t
54699            ! MANIFEST
54700 ____________________________________________________________________________
54701 [  7819] By: jhi                                   on 2000/11/22  22:03:27
54702         Log: Integrate perlio.
54703      Branch: perl
54704           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
54705           !> win32/makefile.mk
54706 ____________________________________________________________________________
54707 [  7818] By: jhi                                   on 2000/11/22  21:56:02
54708         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
54709      Branch: perl
54710            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
54711            ! t/lib/io_sock.t
54712 ____________________________________________________________________________
54713 [  7817] By: jhi                                   on 2000/11/22  21:39:49
54714         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
54715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54716              Date: Wed, 22 Nov 2000 16:08:12 -0500
54717              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
54718      Branch: perl
54719            ! lib/ExtUtils/Liblist.pm
54720 ____________________________________________________________________________
54721 [  7816] By: jhi                                   on 2000/11/22  21:38:25
54722         Log: Go ahead and #include <unistd.h> in perl.h.
54723      Branch: perl
54724            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
54725            ! util.c
54726 ____________________________________________________________________________
54727 [  7815] By: jhi                                   on 2000/11/22  21:22:52
54728         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
54729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54730              Date: Mon, 20 Nov 2000 18:30:52 -0500
54731              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
54732      Branch: perl
54733            ! pod/perlre.pod regcomp.c t/op/re_tests
54734 ____________________________________________________________________________
54735 [  7814] By: jhi                                   on 2000/11/22  21:21:46
54736         Log: Subject: [PATCH 5.7.0] Liblist finally works
54737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54738              Date: Tue, 21 Nov 2000 22:02:17 -0500
54739              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
54740      Branch: perl
54741            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
54742            ! lib/ExtUtils/MakeMaker.pm
54743 ____________________________________________________________________________
54744 [  7813] By: jhi                                   on 2000/11/22  21:20:23
54745         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
54746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54747              Date: Wed, 22 Nov 2000 17:53:15 +0100
54748              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
54749              
54750              AIX dynaloader and perlio patch.
54751      Branch: perl
54752            ! ext/DynaLoader/dl_aix.xs
54753 ____________________________________________________________________________
54754 [  7812] By: jhi                                   on 2000/11/22  21:17:52
54755         Log: (Accidentally empty patch.)
54756      Branch: perl
54757            ! av.c
54758 ____________________________________________________________________________
54759 [  7811] By: jhi                                   on 2000/11/22  21:16:31
54760         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
54761              From: Peter Prymmer <pvhp@forte.com>
54762              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
54763              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
54764      Branch: perl
54765            ! vms/test.com
54766 ____________________________________________________________________________
54767 [  7810] By: jhi                                   on 2000/11/22  21:15:36
54768         Log: Subject: Re: perl@7777 
54769              From: "John P. Linderman" <jpl@research.att.com>
54770              Date: Wed, 22 Nov 2000 13:11:11 -0500
54771              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
54772              
54773              Detypoing.
54774      Branch: perl
54775            ! lib/CPAN.pm
54776 ____________________________________________________________________________
54777 [  7809] By: jhi                                   on 2000/11/22  21:14:19
54778         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
54779              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54780              Date:     Wed, 22 Nov 2000 13:51:37 EST
54781              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
54782      Branch: perl
54783            ! perlsdio.h
54784 ____________________________________________________________________________
54785 [  7808] By: jhi                                   on 2000/11/22  21:13:27
54786         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
54787              From: Casey Tweten <crt@kiski.net>
54788              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
54789              Message-Id: <200011201653.LAA10194@home.kiski.net>
54790      Branch: perl
54791            ! t/lib/io_udp.t
54792 ____________________________________________________________________________
54793 [  7807] By: jhi                                   on 2000/11/22  21:12:35
54794         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
54795              From: Casey Tweten <crt@kiski.net>
54796              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
54797              Message-Id: <200011201636.LAA07227@home.kiski.net>
54798      Branch: perl
54799            ! t/lib/io_sock.t
54800 ____________________________________________________________________________
54801 [  7806] By: jhi                                   on 2000/11/22  21:10:59
54802         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
54803              From: "Casey R. Tweten" <crt@kiski.net>
54804              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
54805              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
54806      Branch: perl
54807            ! utils/h2xs.PL
54808 ____________________________________________________________________________
54809 [  7805] By: nick                                  on 2000/11/22  21:05:06
54810         Log: Integrate mainline
54811      Branch: perlio
54812           !> Changes Porting/genlog ext/DB_File/DB_File.xs
54813           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
54814           !> utils/perlbug.PL
54815 ____________________________________________________________________________
54816 [  7804] By: jhi                                   on 2000/11/22  21:01:12
54817         Log: Subject: [PATCH] Test.pm POD peculiarity
54818              From: "Casey R. Tweten" <crt@kiski.net>
54819              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
54820              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
54821      Branch: perl
54822            ! lib/Test.pm
54823 ____________________________________________________________________________
54824 [  7803] By: jhi                                   on 2000/11/22  20:59:59
54825         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
54826              From: "Philip Newton" <pnewton@gmx.de>
54827              Date: Wed, 22 Nov 2000 14:25:53 +0100
54828              Message-Id: <3A1BD771.25462.1939FAD@localhost>
54829              
54830              Be case-understanding also on 's', and use the -oi of sendmail
54831              not to terminate the transmission on a lone '.'.
54832      Branch: perl
54833            ! utils/perlbug.PL
54834 ____________________________________________________________________________
54835 [  7802] By: nick                                  on 2000/11/22  20:51:42
54836         Log: Win32 PerlIO intermediate state now working as expected.
54837              - In current state we are still using C runtime in text/binary
54838              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
54839              - PERLIO=stdio and PERLIO=unix pass all expected tests.
54840              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
54841              and PerlIO_seek() and the dummy crlf layer is not making adjustments
54842              for CRLF translation happening in C runtime. All other tests pass.
54843              
54844              Added note to README.win32 to point out the snags of doing a perl build
54845              with Norton AntiVirus turned on.
54846              
54847              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
54848              which file a fail comes from.
54849              
54850              Updated "canned" config.h to match the one generated.
54851      Branch: perlio
54852            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
54853            ! win32/makefile.mk
54854 ____________________________________________________________________________
54855 [  7801] By: jhi                                   on 2000/11/22  06:50:20
54856         Log: Nickety nits.
54857      Branch: perl
54858            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
54859 ____________________________________________________________________________
54860 [  7800] By: jhi                                   on 2000/11/22  01:29:55
54861         Log: Changes had accidentally gone too silent on non-main branches.
54862      Branch: perl
54863            ! Changes Porting/genlog patchlevel.h
54864 ____________________________________________________________________________
54865 [  7799] By: gsar                                  on 2000/11/22  01:02:56
54866         Log: some lib_pm.PL changes snuck in via change#7772
54867      Branch: maint-5.6/perl
54868            ! Makefile.SH
54869 ____________________________________________________________________________
54870 [  7798] By: nick                                  on 2000/11/21  21:59:40
54871         Log: Integrate mainline
54872      Branch: perlio
54873           !> (integrate 28 files)
54874 ____________________________________________________________________________
54875 [  7797] By: jhi                                   on 2000/11/21  21:01:45
54876         Log: Integrate perlio.
54877      Branch: perl
54878           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
54879 ____________________________________________________________________________
54880 [  7796] By: nick                                  on 2000/11/21  20:36:22
54881         Log: Win32 builds and runs (mostly) with USE_PERLIO.
54882              PERLIO=perlio passes all tests. 
54883              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
54884      Branch: perlio
54885            ! perlio.c win32/perllib.c win32/win32.c
54886 ____________________________________________________________________________
54887 [  7795] By: jhi                                   on 2000/11/21  19:03:44
54888         Log: Update Changes.
54889      Branch: perl
54890            ! Changes patchlevel.h
54891 ____________________________________________________________________________
54892 [  7794] By: jhi                                   on 2000/11/21  18:56:34
54893         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
54894              From: "Craig A. Berry" <craigberry@mac.com>
54895              Date: Mon, 20 Nov 2000 20:27:06 -0600
54896              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
54897              
54898              A cut-and-pasto.
54899      Branch: perl
54900            ! perlio.h
54901 ____________________________________________________________________________
54902 [  7793] By: jhi                                   on 2000/11/21  18:54:41
54903         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
54904              From: Dominic Dunlop <domo@computer.org> 
54905              Date: Mon, 20 Nov 2000 18:55:29 +0100
54906              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
54907              
54908              va_copy() and the need of it.
54909              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
54910      Branch: metaconfig/U/perl
54911            + need_va_copy.U
54912      Branch: perl
54913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54914            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
54915            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
54916            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54917            ! win32/config.bc win32/config.gc win32/config.vc
54918 ____________________________________________________________________________
54919 [  7792] By: jhi                                   on 2000/11/21  17:04:10
54920         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
54921      Branch: perl
54922           !> scope.h
54923 ____________________________________________________________________________
54924 [  7791] By: jhi                                   on 2000/11/21  17:01:16
54925         Log: Export the SOCKS workaround symbols only if necessary.
54926      Branch: perl
54927            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
54928 ____________________________________________________________________________
54929 [  7790] By: nick                                  on 2000/11/20  23:57:11
54930         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
54931      Branch: perlio
54932            ! scope.h
54933 ____________________________________________________________________________
54934 [  7789] By: nick                                  on 2000/11/20  23:38:33
54935         Log: Integrate mainline
54936      Branch: perlio
54937           +> lib/File/Spec/Epoc.pm
54938           !> (integrate 34 files)
54939 ____________________________________________________________________________
54940 [  7788] By: nick                                  on 2000/11/20  23:20:18
54941         Log: Make extra buffer layer work (dummy crlf layer)
54942      Branch: perlio
54943            ! doio.c perlio.c perlio.h
54944 ____________________________________________________________________________
54945 [  7787] By: jhi                                   on 2000/11/20  22:44:04
54946         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
54947              From: Peter Prymmer <pvhp@forte.com>
54948              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
54949              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
54950      Branch: perl
54951            ! t/pragma/locale.t
54952 ____________________________________________________________________________
54953 [  7786] By: jhi                                   on 2000/11/20  22:29:10
54954         Log: Subject: DOC PATCH 5.6.0 perlreftut
54955              From: mjd@plover.com
54956              Date: 20 Nov 2000 19:45:06 -0000
54957              Message-ID: <20001120194506.9505.qmail@plover.com>
54958      Branch: perl
54959            ! pod/perlreftut.pod
54960 ____________________________________________________________________________
54961 [  7785] By: jhi                                   on 2000/11/20  22:27:44
54962         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
54963              From: David Dyck <dcd@tc.fluke.com>
54964              Date: Mon, 20 Nov 2000 11:43:40 -0800
54965              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
54966      Branch: perl
54967            ! lib/Cwd.pm
54968 ____________________________________________________________________________
54969 [  7784] By: jhi                                   on 2000/11/20  22:23:21
54970         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
54971              Date: Mon, 20 Nov 2000 17:06:10 -0500
54972              To: Mailing list Perl5 <perl5-porters@perl.org>
54973              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
54974      Branch: perl
54975            ! pp_ctl.c t/op/pat.t
54976 ____________________________________________________________________________
54977 [  7783] By: jhi                                   on 2000/11/20  22:11:18
54978         Log: Subject: [PATCH] doop.c - UTF8 tr///               
54979              From: Simon Cozens <simon@cozens.net>
54980              Date: Sat, 18 Nov 2000 18:49:30 +0000
54981              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
54982              
54983              Subject: Re: [PATCH] doop.c - UTF8 tr///           
54984              From: Simon Cozens <simon@cozens.net>
54985              Date: Mon, 20 Nov 2000 20:45:22 +0000
54986              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
54987              
54988              Make tr on UTF-8 better but still not correct.
54989      Branch: perl
54990            ! doop.c
54991 ____________________________________________________________________________
54992 [  7782] By: jhi                                   on 2000/11/20  22:02:16
54993         Log: Remove the shared object before attempting to create
54994              (by linking) a new one.  E.g. in AIX not removing
54995              becomes quite painful if one tries to do more than one
54996              build in the same tree (an interrupted build, for example),
54997              since the AIX' shared dynaloader seemingly keeps the shared
54998              objects open and therefore 'busy' for quite a while, even when
54999              nobody is using the objects, leading into link failures.
55000      Branch: perl
55001            ! lib/ExtUtils/MM_Unix.pm
55002 ____________________________________________________________________________
55003 [  7781] By: gsar                                  on 2000/11/20  19:02:55
55004         Log: type mismatch due to faulty integration
55005      Branch: maint-5.6/perl
55006            ! toke.c win32/Makefile
55007 ____________________________________________________________________________
55008 [  7780] By: gsar                                  on 2000/11/20  17:31:55
55009         Log: integrate changes#6392,6394..6399,6401..6404
55010              
55011              The {multiplier} of a fixed substring was overlooked which
55012              caused a wrong initial search offset for that substring.
55013              
55014              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
55015              From: Hugo <hv@crypt.compulink.co.uk>
55016              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
55017              Date: Thu, 13 Jul 2000 19:27:13 +0100
55018              
55019              Fix the BOM bug: not a byteorder bug, a signedness bug.
55020              
55021              Replace change #6337 with a better one.
55022              
55023              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
55024              From: Hugo <hv@crypt.compulink.co.uk>
55025              Date: Fri, 14 Jul 2000 04:16:20 +0100
55026              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
55027              
55028              MakeMaker should not remove editor backups (*~) on `make clean`
55029              by default (completes change#6383)
55030              
55031              move new variables to the end of the interpreter structure (for
55032              bincompat in code that doesn't #include XSUB.h)
55033              
55034              rename totally bletcherous SvLOCK() thingy (doesn't do what the
55035              name suggests anyway)
55036              
55037              various cleanups (typos, misformatted code, and small bugs)
55038              
55039              typecasts needed for change#6394
55040              
55041              typos in change#6399, regen headers
55042              
55043              inconsistent types needs casts
55044              
55045              PERL_OBJECT build tweaks
55046      Branch: maint-5.6/perl
55047           !> MANIFEST doop.c embed.h embed.pl embedvar.h
55048           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
55049           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
55050           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
55051           !> toke.c util.c
55052 ____________________________________________________________________________
55053 [  7779] By: gsar                                  on 2000/11/20  17:06:29
55054         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
55055              
55056              Cosmetics and perldelta.
55057              
55058              Fix nits noticed by Boston.pm.
55059              
55060              Do the cc sanity check both before the hints and
55061              after the cc selction.
55062              
55063              get sprintf.t to adjust properly for 3-digit exponents
55064              
55065              don't clobber *.orig files on *clean targets
55066              
55067              fix bugs in processing %v-*d and similar format specs (from
55068              Avi Finkel <avi@finkel.org>)
55069              
55070              sprintf test tweaks (from Dominic Dunlop)
55071              
55072              new selfloader.t in change#6183 doesn't close DATA handles,
55073              and thus fails to clean up tmp files on dosish platforms
55074              
55075              typos (spotted by Peter Prymmer)
55076              
55077              typo fix from Craig Berry
55078      Branch: maint-5.6/perl
55079           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
55080           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
55081           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
55082           !> x2p/Makefile.SH
55083 ____________________________________________________________________________
55084 [  7778] By: gsar                                  on 2000/11/20  16:46:51
55085         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
55086              
55087              Subject: Re: format bug report  [Patch]
55088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55089              Date: Wed, 05 Jul 2000 13:12:52 +0200
55090              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
55091              
55092              Subject: Re: format bug report  [Patch]
55093              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55094              Date: Wed, 05 Jul 2000 14:10:01 +0200
55095              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
55096              
55097              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
55098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55099              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
55100              Date: Fri, 07 Jul 2000 17:57:16 +0100
55101              
55102              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
55103              To: perl5-porters@perl.org
55104              From: Karsten Sperling <spiff@phreax.net>
55105              Date: Mon, 10 Jul 2000 15:12:52 +0200
55106              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
55107              
55108              README.posix-bc podified from Thomas Dorner.
55109              
55110              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
55111              From: Dominic Dunlop <domo@computer.org>
55112              Date: Tue, 11 Jul 2000 12:27:33 +0200
55113              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
55114              
55115              Typo in #6341.
55116              
55117              Fix for
55118              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
55119              From: Roderick Schertler <roderick@argon.org>
55120              Date: Tue, 11 Jul 2000 13:55:05 -0400
55121              Message-Id: <200007111755.NAA05077@jones.argon.org>
55122              
55123              Minor cleanups on the booklist.
55124              
55125              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
55126              regen perltoc.
55127              
55128              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
55129      Branch: maint-5.6/perl
55130           +> pod/perlbook.pod
55131           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
55132           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
55133           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
55134 ____________________________________________________________________________
55135 [  7777] By: jhi                                   on 2000/11/20  16:08:49
55136         Log: Update Changes.
55137      Branch: perl
55138            ! Changes patchlevel.h
55139 ____________________________________________________________________________
55140 [  7776] By: jhi                                   on 2000/11/20  15:27:56
55141         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
55142              This may be overly harsh but until proven otherwise, we think this
55143              way, or until we have a simple test for Configure (having to start
55144              up servers is does not count as simple) to check for the problems.
55145      Branch: perl
55146            ! perl.h
55147 ____________________________________________________________________________
55148 [  7775] By: jhi                                   on 2000/11/20  15:22:17
55149         Log: Solaris hints tweaks.
55150      Branch: perl
55151            ! hints/solaris_2.sh
55152 ____________________________________________________________________________
55153 [  7774] By: jhi                                   on 2000/11/20  15:01:20
55154         Log: Add a workaround to SOCKS 64-bit problems.
55155      Branch: perl
55156            ! doio.c embed.h embed.pl perlsdio.h proto.h
55157 ____________________________________________________________________________
55158 [  7773] By: jhi                                   on 2000/11/20  14:51:47
55159         Log: sysseek() instead of seek().
55160      Branch: perl
55161            ! t/lib/syslfs.t
55162 ____________________________________________________________________________
55163 [  7772] By: gsar                                  on 2000/11/20  13:06:23
55164         Log: integrate changes#6315..6319,6321..6331,6333..6338
55165              
55166              Integrate with Sarathy, preliminary fix for unicos
55167              alignment problems in [ID 20000612.002] Perl problem on Cray system.
55168              
55169              some debugger output does not go to the socket when RemotePort is set
55170              
55171              winsock cleanup never done on Windows (leads to handle leaks)
55172              
55173              fix UNC path handling on Windows under ithreads, and chdir()
55174              return value when given a non-existent directory
55175              
55176              Autogenerate pod/Makefile and pod/buildtoc.
55177              buildtoc also checks whether the existin pods are
55178              mentioned in MANIFEST and perl.pod, and vice versa.
55179              (None of the thusly found discrepancies fixed yet.)
55180              roffitall also needs to be autogenerated similarly but it
55181              seems so badly out of date that I didn't touch it yet.
55182              
55183              Config is being used.
55184              
55185              Add =head1 NAMEs so that buildtoc is happy.
55186              (The CGI::Util nit reported to Lincoln.)
55187              
55188              Fix complaints of buildtoc.
55189              
55190              Fix the alignment problem in Crays ([ID 20000612.002]).
55191              
55192              Remove perlbook, update perlfaq book listing,
55193              rearrange perl.pod, regenerate perltoc.
55194              
55195              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
55196              was cast to an unsigned (32-bit) integer with wild abandon.
55197              
55198              winsock options weren't being set in all threads under ithreads
55199              (caused send()s from second and subsequent threads to fail)
55200              
55201              accept() leaks memory on windows due to incorrect ordering of
55202              closesocket() and fclose() calls
55203              
55204              Reorder perl.pod once more.
55205              
55206              More POSIX.pod tweaks.
55207              
55208              Sprinkle ldlibpath.
55209              
55210              Precedence goof, fix based on
55211              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
55212              From: Hugo <hv@crypt.compulink.co.uk>
55213              Date: Tue, 11 Jul 2000 12:52:38 +0100
55214              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
55215              
55216              Subject: PATCH perlguts.pod: Document D and d magic types
55217              From: mjd@plover.com
55218              Date: 5 Jul 2000 18:01:51 -0000
55219              Message-ID: <20000705180151.29413.qmail@plover.com>
55220              
55221              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
55222              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
55223              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
55224              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
55225              
55226              Subject: [PATCH cfgperl] $& segfaults if you trick it
55227              From: simon@brecon.co.uk (Simon Cozens)
55228              Date: 7 Jul 2000 11:26:09 GMT
55229              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
55230              
55231              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
55232              From: Hugo <hv@crypt.compulink.co.uk>
55233              Date: Tue, 11 Jul 2000 12:44:50 +0100
55234              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
55235              
55236              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
55237              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55238              Date: Tue, 11 Jul 2000 13:50:51 +0100
55239              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
55240      Branch: maint-5.6/perl
55241           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
55242           +> pod/buildtoc.PL
55243            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
55244           !> (integrate 26 files)
55245 ____________________________________________________________________________
55246 [  7771] By: gsar                                  on 2000/11/20  12:31:42
55247         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
55248              6310,6311,6314
55249              
55250              Subject: [PATCH bleedperl] File::Spec 0.82 beta
55251              From: Barrie Slaymaker <barries@jester.slaysys.com>
55252              Date: Wed, 28 Jun 2000 11:35:29 -0400
55253              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55254              
55255              tweak perlembed for multiplicity/usethreads sanity; correct notes
55256              about Windows
55257              
55258              localize %INC in a Safe compartment so that use/require work
55259              (many other magic globals probably need similar treatment)
55260              
55261              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55262              when @_ is modified, causing coredumps
55263              
55264              slurp mode fix in change#4736 still not quite right
55265              
55266              Point to perlipc for more SysV IPC examples.
55267              
55268              Elaborate POSIX.pod.  Still needs work.
55269              
55270              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55271              
55272              fix large memory leak that has been around for ever, masked by
55273              -DPURIFY (most of the arenas were never freed!)
55274              
55275              fix memory leak on Windows (PL_sys_intern contents were never
55276              freed)
55277              
55278              PERL_OBJECT build tweak
55279              
55280              adjust change#6299
55281              
55282              remove rel2abs prototypes (from Barrie Slaymaker)
55283              
55284              missing perldiag entry for unpack("w",...) diagnostic (from
55285              Andreas Koenig)
55286              
55287              better diagnostic on Frob->stuff() when Frob:: doesn't exist
55288              (from Richard Soderberg <rs@oregonnet.com>)
55289              
55290              Win32 patches for cfgperl from Sarathy.
55291              
55292              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55293              
55294              More POSIX.pod embellishment.
55295              
55296              tyop in change#6306
55297      Branch: maint-5.6/perl
55298           !> (integrate 44 files)
55299 ____________________________________________________________________________
55300 [  7770] By: gsar                                  on 2000/11/20  11:51:00
55301         Log: integrate changes#6268..6282 from cfgperl branch
55302              
55303              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
55304              From: Dominic Dunlop <domo@computer.org>
55305              Date: Thu, 29 Jun 2000 12:32:39 +0200
55306              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
55307              
55308              Regen headers for #6261 (and update embed.pl for this) and #6267,
55309              silence few compiler warnings.
55310              
55311              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
55312              From: Nicholas Clark <nick@talking.bollo.cx>
55313              Date: Fri, 23 Jun 2000 16:21:15 +0100
55314              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
55315              
55316              Subject: PATCH pod/perltie.pod
55317              From: Ian Phillipps <Ian.Phillipps@iname.com>
55318              Date: Fri, 16 Jun 2000 00:17:19 +0100
55319              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
55320              (only the first hunk, the second hunk had already been done
55321              by some other patch)
55322              
55323              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
55324              From: Tom Phoenix <rootbeer@redcat.com>
55325              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
55326              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
55327              
55328              Subject: [PATCH] xsub attributes
55329              From: Doug MacEachern <dougm@covalent.net>
55330              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
55331              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
55332              
55333              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
55334              From: Andy Dougherty <doughera@lafayette.edu>
55335              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
55336              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
55337              
55338              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
55339              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55340              Date: Tue, 13 Jun 2000 02:43:48 -0500
55341              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
55342              
55343              Subject: [PATCH] Re: eval documentation: context
55344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55345              Date: Mon, 12 Jun 2000 15:07:29 +0100
55346              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
55347              
55348              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
55349              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55350              Date: Mon, 12 Jun 2000 14:55:59 +0100
55351              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
55352              
55353              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
55354              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
55355              Date: Fri, 09 Jun 2000 12:39:27 -0400
55356              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
55357              (plus update the version "number" of Text::Wrap)
55358              
55359              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
55360              From: Tim Ayers <tayers@bridge.com>
55361              Date: Thu, 08 Jun 2000 08:11:06 +0200
55362              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
55363              [resent by Richard Foley, Message-Id probably wrong]
55364              
55365              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
55366              From: rspier@pobox.com (Robert Spier)
55367              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
55368              Message-ID: <14654.31913.845602.610277@rls.cx>
55369              
55370              Subject: [PATCH 5.6.0] utils/h2xs.PL
55371              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55372              Date: Wed, 7 Jun 2000 04:02:04 -0500
55373              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
55374              
55375              Subject: [PATCH 5.6.0]ITHREADs for VMS
55376              From: Dan Sugalski <dan@sidhe.org>
55377              Date: Tue, 06 Jun 2000 11:59:50 -0400
55378              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
55379      Branch: maint-5.6/perl
55380           !> (integrate 31 files)
55381 ____________________________________________________________________________
55382 [  7769] By: gsar                                  on 2000/11/20  11:29:06
55383         Log: integrate changes#6261..6266 from cfgperl
55384              
55385              Subject: Re: [PATCH cfgperl] BOMs away!
55386              From: simon@brecon.co.uk (Simon Cozens)
55387              Date: 17 Jun 2000 11:49:57 GMT
55388              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
55389              
55390              Subject: 5.6.0 Patch for EPOC
55391              From: Olaf Flebbe <o.flebbe@gmx.de>
55392              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
55393              Message-ID: <23449.960929969@www11.gmx.net>
55394              
55395              tr fixes from Simon Cozens
55396              
55397              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
55398              From: Marty Lucich <marty@netcom.com>
55399              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
55400              Message-Id: <200006282116.OAA11148@netcom.com>
55401              ccdlflags update (the BSD/OS 4.1 part had already been taken
55402              care of by #6141).
55403              
55404              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
55405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55406              Date: Wed, 28 Jun 2000 17:50:12 -0700
55407              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
55408              
55409              Subject: [PATCH 5.6.0] cygwin port
55410              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
55411              From: "Fifer, Eric" <EFifer@sanwaint.com>
55412              Date: Thu, 29 Jun 2000 12:58:29 +0100
55413      Branch: maint-5.6/perl
55414           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
55415           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
55416           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55417           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
55418 ____________________________________________________________________________
55419 [  7768] By: gsar                                  on 2000/11/20  11:13:44
55420         Log: integrate changes#6252..6256,6259..6260
55421              
55422              Paranoia tweak on #6249.
55423              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55424              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55425              Date: Sun, 25 Jun 2000 23:43:12 -0400
55426              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
55427              
55428              Subject: tr///, help wanted.
55429              From: simon@brecon.co.uk (Simon Cozens)
55430              Date: 28 Jun 2000 11:29:04 GMT
55431              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
55432              
55433              small thinko tweaks
55434              
55435              tweaks from Simon Conzes to further fix tr/// under utf8
55436              
55437              perlnewmod was missing from MANIFEST.
55438              
55439              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
55440              From: simon@brecon.co.uk (Simon Cozens)
55441              Date: 17 Jun 2000 11:56:44 GMT
55442              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
55443              pack U0, pack C0
55444      Branch: maint-5.6/perl
55445           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
55446           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
55447           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
55448           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
55449 ____________________________________________________________________________
55450 [  7767] By: gsar                                  on 2000/11/20  10:51:38
55451         Log: integrate change#6250 from cfgperl
55452              
55453              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
55454              From: Doug MacEachern <dougm@covalent.net>
55455              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
55456              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
55457      Branch: maint-5.6/perl
55458           +> t/op/my_stash.t
55459           !> MANIFEST embed.pl global.sym proto.h toke.c
55460 ____________________________________________________________________________
55461 [  7766] By: gsar                                  on 2000/11/20  10:48:34
55462         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
55463              
55464              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
55465              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55466              Date: Mon, 26 Jun 2000 18:40:14 +0100
55467              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
55468              
55469              Subject: [PATCH] bytes<->utf8 fixes
55470              From: simon@brecon.co.uk (Simon Cozens)
55471              Date: 26 Jun 2000 04:55:45 GMT
55472              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
55473              
55474              Subject: [PATCH] is_utf8_string
55475              From: simon@brecon.co.uk (Simon Cozens)
55476              Date: 26 Jun 2000 02:25:59 GMT
55477              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
55478              
55479              Subject: [PATCH] avoid mg_ptr in '*' magic
55480              From: Doug MacEachern <dougm@covalent.net>
55481              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
55482              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
55483              
55484              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
55485              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55486              Date: Sat, 24 Jun 2000 13:06:20 +0100
55487              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
55488              
55489              Allow for standalone testing.
55490              
55491              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
55492              From: Mark-Jason Dominus <mjd@plover.com>
55493              Date: Tue, 27 Jun 2000 22:36:42 -0400
55494              Message-ID: <20000628023642.12166.qmail@plover.com>
55495              
55496              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55497              From: Frank Tobin <ftobin@uiuc.edu>
55498              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
55499              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
55500      Branch: maint-5.6/perl
55501           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
55502           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
55503           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
55504           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
55505           !> utf8.c utils/h2xs.PL
55506 ____________________________________________________________________________
55507 [  7765] By: gsar                                  on 2000/11/20  10:29:13
55508         Log: integrate change#6239 from cfgperl
55509              
55510              Configure maintenance.  Sever some dependency cycles,
55511              separate gccversion from the cc unit,
55512              address [ID 20000623.006] Configure script patch for using gcc on AIX
55513              (but solve it a little bit differently),
55514              unduplex some accidentally duplicated units,
55515              suggest using gcc if no cc available
55516              (p5p thread: "Solaris configure: counterproposal", 1999-09)
55517      Branch: maint-5.6/perl
55518           !> Configure Todo-5.6 config_h.SH
55519 ____________________________________________________________________________
55520 [  7764] By: gsar                                  on 2000/11/20  10:25:55
55521         Log: integrate changes#6233..6238 from cfgperl
55522              
55523              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
55524              From: Mark-Jason Dominus <mjd@plover.com>
55525              Date: Fri, 16 Jun 2000 20:53:04 -0400
55526              Message-ID: <20000617005304.8008.qmail@plover.com>
55527              
55528              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
55529              because when run as services (Win32ese for daemons)
55530              no environment variables are set and tmpdir ends up as /tmp,
55531              which is ambiguous.
55532              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
55533              From: matt@sergeant.org
55534              Date: 16 Jun 2000 16:30:43 -0000
55535              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
55536              
55537              The thread begun by
55538              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
55539              From: Kevin.Ruscoe@ubsw.com
55540              Date: Fri, 16 Jun 2000 16:38:51 +0100
55541              Message-Id: <H000019b03c300d6@MHS>
55542              
55543              Tweak embed.pl, regen headers.
55544              
55545              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
55546              From: Dan Sugalski <dan@sidhe.org>
55547              Date: Fri, 23 Jun 2000 17:00:00 -0400
55548              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
55549      Branch: maint-5.6/perl
55550           !> (integrate 27 files)
55551 ____________________________________________________________________________
55552 [  7763] By: gsar                                  on 2000/11/20  10:08:08
55553         Log: s/perl56delta/perldelta/g
55554      Branch: maint-5.6/perl
55555            ! pod/Makefile
55556 ____________________________________________________________________________
55557 [  7762] By: gsar                                  on 2000/11/20  10:04:00
55558         Log: integrate changes#6225,6229,6231,6232 from cfgperl
55559              
55560              Add source code filenames to apidoc.
55561              From: simon@brecon.co.uk (Simon Cozens)
55562              Subject: [PATCH embed.pl] Source X-ref
55563              Date: 22 Jun 2000 02:18:49 GMT
55564              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
55565              
55566              Subject: README.hpux version 0.6.1
55567              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
55568              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55569              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
55570              
55571              Subject: [PATCH 5.6.0] cygwin port
55572              From: "Fifer, Eric" <EFifer@sanwaint.com>
55573              Date: Tue, 20 Jun 2000 14:30:58 +0100
55574              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
55575              
55576              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
55577              From: simon@brecon.co.uk (Simon Cozens)
55578              Date: 19 Jun 2000 15:18:27 GMT
55579              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
55580              
55581              plus update pod/Makefile and regenerate perltoc
55582      Branch: maint-5.6/perl
55583           +> pod/perlutil.pod
55584           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
55585           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
55586 ____________________________________________________________________________
55587 [  7761] By: jhi                                   on 2000/11/20  04:09:55
55588         Log: Miraculous typo.
55589      Branch: perl
55590            ! t/op/pat.t
55591 ____________________________________________________________________________
55592 [  7760] By: jhi                                   on 2000/11/20  04:06:08
55593         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
55594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55595              Date: Sun, 19 Nov 2000 22:30:26 -0500
55596              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
55597      Branch: perl
55598            ! regexec.c scope.h t/op/pat.t
55599 ____________________________________________________________________________
55600 [  7759] By: jhi                                   on 2000/11/20  02:05:22
55601         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
55602      Branch: perl
55603            ! perl.h
55604 ____________________________________________________________________________
55605 [  7758] By: jhi                                   on 2000/11/20  01:58:11
55606         Log: Subject: [perl 7711: EPOC] updates
55607              From: Olaf Flebbe <o.flebbe@gmx.de>
55608              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
55609              Message-ID: <25575.974658810@www23.gmx.net>               
55610      Branch: perl
55611            + lib/File/Spec/Epoc.pm
55612            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
55613            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
55614            ! lib/File/Spec.pm perl.c sv.c
55615 ____________________________________________________________________________
55616 [  7757] By: jhi                                   on 2000/11/20  01:53:11
55617         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
55618      Branch: perl
55619            ! MANIFEST
55620 ____________________________________________________________________________
55621 [  7756] By: jhi                                   on 2000/11/20  01:47:22
55622         Log: Integrate perlio.
55623      Branch: perl
55624            - ext/re/hints/MSWin32.pl
55625           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
55626           !> win32/config.gc win32/config_H.gc win32/win32sck.c
55627 ____________________________________________________________________________
55628 [  7755] By: nick                                  on 2000/11/19  20:57:17
55629         Log: Add dummy crlf layer (just as buffer)
55630              Correct 1st bug - one layer of indirection.
55631      Branch: perlio
55632            ! perlio.c perlio.h perliol.h
55633 ____________________________________________________________________________
55634 [  7754] By: nick                                  on 2000/11/19  20:56:12
55635         Log: Work-round to Perl_deb_nocontext is no longer required
55636      Branch: perlio
55637            - ext/re/hints/MSWin32.pl
55638 ____________________________________________________________________________
55639 [  7753] By: nick                                  on 2000/11/19  20:01:16
55640         Log: diff -se shows these as different
55641      Branch: perlio
55642            ! global.sym pod/perlapi.pod
55643 ____________________________________________________________________________
55644 [  7752] By: nick                                  on 2000/11/19  18:57:30
55645         Log: Configure GCC/Win32 build -Duseperlio
55646              Fix a couple of gross issues
55647              - double-include of ../deb.o in re.dll
55648              - win32sck.c needs PerlIO and FILE 
55649      Branch: perlio
55650            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
55651            ! win32/win32sck.c
55652 ____________________________________________________________________________
55653 [  7751] By: nick                                  on 2000/11/19  17:05:36
55654         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
55655      Branch: perlio
55656            ! perlio.c
55657 ____________________________________________________________________________
55658 [  7750] By: nick                                  on 2000/11/19  16:57:14
55659         Log: Missing aTHX_
55660      Branch: perlio
55661            ! sv.c
55662 ____________________________________________________________________________
55663 [  7749] By: jhi                                   on 2000/11/19  16:28:40
55664         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
55665              From: "Peter J. Farley III" <pjfarley@banet.net>
55666              Date: Sun, 19 Nov 2000 01:42:58 -0500
55667              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
55668      Branch: perl
55669            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
55670 ____________________________________________________________________________
55671 [  7748] By: jhi                                   on 2000/11/19  16:08:10
55672         Log: Subject: podlators 1.05 available        
55673              From: Russ Allbery <rra@stanford.edu>   
55674              Date: 18 Nov 2000 22:04:28 -0800
55675              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
55676      Branch: perl
55677            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
55678 ____________________________________________________________________________
55679 [  7747] By: nick                                  on 2000/11/19  11:19:39
55680         Log: Integrate mainline
55681      Branch: perlio
55682           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
55683           !> util.c
55684 ____________________________________________________________________________
55685 [  7746] By: jhi                                   on 2000/11/19  06:42:22
55686         Log: Make hex scanning warn on "\x{x}" and "\xx".
55687              "\x" and and hex("x") are still valid.
55688      Branch: perl
55689            ! util.c
55690 ____________________________________________________________________________
55691 [  7745] By: nick                                  on 2000/11/18  22:52:28
55692         Log: Integrate mainline
55693      Branch: perlio
55694           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
55695           !> perl.h perlio.c proto.h regcomp.c regcomp.h
55696 ____________________________________________________________________________
55697 [  7744] By: jhi                                   on 2000/11/18  22:50:28
55698         Log: Introduce Perl_utf8_length().  Use it.
55699      Branch: perl
55700            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
55701 ____________________________________________________________________________
55702 [  7743] By: jhi                                   on 2000/11/18  22:38:51
55703         Log: Compiler denit.
55704      Branch: perl
55705            ! perlio.c
55706 ____________________________________________________________________________
55707 [  7742] By: jhi                                   on 2000/11/18  20:33:05
55708         Log: Integrate perlio.
55709      Branch: perl
55710           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
55711           !> perlio.h pp_ctl.c pp_sys.c sv.c
55712 ____________________________________________________________________________
55713 [  7741] By: jhi                                   on 2000/11/18  20:31:27
55714         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
55715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55716              Date: Fri, 17 Nov 2000 20:35:11 -0500
55717              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
55718              
55719              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
55720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55721              Date: Fri, 17 Nov 2000 21:03:47 -0500
55722              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
55723              
55724              Plus a little bit of tweaking in pregcomp().
55725      Branch: perl
55726            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
55727 ____________________________________________________________________________
55728 [  7740] By: nick                                  on 2000/11/18  20:17:22
55729         Log: Lexical use open ... support:
55730              add ->cop_io to COP structure in cop.h.
55731              Make mg.c and gv.c associate it with ${^OPEN}.
55732              Make lib/open.pm set it.
55733              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
55734              manner similar to ->cop_warnings.
55735              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
55736              call new PerlIO_apply_layers().
55737              Declare latter in perlio.h and define in perlio.c
55738      Branch: perlio
55739            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
55740            ! perlio.h pp_ctl.c pp_sys.c sv.c
55741 ____________________________________________________________________________
55742 [  7739] By: jhi                                   on 2000/11/18  19:54:00
55743         Log: Integrate perlio.
55744      Branch: perl
55745           !> doio.c perlio.c pp.c
55746 ____________________________________________________________________________
55747 [  7738] By: jhi                                   on 2000/11/18  17:16:13
55748         Log: Subject: [PATCH 5.7.0] etags broken again
55749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55750              Date: Sat, 18 Nov 2000 02:41:36 -0500
55751              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
55752      Branch: perl
55753            ! emacs/ptags
55754 ____________________________________________________________________________
55755 [  7737] By: jhi                                   on 2000/11/18  17:12:18
55756         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
55757      Branch: perl
55758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55759 ____________________________________________________________________________
55760 [  7736] By: nick                                  on 2000/11/18  14:06:20
55761         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
55762              part to be isolated.
55763      Branch: perlio
55764            ! doio.c perlio.c
55765 ____________________________________________________________________________
55766 [  7735] By: nick                                  on 2000/11/18  11:03:32
55767         Log: Integrate mainline
55768      Branch: perlio
55769           !> Changes README.amiga README.win32 patchlevel.h
55770           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
55771 ____________________________________________________________________________
55772 [  7734] By: jhi                                   on 2000/11/18  01:18:56
55773         Log: Update Changes.
55774      Branch: perl
55775            ! Changes patchlevel.h
55776 ____________________________________________________________________________
55777 [  7733] By: jhi                                   on 2000/11/18  00:32:54
55778         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
55779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55780              Date: Fri, 17 Nov 2000 17:28:02 -0500
55781              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
55782      Branch: perl
55783            ! regcomp.c regexec.c t/op/re_tests
55784 ____________________________________________________________________________
55785 [  7732] By: jhi                                   on 2000/11/18  00:28:56
55786         Log: Sparc 64-bit pack() fix from Jens Hamisch.
55787      Branch: perl
55788            ! pp.c
55789 ____________________________________________________________________________
55790 [  7731] By: jhi                                   on 2000/11/18  00:18:39
55791         Log: Explain in more detail the {} syntax ambiguousity.
55792              
55793              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
55794              From: Nicholas Clark <nick@ccl4.org>
55795              Date: Fri, 17 Nov 2000 22:10:28 +0000
55796              Message-ID: <20001117221028.A88930@plum.flirble.org>
55797      Branch: perl
55798            ! pod/perlfunc.pod
55799 ____________________________________________________________________________
55800 [  7730] By: jhi                                   on 2000/11/18  00:12:18
55801         Log: Subject: Fix for README.amiga (20000323.033)
55802              From: "Stephen P. Potter" <spp@spotter.yi.org>
55803              Date: Fri, 17 Nov 2000 12:25:51 -0500
55804              Message-Id: <200011171725.MAA05768@spotter.yi.org>
55805      Branch: perl
55806            ! README.amiga
55807 ____________________________________________________________________________
55808 [  7729] By: jhi                                   on 2000/11/18  00:08:34
55809         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
55810              From: "A. C. Yardley" <yardley@tanet.net>
55811              Date: Mon, 3 Apr 2000 11:35:33 -0700
55812              Message-ID: <3483.000403@tanet.net>
55813      Branch: perl
55814            ! README.win32
55815 ____________________________________________________________________________
55816 [  7728] By: nick                                  on 2000/11/17  21:59:47
55817         Log: Integrate mainline
55818      Branch: perlio
55819           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
55820           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
55821           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
55822           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
55823 ____________________________________________________________________________
55824 [  7727] By: nick                                  on 2000/11/17  21:56:31
55825         Log: Experiment on use of attributes.pm interface.
55826              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
55827              SVt_PVRV if not already something better (else vivify of say magic gets
55828              core dump).
55829      Branch: perlio
55830            ! perlio.c pp.c
55831 ____________________________________________________________________________
55832 [  7726] By: jhi                                   on 2000/11/17  14:15:49
55833         Log: Subject: Fix for 20000815.006
55834              From: "Stephen P. Potter" <spp@spotter.yi.org>
55835              Date: Fri, 17 Nov 2000 08:57:45 -0500
55836              Message-Id: <200011171357.IAA05122@spotter.yi.org>
55837              
55838              It's really 20000518.006.
55839      Branch: perl
55840            ! pod/perlmodlib.PL
55841 ____________________________________________________________________________
55842 [  7725] By: jhi                                   on 2000/11/17  14:12:31
55843         Log: Subject: Fix for 20000409.001
55844              From: "Stephen P. Potter" <spp@spotter.yi.org>
55845              Date: Fri, 17 Nov 2000 08:55:45 -0500
55846              Message-Id: <200011171355.IAA05104@spotter.yi.org>
55847      Branch: perl
55848            ! pod/perlfaq9.pod
55849 ____________________________________________________________________________
55850 [  7724] By: jhi                                   on 2000/11/17  14:08:58
55851         Log: Undo #7627 now that we have =head3.
55852      Branch: perl
55853            ! pod/perlhack.pod
55854 ____________________________________________________________________________
55855 [  7723] By: jhi                                   on 2000/11/17  14:04:09
55856         Log: As surmised the #7719 wasn't a good move.
55857      Branch: perl
55858            ! hints/solaris_2.sh
55859 ____________________________________________________________________________
55860 [  7722] By: jhi                                   on 2000/11/17  13:59:04
55861         Log: Also the 64bitall hints can be either here or there.
55862      Branch: perl
55863            ! hints/solaris_2.sh
55864 ____________________________________________________________________________
55865 [  7721] By: jhi                                   on 2000/11/17  02:26:23
55866         Log: Test tweak for the open pragma.
55867      Branch: perl
55868            ! t/lib/b.t
55869 ____________________________________________________________________________
55870 [  7720] By: jhi                                   on 2000/11/17  00:23:22
55871         Log: The long double hints can be here or there.
55872      Branch: perl
55873            ! hints/solaris_2.sh
55874 ____________________________________________________________________________
55875 [  7719] By: jhi                                   on 2000/11/17  00:14:06
55876         Log: For Solaris use64bitall the stdchar needs a little bit of help.
55877      Branch: perl
55878            ! hints/solaris_2.sh
55879 ____________________________________________________________________________
55880 [  7718] By: jhi                                   on 2000/11/16  23:27:34
55881         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
55882              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
55883              Date: Wed, 15 Nov 2000 08:56:32 +0100
55884              Message-ID: <3A1241B0.64477E00@alcatel.at>
55885      Branch: perl
55886            ! lib/Carp/Heavy.pm
55887 ____________________________________________________________________________
55888 [  7717] By: jhi                                   on 2000/11/16  23:23:29
55889         Log: Subject: [PATCH] Re: 20001101.003 PDL
55890              From: Nicholas Clark <nick@ccl4.org>
55891              Date: Thu, 16 Nov 2000 16:48:25 +0000
55892              Message-ID: <20001116164825.B93487@plum.flirble.org>
55893      Branch: perl
55894            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
55895 ____________________________________________________________________________
55896 [  7716] By: jhi                                   on 2000/11/16  23:21:31
55897         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
55898              From: "Casey R. Tweten" <crt@kiski.net>
55899              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
55900              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
55901      Branch: perl
55902            ! lib/Pod/Checker.pm pod/perlpod.pod
55903 ____________________________________________________________________________
55904 [  7715] By: jhi                                   on 2000/11/16  23:19:40
55905         Log: Avoid an infinite loop in VMS when utils scripts are run
55906              with no arguments, from Charles Lane.
55907      Branch: perl
55908            ! configure.com
55909 ____________________________________________________________________________
55910 [  7714] By: jhi                                   on 2000/11/16  23:17:08
55911         Log: Subject: perllocale.pod changes
55912              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55913              Date: Mon, 13 Nov 2000 10:09:22 +0300
55914              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
55915      Branch: perl
55916            ! pod/perllocale.pod
55917 ____________________________________________________________________________
55918 [  7713] By: jhi                                   on 2000/11/16  23:14:06
55919         Log: Integrate perlio.
55920      Branch: perl
55921           !> doio.c perlio.c perlio.h util.c
55922 ____________________________________________________________________________
55923 [  7712] By: nick                                  on 2000/11/16  21:10:58
55924         Log: Integrate mainline
55925      Branch: perlio
55926           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55927           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
55928           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
55929           !> vos/config.ga.def vos/config.ga.h win32/config.bc
55930           !> win32/config.gc win32/config.vc
55931 ____________________________________________________________________________
55932 [  7711] By: nick                                  on 2000/11/16  19:56:41
55933         Log: Minor tweaks:
55934              consistent way of getting 'rb', 'wb' etc. for binary opens
55935              move *perlio::layers to *open::layers
55936              a #define to show layers available
55937              DOSISH popen/PerlIO had export/import sense inverted.
55938      Branch: perlio
55939            ! doio.c perlio.c perlio.h util.c
55940 ____________________________________________________________________________
55941 [  7710] By: jhi                                   on 2000/11/16  15:46:05
55942         Log: Add HAS_SBRK_PROTO.
55943      Branch: metaconfig/U/perl
55944            + d_sbrkproto.U
55945      Branch: perl
55946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55947            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
55948            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
55949            ! vos/config.ga.def vos/config.ga.h win32/config.bc
55950            ! win32/config.gc win32/config.vc
55951 ____________________________________________________________________________
55952 [  7709] By: nick                                  on 2000/11/16  07:31:49
55953         Log: Integrate mainline
55954      Branch: perlio
55955           !> (integrate 35 files)
55956 ____________________________________________________________________________
55957 [  7708] By: jhi                                   on 2000/11/16  05:33:03
55958         Log: These files are text, not binary.
55959      Branch: perl
55960            ! ext/Encode/Encode/iso8859-10.enc
55961            ! ext/Encode/Encode/iso8859-13.enc
55962            ! ext/Encode/Encode/iso8859-14.enc
55963            ! ext/Encode/Encode/iso8859-15.enc
55964 ____________________________________________________________________________
55965 [  7707] By: jhi                                   on 2000/11/16  01:53:37
55966         Log: Update Changes.
55967      Branch: perl
55968            ! Changes patchlevel.h
55969 ____________________________________________________________________________
55970 [  7706] By: jhi                                   on 2000/11/16  01:35:59
55971         Log: More #undefing of stdio.
55972      Branch: perl
55973            ! fakesdio.h nostdio.h
55974 ____________________________________________________________________________
55975 [  7705] By: jhi                                   on 2000/11/16  01:34:18
55976         Log: Add fwalk() probe to the configuration files and regen perltoc.
55977      Branch: perl
55978            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55979            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
55980            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
55981            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55982            ! win32/config.bc win32/config.gc win32/config.vc
55983 ____________________________________________________________________________
55984 [  7704] By: jhi                                   on 2000/11/16  01:33:07
55985         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
55986              an optional third argument to Inlibc?)
55987      Branch: metaconfig/U/perl
55988            + d__fwalk.U
55989 ____________________________________________________________________________
55990 [  7703] By: jhi                                   on 2000/11/16  01:09:22
55991         Log: The type of the hash_cb() size argument is tricky.
55992      Branch: perl
55993            ! ext/DB_File/DB_File.xs
55994 ____________________________________________________________________________
55995 [  7702] By: jhi                                   on 2000/11/15  23:01:16
55996         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
55997      Branch: perl
55998            ! nostdio.h
55999 ____________________________________________________________________________
56000 [  7701] By: jhi                                   on 2000/11/15  22:52:32
56001         Log: Detypo.
56002      Branch: perl
56003            ! t/lib/bigfltpm.t
56004 ____________________________________________________________________________
56005 [  7700] By: jhi                                   on 2000/11/15  22:51:56
56006         Log: UINT64_C() work continues.
56007      Branch: perl
56008            ! handy.h perl.h utf8.h
56009 ____________________________________________________________________________
56010 [  7699] By: jhi                                   on 2000/11/15  14:13:04
56011         Log: SOCKS has its own USE_THREADS, based on
56012              
56013              Subject: [ID 20001114.002] et. al. bugfix followup
56014              From: Jens Hamisch <jens@Strawberry.COM> 
56015              Date: Wed, 15 Nov 2000 14:23:11 +0100
56016              Message-ID: <20001115142311.A21164@Strawberry.COM>
56017      Branch: perl
56018            ! perl.h
56019 ____________________________________________________________________________
56020 [  7698] By: jhi                                   on 2000/11/15  03:50:56
56021         Log: Add few missing #undefs and sort them.
56022      Branch: perl
56023            ! fakesdio.h
56024 ____________________________________________________________________________
56025 [  7697] By: jhi                                   on 2000/11/15  03:39:14
56026         Log: Linenumber fix.
56027      Branch: perl
56028            ! t/pragma/warn/utf8
56029 ____________________________________________________________________________
56030 [  7696] By: jhi                                   on 2000/11/15  02:55:26
56031         Log: EBCDIC tweaks.
56032              
56033              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
56034              From: Peter Prymmer <pvhp@forte.com>
56035              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
56036              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
56037      Branch: perl
56038            ! t/op/regmesg.t t/pragma/warn/utf8
56039 ____________________________________________________________________________
56040 [  7695] By: jhi                                   on 2000/11/15  02:53:58
56041         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
56042              From: Peter Prymmer <pvhp@forte.com>
56043              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
56044              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
56045      Branch: perl
56046            ! utf8.c
56047 ____________________________________________________________________________
56048 [  7694] By: jhi                                   on 2000/11/15  02:50:55
56049         Log: Subject: [PATCH: perl@7674] updates to README.os390
56050              From: Prymmer/Kahn <pvhp@best.com>
56051              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
56052              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
56053      Branch: perl
56054            ! README.os390
56055 ____________________________________________________________________________
56056 [  7693] By: jhi                                   on 2000/11/15  02:48:37
56057         Log: Quit utf8_to_uv() instantly if curlen == 0.
56058      Branch: perl
56059            ! utf8.c
56060 ____________________________________________________________________________
56061 [  7692] By: jhi                                   on 2000/11/15  02:24:29
56062         Log: Use u_int32_t for the size of hash_cb(), not size_t.
56063              
56064              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
56065              From: Jens Hamisch <jens@Strawberry.COM>     
56066              Date: Tue, 14 Nov 2000 19:03:55 +0100
56067              Message-Id: <20001114190355.A20559@Strawberry.COM>
56068      Branch: perl
56069            ! ext/DB_File/DB_File.xs
56070 ____________________________________________________________________________
56071 [  7691] By: jhi                                   on 2000/11/15  02:20:12
56072         Log: Use UINT64_C().
56073              
56074              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
56075              From: Jens Hamisch <jens@Strawberry.COM>
56076              Date: Tue, 14 Nov 2000 19:16:23 +0100
56077              Message-Id: <20001114191623.G20559@Strawberry.COM>
56078      Branch: perl
56079            ! utf8.c utf8.h
56080 ____________________________________________________________________________
56081 [  7690] By: jhi                                   on 2000/11/15  02:17:06
56082         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
56083              (a macro to define signed and unsigned integer constants).
56084      Branch: perl
56085            ! handy.h
56086 ____________________________________________________________________________
56087 [  7689] By: jhi                                   on 2000/11/15  01:56:51
56088         Log: Regen Configure.
56089      Branch: perl
56090            ! Configure
56091 ____________________________________________________________________________
56092 [  7688] By: jhi                                   on 2000/11/15  01:56:32
56093         Log: Make the unit know about SOCKS.
56094      Branch: metaconfig
56095            ! U/protos/socksizetype.U
56096 ____________________________________________________________________________
56097 [  7687] By: jhi                                   on 2000/11/15  01:54:47
56098         Log: Remove unused dependencies.
56099      Branch: metaconfig
56100            ! U/compline/d_getpagsz.U
56101 ____________________________________________________________________________
56102 [  7686] By: nick                                  on 2000/11/14  21:25:13
56103         Log: Integrate mainline.
56104      Branch: perlio
56105           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
56106           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
56107           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
56108           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
56109           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
56110           !> win32/config.bc win32/config.gc win32/config.vc
56111           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
56112 ____________________________________________________________________________
56113 [  7685] By: jhi                                   on 2000/11/14  17:54:56
56114         Log: Integrate perlio.
56115      Branch: perl
56116           +> fakesdio.h perliol.h
56117           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
56118           !> perlsdio.h perlsfio.h pod/perlfunc.pod
56119 ____________________________________________________________________________
56120 [  7684] By: nick                                  on 2000/11/14  17:43:04
56121         Log: PerlIO #include and #ifdef re-work.
56122      Branch: perlio
56123            + fakesdio.h perliol.h
56124            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
56125            ! perlsdio.h perlsfio.h
56126 ____________________________________________________________________________
56127 [  7683] By: jhi                                   on 2000/11/14  15:42:40
56128         Log: Hoist the duplicated socket/netdb include logic to perl.h;
56129              undef SETERRNO in case SOCKS has defined it.  Based on:
56130              
56131              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
56132              From: Jens Hamisch <jens@Strawberry.COM> 
56133              Date: Tue, 14 Nov 2000 11:34:40 +0100
56134              Message-Id: <20001114113440.A20005@Strawberry.COM>
56135      Branch: perl
56136            ! doio.c perl.h pp_sys.c
56137 ____________________________________________________________________________
56138 [  7682] By: jhi                                   on 2000/11/14  14:07:28
56139         Log: Subject: some additions for makefiles for win32 (for perl@7674)
56140              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56141              Date: Tue, 14 Nov 2000 09:31:13 +0300
56142              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
56143      Branch: perl
56144            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
56145            ! win32/makefile.mk
56146 ____________________________________________________________________________
56147 [  7681] By: jhi                                   on 2000/11/14  14:01:41
56148         Log: Subject: tiny typo in perl5db.pl
56149              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56150              Date: Tue, 14 Nov 2000 09:29:28 +0300
56151              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
56152      Branch: perl
56153            ! lib/perl5db.pl
56154 ____________________________________________________________________________
56155 [  7680] By: jhi                                   on 2000/11/14  04:13:50
56156         Log: Redo #7679 with LFs instead of CRLFs.
56157      Branch: perl
56158            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
56159            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
56160            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
56161 ____________________________________________________________________________
56162 [  7679] By: jhi                                   on 2000/11/14  01:21:09
56163         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
56164              From: Benjamin Stuhl <tiriath@yahoo.com> 
56165              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
56166              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
56167      Branch: perl
56168            + win32/bin/mdelete.bat
56169            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
56170            ! makedef.pl perlio.c win32/Makefile win32/config.gc
56171            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
56172 ____________________________________________________________________________
56173 [  7678] By: jhi                                   on 2000/11/14  01:19:20
56174         Log: Fix the re extension building for Win32.
56175              
56176              Subject: [PATCH perl@7638] Get PerlIO building on Win32
56177              From: Benjamin Stuhl <tiriath@yahoo.com> 
56178              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
56179              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
56180      Branch: perl
56181            + ext/re/hints/MSWin32.pl
56182            ! MANIFEST
56183 ____________________________________________________________________________
56184 [  7677] By: jhi                                   on 2000/11/14  01:13:54
56185         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
56186              From: sthoenna@efn.org
56187              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
56188              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
56189      Branch: perl
56190            ! doop.c pp.c toke.c utf8.c utf8.h
56191 ____________________________________________________________________________
56192 [  7676] By: jhi                                   on 2000/11/13  20:23:15
56193         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
56194              From: Nicholas Clark <nick@ccl4.org>
56195              Date: Mon, 13 Nov 2000 18:55:04 +0000
56196              Message-ID: <20001113185504.J29183@plum.flirble.org>
56197      Branch: perl
56198            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
56199 ____________________________________________________________________________
56200 [  7675] By: nick                                  on 2000/11/13  20:21:57
56201         Log: Integrate mainline ...
56202      Branch: perlio
56203           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
56204           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
56205           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
56206           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
56207 ____________________________________________________________________________
56208 [  7674] By: jhi                                   on 2000/11/13  15:07:56
56209         Log: Update Changes.
56210      Branch: perl
56211            ! Changes patchlevel.h
56212 ____________________________________________________________________________
56213 [  7673] By: jhi                                   on 2000/11/13  14:42:42
56214         Log: Remove the new two tests of lib/io_xs for now, they seem to
56215              fail under perlio on some platforms.
56216      Branch: perl
56217            ! t/lib/io_xs.t
56218 ____________________________________________________________________________
56219 [  7672] By: jhi                                   on 2000/11/13  13:57:53
56220         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
56221      Branch: perl
56222            ! perlio.c
56223 ____________________________________________________________________________
56224 [  7671] By: jhi                                   on 2000/11/13  05:30:48
56225         Log: Placate nervous compilers that see longer than ints switch()ing.
56226      Branch: perl
56227            ! utf8.c
56228 ____________________________________________________________________________
56229 [  7670] By: jhi                                   on 2000/11/13  05:14:21
56230         Log: fputs() does return EOF on error but here we don't care.
56231      Branch: perl
56232            ! perlio.c
56233 ____________________________________________________________________________
56234 [  7669] By: jhi                                   on 2000/11/13  05:02:45
56235         Log: Declare reg_data like reg_substr_data.
56236      Branch: perl
56237            ! regexp.h
56238 ____________________________________________________________________________
56239 [  7668] By: jhi                                   on 2000/11/13  04:54:34
56240         Log: Typos in #7667.
56241      Branch: perl
56242            ! perl.h
56243 ____________________________________________________________________________
56244 [  7667] By: jhi                                   on 2000/11/13  04:49:49
56245         Log: Cleanup messy #ifdef.
56246      Branch: perl
56247            ! perl.h
56248 ____________________________________________________________________________
56249 [  7666] By: jhi                                   on 2000/11/13  04:17:34
56250         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
56251              From: Nicholas Clark <nick@talking.bollo.cx>
56252              Date: Sun, 12 Nov 2000 21:14:11 +0000
56253              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
56254              
56255              Note: only one breakage of the two reported is fixed by this patch.
56256      Branch: perl
56257            ! perlio.c
56258 ____________________________________________________________________________
56259 [  7665] By: jhi                                   on 2000/11/13  04:05:07
56260         Log: Tweak the definition of the bit complement on UTF-8 data:
56261              if none of the characters in the string are > 0xff,
56262              the result is a complemented byte string, not a (UTF-8)
56263              char string.  Based on the summary in
56264              
56265              Subject: Re: [ID 20000918.005] ~ on wide chars
56266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
56267              Date: Fri, 10 Nov 2000 09:47:15 -0800
56268              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
56269              
56270              This should give us the maximum backward (pre-char string)
56271              compatibility and utf8 compatibility.  The other alternative
56272              would be to limit the bit complement to be always byte only,
56273              taking the least significant byte of the chars.
56274      Branch: perl
56275            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
56276 ____________________________________________________________________________
56277 [  7664] By: jhi                                   on 2000/11/13  00:23:44
56278         Log: Couple of tests from #7660 salvaged.
56279      Branch: perl
56280            - t/op/tell.t
56281            ! MANIFEST t/io/tell.t
56282 ____________________________________________________________________________
56283 [  7663] By: jhi                                   on 2000/11/13  00:02:48
56284         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
56285              From: Nicholas Clark <nick@talking.bollo.cx>
56286              Date: Sun, 12 Nov 2000 21:23:43 +0000
56287              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
56288      Branch: perl
56289            ! perlsfio.h
56290 ____________________________________________________________________________
56291 [  7662] By: jhi                                   on 2000/11/13  00:01:39
56292         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
56293              From: Nicholas Clark <nick@talking.bollo.cx>
56294              Date: Sun, 12 Nov 2000 21:30:04 +0000
56295              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
56296      Branch: perl
56297            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
56298 ____________________________________________________________________________
56299 [  7661] By: jhi                                   on 2000/11/12  23:57:29
56300         Log: Document tell() on special streams.
56301      Branch: perl
56302            ! pod/perlfunc.pod
56303 ____________________________________________________________________________
56304 [  7660] By: jhi                                   on 2000/11/12  23:54:22
56305         Log: (Subsumed by #7664)
56306      Branch: perl
56307            + t/op/tell.t
56308            ! MANIFEST
56309 ____________________________________________________________________________
56310 [  7659] By: jhi                                   on 2000/11/12  22:55:25
56311         Log: Many subdocumented return values of the IO extension now documented.
56312              ungetc and write still left subdocumented.
56313              
56314              Subject: [PATCH] (was Re: IO::Handle::ungetc)
56315              From: Nicholas Clark <nick@talking.bollo.cx>
56316              Date: Sun, 12 Nov 2000 21:35:53 +0000
56317              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
56318      Branch: perl
56319            ! ext/IO/lib/IO/Handle.pm
56320 ____________________________________________________________________________
56321 [  7658] By: jhi                                   on 2000/11/12  21:37:06
56322         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
56323              From: Nicholas Clark <nick@talking.bollo.cx>
56324              Date: Sun, 12 Nov 2000 20:03:22 +0000
56325              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
56326      Branch: perl
56327            ! pod/perlfunc.pod
56328 ____________________________________________________________________________
56329 [  7657] By: jhi                                   on 2000/11/12  20:34:55
56330         Log: Integrate perlio.
56331      Branch: perl
56332           !> perlio.c
56333 ____________________________________________________________________________
56334 [  7656] By: nick                                  on 2000/11/12  19:25:06
56335         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
56336      Branch: perlio
56337            ! perlio.c
56338 ____________________________________________________________________________
56339 [  7655] By: nick                                  on 2000/11/12  19:09:41
56340         Log: Integrate mainline
56341      Branch: perlio
56342           +> README.solaris ext/Encode/Encode/cp1006.enc
56343           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
56344           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
56345           +> ext/Encode/Encode/iso8859-13.enc
56346           +> ext/Encode/Encode/iso8859-14.enc
56347           +> ext/Encode/Encode/iso8859-15.enc
56348           !> (integrate 34 files)
56349 ____________________________________________________________________________
56350 [  7654] By: jhi                                   on 2000/11/12  19:00:22
56351         Log: Add a metaconfig unit for fsync.
56352      Branch: metaconfig/U/perl
56353            + d_fsync.U
56354 ____________________________________________________________________________
56355 [  7653] By: jhi                                   on 2000/11/12  19:00:01
56356         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
56357      Branch: perl
56358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56359            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
56360            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56361            ! vos/config.ga.h win32/config.bc win32/config.gc
56362            ! win32/config.vc
56363 ____________________________________________________________________________
56364 [  7652] By: jhi                                   on 2000/11/11  21:12:01
56365         Log: Copy the s// information of README.hpux also to the perlrun.
56366      Branch: perl
56367            ! README.hpux pod/perlrun.pod
56368 ____________________________________________________________________________
56369 [  7651] By: jhi                                   on 2000/11/11  21:03:13
56370         Log: More README.solaris updates from Andy Dougherty.
56371      Branch: perl
56372            ! README.solaris
56373 ____________________________________________________________________________
56374 [  7650] By: jhi                                   on 2000/11/11  18:38:57
56375         Log: More descriptive error for unknown perlio layers.
56376              
56377              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56378              From: Dominic Dunlop <domo@computer.org> 
56379              Date: Sat, 11 Nov 2000 18:20:32 +0100             
56380              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
56381      Branch: perl
56382            ! perlio.c pod/perldiag.pod
56383 ____________________________________________________________________________
56384 [  7649] By: jhi                                   on 2000/11/11  18:37:52
56385         Log: MachTen doesn't really do mmap() and munmap().
56386              
56387              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56388              From: Dominic Dunlop <domo@computer.org> 
56389              Date: Sat, 11 Nov 2000 18:20:32 +0100             
56390              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
56391      Branch: perl
56392            ! hints/machten.sh
56393 ____________________________________________________________________________
56394 [  7648] By: jhi                                   on 2000/11/11  18:36:46
56395         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
56396              From: rspier@pobox.com (Robert Spier)
56397              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
56398              Message-ID: <14861.32839.491271.985797@rls.cx>
56399      Branch: perl
56400            ! Porting/Contract pod/perltoot.pod
56401 ____________________________________________________________________________
56402 [  7647] By: jhi                                   on 2000/11/11  18:35:30
56403         Log: Simplify the getpagesize() unit by dropping the
56404              pagesize probe since it's nowadays slightly more
56405              complicated because of sysconf(). (Note: if some
56406              platform really needs the -lPW for getpagesize,
56407              I just broke it.)
56408              
56409              TODO: a new pagesize unit.
56410      Branch: metaconfig
56411            ! U/compline/d_getpagsz.U
56412 ____________________________________________________________________________
56413 [  7646] By: jhi                                   on 2000/11/11  18:33:23
56414         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
56415      Branch: perl
56416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56417            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
56418            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56419            ! vos/config.ga.h win32/config.bc win32/config.gc
56420            ! win32/config.vc
56421 ____________________________________________________________________________
56422 [  7645] By: jhi                                   on 2000/11/11  16:45:15
56423         Log: Use sysconf() or getpagesize() to find out the pagesize.
56424      Branch: perl
56425            ! perlio.c
56426 ____________________________________________________________________________
56427 [  7644] By: jhi                                   on 2000/11/11  15:46:08
56428         Log: Integrate perlio.
56429      Branch: perl
56430           !> perlio.c
56431 ____________________________________________________________________________
56432 [  7643] By: jhi                                   on 2000/11/11  15:33:36
56433         Log: Subject: Re: [PATCH] README.solaris
56434              From: Lupe Christoph <lupe@lupe-christoph.de>
56435              Date: Sat, 11 Nov 2000 14:08:10 +0100
56436              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
56437      Branch: perl
56438            ! README.solaris
56439 ____________________________________________________________________________
56440 [  7642] By: jhi                                   on 2000/11/11  15:22:12
56441         Log: Subject: [PATCH perl@7638] cygwin port
56442              From: "Eric Fifer" <egf7@columbia.edu>            
56443              Date: Fri, 10 Nov 2000 19:30:30 -0000
56444              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
56445      Branch: perl
56446            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
56447 ____________________________________________________________________________
56448 [  7641] By: nick                                  on 2000/11/11  14:50:36
56449         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
56450              Also call "Buf" layer directly when unread'ing non-read chars.
56451      Branch: perlio
56452            ! perlio.c
56453 ____________________________________________________________________________
56454 [  7640] By: jhi                                   on 2000/11/11  02:05:02
56455         Log: Add more encoding tables.
56456      Branch: perl
56457            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
56458            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
56459            + ext/Encode/Encode/iso8859-10.enc
56460            + ext/Encode/Encode/iso8859-13.enc
56461            + ext/Encode/Encode/iso8859-14.enc
56462            + ext/Encode/Encode/iso8859-15.enc
56463            ! MANIFEST
56464 ____________________________________________________________________________
56465 [  7639] By: jhi                                   on 2000/11/10  18:49:25
56466         Log: Subject: [PATCH] README.solaris
56467              From: Andy Dougherty <doughera@lafayette.edu>
56468              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
56469              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
56470      Branch: perl
56471            + README.solaris
56472            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
56473            ! pod/perl.pod pod/perltoc.pod
56474 ____________________________________________________________________________
56475 [  7638] By: jhi                                   on 2000/11/10  15:04:15
56476         Log: Update Changes.
56477      Branch: perl
56478            ! Changes patchlevel.h
56479 ____________________________________________________________________________
56480 [  7637] By: jhi                                   on 2000/11/10  14:14:28
56481         Log: Explain better why certain regex tests are skipped.
56482              
56483              Subject: Re: tests skipped: unknown reason
56484              From: Lupe Christoph <lupe@lupe-christoph.de>
56485              Date: Fri, 10 Nov 2000 09:08:56 +0100
56486              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
56487      Branch: perl
56488            ! t/op/regexp.t
56489 ____________________________________________________________________________
56490 [  7636] By: nick                                  on 2000/11/10  13:40:00
56491         Log: Integrate mainline.
56492      Branch: perlio
56493           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
56494           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
56495           !> win32/bin/search.pl
56496 ____________________________________________________________________________
56497 [  7635] By: nick                                  on 2000/11/10  13:25:52
56498         Log: Re-instate stdio large file support via perlio.
56499      Branch: perl
56500            ! perlio.c
56501 ____________________________________________________________________________
56502 [  7634] By: jhi                                   on 2000/11/10  04:49:55
56503         Log: Amdahl UTS hints updates.
56504              
56505              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
56506              From: hom00@utsglobal.com (Harold O Morris)
56507              Date: Thu, 9 Nov 2000 20:02 PST
56508              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
56509      Branch: perl
56510            ! hints/uts.sh
56511 ____________________________________________________________________________
56512 [  7633] By: jhi                                   on 2000/11/09  23:33:28
56513         Log: Subject: [PATCH] IO::Seekable pod
56514              From: Nicholas Clark <nick@talking.bollo.cx>
56515              Date: Thu, 9 Nov 2000 20:29:45 +0000
56516              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
56517      Branch: perl
56518            ! ext/IO/lib/IO/Handle.pm
56519 ____________________________________________________________________________
56520 [  7632] By: jhi                                   on 2000/11/09  21:55:41
56521         Log: Various doc oddball characters.
56522              
56523              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
56524              From: Michael Somos <somos@grail.cba.csuohio.edu>
56525              Date: Mon, 6 Nov 2000 17:44:20 -0500
56526              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
56527      Branch: perl
56528            ! emacs/cperl-mode.el lib/unicode/syllables.txt
56529            ! win32/bin/search.pl
56530 ____________________________________________________________________________
56531 [  7631] By: jhi                                   on 2000/11/09  21:12:29
56532         Log: Subject: Re: bash -c exit and linux hints 
56533              From: "John P. Linderman" <jpl@research.att.com>
56534              Date: Thu, 02 Nov 2000 09:37:25 -0500
56535              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
56536      Branch: perl
56537            ! hints/linux.sh
56538 ____________________________________________________________________________
56539 [  7630] By: nick                                  on 2000/11/09  20:34:11
56540         Log: Integrate mainline.
56541      Branch: perlio
56542           !> (integrate 91 files)
56543 ____________________________________________________________________________
56544 [  7629] By: jhi                                   on 2000/11/09  19:46:31
56545         Log: Missing dTHXs.
56546              
56547              Subject: RE: perl@7595 builds not on cygwin
56548              From: "Eric Fifer" <egf7@columbia.edu>
56549              Date: Thu, 9 Nov 2000 19:26:50 -0000
56550              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
56551      Branch: perl
56552            ! ext/Devel/Peek/Peek.xs
56553 ____________________________________________________________________________
56554 [  7628] By: jhi                                   on 2000/11/09  14:48:27
56555         Log: Disable only the tests 99 and 166 for UTF-8 locales.
56556      Branch: perl
56557            ! t/pragma/locale.t
56558 ____________________________________________________________________________
56559 [  7627] By: jhi                                   on 2000/11/09  14:40:27
56560         Log: There's no =head3.
56561      Branch: perl
56562            ! pod/perlhack.pod
56563 ____________________________________________________________________________
56564 [  7626] By: jhi                                   on 2000/11/09  13:54:26
56565         Log: The generated boot_* headers are wrong.  Pickier compiler,
56566              such as KAI C++ will refuse to compile the resulting perlmain.
56567              
56568              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
56569              From: Harri Pasanen <harri.pasanen@trema.com>
56570              Date: Thu, 09 Nov 2000 14:23:28 +0100
56571              Message-Id: <3A0AA550.26D548A3@trema.com>
56572      Branch: perl
56573            ! minimod.pl
56574 ____________________________________________________________________________
56575 [  7625] By: jhi                                   on 2000/11/09  13:50:44
56576         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
56577              From: Prymmer/Kahn <pvhp@best.com>
56578              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
56579              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
56580              
56581              All except the "cow orker" change.
56582      Branch: perl
56583            ! Porting/pumpkin.pod
56584 ____________________________________________________________________________
56585 [  7624] By: jhi                                   on 2000/11/09  13:45:33
56586         Log: Fix for
56587              
56588              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
56589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56590              Date: Thu, 09 Nov 2000 11:05:52 +0100
56591              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
56592      Branch: perl
56593            ! pod/perldiag.pod t/pragma/warn/pp_sys
56594 ____________________________________________________________________________
56595 [  7623] By: jhi                                   on 2000/11/09  13:37:16
56596         Log: Typo in an ifndef.
56597              
56598              Subject: Re: [PATCH 5.7.0] better messages from malloc()
56599              From: Joe Smith <jms@inwap.com>         
56600              Date: Thu, 09 Nov 2000 01:33:14 -0800
56601              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
56602      Branch: perl
56603            ! malloc.c
56604 ____________________________________________________________________________
56605 [  7622] By: jhi                                   on 2000/11/09  13:31:18
56606         Log: Remove unused extra arguments.
56607      Branch: metaconfig/U/perl
56608            ! perlxv.U
56609      Branch: perl
56610            ! Configure config_h.SH
56611 ____________________________________________________________________________
56612 [  7621] By: jhi                                   on 2000/11/09  13:16:36
56613         Log: More VMS moves on environment handling, from Charles Lane.
56614      Branch: perl
56615            ! t/pragma/locale.t
56616 ____________________________________________________________________________
56617 [  7620] By: jhi                                   on 2000/11/09  04:42:38
56618         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
56619              From: David Dyck <dcd@tc.fluke.com>
56620              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
56621              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
56622      Branch: perl
56623            ! pp_sys.c
56624 ____________________________________________________________________________
56625 [  7619] By: jhi                                   on 2000/11/09  04:36:21
56626         Log: Forgot from #7618.
56627      Branch: perl
56628            ! lib/File/stat.pm
56629 ____________________________________________________________________________
56630 [  7618] By: jhi                                   on 2000/11/09  04:28:44
56631         Log: Make deleting for %ENV work for (newer versions of) VMS,
56632              from Craig A. Berry.
56633      Branch: perl
56634            ! vms/vms.c
56635 ____________________________________________________________________________
56636 [  7617] By: jhi                                   on 2000/11/09  04:25:05
56637         Log: Subject: [PATCH] Class::Struct at compile time
56638              From: "Casey R. Tweten" <crt@kiski.net>
56639              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
56640              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
56641      Branch: perl
56642            ! lib/Class/Struct.pm
56643 ____________________________________________________________________________
56644 [  7616] By: jhi                                   on 2000/11/09  04:15:17
56645         Log: Subject: [ID 20001108.013] spelling
56646              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
56647              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
56648              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
56649      Branch: perl
56650            ! lib/ftp.pl
56651 ____________________________________________________________________________
56652 [  7615] By: jhi                                   on 2000/11/09  04:12:42
56653         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
56654              From: Peter Prymmer <pvhp@forte.com>
56655              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
56656              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
56657      Branch: perl
56658            ! configure.com
56659 ____________________________________________________________________________
56660 [  7614] By: jhi                                   on 2000/11/08  22:42:55
56661         Log: A missing aTHX_.
56662      Branch: perl
56663            ! ext/IPC/SysV/SysV.xs
56664 ____________________________________________________________________________
56665 [  7613] By: jhi                                   on 2000/11/08  19:30:21
56666         Log: Update Changes.
56667      Branch: perl
56668            ! Changes patchlevel.h
56669 ____________________________________________________________________________
56670 [  7612] By: jhi                                   on 2000/11/08  18:35:25
56671         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
56672              From: David Dyck <dcd@tc.fluke.com>
56673              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
56674              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
56675      Branch: perl
56676            ! pp_sys.c
56677 ____________________________________________________________________________
56678 [  7611] By: jhi                                   on 2000/11/08  18:30:26
56679         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
56680              From: Dominic Dunlop <domo@computer.org>
56681              Date: Tue, 7 Nov 2000 12:05:25 +0100
56682              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
56683      Branch: perl
56684            ! malloc.c
56685 ____________________________________________________________________________
56686 [  7610] By: jhi                                   on 2000/11/08  18:25:14
56687         Log: Do not test UTF-8 locales since that the tests would require
56688              polymorphic regexen.
56689      Branch: perl
56690            ! t/pragma/locale.t
56691 ____________________________________________________________________________
56692 [  7609] By: jhi                                   on 2000/11/08  17:12:51
56693         Log: Locale buglets.
56694              
56695              Subject: RE: Locales support (setlocale) fixes
56696              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56697              Date: Wed, 8 Nov 2000 20:01:39 +0300
56698              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
56699      Branch: perl
56700            ! t/pragma/locale.t util.c
56701 ____________________________________________________________________________
56702 [  7608] By: jhi                                   on 2000/11/08  17:00:16
56703         Log: Deleting $ENV{PATH} in VMS is not recommendable.
56704      Branch: perl
56705            ! t/pragma/locale.t
56706 ____________________________________________________________________________
56707 [  7607] By: jhi                                   on 2000/11/08  16:58:26
56708         Log: Subject: PATCH std stdio for (Free)BSD
56709              From: Nicholas Clark <nick@ccl4.org>
56710              Date: Wed, 8 Nov 2000 15:36:29 +0000
56711              Message-ID: <20001108153629.D98736@plum.flirble.org>
56712      Branch: metaconfig
56713            ! U/compline/d_stdstdio.U
56714      Branch: perl
56715            ! Configure config_h.SH
56716 ____________________________________________________________________________
56717 [  7606] By: jhi                                   on 2000/11/08  16:43:31
56718         Log: Forgot to bump the line numbers in #7601.
56719      Branch: perl
56720            ! t/pragma/warn/pp_sys
56721 ____________________________________________________________________________
56722 [  7605] By: jhi                                   on 2000/11/08  16:39:12
56723         Log: More careful detection of how well NVs and UVs mix.
56724              
56725              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))
56726              From: Nicholas Clark <nick@ccl4.org>
56727              Date: Wed, 8 Nov 2000 15:14:12 +0000
56728              Message-ID: <20001108151412.B98736@plum.flirble.org>
56729              
56730              Added some SIGFPE paranoia.
56731      Branch: metaconfig/U/perl
56732            ! perlxv.U
56733      Branch: perl
56734            ! Configure config_h.SH
56735 ____________________________________________________________________________
56736 [  7604] By: jhi                                   on 2000/11/08  14:39:10
56737         Log: Subject: [patch perl@7595] VMS configure.com tweak
56738              From: "Craig A. Berry" <craigberry@mac.com>
56739              Date: Wed, 8 Nov 2000 00:24:12 -0600
56740              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
56741      Branch: perl
56742            ! configure.com
56743 ____________________________________________________________________________
56744 [  7603] By: jhi                                   on 2000/11/08  14:27:11
56745         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
56746              From: Robin Barker <rmb1@cise.npl.co.uk>
56747              Date: Wed, 8 Nov 2000 11:11:39 GMT
56748              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
56749      Branch: perl
56750            ! perlio.c
56751 ____________________________________________________________________________
56752 [  7602] By: jhi                                   on 2000/11/08  14:25:03
56753         Log: Fix for the tie-refhash string table leaks.
56754              
56755              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
56756              Date: Wed, 8 Nov 2000 13:03:04 GMT
56757              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
56758      Branch: perl
56759            ! t/lib/tie-refhash.t
56760 ____________________________________________________________________________
56761 [  7601] By: jhi                                   on 2000/11/08  14:21:08
56762         Log: Try to avoid flockless and emulationless places.
56763      Branch: perl
56764            ! t/pragma/warn/pp_sys
56765 ____________________________________________________________________________
56766 [  7600] By: jhi                                   on 2000/11/08  02:28:54
56767         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
56768              
56769              Subject: [PATCH] prototyped functions that should be overrideable
56770              From: "Casey R. Tweten" <crt@kiski.net>
56771              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
56772              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
56773      Branch: perl
56774            ! toke.c
56775 ____________________________________________________________________________
56776 [  7599] By: jhi                                   on 2000/11/08  01:12:05
56777         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
56778              
56779              Subject: [PATCH] perlbug.PL
56780              From: "Kurt D. Starsinic" <kstar@chapin.edu>
56781              Date: Mon, 6 Nov 2000 21:39:01 -0500
56782              Message-ID: <20001106213901.B20955@O2.chapin.edu>
56783      Branch: perl
56784            ! utils/perlbug.PL
56785 ____________________________________________________________________________
56786 [  7598] By: jhi                                   on 2000/11/07  23:42:00
56787         Log: Bad thinko in #7581 (I used the test program with the expanded
56788              values as-is).
56789      Branch: metaconfig
56790            ! U/compline/d_stdstdio.U
56791      Branch: perl
56792            ! Configure
56793 ____________________________________________________________________________
56794 [  7597] By: jhi                                   on 2000/11/07  21:43:29
56795         Log: Subject: [PATCH perl@7573] cygwin port
56796              From: "Fifer, Eric" <EFifer@sanwaint.com>
56797              Date: Tue, 7 Nov 2000 18:08:51 -0000 
56798              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
56799              
56800              Synchronize with Cygwin 1.1.5.
56801      Branch: perl
56802            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
56803            ! pod/perlport.pod unixish.h util.c
56804 ____________________________________________________________________________
56805 [  7596] By: jhi                                   on 2000/11/07  21:39:25
56806         Log: perlhack updates from H.Merijn Brand.
56807      Branch: perl
56808            ! pod/perlhack.pod
56809 ____________________________________________________________________________
56810 [  7595] By: jhi                                   on 2000/11/07  20:21:41
56811         Log: Update Changes.
56812      Branch: perl
56813            ! Changes patchlevel.h
56814 ____________________________________________________________________________
56815 [  7594] By: jhi                                   on 2000/11/07  19:18:58
56816         Log: Be more robust in Dynaloader.pm.
56817      Branch: perl
56818            ! ext/DynaLoader/DynaLoader_pm.PL
56819 ____________________________________________________________________________
56820 [  7593] By: jhi                                   on 2000/11/07  16:49:31
56821         Log: AUTHORS update.
56822      Branch: perl
56823            ! AUTHORS
56824 ____________________________________________________________________________
56825 [  7592] By: gsar                                  on 2000/11/07  16:39:51
56826         Log: normalize relative paths in virtualized current directory on windows,
56827              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
56828              returns)
56829      Branch: perl
56830            ! win32/vdir.h
56831 ____________________________________________________________________________
56832 [  7591] By: jhi                                   on 2000/11/07  16:04:26
56833         Log: Too profiler-happy: with optimization the #7590 actually makes
56834              the test to run 0.5% _slower_.  Requires much more instrumentation.
56835              Retract #7590.
56836      Branch: perl
56837            ! regcomp.c regcomp.h
56838 ____________________________________________________________________________
56839 [  7590] By: jhi                                   on 2000/11/07  15:51:13
56840         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
56841              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
56842              by using memset() and testing bytewise (as opposed to bitwise).
56843      Branch: perl
56844            ! regcomp.c regcomp.h
56845 ____________________________________________________________________________
56846 [  7589] By: jhi                                   on 2000/11/07  12:56:39
56847         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
56848              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56849              Date: Mon, 06 Nov 2000 23:45:30 -0500
56850              Message-Id: <0011079735.AA973576259@univpress.com>
56851      Branch: perl
56852            ! configure.com t/lib/st-lock.t
56853 ____________________________________________________________________________
56854 [  7588] By: jhi                                   on 2000/11/07  01:03:28
56855         Log: Tweak #7587.
56856      Branch: perl
56857            ! pod/perldiag.pod
56858 ____________________________________________________________________________
56859 [  7587] By: jhi                                   on 2000/11/07  01:00:27
56860         Log: A doc addition for bug id 20001105.019, beware \p.
56861      Branch: perl
56862            ! pod/perldiag.pod
56863 ____________________________________________________________________________
56864 [  7586] By: jhi                                   on 2000/11/07  00:32:22
56865         Log: Fake support of holey files in win/dosish platforms.
56866              
56867              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
56868              From: kipp@shonanblue.ne.jp
56869              Date: Mon, 6 Nov 2000 13:30:55 -0800
56870              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
56871      Branch: perl
56872            ! ext/SDBM_File/sdbm/sdbm.c
56873 ____________________________________________________________________________
56874 [  7585] By: jhi                                   on 2000/11/07  00:12:54
56875         Log: Subject: Pod updates
56876              From: "Stephen P. Potter" <spp@spotter.yi.org>
56877              Date: Mon, 06 Nov 2000 18:56:43 -0500
56878              Message-Id: <200011062357.SAA18173@spotter.yi.org>
56879      Branch: perl
56880            ! README.dos README.os2 README.win32 pod/buildtoc.PL
56881            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
56882            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
56883            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
56884            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
56885            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
56886            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
56887            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
56888            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
56889            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
56890            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
56891            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
56892            ! pod/perltootc.pod pod/perlunicode.pod
56893 ____________________________________________________________________________
56894 [  7584] By: jhi                                   on 2000/11/07  00:04:17
56895         Log: Varargs don't always work too well if one puts an unsigned
56896              char on the stack and pop an unsigned quad off the stack.
56897              
56898              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
56899              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
56900              Date: Mon, 06 Nov 2000 15:19:05 -0800
56901              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
56902      Branch: perl
56903            ! utf8.c
56904 ____________________________________________________________________________
56905 [  7583] By: jhi                                   on 2000/11/06  23:58:48
56906         Log: %ENV note tweaks from Dan Sugalski.
56907      Branch: perl
56908            ! pod/perlport.pod vms/perlvms.pod
56909 ____________________________________________________________________________
56910 [  7582] By: jhi                                   on 2000/11/06  23:05:49
56911         Log: glibc5 detection by __GNU_LIBRARY__.
56912      Branch: perl
56913            ! toke.c
56914 ____________________________________________________________________________
56915 [  7581] By: jhi                                   on 2000/11/06  22:51:29
56916         Log: Make the stdio test program of 7427 less noisy while being 
56917              compiled so that Digital UNIX wouldn't get both
56918              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
56919              undefined.  This makes perlio happy.
56920      Branch: metaconfig
56921            ! U/compline/d_stdstdio.U
56922      Branch: perl
56923            ! Configure config_h.SH
56924 ____________________________________________________________________________
56925 [  7580] By: jhi                                   on 2000/11/06  22:41:41
56926         Log: Document %ENV = () portability issues.
56927      Branch: perl
56928            ! pod/perlport.pod vms/perlvms.pod
56929 ____________________________________________________________________________
56930 [  7579] By: jhi                                   on 2000/11/06  21:29:24
56931         Log: VOS updates from Paul Green.
56932      Branch: perl
56933            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56934 ____________________________________________________________________________
56935 [  7578] By: jhi                                   on 2000/11/06  21:00:40
56936         Log: Sanitize the environment further.
56937      Branch: perl
56938            ! t/pragma/locale.t
56939 ____________________________________________________________________________
56940 [  7577] By: jhi                                   on 2000/11/06  20:53:51
56941         Log: Re-introduce 7552 lost in integration.
56942      Branch: perl
56943            ! perlio.c
56944 ____________________________________________________________________________
56945 [  7576] By: jhi                                   on 2000/11/06  20:33:46
56946         Log: Admit that the test leaks scalars.
56947      Branch: perl
56948            ! t/comp/proto.t
56949 ____________________________________________________________________________
56950 [  7575] By: jhi                                   on 2000/11/06  20:17:08
56951         Log: Integrate perlio.
56952      Branch: perl
56953           !> perlio.c
56954 ____________________________________________________________________________
56955 [  7574] By: nick                                  on 2000/11/06  20:07:28
56956         Log: Remove debug. Try (Mmap_t) on madvise() call.
56957      Branch: perlio
56958            ! perlio.c
56959 ____________________________________________________________________________
56960 [  7573] By: jhi                                   on 2000/11/06  13:56:05
56961         Log: Update Changes.
56962      Branch: perl
56963            ! Changes patchlevel.h
56964 ____________________________________________________________________________
56965 [  7572] By: jhi                                   on 2000/11/06  13:48:41
56966         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
56967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56968              Date: Mon, 06 Nov 2000 10:11:42 +0100
56969              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
56970      Branch: perl
56971            ! pod/perlhack.pod
56972 ____________________________________________________________________________
56973 [  7571] By: jhi                                   on 2000/11/06  01:45:51
56974         Log: AUTHORS updates.
56975      Branch: perl
56976            ! AUTHORS
56977 ____________________________________________________________________________
56978 [  7570] By: jhi                                   on 2000/11/06  00:18:00
56979         Log: Fix for
56980              
56981              Subject: [ID 20000728.005] perl -P broken
56982              From: David Dyck <dcd@tc.fluke.com>
56983              Date: Fri, 28 Jul 2000 17:19:16 -0700
56984              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
56985              
56986              (hopefully).  The fix is also not complete, it seems to break
56987              BOM swallowing for libc5 systems, but until someone figures
56988              out a way to do this without ftell(), this will do.
56989      Branch: perl
56990            ! toke.c
56991 ____________________________________________________________________________
56992 [  7569] By: jhi                                   on 2000/11/06  00:05:30
56993         Log: Document that the evaled syntax errors cause scalar leaks.
56994      Branch: perl
56995            ! t/comp/proto.t
56996 ____________________________________________________________________________
56997 [  7568] By: jhi                                   on 2000/11/05  23:14:47
56998         Log: opmini.o can linger from Configures past.
56999      Branch: perl
57000            ! Makefile.SH
57001 ____________________________________________________________________________
57002 [  7567] By: jhi                                   on 2000/11/05  21:28:39
57003         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
57004              first argument correctly.
57005      Branch: perl
57006            ! perlio.c
57007 ____________________________________________________________________________
57008 [  7566] By: jhi                                   on 2000/11/05  21:15:56
57009         Log: Integrate perlio.
57010      Branch: perl
57011           !> perlio.c
57012 ____________________________________________________________________________
57013 [  7565] By: jhi                                   on 2000/11/05  21:15:13
57014         Log: Use -dM for gcc (the suggested patch did it only for Linux,
57015              but I think it can be generalized).
57016              
57017              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
57018              From: Pixel <pixel@mandrakesoft.com>
57019              Date: 05 Nov 2000 21:49:34 +0100 
57020              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
57021      Branch: perl
57022            ! ext/Errno/Errno_pm.PL
57023 ____________________________________________________________________________
57024 [  7564] By: nick                                  on 2000/11/05  21:09:18
57025         Log: Added a mmap layer as a "subclass" of perlio.
57026              PERLIO=mmap ./perl harness passes
57027      Branch: perlio
57028            ! perlio.c
57029 ____________________________________________________________________________
57030 [  7563] By: jhi                                   on 2000/11/05  19:48:55
57031         Log: Add a note for future generations about bug id 20000229.006.
57032      Branch: perl
57033            ! malloc.c
57034 ____________________________________________________________________________
57035 [  7562] By: jhi                                   on 2000/11/05  19:38:24
57036         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
57037      Branch: perl
57038            ! pp_ctl.c t/op/pos.t
57039 ____________________________________________________________________________
57040 [  7561] By: jhi                                   on 2000/11/05  18:21:46
57041         Log: Add =pod to be tidy.
57042      Branch: perl
57043            ! lib/Math/Complex.pm
57044 ____________________________________________________________________________
57045 [  7560] By: jhi                                   on 2000/11/05  17:38:46
57046         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
57047      Branch: perl
57048            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
57049            ! ext/Storable/Storable.xs t/lib/st-recurse.t
57050 ____________________________________________________________________________
57051 [  7559] By: jhi                                   on 2000/11/05  17:32:59
57052         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
57053              From: "Peter J. Farley III" <pjfarley@banet.net>
57054              Date: Sun, 05 Nov 2000 11:55:59 -0500
57055              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
57056      Branch: perl
57057            ! t/lib/syslog.t
57058 ____________________________________________________________________________
57059 [  7558] By: jhi                                   on 2000/11/05  17:29:19
57060         Log: Integrate perlio.
57061      Branch: perl
57062           !> perlio.c
57063 ____________________________________________________________________________
57064 [  7557] By: jhi                                   on 2000/11/05  17:22:01
57065         Log: A fix of sorts for 20000329.026, a better error message
57066              for a missing "use charnames" when using the \N{...}. 
57067      Branch: perl
57068            ! pod/perldiag.pod toke.c
57069 ____________________________________________________________________________
57070 [  7556] By: jhi                                   on 2000/11/05  16:33:50
57071         Log: Test tweak: show also the failed locales.
57072              
57073              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
57074              From: Lupe Christoph <lupe@lupe-christoph.de>         
57075              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
57076              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
57077      Branch: perl
57078            ! t/pragma/locale.t
57079 ____________________________________________________________________________
57080 [  7555] By: nick                                  on 2000/11/05  11:09:34
57081         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
57082              open RDWR so does not fail. (pragma/warnings 303 again...)
57083      Branch: perlio
57084            ! perlio.c
57085 ____________________________________________________________________________
57086 [  7554] By: nick                                  on 2000/11/05  10:10:13
57087         Log: Fix case where ungetc(f,EOF) was allowed.
57088              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
57089              so we can see similarities.
57090              Use types more carefully and a STDCHAR array in hope that this will
57091              fix Jarrko's 64bit machine.
57092      Branch: perlio
57093            ! perlio.c
57094 ____________________________________________________________________________
57095 [  7553] By: jhi                                   on 2000/11/05  01:12:16
57096         Log: Fix for
57097              
57098              Subject: [ID 20001004.007] taint propogation is inconsistent
57099              From: pimlott@idiomtech.com (Andrew Pimlott) 
57100              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
57101              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
57102              
57103              The culprit was sv_setsv() which was rather blindly
57104              propagating taint, which lead to behaviour where if
57105              a tainted anon hash value was seen all the hash values
57106              from then on at that level became tainted, or at any
57107              upper levels in the case of nested anon hashes.
57108      Branch: perl
57109            ! sv.c t/op/taint.t
57110 ____________________________________________________________________________
57111 [  7552] By: jhi                                   on 2000/11/04  23:44:18
57112         Log: Some cpps don't like splitting conditionals across several lines.
57113      Branch: perl
57114            ! perlio.c
57115 ____________________________________________________________________________
57116 [  7551] By: nick                                  on 2000/11/04  23:40:44
57117         Log: Integrate mainline
57118      Branch: perlio
57119           !> pp_hot.c t/op/taint.t
57120 ____________________________________________________________________________
57121 [  7550] By: nick                                  on 2000/11/04  23:39:05
57122         Log: Integrate mainline again
57123      Branch: perlio
57124           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
57125           !> t/lib/b.t t/op/misc.t util.c
57126 ____________________________________________________________________________
57127 [  7549] By: jhi                                   on 2000/11/04  23:14:01
57128         Log: Fix for
57129              
57130              Subject: [ID 20001004.006] undef is never tainted
57131              From: pimlott@idiomtech.com (Andrew Pimlott)
57132              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
57133              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
57134              
57135              An undef read from a slurped file was not tainted.
57136      Branch: perl
57137            ! pp_hot.c t/op/taint.t
57138 ____________________________________________________________________________
57139 [  7548] By: jhi                                   on 2000/11/04  22:56:21
57140         Log: Test tweak ($Config{useperlio} is by default undef) .
57141      Branch: perl
57142            ! t/lib/b.t
57143 ____________________________________________________________________________
57144 [  7547] By: jhi                                   on 2000/11/04  22:43:56
57145         Log: Integrate perlio.
57146      Branch: perl
57147           +> lib/perlio.pm
57148           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
57149           !> pod/perlapi.pod t/lib/b.t
57150 ____________________________________________________________________________
57151 [  7546] By: jhi                                   on 2000/11/04  22:40:59
57152         Log: Configure would use a bad $myuname from an old config.sh.
57153              
57154              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
57155              From: Andy Dougherty <doughera@lafayette.edu>
57156              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
57157              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
57158      Branch: metaconfig
57159            ! U/modified/Oldconfig.U
57160      Branch: perl
57161            ! Configure config_h.SH
57162 ____________________________________________________________________________
57163 [  7545] By: jhi                                   on 2000/11/04  22:36:54
57164         Log: Subject: Locales support (setlocale) fixes
57165              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57166              Date: Sat, 4 Nov 2000 10:15:48 +0300 
57167              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
57168              
57169              Modified quite a bit to be more portable.
57170      Branch: perl
57171            ! embed.h embed.pl perl.h proto.h util.c
57172 ____________________________________________________________________________
57173 [  7544] By: jhi                                   on 2000/11/04  22:32:47
57174         Log: Dying is too strict here, better just skip.
57175      Branch: perl
57176            ! t/op/misc.t
57177 ____________________________________________________________________________
57178 [  7543] By: nick                                  on 2000/11/04  21:55:13
57179         Log: Merge mainline
57180      Branch: perlio
57181           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
57182           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
57183           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
57184           !> (integrate 64 files)
57185 ____________________________________________________________________________
57186 [  7542] By: jhi                                   on 2000/11/04  21:09:28
57187         Log: More Changes tweakery.
57188      Branch: perl
57189            ! Changes Porting/genlog
57190 ____________________________________________________________________________
57191 [  7541] By: jhi                                   on 2000/11/04  20:58:18
57192         Log: Changes fixups.
57193      Branch: perl
57194            ! Changes
57195 ____________________________________________________________________________
57196 [  7540] By: jhi                                   on 2000/11/04  20:42:38
57197         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
57198              create a "fast path" for locale name probing using "locale -a"
57199              if available, squash finally hopefully the s?printf resetting
57200              the numeric locale (since, IIUC perllocale, it never shouldn't). 
57201      Branch: perl
57202            ! sv.c t/op/misc.t t/pragma/locale.t
57203 ____________________________________________________________________________
57204 [  7539] By: nick                                  on 2000/11/04  19:56:10
57205         Log: PerlIO infrastructure complete.
57206      Branch: perlio
57207            + lib/perlio.pm
57208            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
57209 ____________________________________________________________________________
57210 [  7538] By: nick                                  on 2000/11/04  14:31:32
57211         Log: Type tweaks + less contorted allocation scheme
57212      Branch: perlio
57213            ! perlio.c
57214 ____________________________________________________________________________
57215 [  7537] By: nick                                  on 2000/11/04  12:40:42
57216         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
57217              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
57218              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
57219              sensible) which lead to some interesting fails.
57220      Branch: perlio
57221            ! perlio.c
57222 ____________________________________________________________________________
57223 [  7536] By: jhi                                   on 2000/11/04  00:20:02
57224         Log: Add FCNTL_CAN_LOCK.
57225              
57226              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57227              From: Andy Dougherty <doughera@lafayette.edu>
57228              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
57229              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
57230              
57231              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57232              From: Andy Dougherty <doughera@lafayette.edu>
57233              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
57234              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
57235      Branch: metaconfig/U/perl
57236            + d_fcntl_can_lock.U
57237            ! startperl.U
57238      Branch: perl
57239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57240            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
57241            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57242            ! vos/config.ga.h win32/config.bc win32/config.gc
57243            ! win32/config.vc
57244 ____________________________________________________________________________
57245 [  7535] By: nick                                  on 2000/11/03  22:19:10
57246         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
57247              - Works on Linux with
57248              perlio + unix
57249              stdio
57250              - Works on Solaris with
57251              perlio + unix
57252              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
57253              - Fails (hangs in openpid) if you try and stack
57254              perlio + stdio - Linux stdio's read() logic is hanging.
57255      Branch: perlio
57256            ! iperlsys.h perlio.c
57257 ____________________________________________________________________________
57258 [  7534] By: jhi                                   on 2000/11/03  15:16:02
57259         Log: Subject: Re: README.aix
57260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57261              Date: Fri, 03 Nov 2000 16:03:15 +0100
57262              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
57263      Branch: perl
57264            ! README.aix
57265 ____________________________________________________________________________
57266 [  7533] By: jhi                                   on 2000/11/03  03:59:02
57267         Log: Subject: [PATCH 5.7.0] better messages from malloc()
57268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57269              Date: Wed, 1 Nov 2000 23:39:56 -0500
57270              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
57271      Branch: perl
57272            ! malloc.c pod/perldiag.pod
57273 ____________________________________________________________________________
57274 [  7532] By: jhi                                   on 2000/11/03  00:11:56
57275         Log: The #7521 touched things it shouldn't have.
57276      Branch: perl
57277            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
57278 ____________________________________________________________________________
57279 [  7531] By: jhi                                   on 2000/11/02  22:32:33
57280         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
57281              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57282              Date:     Thu, 2 Nov 2000 16:58:36 EST
57283              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
57284      Branch: perl
57285            ! vms/gen_shrfls.pl
57286 ____________________________________________________________________________
57287 [  7530] By: jhi                                   on 2000/11/02  22:08:49
57288         Log: Fix the problem discussed in
57289              
57290              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
57291              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
57292              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
57293              
57294              originally from Linc Madison.  Also Andreas König's comments
57295              taken into account.  Some other problems with Tie::SubstrHash
57296              fixed: didn't croak when the table exceeded the requested number
57297              of entries (as documented) but instead when the number of entries
57298              exceeded the size of the table, a croak() had an unnecessary \n,
57299              didn't have a CLEAR method, documented that there is no exists().
57300              Didn't fix to be strict-proof because the module uses &foo; and
57301              dynamic scope.  Added a test script exercizing both first tamely 
57302              the basic functionality, and then the failure cases reported by
57303              Linc Madison.
57304      Branch: perl
57305            + t/lib/tie-substrhash.t
57306            ! MANIFEST lib/Tie/SubstrHash.pm
57307 ____________________________________________________________________________
57308 [  7529] By: jhi                                   on 2000/11/02  17:58:08
57309         Log: recv() can fail and return undef.
57310              
57311              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
57312              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
57313              Date: Thu, 2 Nov 2000 20:12:20 +0300
57314              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
57315      Branch: perl
57316            ! lib/Net/Ping.pm
57317 ____________________________________________________________________________
57318 [  7528] By: jhi                                   on 2000/11/02  17:49:09
57319         Log: Detpyo.
57320      Branch: perl
57321            ! pod/perlop.pod
57322 ____________________________________________________________________________
57323 [  7527] By: jhi                                   on 2000/11/02  15:48:37
57324         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
57325              fix a autovivification bug in Tie::RefHash, add tests for both.
57326              
57327              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
57328              From: Edward Avis <epa98@doc.ic.ac.uk>
57329              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
57330              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
57331      Branch: perl
57332            + t/lib/tie-refhash.t
57333            ! MANIFEST lib/Tie/RefHash.pm
57334 ____________________________________________________________________________
57335 [  7526] By: jhi                                   on 2000/11/02  13:56:26
57336         Log: Test::Harness revealed buglets in the new DynaLoader.
57337              
57338              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
57339              From: andreas.koenig@anima.de (Andreas J. Koenig)
57340              Date: 02 Nov 2000 11:26:48 +0100 
57341              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
57342      Branch: perl
57343            ! ext/DynaLoader/DynaLoader_pm.PL
57344 ____________________________________________________________________________
57345 [  7525] By: jhi                                   on 2000/11/01  23:52:08
57346         Log: The entry for #7503 was missing.
57347      Branch: perl
57348            ! Changes
57349 ____________________________________________________________________________
57350 [  7524] By: jhi                                   on 2000/11/01  23:40:52
57351         Log: Update Changes.
57352      Branch: perl
57353            ! Changes patchlevel.h
57354 ____________________________________________________________________________
57355 [  7523] By: jhi                                   on 2000/11/01  22:57:09
57356         Log: More tweaking on the #7522 theme.
57357      Branch: perl
57358            ! ext/DynaLoader/DynaLoader_pm.PL
57359 ____________________________________________________________________________
57360 [  7522] By: jhi                                   on 2000/11/01  22:06:15
57361         Log: Expand %Config variables and %ENV variables only if
57362              so requested during build time using the
57363              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
57364              Not expanding makes relocating distributions easier.
57365      Branch: perl
57366            ! ext/DynaLoader/DynaLoader_pm.PL
57367 ____________________________________________________________________________
57368 [  7521] By: jhi                                   on 2000/11/01  20:56:34
57369         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
57370              and setgid() because they were just changing $< and $( which means
57371              only changing the real uid/gid, as opposed to changing both
57372              real and effective ids.  (The alternative way could have been
57373              in POSIX.pm to change $> and $), too, but making a direct call
57374              to the C API feels cleaner.)  Fixes the bug
57375              
57376              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
57377              From: "Garry T. Williams" <garry@zvolve.com>
57378              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
57379              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
57380      Branch: perl
57381            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57382            ! ext/POSIX/typemap pod/perlvar.pod
57383 ____________________________________________________________________________
57384 [  7520] By: jhi                                   on 2000/11/01  20:08:33
57385         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
57386              From: "Garry T. Williams" <garry@zvolve.com>
57387              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
57388              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
57389      Branch: perl
57390            ! pod/perlsec.pod
57391 ____________________________________________________________________________
57392 [  7519] By: jhi                                   on 2000/11/01  20:01:22
57393         Log: Locale warning explanation tweak.
57394      Branch: perl
57395            ! pod/perldiag.pod
57396 ____________________________________________________________________________
57397 [  7518] By: jhi                                   on 2000/11/01  18:57:13
57398         Log: C.pm part of
57399              
57400              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
57401              From: Jarkko Hietaniemi <jhi@iki.fi>
57402              Date: Tue, 10 Oct 2000 08:22:28 -0500
57403              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
57404      Branch: perl
57405            ! ext/B/B/C.pm
57406 ____________________________________________________________________________
57407 [  7517] By: jhi                                   on 2000/11/01  18:41:59
57408         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
57409              From: Martien Verbruggen <mgjv@comdyn.com.au>
57410              Date: Fri, 6 Oct 2000 14:09:10 +1100
57411              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
57412      Branch: perl
57413            ! pod/perlop.pod
57414 ____________________________________________________________________________
57415 [  7516] By: jhi                                   on 2000/11/01  18:34:55
57416         Log: Generalize the Camel wording.
57417              
57418              Subject: Re: perlfaq style changes
57419              From: John Borwick <jhborwic@unity.ncsu.edu>
57420              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
57421              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
57422      Branch: perl
57423            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
57424 ____________________________________________________________________________
57425 [  7515] By: jhi                                   on 2000/11/01  16:52:31
57426         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
57427              From: pimlott@idiomtech.com (Andrew Pimlott)
57428              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
57429              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
57430      Branch: perl
57431            ! pod/perlsec.pod
57432 ____________________________________________________________________________
57433 [  7514] By: jhi                                   on 2000/11/01  15:03:40
57434         Log: More AIX lore.
57435      Branch: perl
57436            ! ext/re/hints/aix.pl
57437 ____________________________________________________________________________
57438 [  7513] By: jhi                                   on 2000/11/01  14:48:30
57439         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
57440              From: root <root@chronos.fi.muni.cz>
57441              Date: Wed, 1 Nov 2000 12:31:32 +0100
57442              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
57443      Branch: perl
57444            ! lib/Net/Ping.pm
57445 ____________________________________________________________________________
57446 [  7512] By: jhi                                   on 2000/11/01  14:46:47
57447         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57448              From: Martin Husemann <martin@duskware.de>
57449              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
57450              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
57451      Branch: perl
57452            ! regcomp.c
57453 ____________________________________________________________________________
57454 [  7511] By: jhi                                   on 2000/11/01  14:39:50
57455         Log: AUTHORS updates.
57456      Branch: perl
57457            ! AUTHORS
57458 ____________________________________________________________________________
57459 [  7510] By: jhi                                   on 2000/11/01  14:29:50
57460         Log: Subject: [PATCH] startperl to respect versiononly
57461              From: Robin Barker <rmb1@cise.npl.co.uk> 
57462              Date: Tue, 31 Oct 2000 16:29:36 GMT
57463              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
57464      Branch: metaconfig/U/perl
57465            ! startperl.U
57466      Branch: perl
57467            ! Configure config_h.SH
57468 ____________________________________________________________________________
57469 [  7509] By: jhi                                   on 2000/11/01  14:19:53
57470         Log: printf UVs the correct way, noticed by Robin Barker.
57471      Branch: perl
57472            ! utf8.c
57473 ____________________________________________________________________________
57474 [  7508] By: jhi                                   on 2000/11/01  14:10:03
57475         Log: Do not cleanup *% because the % has special meanings in some
57476              shell environments.
57477      Branch: perl
57478            ! ext/Storable/Makefile.PL
57479 ____________________________________________________________________________
57480 [  7507] By: jhi                                   on 2000/11/01  14:06:00
57481         Log: The NonStop-UX libraries have a novel way to say NaN.
57482      Branch: perl
57483            ! t/lib/bigfltpm.t
57484 ____________________________________________________________________________
57485 [  7506] By: jhi                                   on 2000/11/01  14:03:35
57486         Log: The osname has been lowercased by now, from Tom Bates.
57487      Branch: metaconfig
57488            ! U/modified/Oldconfig.U
57489      Branch: perl
57490            ! Configure config_h.SH
57491 ____________________________________________________________________________
57492 [  7505] By: jhi                                   on 2000/10/31  19:18:39
57493         Log: The compiler is either gcc or cc, from Tom Bates.
57494      Branch: perl
57495            ! hints/nonstopux.sh
57496 ____________________________________________________________________________
57497 [  7504] By: jhi                                   on 2000/10/31  14:53:42
57498         Log: Update Changes.
57499      Branch: perl
57500            ! Changes patchlevel.h
57501 ____________________________________________________________________________
57502 [  7503] By: jhi                                   on 2000/10/31  14:30:50
57503         Log: Whitespace style tweak.  Was originally going to see to
57504              
57505              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57506              From: Joe Smith <jms@inwap.com>
57507              Date: Mon, 30 Oct 2000 18:47:57 -0800
57508              Message-Id: <39FE32DD.24AAC4D@inwap.com>
57509              
57510              but that had already been taken care of.
57511      Branch: metaconfig
57512            ! U/compline/d_stdstdio.U
57513      Branch: perl
57514            ! Configure config_h.SH
57515 ____________________________________________________________________________
57516 [  7502] By: jhi                                   on 2000/10/31  14:25:02
57517         Log: AUTHORS tweaks.
57518      Branch: perl
57519            ! AUTHORS
57520 ____________________________________________________________________________
57521 [  7501] By: jhi                                   on 2000/10/31  14:23:59
57522         Log: Subject: perlfaq style changes
57523              From: John Borwick <jhborwic@unity.ncsu.edu>
57524              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
57525              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
57526      Branch: perl
57527            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
57528            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
57529            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
57530            ! pod/perlfaq9.pod
57531 ____________________________________________________________________________
57532 [  7500] By: jhi                                   on 2000/10/31  14:22:15
57533         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
57534              
57535              Subject: Re: [ID 20000918.005] ~ on wide chars
57536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57537              Date: Mon, 30 Oct 2000 21:09:55 -0800
57538              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
57539              
57540              (The ord() part of the patch skipped.)
57541      Branch: perl
57542            ! doop.c
57543 ____________________________________________________________________________
57544 [  7499] By: jhi                                   on 2000/10/31  14:20:08
57545         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
57546              From: Jens Hamisch <jens@Strawberry.COM>
57547              Date: Mon, 30 Oct 2000 15:17:07 +0100
57548              Message-Id: <20001030151707.A9597@Strawberry.COM>
57549      Branch: perl
57550            ! av.c
57551 ____________________________________________________________________________
57552 [  7498] By: jhi                                   on 2000/10/31  14:16:29
57553         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
57554              From: Peter Prymmer <pvhp@forte.com>
57555              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
57556              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
57557      Branch: perl
57558            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
57559            + ext/Encode/Encode/posix-bc.enc
57560            ! MANIFEST t/lib/encode.t
57561 ____________________________________________________________________________
57562 [  7497] By: jhi                                   on 2000/10/31  14:13:22
57563         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
57564              From: Peter Prymmer <pvhp@forte.com>
57565              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
57566              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
57567      Branch: perl
57568            ! t/lib/cgi-html.t
57569 ____________________________________________________________________________
57570 [  7496] By: jhi                                   on 2000/10/31  14:12:05
57571         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
57572              From: Peter Prymmer <pvhp@forte.com>
57573              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
57574              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
57575      Branch: perl
57576            ! t/lib/cgi-function.t
57577 ____________________________________________________________________________
57578 [  7495] By: jhi                                   on 2000/10/31  14:11:08
57579         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
57580              From: Peter Prymmer <pvhp@forte.com>
57581              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
57582              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
57583      Branch: perl
57584            + ext/re/hints/aix.pl
57585            ! MANIFEST ext/re/Makefile.PL
57586 ____________________________________________________________________________
57587 [  7494] By: jhi                                   on 2000/10/31  14:08:32
57588         Log: Use Errno magic.
57589              
57590              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
57591              From: Casey Tweten <perl@ctweten.amsite.com>
57592              Date: Mon, 30 Oct 2000 15:51:17 -0500
57593              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
57594      Branch: perl
57595            ! lib/File/Temp.pm
57596 ____________________________________________________________________________
57597 [  7493] By: jhi                                   on 2000/10/31  14:05:07
57598         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
57599              
57600              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
57601              From: Nicholas Clark <nick@ccl4.org>
57602              Date: Mon, 30 Oct 2000 17:38:45 +0000
57603              Message-ID: <20001030173845.O60355@plum.flirble.org>
57604      Branch: perl
57605            ! Makefile.SH utils/perlbug.PL
57606 ____________________________________________________________________________
57607 [  7492] By: nick                                  on 2000/10/30  19:37:23
57608         Log: Change files which are mysteriously different to mainline to be
57609              copies of mainline.
57610      Branch: perlio
57611            ! objXSUB.h perlapi.c pod/perlapi.pod
57612 ____________________________________________________________________________
57613 [  7491] By: nick                                  on 2000/10/30  18:05:54
57614         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
57615              - typo in endian code in putc.
57616              - Don't allow read of write-only files and vice-versa
57617              - and off-by-one in flush-all loop.
57618              Remove debug calls as they were using GCC specific features.
57619      Branch: perlio
57620            ! perlio.c
57621 ____________________________________________________________________________
57622 [  7490] By: nick                                  on 2000/10/29  21:45:45
57623         Log: Integrate mainline to perlio
57624      Branch: perlio
57625           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
57626           !> toke.c
57627 ____________________________________________________________________________
57628 [  7489] By: jhi                                   on 2000/10/29  21:11:08
57629         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
57630              From: andreas.koenig@anima.de (Andreas J. Koenig)
57631              Date: 29 Oct 2000 22:05:59 +0100
57632              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
57633      Branch: perl
57634            ! lib/ExtUtils/Manifest.pm
57635 ____________________________________________________________________________
57636 [  7488] By: jhi                                   on 2000/10/29  21:07:47
57637         Log: Tests for #7487.
57638              
57639              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
57640              From: andreas.koenig@anima.de (Andreas J. Koenig)
57641              Date: 29 Oct 2000 19:37:09 +0100
57642              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
57643      Branch: perl
57644            ! t/comp/proto.t
57645 ____________________________________________________________________________
57646 [  7487] By: jhi                                   on 2000/10/29  21:06:27
57647         Log: constsub spillage.
57648              
57649              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
57650              From: John Tobey <jtobey@john-edwin-tobey.org>
57651              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
57652              Message-Id: <m13pvSr-000FObC@feynman.localnet>
57653      Branch: perl
57654            ! op.c
57655 ____________________________________________________________________________
57656 [  7486] By: nick                                  on 2000/10/29  21:05:04
57657         Log: Integrate mainline to perlio branch
57658      Branch: perlio
57659           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
57660           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
57661           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
57662           +> vos/install_perl.cm
57663            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
57664            - vos/config.h vos/config_h.SH_orig
57665           !> (integrate 141 files)
57666 ____________________________________________________________________________
57667 [  7485] By: jhi                                   on 2000/10/29  21:00:47
57668         Log: Make \x{...} consistently produce UTF-8.
57669              
57670              Subject: Re: \x{...} is confused 
57671              From: Simon Cozens <simon@cozens.net>
57672              Date: Sun, 29 Oct 2000 19:36:48 +0000
57673              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
57674      Branch: perl
57675            ! t/pragma/utf8.t toke.c
57676 ____________________________________________________________________________
57677 [  7484] By: nick                                  on 2000/10/29  20:05:29
57678         Log: PerlIO passes all tests.
57679      Branch: perlio
57680            ! perlio.c
57681 ____________________________________________________________________________
57682 [  7483] By: jhi                                   on 2000/10/29  18:06:55
57683         Log: Update Changes.
57684      Branch: perl
57685            ! Changes patchlevel.h
57686 ____________________________________________________________________________
57687 [  7482] By: nick                                  on 2000/10/29  17:43:28
57688         Log: Include <unistd.h> to get correct lseek() prototype etc.
57689              (I thought perl.h did that) - down to two fails
57690              - comp/require.t (last test)
57691              - lib/io_xs.t - possibly import/export of FILE * ?
57692      Branch: perlio
57693            ! perlio.c
57694 ____________________________________________________________________________
57695 [  7481] By: jhi                                   on 2000/10/29  17:02:37
57696         Log: UTF-8 decoder tweak.
57697      Branch: perl
57698            ! utf8.c
57699 ____________________________________________________________________________
57700 [  7480] By: nick                                  on 2000/10/29  16:26:11
57701         Log: Fixed two bugs:
57702              - error code not being set on close (of broken pipe)
57703              - append mode was truncating.
57704              At least one seek/tell bug remains.
57705      Branch: perlio
57706            ! perlio.c
57707 ____________________________________________________________________________
57708 [  7479] By: nick                                  on 2000/10/29  11:18:16
57709         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
57710              in case of accidents. Still several worrying fails, no line disciplines yet.
57711      Branch: perlio
57712            ! iperlsys.h perlio.c
57713 ____________________________________________________________________________
57714 [  7478] By: jhi                                   on 2000/10/29  02:04:01
57715         Log: Add also emailless people.
57716      Branch: perl
57717            ! AUTHORS
57718 ____________________________________________________________________________
57719 [  7477] By: jhi                                   on 2000/10/29  01:36:00
57720         Log: The #7476 needs a MANIFEST change, too.
57721      Branch: perl
57722            ! MANIFEST
57723 ____________________________________________________________________________
57724 [  7476] By: jhi                                   on 2000/10/29  01:35:21
57725         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
57726      Branch: perl
57727            - MAINTAIN
57728            ! AUTHORS Changes
57729 ____________________________________________________________________________
57730 [  7475] By: jhi                                   on 2000/10/28  23:57:25
57731         Log: De-quoted-unreadable to ISO Latin 1.
57732              (There's one ISO-2022-JP name in Changes5.004.)
57733      Branch: perl
57734            ! Changes Changes5.6
57735 ____________________________________________________________________________
57736 [  7474] By: jhi                                   on 2000/10/28  19:13:06
57737         Log: Subject: [ID 20001027.007] uniq array in perlfaq
57738              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
57739              Date: Fri, 27 Oct 2000 19:28:30 +0200
57740              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
57741      Branch: perl
57742            ! pod/perlfaq4.pod
57743 ____________________________________________________________________________
57744 [  7473] By: jhi                                   on 2000/10/28  18:02:05
57745         Log: Locking null mutexes is not recommendable.
57746              
57747              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
57748              From: Hugo <hv@crypt.compulink.co.uk>
57749              Date: Sat, 28 Oct 2000 18:41:12 +0100
57750              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
57751      Branch: perl
57752            ! op.c
57753 ____________________________________________________________________________
57754 [  7472] By: jhi                                   on 2000/10/28  17:52:58
57755         Log: Better create a true mailing list for the repository keepers.
57756      Branch: perl
57757            ! Porting/repository.pod
57758 ____________________________________________________________________________
57759 [  7471] By: jhi                                   on 2000/10/28  17:28:24
57760         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
57761              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
57762      Branch: perl
57763            + Porting/repository.pod
57764            ! MANIFEST
57765 ____________________________________________________________________________
57766 [  7470] By: jhi                                   on 2000/10/28  17:20:54
57767         Log: Subject: DOC PATCH 5.6.0
57768              From: mjd@plover.com
57769              Date: 27 Oct 2000 17:32:44 -0000
57770              Message-ID: <20001027173244.23754.qmail@plover.com>
57771      Branch: perl
57772            ! pod/perlfunc.pod
57773 ____________________________________________________________________________
57774 [  7469] By: jhi                                   on 2000/10/28  17:16:45
57775         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
57776              From: "Peter J. Farley III" <pjfarley@banet.net>
57777              Date: Fri, 27 Oct 2000 20:32:56 -0400
57778              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
57779      Branch: perl
57780            ! README.dos
57781 ____________________________________________________________________________
57782 [  7468] By: jhi                                   on 2000/10/28  17:07:18
57783         Log: Make target reordering to avoid pointless re-makes.
57784              
57785              Subject: Re: Total re-make of 'make okfile' after 7451 ?
57786              From: Nicholas Clark <nick@ccl4.org>
57787              Date: Sat, 28 Oct 2000 00:31:02 +0100
57788              Message-ID: <20001028003101.A54517@plum.flirble.org>
57789      Branch: perl
57790            ! Makefile.SH
57791 ____________________________________________________________________________
57792 [  7467] By: jhi                                   on 2000/10/28  17:05:31
57793         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
57794              From: lvirden@cas.org
57795              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
57796              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
57797      Branch: perl
57798            ! README.os2
57799 ____________________________________________________________________________
57800 [  7466] By: jhi                                   on 2000/10/28  16:09:16
57801         Log: Upgrade to CPAN 1.58_55.
57802              
57803              Subject: CPAN.pm status
57804              From: andreas.koenig@anima.de (Andreas J. Koenig) 
57805              Date: 28 Oct 2000 08:18:00 +0200 
57806              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
57807      Branch: perl
57808            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57809 ____________________________________________________________________________
57810 [  7465] By: jhi                                   on 2000/10/28  16:02:47
57811         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
57812      Branch: perl
57813            ! embed.h embed.pl perl.h proto.h toke.c
57814 ____________________________________________________________________________
57815 [  7464] By: nick                                  on 2000/10/28  10:43:44
57816         Log: Fix for sv_2iv() on "shared" value from keys %hash.
57817      Branch: perl
57818            ! sv.c
57819 ____________________________________________________________________________
57820 [  7463] By: jhi                                   on 2000/10/27  16:18:29
57821         Log: Update Changes.
57822      Branch: perl
57823            ! Changes patchlevel.h
57824 ____________________________________________________________________________
57825 [  7462] By: jhi                                   on 2000/10/27  16:17:44
57826         Log: Too enthusiastic editing in #7460.
57827      Branch: metaconfig
57828            ! U/modified/Oldsym.U
57829      Branch: perl
57830            ! Configure config_h.SH
57831 ____________________________________________________________________________
57832 [  7461] By: jhi                                   on 2000/10/27  15:37:38
57833         Log: Retract #7459, the script needs more work.
57834      Branch: perl
57835            - mkreef
57836            ! MANIFEST
57837 ____________________________________________________________________________
57838 [  7460] By: jhi                                   on 2000/10/27  15:23:14
57839         Log: Use $sort, $uniq (and $tr) consistently as wondered
57840              by Nicholas Clark.
57841      Branch: metaconfig
57842            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
57843            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
57844            ! U/modified/libc.U
57845      Branch: perl
57846            ! Configure config_h.SH
57847 ____________________________________________________________________________
57848 [  7459] By: jhi                                   on 2000/10/27  15:02:07
57849         Log: (Retracted by #7461)
57850              
57851              Add a shell script for creating/removing symbolic link farms,
57852              useful for keeping the source code read-only and doing the
57853              builds somewhere else.
57854      Branch: perl
57855            + mkreef
57856            ! MANIFEST
57857 ____________________________________________________________________________
57858 [  7458] By: jhi                                   on 2000/10/27  14:42:20
57859         Log: Do away with the fix_pl.
57860      Branch: perl
57861            - fix_pl
57862            ! MANIFEST Makefile.SH
57863 ____________________________________________________________________________
57864 [  7457] By: jhi                                   on 2000/10/27  12:43:13
57865         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
57866              From: Jens Hamisch <jens@Strawberry.COM>
57867              Date: Fri, 27 Oct 2000 14:38:21 +0200
57868              Message-Id: <20001027143821.B3366@Strawberry.COM>
57869      Branch: perl
57870            ! perl.h
57871 ____________________________________________________________________________
57872 [  7456] By: jhi                                   on 2000/10/27  12:33:42
57873         Log: Subject: [PATCH] todo
57874              From: Nicholas Clark <nick@ccl4.org>
57875              Date: Thu, 26 Oct 2000 22:32:29 +0100
57876              Message-ID: <20001026223229.A44540@plum.flirble.org>
57877      Branch: perl
57878            ! pod/perltodo.pod
57879 ____________________________________________________________________________
57880 [  7455] By: jhi                                   on 2000/10/27  12:02:21
57881         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
57882              From: John Tobey <jtobey@john-edwin-tobey.org>
57883              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
57884              Message-Id: <m13ozHF-000FObC@feynman.localnet>
57885      Branch: perl
57886            ! op.c t/pragma/sub_lval.t
57887 ____________________________________________________________________________
57888 [  7454] By: jhi                                   on 2000/10/27  11:59:42
57889         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
57890              From: sthoenna@efn.org
57891              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
57892              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
57893      Branch: perl
57894            ! pp.c t/op/assignwarn.t
57895 ____________________________________________________________________________
57896 [  7453] By: jhi                                   on 2000/10/27  00:15:08
57897         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
57898      Branch: perl
57899            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
57900            ! ext/Storable/Storable.xs t/lib/st-lock.t
57901 ____________________________________________________________________________
57902 [  7452] By: jhi                                   on 2000/10/26  13:05:52
57903         Log: Undo #7451, this seems to be a deficiency in Perforce,
57904              there is no per-file line-terminator type, only per-client.
57905      Branch: perl
57906            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
57907            ! win32/makefile.mk
57908 ____________________________________________________________________________
57909 [  7451] By: jhi                                   on 2000/10/26  04:56:03
57910         Log: Experimenting in DOS arcana.
57911      Branch: perl
57912            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
57913            ! win32/makefile.mk
57914 ____________________________________________________________________________
57915 [  7450] By: jhi                                   on 2000/10/26  04:50:52
57916         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
57917              From: "Peter J. Farley III" <pjfarley@banet.net>            
57918              Date: Wed, 25 Oct 2000 23:10:18 -0400
57919              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
57920      Branch: perl
57921            ! t/io/open.t
57922 ____________________________________________________________________________
57923 [  7449] By: jhi                                   on 2000/10/26  04:49:16
57924         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
57925              From: Hugo <hv@crypt.compulink.co.uk>
57926              Date: Thu, 26 Oct 2000 01:55:17 +0100
57927              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
57928              
57929              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
57930      Branch: perl
57931            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
57932 ____________________________________________________________________________
57933 [  7448] By: jhi                                   on 2000/10/26  04:38:36
57934         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
57935              From: Peter Prymmer <pvhp@forte.com>
57936              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
57937              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
57938      Branch: perl
57939            ! configure.com
57940 ____________________________________________________________________________
57941 [  7447] By: jhi                                   on 2000/10/25  23:20:02
57942         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
57943              in platforms that strictly require all the symbols being present
57944              at link time.
57945      Branch: perl
57946            ! handy.h
57947 ____________________________________________________________________________
57948 [  7446] By: jhi                                   on 2000/10/25  21:55:57
57949         Log: Update Changes.
57950      Branch: perl
57951            ! Changes patchlevel.h
57952 ____________________________________________________________________________
57953 [  7445] By: jhi                                   on 2000/10/25  21:27:08
57954         Log: Integrate with vmsperl #7430 by Charles Bailey:
57955              
57956              Cleanup from prior patch (Charles Lane?):
57957              - improve handling of MFDs in Basename and Path
57958              - default to no xsubpp line # munging when building debug images
57959      Branch: perl
57960           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
57961 ____________________________________________________________________________
57962 [  7444] By: jhi                                   on 2000/10/25  21:03:50
57963         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
57964              From: John Peacock <JPeacock@UnivPress.com>
57965              Date: Thu, 18 May 2000 11:55:27 -0400
57966              Message-ID: <3924126F.A58BE57A@UnivPress.com>
57967      Branch: perl
57968            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
57969            ! t/op/write.t
57970 ____________________________________________________________________________
57971 [  7443] By: jhi                                   on 2000/10/25  20:43:10
57972         Log: Temporary stopgap for the self-tying issue: for now only
57973              array and hash self-ties are verboten.  The real fix, of
57974              course, would be to comprehensively test (and implement?)
57975              and debug (and document) self-ties.
57976      Branch: perl
57977            ! pod/perldiag.pod pp_sys.c t/op/tie.t
57978 ____________________________________________________________________________
57979 [  7442] By: jhi                                   on 2000/10/25  20:14:30
57980         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
57981              From: Dan Sugalski <dan@sidhe.org>
57982              Date: Wed, 25 Oct 2000 13:36:35 -0400
57983              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
57984              
57985              plus regen global.sym.
57986      Branch: perl
57987            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
57988            ! thrdvar.h util.c
57989 ____________________________________________________________________________
57990 [  7441] By: jhi                                   on 2000/10/25  20:12:20
57991         Log: buildtoc target tweaks.
57992      Branch: perl
57993            ! pod/Makefile.SH
57994 ____________________________________________________________________________
57995 [  7440] By: jhi                                   on 2000/10/25  20:03:53
57996         Log: A new version of making the syslog test more robust.
57997              (Replaces #7421.)
57998              
57999              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58000              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58001              Date: Wed, 25 Oct 2000 12:13:54 -0400
58002              Message-ID: <20001025121354.B2264@O2.chapin.edu>
58003      Branch: perl
58004            ! t/lib/syslog.t
58005 ____________________________________________________________________________
58006 [  7439] By: jhi                                   on 2000/10/25  20:00:48
58007         Log: Continue the internal UTF-8 API tweaking.
58008              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
58009              used much more than the simpler API, now called utf8_to_uv_simple().
58010              Still not quite happy with API, too much partial duplication
58011              of functionality.
58012      Branch: perl
58013            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
58014            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
58015            ! regcomp.c regexec.c sv.c toke.c utf8.c
58016 ____________________________________________________________________________
58017 [  7438] By: jhi                                   on 2000/10/25  18:52:30
58018         Log: Allow poking holes at the UTF-8 decoding strictness.
58019      Branch: perl
58020            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
58021            ! utf8.h
58022 ____________________________________________________________________________
58023 [  7437] By: jhi                                   on 2000/10/25  13:53:05
58024         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
58025              UTF8LEN() and UTF8SKIP(). 
58026      Branch: perl
58027            ! pp.c utf8.c utf8.h
58028 ____________________________________________________________________________
58029 [  7436] By: jhi                                   on 2000/10/25  13:51:37
58030         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
58031              From: Nicholas Clark <nick@ccl4.org>
58032              Date: Wed, 25 Oct 2000 14:44:05 +0100
58033              Message-ID: <20001025144404.D27253@plum.flirble.org>
58034      Branch: perl
58035            ! pod/perlrun.pod
58036 ____________________________________________________________________________
58037 [  7435] By: jhi                                   on 2000/10/25  13:49:32
58038         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
58039              From: Mike Guy <mjtg@cam.ac.uk>
58040              Date: Tue, 24 Oct 2000 14:59:40 +0100
58041              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
58042      Branch: perl
58043            ! scope.c
58044 ____________________________________________________________________________
58045 [  7434] By: jhi                                   on 2000/10/25  13:48:41
58046         Log: AIX is picky about its symbol exports.  Solution for now
58047              is to include the deb.o explicitly to the re extension build.
58048              
58049              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
58050              From: Peter Prymmer <pvhp@forte.com>
58051              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
58052              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
58053      Branch: perl
58054            ! ext/re/Makefile.PL hints/aix.sh
58055 ____________________________________________________________________________
58056 [  7433] By: jhi                                   on 2000/10/25  13:46:49
58057         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
58058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58059              Date: Wed, 25 Oct 2000 12:02:20 +0200
58060              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
58061      Branch: perl
58062            ! perlsdio.h
58063 ____________________________________________________________________________
58064 [  7432] By: jhi                                   on 2000/10/25  13:44:28
58065         Log: Subject: Minor update to find2perl, for portability
58066              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
58067              Date: Wed, 25 Oct 2000 12:05:47 +0100
58068              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
58069      Branch: perl
58070            ! x2p/find2perl.PL
58071 ____________________________________________________________________________
58072 [  7431] By: jhi                                   on 2000/10/25  13:40:39
58073         Log: Add targets to Makefile.SH, most importantly
58074              'regen_all' which also remembers to update vms/perly*.
58075      Branch: perl
58076            ! Makefile.SH
58077 ____________________________________________________________________________
58078 [  7430] By: bailey                                on 2000/10/25  03:13:53
58079         Log: Cleanup from prior patch (Charles Lane?):
58080              - improve handling of MFDs in Basename and Path
58081              - default to no xsubpp line # munging when building debug images
58082      Branch: vmsperl
58083            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
58084 ____________________________________________________________________________
58085 [  7429] By: jhi                                   on 2000/10/24  20:03:40
58086         Log: Podify README.epoc and README.vos.
58087      Branch: perl
58088            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
58089            ! pod/perlport.pod pod/perltoc.pod
58090 ____________________________________________________________________________
58091 [  7428] By: jhi                                   on 2000/10/24  19:10:33
58092         Log: Stratus VOS updates from Paul Green.
58093      Branch: perl
58094            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58095            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
58096            - vos/config.def vos/config.h vos/config_h.SH_orig
58097            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
58098            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
58099 ____________________________________________________________________________
58100 [  7427] By: jhi                                   on 2000/10/24  18:59:48
58101         Log: Check if stdio supports tweaking lval and cnt simultaneously.
58102              
58103              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
58104              From: Nicholas Clark <nick@ccl4.org>
58105              Date: Mon, 23 Oct 2000 15:39:32 +0100
58106              Message-ID: <20001023153932.A10786@plum.flirble.org>
58107      Branch: metaconfig
58108            ! U/compline/d_stdstdio.U
58109      Branch: perl
58110            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58111            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
58112            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
58113            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
58114            ! vos/config.h vos/config_h.SH_orig win32/config.bc
58115            ! win32/config.gc win32/config.vc
58116 ____________________________________________________________________________
58117 [  7426] By: jhi                                   on 2000/10/24  17:57:44
58118         Log: Missed the header file changes from #7425.
58119      Branch: perl
58120            ! embed.h embed.pl objXSUB.h proto.h
58121 ____________________________________________________________________________
58122 [  7425] By: jhi                                   on 2000/10/24  17:55:17
58123         Log: Fix the bug reported in
58124              
58125              From: andreas.koenig@anima.de (Andreas J. Koenig)
58126              Subject: Encode bug?
58127              Date: 24 Oct 2000 14:01:26 +0200 
58128              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
58129              
58130              Also make is_utf8_char() stricter.
58131      Branch: perl
58132            ! ext/Encode/Encode.xs utf8.c
58133 ____________________________________________________________________________
58134 [  7424] By: jhi                                   on 2000/10/24  15:15:39
58135         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
58136              From: Peter Scott <Peter@PSDT.com>
58137              Date: Mon, 23 Oct 2000 19:46:01 -0700
58138              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
58139      Branch: perl
58140            ! pod/perlfaq5.pod
58141 ____________________________________________________________________________
58142 [  7423] By: jhi                                   on 2000/10/24  14:25:30
58143         Log: Test tweak to avoid pulling in the whole Config.
58144      Branch: perl
58145            ! t/lib/st-lock.t
58146 ____________________________________________________________________________
58147 [  7422] By: jhi                                   on 2000/10/24  14:03:16
58148         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
58149      Branch: perl
58150            ! pp.c
58151 ____________________________________________________________________________
58152 [  7421] By: jhi                                   on 2000/10/24  13:32:09
58153         Log: (Replaced by #7440.)
58154              
58155              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58156              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58157              Date: Mon, 23 Oct 2000 16:40:54 -0400
58158              Message-ID: <20001023164054.B14491@O2.chapin.edu>
58159      Branch: perl
58160            ! t/lib/syslog.t
58161 ____________________________________________________________________________
58162 [  7420] By: jhi                                   on 2000/10/24  13:30:53
58163         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
58164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58165              Date: Mon, 23 Oct 2000 17:29:03 -0400
58166              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
58167      Branch: perl
58168            ! lib/ExtUtils/MM_Unix.pm
58169 ____________________________________________________________________________
58170 [  7419] By: jhi                                   on 2000/10/24  13:29:57
58171         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
58172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58173              Date: Mon, 23 Oct 2000 19:01:32 -0400
58174              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
58175      Branch: perl
58176            ! utils/h2xs.PL
58177 ____________________________________________________________________________
58178 [  7418] By: jhi                                   on 2000/10/24  13:26:04
58179         Log: Replace #7409 with
58180              
58181              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
58182              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
58183              Date: Mon, 23 Oct 2000 20:08:56 +0200
58184              Message-ID: <20001023200855.A14850@nice.ram.loc>
58185      Branch: perl
58186            ! ext/Storable/Storable.pm t/lib/st-lock.t
58187 ____________________________________________________________________________
58188 [  7417] By: jhi                                   on 2000/10/24  13:17:52
58189         Log: Run vms/vms_yfix.pl, should have done that after changing
58190              perly.c in #7382.
58191      Branch: perl
58192            ! vms/perly_c.vms vms/perly_h.vms
58193 ____________________________________________________________________________
58194 [  7416] By: jhi                                   on 2000/10/24  02:55:33
58195         Log: Make the UTF-8 decoding stricter and more verbose when
58196              malformation happens.  This involved adding an argument
58197              to utf8_to_uv_chk(), which involved changing its prototype,
58198              and prefer STRLEN over I32 for the UTF-8 length, which as
58199              a domino effect necessitated changing the prototypes of
58200              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
58201              The stricter UTF-8 decoding checking uses Markus Kuhn's
58202              UTF-8 Decode Stress Tester from
58203              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
58204      Branch: perl
58205            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
58206            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
58207            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
58208            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
58209 ____________________________________________________________________________
58210 [  7415] By: jhi                                   on 2000/10/23  14:06:06
58211         Log: Update Changes.
58212      Branch: perl
58213            ! Changes patchlevel.h
58214 ____________________________________________________________________________
58215 [  7414] By: jhi                                   on 2000/10/23  12:39:52
58216         Log: Undo the basename() part of #7412 since the lib/basename
58217              tests would need upgrading too.
58218      Branch: perl
58219            ! lib/File/Basename.pm
58220 ____________________________________________________________________________
58221 [  7413] By: jhi                                   on 2000/10/23  12:19:27
58222         Log: Document PERL_INSTALL_ROOT of #7210.
58223      Branch: perl
58224            ! lib/ExtUtils/Install.pm
58225 ____________________________________________________________________________
58226 [  7412] By: jhi                                   on 2000/10/23  12:16:47
58227         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
58228      Branch: perl
58229            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
58230            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
58231 ____________________________________________________________________________
58232 [  7411] By: jhi                                   on 2000/10/23  12:07:41
58233         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
58234              From: Prymmer/Kahn <pvhp@best.com>
58235              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
58236              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
58237      Branch: perl
58238            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
58239 ____________________________________________________________________________
58240 [  7410] By: jhi                                   on 2000/10/23  04:10:11
58241         Log: The change #7187 was not so good on VMS.
58242              
58243              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
58244              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58245              Date: Sun, 22 Oct 2000 23:03:08 -0500
58246              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
58247      Branch: perl
58248            ! utils/perldoc.PL
58249 ____________________________________________________________________________
58250 [  7409] By: jhi                                   on 2000/10/23  03:57:36
58251         Log: Avoid Storable locking on DJGPP for now.
58252              
58253              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
58254              From: "Peter J. Farley III" <pjfarley@banet.net>
58255              Date: Sun, 22 Oct 2000 20:00:00 -0400
58256              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
58257      Branch: perl
58258            ! ext/Storable/Storable.pm t/lib/st-lock.t
58259 ____________________________________________________________________________
58260 [  7408] By: jhi                                   on 2000/10/23  03:50:24
58261         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
58262              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58263              Date: Sun, 22 Oct 2000 21:12:22 -0400
58264              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
58265      Branch: perl
58266            ! lib/vars.pm
58267 ____________________________________________________________________________
58268 [  7407] By: jhi                                   on 2000/10/23  03:43:12
58269         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
58270              From: Hugo <hv@crypt.compulink.co.uk>
58271              Date: Mon, 23 Oct 2000 00:47:22 +0100
58272              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
58273      Branch: perl
58274            ! regexec.c t/op/pat.t
58275 ____________________________________________________________________________
58276 [  7406] By: jhi                                   on 2000/10/23  03:40:29
58277         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
58278      Branch: perl
58279            ! lib/ExtUtils/MakeMaker.pm
58280 ____________________________________________________________________________
58281 [  7405] By: jhi                                   on 2000/10/22  21:32:00
58282         Log: Doc patch.
58283              
58284              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
58285              From: rspier@pobox.com (Robert Spier)
58286              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
58287              Message-ID: <14835.16112.13457.447971@rls.cx>
58288      Branch: perl
58289            ! lib/strict.pm
58290 ____________________________________________________________________________
58291 [  7404] By: jhi                                   on 2000/10/22  21:30:51
58292         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
58293              From: rspier@pobox.com (Robert Spier)
58294              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
58295              Message-ID: <14835.17223.72448.705566@rls.cx>
58296      Branch: perl
58297            ! lib/ExtUtils/MakeMaker.pm
58298 ____________________________________________________________________________
58299 [  7403] By: jhi                                   on 2000/10/22  21:24:11
58300         Log: Subject: [PATCH bleadperl] ripples from constsub patch
58301              From: John Tobey <jtobey@john-edwin-tobey.org>
58302              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
58303              Message-Id: <m13nSOB-000FObC@feynman.localnet>
58304      Branch: perl
58305            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
58306 ____________________________________________________________________________
58307 [  7402] By: jhi                                   on 2000/10/22  20:59:35
58308         Log: Support s?printf parameter reordering.
58309      Branch: perl
58310            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
58311 ____________________________________________________________________________
58312 [  7401] By: jhi                                   on 2000/10/22  19:19:14
58313         Log: Expand %Config variables only if explicitly so requested
58314              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
58315              
58316              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58317              From: Gurusamy Sarathy <gsar@ActiveState.com>
58318              Date: Sun, 22 Oct 2000 11:47:32 -0700
58319              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
58320      Branch: perl
58321            ! Makefile.SH lib/lib_pm.PL
58322 ____________________________________________________________________________
58323 [  7400] By: jhi                                   on 2000/10/22  18:24:10
58324         Log: Move the #7390 test from warn/op to comp/redef.
58325              
58326              Subject: Re: Creating const subs for constants.
58327              From: John Tobey <jtobey@john-edwin-tobey.org>
58328              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
58329              Message-Id: <m13nG72-000FObC@feynman.localnet>               
58330      Branch: perl
58331            ! t/comp/redef.t t/pragma/warn/op
58332 ____________________________________________________________________________
58333 [  7399] By: jhi                                   on 2000/10/22  17:49:59
58334         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58335              From: Nicholas Clark <nick@ccl4.org>
58336              Date: Sat, 21 Oct 2000 22:23:19 +0100
58337              Message-ID: <20001021222319.B45586@plum.flirble.org>
58338      Branch: perl
58339            ! ext/DynaLoader/DynaLoader_pm.PL
58340 ____________________________________________________________________________
58341 [  7398] By: jhi                                   on 2000/10/22  17:47:35
58342         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
58343              From: Hugo <hv@crypt.compulink.co.uk>
58344              Date: Sat, 21 Oct 2000 18:19:59 +0100
58345              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
58346      Branch: perl
58347            ! ext/B/B.pm ext/B/B/C.pm
58348 ____________________________________________________________________________
58349 [  7397] By: jhi                                   on 2000/10/22  17:35:18
58350         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
58351              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
58352              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
58353              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
58354      Branch: perl
58355            ! hints/openbsd.sh
58356 ____________________________________________________________________________
58357 [  7396] By: jhi                                   on 2000/10/22  17:19:46
58358         Log: Subject: installman go-faster stripes
58359              From: Nicholas Clark <nick@talking.bollo.cx>
58360              Date: Sat, 21 Oct 2000 17:24:53 +0100
58361              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
58362              
58363              Subject: Re: installman go-faster stripes
58364              From: Russ Allbery <rra@stanford.edu>
58365              Date: 21 Oct 2000 11:04:13 -0700
58366              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
58367      Branch: perl
58368            ! installman pod/pod2man.PL
58369 ____________________________________________________________________________
58370 [  7395] By: jhi                                   on 2000/10/22  17:17:35
58371         Log: Hints tweak from Anton Berezin.
58372      Branch: perl
58373            ! hints/freebsd.sh
58374 ____________________________________________________________________________
58375 [  7394] By: jhi                                   on 2000/10/22  04:50:04
58376         Log: Tweak the Is* definitions of Unicode character classes
58377              to better match the official categorizations; embrace
58378              the official categorizations; add the combining marks
58379              as alpha (and -numeric); fix DCinital (a typo and edito)
58380              to be DCmedial.
58381      Branch: perl
58382            + lib/unicode/Is/DCmedial.pl
58383            - lib/unicode/Is/DCinital.pl
58384            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
58385            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
58386            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
58387            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
58388 ____________________________________________________________________________
58389 [  7393] By: jhi                                   on 2000/10/21  18:06:05
58390         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
58391              From: Daniel Chetlin <daniel@chetlin.com>
58392              Date: Sat, 21 Oct 2000 02:57:03 -0700
58393              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
58394      Branch: perl
58395            + t/lib/tie-splice.t
58396            ! MANIFEST lib/Tie/Array.pm
58397 ____________________________________________________________________________
58398 [  7392] By: gsar                                  on 2000/10/21  18:05:15
58399         Log: resync utfperl branch with mainline
58400      Branch: utfperl
58401           !> (integrate 1760 files)
58402 ____________________________________________________________________________
58403 [  7391] By: jhi                                   on 2000/10/21  14:37:49
58404         Log: Testcases for a #7383,#7385 related bug.
58405              
58406              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
58407              From: Nicholas Clark <nick@ccl4.org>
58408              Date: Sat, 21 Oct 2000 15:04:51 +0100
58409              Message-ID: <20001021150451.A51566@plum.flirble.org>
58410      Branch: perl
58411            ! t/pragma/utf8.t
58412 ____________________________________________________________________________
58413 [  7390] By: jhi                                   on 2000/10/21  14:35:57
58414         Log: Add a testcase for #7389.
58415      Branch: perl
58416            ! t/pragma/warn/op
58417 ____________________________________________________________________________
58418 [  7389] By: jhi                                   on 2000/10/21  14:26:45
58419         Log: Subject: Re: Creating const subs for constants.
58420              From: John Tobey <jtobey@john-edwin-tobey.org>
58421              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
58422              Message-Id: <m13mo0N-000FObC@feynman.localnet>
58423      Branch: perl
58424            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
58425            ! proto.h sv.c
58426 ____________________________________________________________________________
58427 [  7388] By: nick                                  on 2000/10/21  11:44:23
58428         Log: Populate perlio branch
58429      Branch: perlio
58430           +> (branch 1760 files)
58431 ____________________________________________________________________________
58432 [  7387] By: nick                                  on 2000/10/21  10:52:05
58433         Log: Get branch back as replica of mainline via :
58434              p4 integrate -b utfperl
58435              p4 resolve -at ./...
58436      Branch: utfperl
58437           +> (branch 269 files)
58438            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
58439            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
58440            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
58441            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
58442            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
58443            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58444            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58445            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58446            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58447            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58448            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58449            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58450            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58451            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58452            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58453            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58454            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58455            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58456            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
58457            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
58458            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
58459            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
58460            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
58461            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
58462            - lib/unicode/UCD300.html lib/unicode/Unicode.300
58463            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
58464            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
58465            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
58466            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
58467           !> (integrate 965 files)
58468 ____________________________________________________________________________
58469 [  7386] By: jhi                                   on 2000/10/21  01:31:12
58470         Log: Update Changes.
58471      Branch: perl
58472            ! Changes patchlevel.h
58473 ____________________________________________________________________________
58474 [  7385] By: jhi                                   on 2000/10/21  01:28:42
58475         Log: The #7383 was right only in the context of the original bug report,
58476              not in more general case.
58477      Branch: perl
58478            ! pp_hot.c
58479 ____________________________________________________________________________
58480 [  7384] By: jhi                                   on 2000/10/21  01:08:23
58481         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
58482      Branch: perl
58483            ! ext/IO/lib/IO/Select.pm
58484 ____________________________________________________________________________
58485 [  7383] By: jhi                                   on 2000/10/21  00:44:18
58486         Log: Fix for ID 20001020.006, concatenating an unset submatch
58487              with utf8 resulted in "Modification of a read-only value".
58488      Branch: perl
58489            ! pp_hot.c t/pragma/utf8.t
58490 ____________________________________________________________________________
58491 [  7382] By: jhi                                   on 2000/10/20  20:44:31
58492         Log: Make scan_num() reëntrant, as suggested in
58493              
58494              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58495              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58496              Date: Fri, 20 Oct 2000 14:17:27 +0100
58497              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
58498      Branch: perl
58499            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
58500            ! toke.c
58501 ____________________________________________________________________________
58502 [  7381] By: jhi                                   on 2000/10/20  20:07:29
58503         Log: Reëntrancy fix.
58504              
58505              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58506              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58507              Date: Fri, 20 Oct 2000 14:17:27 +0100
58508              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
58509      Branch: perl
58510            ! embed.h embed.pl perl.h proto.h toke.c
58511 ____________________________________________________________________________
58512 [  7380] By: jhi                                   on 2000/10/20  19:15:54
58513         Log: Don't write double values through long double pointers,
58514              based on a part of
58515              
58516              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58517              From: Jens Hamisch <jens@Strawberry.COM>
58518              Date: Tue, 17 Oct 2000 08:39:36 +0200
58519              Message-Id: <20001017083936.A11104@Strawberry.COM>
58520      Branch: perl
58521            ! perl.h pp.c
58522 ____________________________________________________________________________
58523 [  7379] By: jhi                                   on 2000/10/20  18:43:37
58524         Log: Portability tweak on #7377.
58525              
58526              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
58527              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58528              Date:     Fri, 20 Oct 2000 13:13:41 EDT
58529              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
58530      Branch: perl
58531            ! t/lib/dprof.t
58532 ____________________________________________________________________________
58533 [  7378] By: jhi                                   on 2000/10/20  12:57:19
58534         Log: SOCKS function redefinitions need prototypes, too, otherwise
58535              for example 32 bit versus 64 bit differences cause a lot of
58536              problems.  Part of
58537              
58538              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58539              From: Jens Hamisch <jens@Strawberry.COM>
58540              Date: Tue, 17 Oct 2000 08:39:36 +0200
58541              Message-Id: <20001017083936.A11104@Strawberry.COM>
58542      Branch: perl
58543            ! doio.c pp_sys.c
58544 ____________________________________________________________________________
58545 [  7377] By: jhi                                   on 2000/10/20  12:37:12
58546         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
58547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58548              Date:     Fri, 20 Oct 2000 08:26:04 EDT
58549              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
58550      Branch: perl
58551            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
58552 ____________________________________________________________________________
58553 [  7376] By: jhi                                   on 2000/10/20  12:35:31
58554         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
58555              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58556              Date:     Fri, 20 Oct 2000 07:48:15 EDT
58557              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
58558      Branch: perl
58559            ! configure.com vms/gen_shrfls.pl
58560 ____________________________________________________________________________
58561 [  7375] By: bailey                                on 2000/10/20  04:44:37
58562         Log: SYN SYN
58563      Branch: vmsperl
58564           +> (branch 134 files)
58565            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
58566            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
58567            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
58568            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
58569            - eg/cgi/frameset.cgi eg/cgi/index.html
58570            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58571            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58572            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58573            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58574            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58575            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58576            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58577            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58578            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58579            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58580            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58581            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58582            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58583            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
58584            - lib/unicode/Props.txt lib/unicode/UCD300.html
58585            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58586            - utils/perlbc.PL vms/subconfigure.com
58587           !> (integrate 785 files)
58588 ____________________________________________________________________________
58589 [  7374] By: jhi                                   on 2000/10/20  00:59:48
58590         Log: In the latest compiler builds cccdlflags must not become -fpic,
58591              from Wilfredo Sánchez.
58592      Branch: perl
58593            ! hints/darwin.sh
58594 ____________________________________________________________________________
58595 [  7373] By: jhi                                   on 2000/10/20  00:56:35
58596         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
58597              From: Tony Cook <tony@develop-help.com>
58598              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
58599              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
58600      Branch: perl
58601            ! pod/perlop.pod
58602 ____________________________________________________________________________
58603 [  7372] By: jhi                                   on 2000/10/19  19:34:40
58604         Log: Typo noted by Mark Lutz.
58605      Branch: perl
58606            ! t/op/64bitint.t
58607 ____________________________________________________________________________
58608 [  7371] By: jhi                                   on 2000/10/19  19:33:13
58609         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
58610      Branch: metaconfig
58611            ! U/modified/Cppsym.U U/modified/Oldconfig.U
58612      Branch: metaconfig/U/perl
58613            ! End.U dlsrc.U libperl.U
58614      Branch: perl
58615            + hints/nonstopux.sh
58616            ! Configure MANIFEST config_h.SH
58617 ____________________________________________________________________________
58618 [  7370] By: jhi                                   on 2000/10/19  17:18:08
58619         Log: Subject: PATCH do_print has 2 PerlIO_error()s
58620              From: nick@ccl4.org
58621              Date: Thu, 19 Oct 2000 18:09:20 +0100
58622              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
58623      Branch: perl
58624            ! doio.c
58625 ____________________________________________________________________________
58626 [  7369] By: jhi                                   on 2000/10/19  14:01:49
58627         Log: Update Changes.
58628      Branch: perl
58629            ! Changes patchlevel.h
58630 ____________________________________________________________________________
58631 [  7368] By: jhi                                   on 2000/10/19  13:04:29
58632         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
58633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58634              Date: Wed, 18 Oct 2000 13:12:01 +0200
58635              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
58636      Branch: perl
58637            ! hints/aix.sh
58638 ____________________________________________________________________________
58639 [  7367] By: jhi                                   on 2000/10/19  02:22:40
58640         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
58641              of a 'pmshort' anywhere in the B, so the offending line was simply
58642              removed.
58643      Branch: perl
58644            ! ext/B/B/Debug.pm
58645 ____________________________________________________________________________
58646 [  7366] By: jhi                                   on 2000/10/19  02:12:37
58647         Log: Add the test case for the bug id 20000730.004 which seems
58648              to have been fixed by now.
58649      Branch: perl
58650            ! t/pragma/utf8.t
58651 ____________________________________________________________________________
58652 [  7365] By: jhi                                   on 2000/10/18  23:36:24
58653         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
58654              From: Hugo <hv@crypt.compulink.co.uk>
58655              Date: Wed, 18 Oct 2000 23:25:58 +0100
58656              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
58657      Branch: perl
58658            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
58659 ____________________________________________________________________________
58660 [  7364] By: jhi                                   on 2000/10/18  21:12:53
58661         Log: (retracted)
58662      Branch: perl
58663            ! pp.c
58664 ____________________________________________________________________________
58665 [  7363] By: jhi                                   on 2000/10/18  20:55:38
58666         Log: Missing change from #7362.
58667      Branch: perl
58668            ! win32/perlhost.h
58669 ____________________________________________________________________________
58670 [  7362] By: jhi                                   on 2000/10/18  20:52:01
58671         Log: Borland C fstat() never saw the fd as writable.
58672              
58673              Subject: fix for Borland's weak "stat" (perl@7211)
58674              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58675              Date: Mon, 16 Oct 2000 09:55:03 +0400
58676              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
58677      Branch: perl
58678            ! win32/win32.c
58679 ____________________________________________________________________________
58680 [  7361] By: jhi                                   on 2000/10/18  17:43:50
58681         Log: Regen toc.
58682      Branch: perl
58683            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
58684 ____________________________________________________________________________
58685 [  7360] By: jhi                                   on 2000/10/18  17:07:44
58686         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58687              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
58688              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
58689              Date: Mon, 16 Oct 2000 15:19:49 +0200
58690      Branch: perl
58691            + README.aix
58692            ! MANIFEST
58693 ____________________________________________________________________________
58694 [  7359] By: jhi                                   on 2000/10/18  17:04:49
58695         Log: Subject: Pod patch for Devel::Peek
58696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58697              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
58698              Date: Mon, 16 Oct 2000 12:26:34 +0200
58699      Branch: perl
58700            ! ext/Devel/Peek/Peek.pm
58701 ____________________________________________________________________________
58702 [  7358] By: jhi                                   on 2000/10/18  17:03:15
58703         Log: Make Cwd more bulletproof in chrooted environments.
58704              
58705              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
58706              From: "Eric E. Coe" <Eric.Coe@oracle.com>
58707              Date: Wed, 18 Oct 2000 04:03:54 -0400
58708              Message-Id: <39ED596A.70E599FE@oracle.com>
58709      Branch: perl
58710            ! lib/Cwd.pm
58711 ____________________________________________________________________________
58712 [  7357] By: jhi                                   on 2000/10/18  16:37:26
58713         Log: Disable the UTF8 downgrade croakage for now to avoid
58714              too many not okay messages.
58715      Branch: perl
58716            ! doio.c
58717 ____________________________________________________________________________
58718 [  7356] By: jhi                                   on 2000/10/17  23:29:41
58719         Log: Show the failed remote port, instead of the failing line number.
58720              
58721              Subject: [PATCH 5.6.1 Debugger] More diagnostics
58722              From: David Sparks <daves@ActiveState.com>
58723              Date: Tue, 17 Oct 2000 15:00:24 -0700
58724              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
58725      Branch: perl
58726            ! lib/perl5db.pl
58727 ____________________________________________________________________________
58728 [  7355] By: jhi                                   on 2000/10/17  14:11:31
58729         Log: On output try to downgrade to bytes, croak if impossible,
58730              from Simon Cozens.  This means that outputting >255 UTF8
58731              is impossible.  Consider this as a strong incentive to get
58732              the I/O disciplines implemented.
58733      Branch: perl
58734            ! doio.c pod/perldiag.pod sv.c
58735 ____________________________________________________________________________
58736 [  7354] By: jhi                                   on 2000/10/17  13:42:23
58737         Log: Clarify documentation on 'use bytes'.
58738              
58739              Subject: Re: What does 'use bytes' "mean" ?
58740              From: Simon Cozens <simon@cozens.net>
58741              Date: Mon, 18 Sep 2000 18:24:25 +0100
58742              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
58743      Branch: perl
58744            ! lib/bytes.pm
58745 ____________________________________________________________________________
58746 [  7353] By: jhi                                   on 2000/10/17  13:28:12
58747         Log: Workaround for a sfio bug where the stream error indicator
58748              is not cleared as documented.
58749              
58750              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58751              From: Nicholas Clark <nick@ccl4.org>
58752              Date: Mon, 16 Oct 2000 18:28:23 +0100
58753              Message-ID: <20001016182823.J19700@plum.flirble.org>
58754      Branch: perl
58755            ! doio.c
58756 ____________________________________________________________________________
58757 [  7352] By: jhi                                   on 2000/10/17  13:06:19
58758         Log: More IoTYPE sprinkling.
58759      Branch: perl
58760            ! doio.c pp_hot.c
58761 ____________________________________________________________________________
58762 [  7351] By: jhi                                   on 2000/10/16  22:47:07
58763         Log: Detect early whether the std streams have gone bad.
58764              
58765              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58766              Date: Mon, 16 Oct 2000 23:28:42 +0100
58767              From: Nicholas Clark <nick@ccl4.org>
58768              Message-ID: <20001016232842.A37942@plum.flirble.org>
58769      Branch: perl
58770            ! t/op/misc.t
58771 ____________________________________________________________________________
58772 [  7350] By: jhi                                   on 2000/10/16  22:45:16
58773         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
58774              From: "Peter J. Farley III" <pjfarley@banet.net>
58775              Date: Mon, 16 Oct 2000 18:15:59 -0400
58776              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
58777      Branch: perl
58778            ! djgpp/djgpp.c dosish.h t/io/open.t
58779 ____________________________________________________________________________
58780 [  7349] By: jhi                                   on 2000/10/16  22:36:45
58781         Log: perldelta tweak.
58782      Branch: perl
58783            ! pod/perldelta.pod
58784 ____________________________________________________________________________
58785 [  7348] By: jhi                                   on 2000/10/16  15:17:53
58786         Log: Update Changes.
58787      Branch: perl
58788            ! Changes patchlevel.h
58789 ____________________________________________________________________________
58790 [  7347] By: jhi                                   on 2000/10/16  13:55:27
58791         Log: Add the capability to include/exclude branches.
58792      Branch: perl
58793            ! Porting/genlog
58794 ____________________________________________________________________________
58795 [  7346] By: jhi                                   on 2000/10/16  13:18:04
58796         Log: Add Charles Lane.
58797      Branch: perl
58798            ! AUTHORS Changes
58799 ____________________________________________________________________________
58800 [  7345] By: jhi                                   on 2000/10/16  13:13:21
58801         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
58802      Branch: perl
58803            ! pod/perldelta.pod
58804 ____________________________________________________________________________
58805 [  7344] By: gsar                                  on 2000/10/16  09:30:21
58806         Log: integrate change#6220 from cfgperl
58807              
58808              Win32 patches from Benjamin Stuhl.
58809      Branch: maint-5.6/perl
58810           !> makedef.pl win32/win32.h
58811 ____________________________________________________________________________
58812 [  7343] By: gsar                                  on 2000/10/16  08:32:19
58813         Log: integrate changes#6221,6222 from cfgperl
58814              
58815              Remove tr///CU (the feature is to be obsoleted by better interfaces).
58816              From: simon@brecon.co.uk (Simon Cozens)
58817              Subject: [PATCH] Eliminate tr///[CU][CU]
58818              Date: 23 Jun 2000 11:05:40 GMT
58819              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
58820              
58821              doc typo fix
58822              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
58823              From: Ian Phillipps <Ian.Phillipps@iname.com>
58824              Date: Fri, 23 Jun 2000 10:40:58 +0100
58825              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
58826      Branch: maint-5.6/perl
58827           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
58828 ____________________________________________________________________________
58829 [  7342] By: gsar                                  on 2000/10/16  08:28:08
58830         Log: integrate change#6217 from cfgperl (in part)
58831              
58832              Rename the fdpid locking and integrate with Sarathy.
58833      Branch: maint-5.6/perl
58834           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
58835           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
58836           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
58837           !> win32/win32.c
58838 ____________________________________________________________________________
58839 [  7341] By: gsar                                  on 2000/10/16  08:23:39
58840         Log: integrate changes#6214..6216 from mainline
58841              
58842              @_ can't have junk in it even in the non-USE_ITHREADS case because
58843              caller() wants to populate @DB::args with it (causes a coredump
58844              in Carp::confess())
58845              
58846              tweak comment about @DB::args
58847              
58848              be more optimal about clearing @_
58849      Branch: maint-5.6/perl
58850           !> av.h cop.h pp_ctl.c t/op/runlevel.t
58851 ____________________________________________________________________________
58852 [  7340] By: gsar                                  on 2000/10/16  08:20:37
58853         Log: integrate changes#6207..6210 from cfgperl
58854              
58855              Subject: [PATCH 5.6.0] Threadsafe patches
58856              From: Dan Sugalski <dan@sidhe.org>
58857              To: perl5-porters@perl.org
58858              Date: Mon, 08 May 2000 18:08:13 -0400
58859              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
58860              
58861              Regen headers for #6207.
58862              
58863              Lock PL_fdpid against race conditions, based on:
58864              Subject: [PATCH 5.6.0]subprocess fixup for threads
58865              From: Dan Sugalski <dan@sidhe.org>
58866              To: perl5-porters@perl.org
58867              Date: Tue, 11 Apr 2000 17:02:32 -0400
58868              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
58869              
58870              Mopup for #6207 and #6209.
58871      Branch: maint-5.6/perl
58872           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
58873           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
58874           !> win32/win32.c
58875 ____________________________________________________________________________
58876 [  7339] By: gsar                                  on 2000/10/16  08:14:34
58877         Log: integrate change#6203 from cfgperl
58878              
58879              perldiag should refer to perlos2.pod not README.os2
58880      Branch: maint-5.6/perl
58881           !> pod/perldiag.pod
58882 ____________________________________________________________________________
58883 [  7338] By: gsar                                  on 2000/10/16  08:11:42
58884         Log: integrate change#6201 from mainline
58885              
58886              Perl_eval_pv() leaks 4 bytes every time it is called because it
58887              does a PUSHMARK that's never ever POPMARKed; in general, only
58888              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
58889              Perl_eval_[sp]v() don't because they don't take any incoming
58890              arguments (this leak has been around since the original version
58891              of perl_eval_pv() in 5.003_97e)
58892      Branch: maint-5.6/perl
58893           !> perl.c
58894 ____________________________________________________________________________
58895 [  7337] By: gsar                                  on 2000/10/16  08:08:47
58896         Log: integrate changes#6197..6200 from cfgperl
58897              
58898              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
58899              From: John Borwick <jhborwic@unity.ncsu.edu>
58900              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
58901              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
58902              
58903              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
58904              From: Dan Sugalski <dan@sidhe.org>
58905              To: vmsperl@perl.org, perl5-porters@perl.org
58906              Date: Fri, 02 Jun 2000 16:00:41 -0400
58907              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
58908              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
58909              
58910              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
58911              From: Dan Sugalski <dan@sidhe.org>
58912              To: perl5-porters@perl.org, vmsperl@perl.org
58913              Date: Fri, 02 Jun 2000 17:30:51 -0400
58914              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
58915              
58916              Update to cperl-mode.el 4.31 from
58917              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
58918              Subject: A couple of notes
58919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58920              To: Mailing list Perl5 <perl5-porters@perl.org>
58921              Date: Sat, 3 Jun 2000 23:33:32 -0400
58922              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
58923      Branch: maint-5.6/perl
58924           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
58925           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
58926           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
58927           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
58928           !> vms/vmsish.h
58929 ____________________________________________________________________________
58930 [  7336] By: gsar                                  on 2000/10/16  08:03:46
58931         Log: integrate changes#6194,6195 from mainline
58932              
58933              fix small eval"" memory leaks under USE_ITHREADS
58934              
58935              fix yet another eval"" leak under USE_ITHREADS
58936      Branch: maint-5.6/perl
58937           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
58938           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
58939           !> vms/perly_c.vms
58940 ____________________________________________________________________________
58941 [  7335] By: gsar                                  on 2000/10/16  08:02:15
58942         Log: integrate changes#6190,6191 from mainline
58943              
58944              submit missing embed.pl change
58945              
58946              vec() loses numericalness (modified version of patch suggested
58947              by Robin Barker)
58948      Branch: maint-5.6/perl
58949           !> doop.c embed.pl t/op/vec.t
58950 ____________________________________________________________________________
58951 [  7334] By: gsar                                  on 2000/10/16  08:01:03
58952         Log: integrate change#6189 from mainline
58953              
58954              counting tr/// corrupts later operation (from M.J.T Guy)
58955      Branch: maint-5.6/perl
58956           !> doop.c t/op/tr.t
58957 ____________________________________________________________________________
58958 [  7333] By: gsar                                  on 2000/10/16  07:59:07
58959         Log: integrate changes#6183..6188 from mainline
58960              
58961              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
58962              <nick@ccl4.org>)
58963              
58964              tweak for change#6127
58965              
58966              remove incorrect documentation about implicit split to @_ in
58967              list context, which never really worked in perl 5 (from
58968              M.J.T. Guy)
58969              
58970              further qualify references to "alphanumeric" (from Wolfgang Laun
58971              <wolfgang.laun@alcatel.at>)
58972              
58973              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
58974              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
58975              
58976              h2xs tweaks
58977      Branch: maint-5.6/perl
58978           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
58979           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
58980           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
58981           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
58982           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
58983           !> pod/pod2latex.PL utils/h2xs.PL
58984 ____________________________________________________________________________
58985 [  7332] By: gsar                                  on 2000/10/16  07:53:52
58986         Log: integrate change#6179 from mainline
58987              
58988              buggy modulus on UVs introduced by change#3378 (resulted in
58989              4063328477 % 65535 amounting to 27406, instead of 27407)
58990      Branch: maint-5.6/perl
58991           !> pp.c t/op/arith.t
58992 ____________________________________________________________________________
58993 [  7331] By: gsar                                  on 2000/10/16  07:52:49
58994         Log: integrate changes#6176,6177,6178,6182 from cfgperl
58995              
58996              Single-quoted utf8 patch from Simon Cozens.
58997              
58998              Substitution utf8 patch from Simon Cozens.
58999              
59000              Be cleaner.
59001              
59002              Be Cleaner Part Deux.
59003      Branch: maint-5.6/perl
59004           !> Makefile.SH pp_hot.c toke.c
59005 ____________________________________________________________________________
59006 [  7330] By: gsar                                  on 2000/10/16  07:41:36
59007         Log: integrate change#6172 from mainline
59008              
59009              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
59010              (from Ilya Zakharevich)
59011      Branch: maint-5.6/perl
59012           !> regexec.c t/op/re_tests
59013 ____________________________________________________________________________
59014 [  7329] By: gsar                                  on 2000/10/16  07:40:25
59015         Log: integrate change#6171 from mainline
59016              
59017              scalar() doesn't force scalar context when used in void context
59018              (from Simon Cozens)
59019      Branch: maint-5.6/perl
59020           !> op.c t/op/wantarray.t
59021 ____________________________________________________________________________
59022 [  7328] By: gsar                                  on 2000/10/16  07:39:33
59023         Log: integrate change#6170 from mainline
59024              
59025              change#6142 needs tweaks to tests to work where there's no
59026              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59027      Branch: maint-5.6/perl
59028           !> t/lib/filefind.t
59029 ____________________________________________________________________________
59030 [  7327] By: gsar                                  on 2000/10/16  07:35:34
59031         Log: integrate changes#6166..6168 from cfgperl
59032              
59033              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
59034              in case somebody wants to write an extension for more
59035              shadow database interfaces.
59036              
59037              tweak todo
59038              
59039              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
59040      Branch: maint-5.6/perl
59041           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59042           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
59043           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
59044           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
59045           !> win32/config.vc win32/config_H.bc win32/config_H.gc
59046           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59047 ____________________________________________________________________________
59048 [  7326] By: gsar                                  on 2000/10/16  07:29:05
59049         Log: integrate changes#6157,6159..6161,6164 from cfgperl
59050              
59051              Regen Configure to jive with #6149.
59052              
59053              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
59054              
59055              Changes for the File::Temp 0.08 (change #6159) test suite
59056              to fit better into the Perl distribution test framework.
59057              
59058              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
59059              both from Simon Cozens.
59060              
59061              detypo
59062      Branch: maint-5.6/perl
59063           +> pod/perlmodlib.PL pod/perlnewmod.pod
59064           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
59065           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
59066           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59067           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59068 ____________________________________________________________________________
59069 [  7325] By: gsar                                  on 2000/10/16  07:25:13
59070         Log: integrate change#6158 from vmsperl
59071              
59072              Add fallback to tmpfile for use in cases where user's relying on
59073              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
59074              Lane's patch)
59075      Branch: maint-5.6/perl
59076           !> vms/vms.c vms/vmsish.h
59077 ____________________________________________________________________________
59078 [  7324] By: gsar                                  on 2000/10/16  07:20:50
59079         Log: integrate changes#6153..6155 from mainline
59080              
59081              prettier Test::Harness output on failed tests (from Nicholas Clark
59082              <nick@Bagpuss.uk.boo.com>)
59083              
59084              avoid type mismatch warning
59085              
59086              small bug in change#6144; remove random \xA0 character that snuck
59087              in via change#6145
59088      Branch: maint-5.6/perl
59089           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
59090           !> perl.c
59091 ____________________________________________________________________________
59092 [  7323] By: gsar                                  on 2000/10/16  07:18:47
59093         Log: integrate changes#6151,6152 from mainline
59094              
59095              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
59096              
59097              cosmetic fixups of RE debug output (from Ilya Zakharevich)
59098      Branch: maint-5.6/perl
59099           !> regexec.c
59100 ____________________________________________________________________________
59101 [  7322] By: gsar                                  on 2000/10/16  07:17:25
59102         Log: integrate changes#6146..6150 from mainline
59103              
59104              doc typo
59105              
59106              add a make entry to Config.pm so "perl -V:make" works on VMS
59107              (from Peter Prymmer)
59108              
59109              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
59110              
59111              OS/2 tweaks for usethreads build (from Rocco Caputo
59112              <troc@netrus.net>)
59113              
59114              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
59115      Branch: maint-5.6/perl
59116           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
59117           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
59118           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
59119           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
59120           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
59121           !> warnings.pl x2p/a2p.h
59122 ____________________________________________________________________________
59123 [  7321] By: gsar                                  on 2000/10/16  07:14:02
59124         Log: integrate changes#6143..6145 from mainline
59125              
59126              MacOS support, part 1 (from Matthias Neeracher
59127              <neeri@iis.ee.ethz.ch>)
59128              
59129              MacOS support, part 2: make AutoSplit use File::Spec instead
59130              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
59131              <neeri@iis.ee.ethz.ch>)
59132              
59133              make xsubpp skip embedded pod (from Matthias Neeracher
59134              <neeri@iis.ee.ethz.ch>)
59135      Branch: maint-5.6/perl
59136           +> ext/DynaLoader/dl_mac.xs
59137           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
59138           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
59139           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
59140           !> pp_ctl.c proto.h toke.c util.c util.h
59141 ____________________________________________________________________________
59142 [  7320] By: gsar                                  on 2000/10/16  07:12:13
59143         Log: integrate changes#6141,6142 from mainline
59144              
59145              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
59146              forwarded by Peter Seebach from the bsdi-users mailing list.
59147              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
59148              
59149              File::Find fails to chdir when chasing symlinks (from
59150              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59151      Branch: maint-5.6/perl
59152           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
59153 ____________________________________________________________________________
59154 [  7319] By: gsar                                  on 2000/10/16  07:04:30
59155         Log: integrate change#6139 from mainline
59156              
59157              revise mktables.PL for bugs and newness in Unicode 3.0
59158              (from James Bence <jbence@amgen.com>)
59159      Branch: maint-5.6/perl
59160           +> (branch 30 files)
59161           !> (integrate 49 files)
59162 ____________________________________________________________________________
59163 [  7318] By: gsar                                  on 2000/10/16  07:01:01
59164         Log: integrate changes#6137,6138 from mainline
59165              
59166              fix bogus redeclaration warning for "our" variables in different
59167              scopes
59168              
59169              add note about the handling of negative indices to tied arrays
59170              (from Michael G Schwern <schwern@pobox.com>)
59171      Branch: maint-5.6/perl
59172           !> op.c pod/perltie.pod t/pragma/strict-vars
59173 ____________________________________________________________________________
59174 [  7317] By: gsar                                  on 2000/10/16  06:58:46
59175         Log: integrate changes#6127..6136 from mainline
59176              
59177              call_method(...,G_EVAL) can longjmp() out if the method probing
59178              failed (from Gisle Aas)
59179              
59180              new perlxstut example for passing/returning refs to arrays
59181              (from David Lowe <dlowe@pootpoot.com>)
59182              
59183              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
59184              
59185              fix places that mean C<"word" character> but say C<alphanumeric
59186              character>
59187              
59188              avoid warnings in POSIX.pm (from Barrie Slaymaker)
59189              
59190              warnings::enabled() doesn't fall back to looking at $^W if
59191              caller isn't using lexical warnings (from Paul Marquess)
59192              
59193              elide bogus test in change#6132
59194              
59195              make Test::Harness use wait.h/WCOREDUMP if available
59196              (from Ben Tilly <ben_tilly@hotmail.com>)
59197              
59198              enable Test::Harness to dynamically determine column width etc.
59199              (from Rob Napier <rnapier@employees.org>)
59200              
59201              random pod typos (from Peter Scott <Peter@PSDT.com>)
59202      Branch: maint-5.6/perl
59203           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
59204           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
59205           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
59206           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
59207 ____________________________________________________________________________
59208 [  7316] By: gsar                                  on 2000/10/16  06:53:23
59209         Log: integrate change#6126 from mainline
59210              
59211              change#2879 broke rvalue autovivification of magicals such as
59212              ${$num} (reworked variant of patch suggested by Simon Cozens)
59213      Branch: maint-5.6/perl
59214           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
59215           !> pp_hot.c proto.h t/op/gv.t
59216 ____________________________________________________________________________
59217 [  7315] By: gsar                                  on 2000/10/16  06:51:38
59218         Log: integrate changes#6123,6125 from mainline
59219              
59220              clarify gotcha with #line directives (from Rocco Caputo
59221              <troc@netrus.net>)
59222              
59223              enable propagating exception objects via Perl_croak() in XS code
59224              (from Gisle Aas)
59225      Branch: maint-5.6/perl
59226           !> pod/perldebug.pod pod/perlsyn.pod util.c
59227 ____________________________________________________________________________
59228 [  7314] By: gsar                                  on 2000/10/16  06:49:28
59229         Log: integrate change#6122 from mainline
59230              
59231              downgrade fatal error on C<"foo@nosucharray.com"> to optional
59232              warning (from Mark-Jason Dominus)
59233      Branch: maint-5.6/perl
59234           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
59235           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
59236           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
59237           !> toke.c
59238 ____________________________________________________________________________
59239 [  7313] By: gsar                                  on 2000/10/16  06:46:54
59240         Log: integrate changes#6112..6121 from vmsperl
59241              
59242              Check for existence of file before trying to delete
59243              
59244              Ugly workaround for version-specific RTL error
59245              
59246              Urk -- undo previous removal of vmsish 'exit' change
59247              
59248              Add bounds checking for several strings (Charles Lane)
59249              
59250              Miscellaneous cosmetic fixes (Charles Lane)
59251              
59252              Treat sockets as special in sys(read|write) (Charles Lane et al.)
59253              
59254              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
59255              Flatten case labels in switch statements uniformly (Charles Bailey)
59256              
59257              Quiet error messages in vmsish.t (Charles Lane)
59258              
59259              Add missing escape (Charles Lane)
59260              
59261              Allow eliminate_macros() and fixpath() to handle space-delimited
59262              lists (based on fixes by Craig Berry)
59263      Branch: maint-5.6/perl
59264           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
59265           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
59266           !> vms/vmsish.h
59267 ____________________________________________________________________________
59268 [  7312] By: gsar                                  on 2000/10/16  06:41:18
59269         Log: integrate changes#6107,6110 from cfgperl
59270              
59271              Tweak the todo list.
59272              
59273              todo tweak
59274      Branch: maint-5.6/perl
59275           !> Todo-5.6
59276 ____________________________________________________________________________
59277 [  7311] By: gsar                                  on 2000/10/16  06:38:38
59278         Log: integrate changes#6104,6108 from mainline
59279              
59280              PL_sys_intern was being initialized too late on windows
59281              
59282              reenable fake signal handling on Windows, bugs and all
59283      Branch: maint-5.6/perl
59284           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
59285           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
59286           !> win32/win32.c
59287 ____________________________________________________________________________
59288 [  7310] By: gsar                                  on 2000/10/16  06:36:03
59289         Log: integrate changes#6095,6097..6103 from cfgperl
59290              
59291              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
59292              might be useful in future.
59293              
59294              Add a note about possible compilation problems from Allen Smith.
59295              
59296              Add a note about other, yet unsupported, shadow password APIs.
59297              
59298              Tweaks for the cc bugs from Allen Smith.
59299              
59300              More compilation tweakery from Allen Smith.
59301              
59302              Hints and test tweaks for Unicos.
59303              
59304              The test suite tweak in #6101 wasn't quite right.
59305              
59306              Test tweaking for Unicos continues.
59307      Branch: maint-5.6/perl
59308           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59309           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
59310           !> t/lib/complex.t t/op/64bitint.t
59311 ____________________________________________________________________________
59312 [  7309] By: gsar                                  on 2000/10/16  06:29:41
59313         Log: integrate changes#6093,6094 from mainline
59314              
59315              fork() failure to create pseudo process sets errno=EAGAIN and returns
59316              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
59317              
59318              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
59319      Branch: maint-5.6/perl
59320           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59321           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
59322 ____________________________________________________________________________
59323 [  7308] By: gsar                                  on 2000/10/16  06:27:29
59324         Log: integrate change#6092 from cfgperl
59325              
59326              Regen perltoc with the fixed buildtoc.
59327      Branch: maint-5.6/perl
59328           !> pod/perltoc.pod
59329 ____________________________________________________________________________
59330 [  7307] By: gsar                                  on 2000/10/16  06:26:40
59331         Log: integrate changes#6089,6090 from mainline
59332              
59333              buildtoc tweak to fix newline lossage
59334              
59335              concat doesn't preserve utf8-ness, and doesn't invalidate
59336              [NI]OK; added tests for both
59337      Branch: maint-5.6/perl
59338           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
59339 ____________________________________________________________________________
59340 [  7306] By: gsar                                  on 2000/10/16  06:24:05
59341         Log: integrate change#6088 from cfgperl
59342              
59343              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
59344              because we do not use those.  The HAS_GETSPNAM remains,
59345              though, because we still do use that.
59346      Branch: maint-5.6/perl
59347           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59348           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
59349           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
59350           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
59351           !> win32/config.vc win32/config_H.bc win32/config_H.gc
59352           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59353 ____________________________________________________________________________
59354 [  7305] By: gsar                                  on 2000/10/16  06:15:52
59355         Log: integrate changes#6084,6085,6087 from mainline
59356              
59357              substr() does not preserve utf8-ness (from Stefan Eissing
59358              <Eissing@medicaldataservice.de>); added tests
59359              
59360              repeat operator (x) doesn't preserve utf8-ness
59361              
59362              reverse() and quotemeta() weren't preserving utf8-ness; add tests
59363      Branch: maint-5.6/perl
59364           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
59365 ____________________________________________________________________________
59366 [  7304] By: gsar                                  on 2000/10/16  06:13:10
59367         Log: integrate changes#6077..6083 from mainline
59368              
59369              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
59370              and Tom Phoenix)
59371              
59372              workaround for CRT bug in chdir() (from Charles Lane, via
59373              Peter Prymmer)
59374              
59375              remove outdated kludge in Carp (NULLs are permitted in diagnostics
59376              now)
59377              
59378              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
59379              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59380              
59381              better default perlbug categories for ok reports (from Richard Foley)
59382              
59383              peek.t non-portable to ithreads
59384              
59385              note about undocumented caller() return value (from M.J.T. Guy);
59386              yet another peek.t tweak
59387      Branch: maint-5.6/perl
59388           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59389           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59390           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
59391           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
59392           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
59393           !> vms/vmsish.h
59394 ____________________________________________________________________________
59395 [  7303] By: gsar                                  on 2000/10/16  06:03:18
59396         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
59397              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
59398              
59399              &HUGE_VAL is not defined, it exists.
59400              
59401              Do not warn that an infinity does not look like a number.
59402              
59403              Rewrite the pwent/spent logic to be a little bit more clearer.
59404              
59405              Continue on the pwent/spent case.
59406              
59407              Correct Freudian slip.
59408              
59409              Use HUGE_VALL if applicable.
59410              
59411              pwent/spent #ifdef imbalance.
59412              
59413              Infinite problems.
59414              
59415              Call getspnam() only iff needd.
59416              
59417              Test both the scalar and list contexts.
59418              
59419              Use setxxent()/endxxent().
59420              
59421              Complex tweakery.
59422              
59423              Unicos hint tweak.
59424              
59425              Be more forgiving in POSIX about HUGE_VALL.
59426              
59427              Detypo.
59428              
59429              The search of infinity continues, this time simplified.
59430              
59431              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
59432              in natively 64-bit platforms where a long is a quad (no need
59433              for long longs).  Also added bias for IVs.
59434              
59435              Complex tweaks.
59436              
59437              Introduce t/lib/peek.t.
59438              
59439              Make the test more portable.
59440      Branch: maint-5.6/perl
59441           +> t/lib/peek.t
59442            ! pp_sys.c
59443           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
59444           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
59445           !> t/op/pwent.t toke.c util.c
59446 ____________________________________________________________________________
59447 [  7302] By: gsar                                  on 2000/10/16  05:03:37
59448         Log: integrate changes#6066..6071 from mainline
59449              
59450              s/END/CHECK/
59451              
59452              replace direct call to sighandler() with (*PL_sighandlerp)()
59453              
59454              note about values()
59455              
59456              File::Spec compatibility update (from Barrie Slaymaker
59457              <barries@slaysys.com>)
59458              
59459              remove misleading comment (from M.J.T. Guy)
59460              
59461              misformatted perllocal.pod (from Tim Jenness
59462              <t.jenness@jach.hawaii.edu>)
59463      Branch: maint-5.6/perl
59464           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59465           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59466           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
59467           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
59468 ____________________________________________________________________________
59469 [  7301] By: gsar                                  on 2000/10/16  05:00:08
59470         Log: integrate changes#6061..6063 from mainline
59471              
59472              change#5921 neglected to make eq honor "use bytes"
59473              
59474              additional tests for utf8.t
59475              
59476              tokeq() could read unallocated field in argument
59477      Branch: maint-5.6/perl
59478           !> sv.c t/pragma/utf8.t toke.c
59479 ____________________________________________________________________________
59480 [  7300] By: gsar                                  on 2000/10/16  04:56:54
59481         Log: integrate changes#6046,6048,6057,6058 from mainline
59482              
59483              libscheck has insufficient checks for n32 libs (from
59484              Albert Chin-A-Young <china@thewrittenword.com>)
59485              
59486              add note about how $( doesn't interpolate in REs (from
59487              Philip Newton <newton@ficus.frogspace.net>)
59488              
59489              fix broken parsing of /\x{ab}/
59490              
59491              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
59492              (spotted by Donald Kinzer <dkinzer@premia.com>)
59493      Branch: maint-5.6/perl
59494           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
59495           !> t/pragma/utf8.t
59496 ____________________________________________________________________________
59497 [  7299] By: gsar                                  on 2000/10/16  04:52:50
59498         Log: integrate change#6044 from mainline
59499              
59500              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
59501              such that underscores are only ignored in literal numbers,
59502              "\x{...}", and hex/oct argument
59503      Branch: maint-5.6/perl
59504           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
59505 ____________________________________________________________________________
59506 [  7298] By: gsar                                  on 2000/10/16  04:50:53
59507         Log: integrate changes#6027..6043 from mainline
59508              
59509              podlators-1.02 update (from Russ Allbery)
59510              
59511              Pod::Man generates groff-incompatible macro definition (from
59512              Tom Christiansen)
59513              
59514              add CGI.pm v2.66 (from Lincoln Stein)
59515              
59516              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
59517              for @- and @+ (from Johan Vromans)
59518              
59519              small nits in diagnostics.pm (from Robin Barker)
59520              
59521              whitespace adjustments
59522              
59523              missing files in MANIFEST
59524              
59525              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
59526              to compensate
59527              
59528              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
59529              
59530              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
59531      Branch: maint-5.6/perl
59532           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
59533           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
59534           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
59535           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
59536           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
59537           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
59538           !> t/lib/cgi-html.t t/lib/cgi-request.t
59539 ____________________________________________________________________________
59540 [  7297] By: gsar                                  on 2000/10/16  04:44:30
59541         Log: integrate change#6025 from mainline
59542              
59543              Is{Alnum,Alpha,Word} don't match titlecase
59544              TODO: IsSpace is defined recursively!
59545              (both spotted by Larry)
59546      Branch: maint-5.6/perl
59547           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
59548           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
59549 ____________________________________________________________________________
59550 [  7296] By: gsar                                  on 2000/10/16  04:39:30
59551         Log: integrate change#6023 from mainline
59552              
59553              debugger stomps on $. (from M.J.T. Guy)
59554      Branch: maint-5.6/perl
59555           !> lib/perl5db.pl
59556 ____________________________________________________________________________
59557 [  7295] By: gsar                                  on 2000/10/16  04:38:02
59558         Log: integrate change#6022 from mainline
59559              
59560              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
59561      Branch: maint-5.6/perl
59562           !> sv.c
59563 ____________________________________________________________________________
59564 [  7294] By: gsar                                  on 2000/10/16  04:37:05
59565         Log: integrate changes#6018..6021 from mainline
59566              
59567              make lib/syslog.t portable to systems that don't have _PATH_LOG,
59568              make _PATH_LOG() return "" if unavailable
59569              
59570              windows portability tweaks
59571              
59572              test tweak
59573              
59574              remove Win2K issue in pod (fixed by change#6020)
59575      Branch: maint-5.6/perl
59576           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
59577           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
59578           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
59579 ____________________________________________________________________________
59580 [  7293] By: gsar                                  on 2000/10/16  04:20:00
59581         Log: integrate changes#6013..6015 from mainline
59582              
59583              tweak change#5945 to display correct switch name in diagnostic
59584              
59585              glob() loading File::Glob behind the scenes may cause syntax errors
59586              
59587              tweak test for portability
59588      Branch: maint-5.6/perl
59589           !> op.c perl.c pod/perldiag.pod t/lib/b.t
59590 ____________________________________________________________________________
59591 [  7292] By: gsar                                  on 2000/10/16  04:18:11
59592         Log: integrate changes#6005..6010 from mainline, cfgperl
59593              
59594              perldoc might fail via "use blib" (from Hugo van der Sanden)
59595              
59596              Regen Configure.
59597              
59598              note about compile failures and END blocks (from M.J.T. Guy)
59599              
59600              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
59601              
59602              (change#6009 integrated earlier in change#7255)
59603              
59604              clarify note about shadow password support (from
59605              gellyfish@gellyfish.com)
59606      Branch: maint-5.6/perl
59607           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59608           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
59609           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
59610 ____________________________________________________________________________
59611 [  7291] By: gsar                                  on 2000/10/16  04:12:03
59612         Log: integrate changes#6002,6003 from mainline
59613              
59614              destructive sv_setsv() can lose UV-ness from source, causing
59615              numeric promotions/comparisons to fail to do the right thing
59616              
59617              allow REG_EXPAND_SZ keys in Windows registry (from
59618              John Clayton <John.Clayton@barclayscapital.com>)
59619      Branch: maint-5.6/perl
59620           !> sv.c win32/win32.c
59621 ____________________________________________________________________________
59622 [  7290] By: gsar                                  on 2000/10/16  04:10:19
59623         Log: integrate change#6001 from mainline
59624              
59625              support additional library locations via $Config{otherlibdirs}
59626              (from Andy Dougherty)
59627      Branch: maint-5.6/perl
59628           !> Configure INSTALL Porting/Glossary Porting/config.sh
59629           !> Porting/config_H config_h.SH epoc/config.sh perl.c
59630           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
59631           !> win32/config.bc win32/config.gc win32/config.vc
59632 ____________________________________________________________________________
59633 [  7289] By: gsar                                  on 2000/10/16  04:08:28
59634         Log: integrate change#5999 from mainline
59635              
59636              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
59637      Branch: maint-5.6/perl
59638           !> t/pragma/warn/toke toke.c
59639 ____________________________________________________________________________
59640 [  7288] By: gsar                                  on 2000/10/16  04:07:01
59641         Log: integrate changes#5997,5998 from cfgperl
59642              
59643              Preserve $!.
59644              
59645              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
59646      Branch: maint-5.6/perl
59647           !> lib/Math/Complex.pm
59648 ____________________________________________________________________________
59649 [  7287] By: gsar                                  on 2000/10/16  04:04:37
59650         Log: integrate change#5995 from mainline
59651              
59652              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
59653      Branch: maint-5.6/perl
59654           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
59655 ____________________________________________________________________________
59656 [  7286] By: gsar                                  on 2000/10/16  04:03:21
59657         Log: integrate change#5994 from mainline
59658              
59659              fix for missed accounting for null byte in pack("Z",...) (from
59660              M.J.T. Guy)
59661      Branch: maint-5.6/perl
59662           !> pp.c t/op/pack.t
59663 ____________________________________________________________________________
59664 [  7285] By: gsar                                  on 2000/10/16  04:02:11
59665         Log: integrate changes#5989..5993 from mainline
59666              
59667              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
59668              itself and no other (from Tom Hughes)
59669              
59670              use $ENV{LIB} to search for libs under Visual C compiler
59671              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
59672              
59673              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
59674              
59675              pod nit (from Simon Cozens)
59676              
59677              various minor tweaks seen on p5p
59678      Branch: maint-5.6/perl
59679           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
59680           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
59681           !> t/op/array.t toke.c
59682 ____________________________________________________________________________
59683 [  7284] By: gsar                                  on 2000/10/16  03:59:00
59684         Log: integrate changes#5978..5988 from mainline
59685              
59686              sync version numbers in File::Spec with the ones on CPAN
59687              (from Barrie Slaymaker)
59688              
59689              under useithreads, constant pad entries could inadvertantly be
59690              shared across threads (from Eric Blood <eblood@xmission.com>);
59691              added Eric's test case to testsuite
59692              
59693              allow Configure -S to run non-interactively (spotted by Greg Hudson
59694              <ghudson@mit.edu>)
59695              
59696              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
59697              prototype mismatch with CORE::glob(); update pod and tests to
59698              suit (File::Glob::glob() is still available for backward
59699              compatibility, but should be considered deprecated)
59700              
59701              avoid error in IO::Socket::INET when given an unknown service name
59702              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
59703              
59704              numeric conversion of non-number in change#3378 tramples on
59705              OOK offset, causing segfaults
59706              
59707              attributes::reftype() doesn't work on tied argument
59708              
59709              forked child may not exit correctly if it failed to open
59710              /dev/console (from Graham Barr)
59711              
59712              add regular expressions tutorial and quick-start guide (from
59713              Mark Kvale <kvale@phy.ucsf.edu>)
59714              
59715              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
59716              
59717              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
59718              <paul@miraclefish.com>)
59719      Branch: maint-5.6/perl
59720           +> pod/perlrequick.pod pod/perlretut.pod
59721           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
59722           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
59723           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
59724           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
59725           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59726           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59727           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
59728           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
59729 ____________________________________________________________________________
59730 [  7283] By: gsar                                  on 2000/10/16  03:52:14
59731         Log: integrate change#5977 from mainline
59732              
59733              autoquote barewords followed by newline and arrow properly
59734              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
59735      Branch: maint-5.6/perl
59736           !> t/pragma/warn/toke toke.c
59737 ____________________________________________________________________________
59738 [  7282] By: gsar                                  on 2000/10/16  03:50:48
59739         Log: integrate change#5976 from mainline
59740              
59741              DB_File v1.73 update (from Paul Marquess)
59742      Branch: maint-5.6/perl
59743           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
59744           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
59745 ____________________________________________________________________________
59746 [  7281] By: gsar                                  on 2000/10/16  03:49:14
59747         Log: integrate change#5975 from mainline
59748              
59749              allow sort() reentrancy (variant of patch suggested by
59750              Hugo van der Sanden)
59751      Branch: maint-5.6/perl
59752           !> pp_ctl.c t/op/sort.t
59753 ____________________________________________________________________________
59754 [  7280] By: gsar                                  on 2000/10/16  03:48:22
59755         Log: integrate change#5974 from mainline
59756              
59757              change#4197 somehow missed initializing PL_errors, meaning
59758              syntax error queueing wasn't working outside eval"" at all;
59759              also fixed eval"" to localize PL_error_count, so that compile-time
59760              eval's don't clobber the error state of the outer context
59761      Branch: maint-5.6/perl
59762           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
59763           !> t/pragma/warn/toke
59764 ____________________________________________________________________________
59765 [  7279] By: gsar                                  on 2000/10/16  03:46:21
59766         Log: integrate change#5973 from mainline
59767              
59768              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
59769      Branch: maint-5.6/perl
59770           !> regcomp.c regexec.c t/op/re_tests
59771 ____________________________________________________________________________
59772 [  7278] By: gsar                                  on 2000/10/16  03:44:54
59773         Log: integrate change#5971 from cfgperl
59774              
59775              Unicos tweaks from Mark P. Lutz.
59776      Branch: maint-5.6/perl
59777           !> hints/unicos.sh lib/Math/Complex.pm
59778 ____________________________________________________________________________
59779 [  7277] By: gsar                                  on 2000/10/16  03:42:59
59780         Log: integrate changes#5966..5970 from mainline
59781              
59782              add testsuite for B backends, fix bug in B::Deparse (from
59783              Simon Cozens <simon@brecon.co.uk>)
59784              
59785              improved docs on the warn_uninit diagnostic (from David Glasser
59786              and Simon Cozens)
59787              
59788              tolerate spaces in group names in test on solaris (from David Boyce
59789              <dsb@boyski.com>)
59790              
59791              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
59792              
59793              Data::Dumper fumbles negative numbers on 32-bit platforms where
59794              IV is >32bits
59795      Branch: maint-5.6/perl
59796           +> t/lib/b.t t/lib/syslog.t
59797           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
59798           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
59799           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
59800 ____________________________________________________________________________
59801 [  7276] By: gsar                                  on 2000/10/16  03:39:30
59802         Log: integrate change#5965 from mainline
59803              
59804              avoid "will not stay shared" warnings for our variables (from
59805              Robin Barker)
59806      Branch: maint-5.6/perl
59807           !> op.c t/pragma/warn/op
59808 ____________________________________________________________________________
59809 [  7275] By: gsar                                  on 2000/10/16  03:38:18
59810         Log: integrate change#5964 from mainline
59811              
59812              reformat to 72 columns (again)
59813      Branch: maint-5.6/perl
59814           !> pod/perldiag.pod
59815 ____________________________________________________________________________
59816 [  7274] By: gsar                                  on 2000/10/16  03:36:58
59817         Log: integrate change#5963 from mainline
59818              
59819              patch from Larry to make (\&) prototype work; added tests for
59820              the same
59821      Branch: maint-5.6/perl
59822           !> op.c t/comp/proto.t
59823 ____________________________________________________________________________
59824 [  7273] By: gsar                                  on 2000/10/16  03:35:51
59825         Log: integrate changes#5956..5962 from mainline
59826              
59827              better diagnostics on failed tests (from Ilya Zakharevich)
59828              
59829              pod nits (from A. C. Yardley <yardley@tanet.net>)
59830              
59831              change#3569 deleted some essential code, revert; avoid use of
59832              atexit() to make DynaLoader work properly on AIX under mod_perl
59833              (from Jens-Uwe Mager <jum@helios.de>)
59834              
59835              doubled words in pods (from Simon Cozens
59836              <simon.p.cozens@jp.pwcglobal.com>)
59837              
59838              better INSTALL notes on Solaris issues (from Dominic Dunlop)
59839              
59840              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
59841              
59842              updated README.hpux (from Jeff Okamoto)
59843      Branch: maint-5.6/perl
59844           !> INSTALL README.hpux emacs/cperl-mode.el
59845           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
59846           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
59847           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
59848           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
59849           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
59850           !> t/op/lex_assign.t
59851 ____________________________________________________________________________
59852 [  7272] By: gsar                                  on 2000/10/16  03:31:22
59853         Log: integrate change#5955 from mainline
59854              
59855              longstanding bug exposed by change#3307: sort arguments weren't
59856              compiled with the right wantarray context (ensuing runtime lookup
59857              via block_gimme() was getting the incidental context of the
59858              sort() itself)
59859      Branch: maint-5.6/perl
59860           !> op.c t/op/sort.t
59861 ____________________________________________________________________________
59862 [  7271] By: gsar                                  on 2000/10/16  03:29:11
59863         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
59864              branch
59865              
59866              Flatten the cpp jungle doing the nosuid checking.
59867              
59868              Do not assume sign propagation. (from M.J.T. Guy)
59869              
59870              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
59871              
59872              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
59873              Now pp_ncmp() returns undef is either operand is a NaN.
59874              
59875              On second thoughts frexp() does have two arguments.
59876              
59877              Document that tr() is not tr(1).
59878              
59879              Be more robust on "extreme" (large absolute value)
59880              arguments.  Originally reported by Daniel Connelly
59881              as a problem with asinh() on large negative arguments,
59882              asinh() used to bail out because an argument to log()
59883              ended up being zero.  Ilya Zakharevich proposed using
59884              Taylor's series in such cases, which for such large
59885              arguments is a very good approximation.
59886              
59887              Undo "use integer" addition from 64bitint as it seems
59888              to break most of the subtests in Digital UNIX;
59889              Unicos needs to find another way.
59890      Branch: maint-5.6/perl
59891           !> (integrate 29 files)
59892 ____________________________________________________________________________
59893 [  7270] By: gsar                                  on 2000/10/16  03:09:44
59894         Log: integrate changes#5948,5949,5950 from mainline
59895              
59896              typo in vars.pm that leads to cryptic message (from Piotr
59897              Piatkowski <kompas@kompas.usr.onet.pl>)
59898              
59899              make perldoc use the pod2man from the same version (from
59900              M.J.T. Guy)
59901              
59902              reformat perldiag to avoid long lines
59903      Branch: maint-5.6/perl
59904           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
59905 ____________________________________________________________________________
59906 [  7269] By: gsar                                  on 2000/10/16  03:05:54
59907         Log: integrate change#5947 from mainline
59908              
59909              use &dl_error rather than &dl_load_file as the guard for calling
59910              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
59911              statically built perl)
59912      Branch: maint-5.6/perl
59913           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
59914 ____________________________________________________________________________
59915 [  7268] By: gsar                                  on 2000/10/16  03:04:48
59916         Log: integrate change#5945 from mainline
59917              
59918              make module name mandatory after -M switch; reorder perldiag
59919              alphabetically (from Mark-Jason Dominus)
59920      Branch: maint-5.6/perl
59921           !> perl.c pod/perldiag.pod
59922 ____________________________________________________________________________
59923 [  7267] By: gsar                                  on 2000/10/16  03:03:01
59924         Log: integrate change#5939 from mainline
59925              
59926              more pod nits (from Larry Virden)
59927      Branch: maint-5.6/perl
59928           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
59929           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
59930           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
59931 ____________________________________________________________________________
59932 [  7266] By: gsar                                  on 2000/10/16  03:01:39
59933         Log: integrate change#5938 from mainline
59934              
59935              Consolidated B::Deparse fixes (from Stephen McCamant)
59936      Branch: maint-5.6/perl
59937           !> ext/B/B/Deparse.pm
59938 ____________________________________________________________________________
59939 [  7265] By: gsar                                  on 2000/10/16  03:00:43
59940         Log: integrate change#5936 from mainline
59941              
59942              additional tests for change#7263 (from Paul Marquess)
59943      Branch: maint-5.6/perl
59944           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
59945           !> t/pragma/warn/5nolint t/pragma/warn/6default
59946 ____________________________________________________________________________
59947 [  7264] By: gsar                                  on 2000/10/16  02:58:34
59948         Log: integrate change#5934 from mainline
59949              
59950              propagate lexical warnings from surrounding scope correctly
59951              within string eval() (from Paul Marquess)
59952      Branch: maint-5.6/perl
59953           !> pp_ctl.c t/pragma/warn/pp_ctl
59954 ____________________________________________________________________________
59955 [  7263] By: gsar                                  on 2000/10/16  02:56:53
59956         Log: integrate change#5932 from mainline
59957              
59958              add rsignal(), whichsig() and do_join() to public API list
59959              (mod_perl uses them to good advantage)
59960      Branch: maint-5.6/perl
59961           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
59962 ____________________________________________________________________________
59963 [  7262] By: gsar                                  on 2000/10/16  02:55:53
59964         Log: integrate change#5931 from mainline
59965              
59966              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
59967      Branch: maint-5.6/perl
59968           !> pp_hot.c regexec.c t/op/pat.t
59969 ____________________________________________________________________________
59970 [  7261] By: gsar                                  on 2000/10/16  02:55:01
59971         Log: integrate change#5930 from mainline
59972              
59973              small os390 tweaks (from Peter Prymmer)
59974      Branch: maint-5.6/perl
59975           !> config_h.SH makedepend.SH
59976 ____________________________________________________________________________
59977 [  7260] By: gsar                                  on 2000/10/16  02:54:10
59978         Log: integrate change#5929 from mainline
59979              
59980              pod nits
59981      Branch: maint-5.6/perl
59982           !> pod/perlguts.pod
59983 ____________________________________________________________________________
59984 [  7259] By: gsar                                  on 2000/10/16  02:52:55
59985         Log: integrate change#5927 from mainline
59986              
59987              arrange for next() to resume at the unstack op rather than the
59988              loop conditional, so that scope cleanup happens correctly
59989              (from Stephen McCamant)
59990      Branch: maint-5.6/perl
59991           !> op.c pp_ctl.c t/op/misc.t
59992 ____________________________________________________________________________
59993 [  7258] By: gsar                                  on 2000/10/16  02:51:38
59994         Log: integrate change#5926 from mainline
59995              
59996              on windows, reserve 16M of stack rather than 128M (allows more
59997              threads to run concurrently)
59998      Branch: maint-5.6/perl
59999           !> win32/Makefile win32/makefile.mk
60000 ____________________________________________________________________________
60001 [  7257] By: gsar                                  on 2000/10/16  02:50:37
60002         Log: integrate change#5925 from mainline
60003              
60004              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
60005      Branch: maint-5.6/perl
60006           !> toke.c
60007 ____________________________________________________________________________
60008 [  7256] By: gsar                                  on 2000/10/16  02:49:36
60009         Log: integrate change#5924 from mainline
60010              
60011              avoid using uninitialized memory in require version check
60012      Branch: maint-5.6/perl
60013           !> pp_ctl.c universal.c
60014 ____________________________________________________________________________
60015 [  7255] By: gsar                                  on 2000/10/16  02:48:03
60016         Log: integrate changes#5923,5928,6009 from mainline
60017              
60018              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
60019      Branch: maint-5.6/perl
60020           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
60021 ____________________________________________________________________________
60022 [  7254] By: gsar                                  on 2000/10/16  02:44:46
60023         Log: integrate change#5922 from mainline
60024              
60025              commentary about IoTYPE() (from Nathan Torkington)
60026      Branch: maint-5.6/perl
60027           !> sv.h
60028 ____________________________________________________________________________
60029 [  7253] By: gsar                                  on 2000/10/16  02:43:49
60030         Log: integrate change#5921 from mainline
60031              
60032              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
60033      Branch: maint-5.6/perl
60034           !> sv.c t/lib/charnames.t t/pragma/utf8.t
60035 ____________________________________________________________________________
60036 [  7252] By: gsar                                  on 2000/10/16  02:42:31
60037         Log: integrate change#5920 from mainline
60038              
60039              Larry's fix for buggy propagation of utf8-ness in join(); add test
60040      Branch: maint-5.6/perl
60041           !> doop.c t/op/ver.t
60042 ____________________________________________________________________________
60043 [  7251] By: gsar                                  on 2000/10/16  02:41:14
60044         Log: integrate changes#5915..5919 from mainline
60045              
60046              various (pod tweaks &c)
60047      Branch: maint-5.6/perl
60048           !> (integrate 33 files)
60049 ____________________________________________________________________________
60050 [  7250] By: gsar                                  on 2000/10/16  02:38:16
60051         Log: integrate change#5914 from mainline
60052              
60053              caller() wasn't returning the right number of elements for
60054              eval {...}
60055      Branch: maint-5.6/perl
60056           !> pp_ctl.c t/pragma/warn/9enabled
60057 ____________________________________________________________________________
60058 [  7249] By: gsar                                  on 2000/10/16  02:37:02
60059         Log: integrate change#5913 from mainline
60060              
60061              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
60062              (from Mark-Jason Dominus)
60063      Branch: maint-5.6/perl
60064           !> pod/perlfunc.pod
60065 ____________________________________________________________________________
60066 [  7248] By: gsar                                  on 2000/10/16  02:35:58
60067         Log: integrate change#5912 from mainline
60068              
60069              fix totally broken caching in UNIVERSAL::isa() (from
60070              Nick Ing-Simmons)
60071      Branch: maint-5.6/perl
60072           !> t/op/universal.t universal.c
60073 ____________________________________________________________________________
60074 [  7247] By: gsar                                  on 2000/10/16  02:34:27
60075         Log: integrate changes#5910,5911 from mainline
60076              
60077              typo in pod
60078              
60079              add linebreak properties from unicode/LineBrk.txt (from
60080              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
60081      Branch: maint-5.6/perl
60082           +> (branch 29 files)
60083           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
60084 ____________________________________________________________________________
60085 [  7246] By: gsar                                  on 2000/10/16  02:33:29
60086         Log: integrate change#5909 from mainline
60087              
60088              mode argument to do_binmode() should be file mode, not boolean
60089      Branch: maint-5.6/perl
60090           !> pp_sys.c
60091 ____________________________________________________________________________
60092 [  7245] By: gsar                                  on 2000/10/16  02:31:04
60093         Log: integrate change#5908 from mainline
60094              
60095              introduce illegal symbols into null package so that
60096              gv_fetchpv(...,TRUE) always returns a valid GV even when the
60097              symbol is trapped by strictures (avoids coredumps)
60098      Branch: maint-5.6/perl
60099           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
60100           !> t/pragma/strict-vars
60101 ____________________________________________________________________________
60102 [  7244] By: jhi                                   on 2000/10/16  02:29:54
60103         Log: Subject: $Carp::ExportLevel confusion in Exporter
60104              From: "Ben Tilly" <ben_tilly@hotmail.com>
60105              Date: Sat, 14 Oct 2000 16:44:34 EDT
60106              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
60107      Branch: perl
60108            ! lib/Exporter/Heavy.pm
60109 ____________________________________________________________________________
60110 [  7243] By: jhi                                   on 2000/10/16  02:28:33
60111         Log: Subject: [PATCH perlguts.pod] Document offset hack
60112              From: Simon Cozens <simon@cozens.net>
60113              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
60114              Date: Sat, 14 Oct 2000 19:32:25 +0100
60115      Branch: perl
60116            ! pod/perlguts.pod
60117 ____________________________________________________________________________
60118 [  7242] By: gsar                                  on 2000/10/16  02:26:51
60119         Log: integrate changes#5905,5906,5907,6064 from mainline
60120              
60121              printf/sprintf didn't get quad types right under use64bitint
60122      Branch: maint-5.6/perl
60123           !> pp_sys.c sv.c t/op/64bitint.t
60124 ____________________________________________________________________________
60125 [  7241] By: jhi                                   on 2000/10/16  02:22:44
60126         Log: Subject: small pod patch
60127              From: Dan Boorstein <dan_boo@bellsouth.net>
60128              Date: Sat, 14 Oct 2000 14:29:24 -0400
60129              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
60130      Branch: perl
60131            ! pod/perlfaq7.pod pod/perlmod.pod
60132 ____________________________________________________________________________
60133 [  7240] By: jhi                                   on 2000/10/16  02:13:46
60134         Log: -w cleanup.
60135              
60136              Subject: Re: Problems with bleadperl 
60137              From: "Stephen P. Potter" <spp@ds.net>
60138              Date: Fri, 13 Oct 2000 13:32:49 -0400
60139              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
60140      Branch: perl
60141            ! t/pragma/overload.t
60142 ____________________________________________________________________________
60143 [  7239] By: jhi                                   on 2000/10/16  01:41:18
60144         Log: One more ~utf8 tweak.
60145      Branch: perl
60146            ! t/op/bop.t
60147 ____________________________________________________________________________
60148 [  7238] By: jhi                                   on 2000/10/16  01:34:14
60149         Log: Tweak the test of #7235.
60150      Branch: perl
60151            ! t/op/bop.t
60152 ____________________________________________________________________________
60153 [  7237] By: jhi                                   on 2000/10/16  01:25:04
60154         Log: Fix a couple of compiler-noted nits in #7235.
60155      Branch: perl
60156            ! pp.c
60157 ____________________________________________________________________________
60158 [  7236] By: jhi                                   on 2000/10/16  01:22:46
60159         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
60160      Branch: perl
60161            ! pp.c pp_hot.c
60162 ____________________________________________________________________________
60163 [  7235] By: jhi                                   on 2000/10/15  16:24:44
60164         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
60165              
60166              From: Simon Cozens <simon@cozens.net>
60167              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
60168              Date: Sat, 14 Oct 2000 20:52:13 +0100
60169              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
60170      Branch: perl
60171            ! pp.c t/op/bop.t utf8.h
60172 ____________________________________________________________________________
60173 [  7234] By: jhi                                   on 2000/10/15  15:19:29
60174         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
60175              The problem was that rx->minlen was in chars while pp_split()
60176              thought it would be in bytes. 
60177      Branch: perl
60178            ! pp.c t/pragma/utf8.t
60179 ____________________________________________________________________________
60180 [  7233] By: jhi                                   on 2000/10/14  20:24:24
60181         Log: Document FNCASE=y as discussed in the bug 20000902.009.
60182      Branch: perl
60183            ! README.dos
60184 ____________________________________________________________________________
60185 [  7232] By: jhi                                   on 2000/10/14  18:52:21
60186         Log: Add test for bug id 20000427.003 (which seems to have
60187              been fixed) (also duplicate as 20000427.004, though
60188              with a higher severity).  Move one utf8 from op/append
60189              to pragma/utf8, tag the tests with bug ids.
60190      Branch: perl
60191            ! t/op/append.t t/pragma/utf8.t
60192 ____________________________________________________________________________
60193 [  7231] By: jhi                                   on 2000/10/14  17:28:37
60194         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
60195      Branch: perl
60196            ! t/pragma/utf8.t
60197 ____________________________________________________________________________
60198 [  7230] By: jhi                                   on 2000/10/14  14:24:50
60199         Log: Needs to be conditional on SunOS 4.
60200              
60201              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
60202              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
60203              Date: Sat, 14 Oct 2000 13:37:49 +0100
60204              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
60205      Branch: metaconfig/U/perl
60206            ! End.U
60207      Branch: perl
60208            ! Configure myconfig.SH pod/perldelta.pod
60209 ____________________________________________________________________________
60210 [  7229] By: jhi                                   on 2000/10/14  00:49:22
60211         Log: Update Changes.
60212      Branch: perl
60213            ! Changes patchlevel.h
60214 ____________________________________________________________________________
60215 [  7228] By: jhi                                   on 2000/10/14  00:46:10
60216         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
60217              From: Peter Prymmer <pvhp@forte.com>
60218              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
60219              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
60220      Branch: perl
60221            ! lib/utf8.pm
60222 ____________________________________________________________________________
60223 [  7227] By: jhi                                   on 2000/10/13  23:20:30
60224         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
60225      Branch: perl
60226            ! t/op/tie.t
60227 ____________________________________________________________________________
60228 [  7226] By: jhi                                   on 2000/10/13  22:14:32
60229         Log: Tweak #7225.
60230              
60231              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
60232              From: Peter Prymmer <pvhp@forte.com>
60233              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
60234              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
60235      Branch: perl
60236            ! t/op/sprintf.t
60237 ____________________________________________________________________________
60238 [  7225] By: jhi                                   on 2000/10/13  22:11:31
60239         Log: op/sprintf.t patch for OS/390 (and any other host with limited
60240              floating-point exponent length)
60241              
60242              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
60243              From: Dominic Dunlop <domo@computer.org>
60244              Date: Fri, 13 Oct 2000 19:17:57 +0200
60245              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
60246      Branch: perl
60247            ! t/op/sprintf.t
60248 ____________________________________________________________________________
60249 [  7224] By: jhi                                   on 2000/10/13  18:40:48
60250         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
60251      Branch: perl
60252            ! toke.c
60253 ____________________________________________________________________________
60254 [  7223] By: jhi                                   on 2000/10/13  18:37:13
60255         Log: Thinko in #7222.
60256      Branch: perl
60257            ! utf8.c
60258 ____________________________________________________________________________
60259 [  7222] By: jhi                                   on 2000/10/13  18:05:23
60260         Log: Use UTF8SKIP(), from Simon Cozens.
60261      Branch: perl
60262            ! utf8.c
60263 ____________________________________________________________________________
60264 [  7221] By: jhi                                   on 2000/10/13  15:43:19
60265         Log: (accidentally empty check-in)
60266      Branch: perl
60267            ! utf8.c
60268 ____________________________________________________________________________
60269 [  7220] By: jhi                                   on 2000/10/13  15:23:51
60270         Log: Add (optimistically) Storable to static extensions.
60271      Branch: perl
60272            ! hints/uwin.sh hints/vmesa.sh
60273 ____________________________________________________________________________
60274 [  7219] By: jhi                                   on 2000/10/13  15:20:05
60275         Log: Amdahl UTS doesn't seem to do dynaloading.
60276      Branch: perl
60277            ! hints/uts.sh
60278 ____________________________________________________________________________
60279 [  7218] By: jhi                                   on 2000/10/13  15:15:20
60280         Log: Slight tweak of the code to appease Amdahl UTS cc.
60281      Branch: perl
60282            ! pp.c
60283 ____________________________________________________________________________
60284 [  7217] By: jhi                                   on 2000/10/13  14:50:42
60285         Log: In Amdahl UTS "struct sv" is defined by a system header,
60286              <ksync.h>.
60287      Branch: perl
60288            ! perl.h sv.h
60289 ____________________________________________________________________________
60290 [  7216] By: jhi                                   on 2000/10/13  11:58:25
60291         Log: Ilya implemented the memory profiling API.
60292      Branch: perl
60293            ! Todo
60294 ____________________________________________________________________________
60295 [  7215] By: jhi                                   on 2000/10/13  02:56:38
60296         Log: Subject: [PATCH 5.7.0] Perl API for mstats
60297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60298              Date: Thu, 12 Oct 2000 22:52:40 -0400
60299              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
60300      Branch: perl
60301            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
60302 ____________________________________________________________________________
60303 [  7214] By: jhi                                   on 2000/10/13  02:55:38
60304         Log: Subject: [PATCH 5.7.0] IVs in mtats
60305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60306              Date: Thu, 12 Oct 2000 22:51:04 -0400
60307              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
60308      Branch: perl
60309            ! malloc.c perl.h
60310 ____________________________________________________________________________
60311 [  7213] By: jhi                                   on 2000/10/13  02:31:47
60312         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
60313      Branch: perl
60314            ! pod/perldiag.pod pp_sys.c
60315 ____________________________________________________________________________
60316 [  7212] By: jhi                                   on 2000/10/13  01:27:38
60317         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
60318              From: Peter Prymmer <pvhp@forte.com>
60319              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
60320              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
60321      Branch: perl
60322            ! t/op/oct.t
60323 ____________________________________________________________________________
60324 [  7211] By: jhi                                   on 2000/10/13  00:35:09
60325         Log: Update Changes.
60326      Branch: perl
60327            ! Changes patchlevel.h
60328 ____________________________________________________________________________
60329 [  7210] By: jhi                                   on 2000/10/12  23:59:40
60330         Log: The Install.pm third of
60331              
60332              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60333              From: Bill Campbell <bill@celestial.com>
60334              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
60335              Date: Thu, 5 Oct 2000 18:04:51 -0700
60336      Branch: perl
60337            ! lib/ExtUtils/Install.pm
60338 ____________________________________________________________________________
60339 [  7209] By: jhi                                   on 2000/10/12  23:58:43
60340         Log: Two thirds of
60341              
60342              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60343              Date: Thu, 5 Oct 2000 18:04:51 -0700
60344              From: Bill Campbell <bill@celestial.com>
60345              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
60346              
60347              The Install.pm changes will be submitted separately because
60348              they need some work and discussion still.
60349      Branch: perl
60350            ! lib/getopts.pl lib/termcap.pl
60351 ____________________________________________________________________________
60352 [  7208] By: jhi                                   on 2000/10/12  23:41:19
60353         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
60354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60355              Date:     Thu, 12 Oct 2000 07:30:02 EDT
60356              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
60357      Branch: perl
60358            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
60359            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
60360 ____________________________________________________________________________
60361 [  7207] By: jhi                                   on 2000/10/12  23:39:01
60362         Log: An updated EBCDIC tr patch.
60363              
60364              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
60365              From: Peter Prymmer <pvhp@forte.com>
60366              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
60367              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
60368      Branch: perl
60369            ! t/op/tr.t
60370 ____________________________________________________________________________
60371 [  7206] By: jhi                                   on 2000/10/12  23:34:55
60372         Log: Upgrade to CPAN 1.58, from Andreas König.
60373      Branch: perl
60374            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60375 ____________________________________________________________________________
60376 [  7205] By: jhi                                   on 2000/10/12  23:29:08
60377         Log: Introduce the man[24-8] variables, from Andy Dougherty.
60378      Branch: metaconfig/U/perl
60379            + mandirs.U mandirstyle.U
60380      Branch: perl
60381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60382            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
60383            ! vos/config.h vos/config.pl vos/config_h.SH_orig
60384            ! win32/config.bc win32/config.gc win32/config.vc
60385 ____________________________________________________________________________
60386 [  7204] By: gsar                                  on 2000/10/12  18:11:24
60387         Log: restore change#7202
60388      Branch: perl
60389            ! mg.c
60390 ____________________________________________________________________________
60391 [  7203] By: gsar                                  on 2000/10/12  18:09:40
60392         Log: another test of the Emergency Broadcast System--back out 
60393              change#7202
60394      Branch: perl
60395            ! mg.c
60396 ____________________________________________________________________________
60397 [  7202] By: gsar                                  on 2000/10/12  16:40:47
60398         Log: (submitted on behalf of Jarkko)
60399              Fix the lib/encode.t subtest 6 failure as reported by Andreas
60400              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
60401              was unearthed by change 7182, as was a bug in HTML::Entities.
60402      Branch: perl
60403            ! mg.c
60404 ____________________________________________________________________________
60405 [  7201] By: jhi                                   on 2000/10/11  03:16:05
60406         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
60407      Branch: perl
60408            ! pp_hot.c t/pragma/utf8.t
60409 ____________________________________________________________________________
60410 [  7200] By: jhi                                   on 2000/10/11  00:40:30
60411         Log: The #7198 was a false alarm.
60412      Branch: perl
60413            ! pp_hot.c
60414 ____________________________________________________________________________
60415 [  7199] By: jhi                                   on 2000/10/11  00:26:04
60416         Log: Remove duplicated code.
60417      Branch: perl
60418            ! t/lib/cgi-html.t
60419 ____________________________________________________________________________
60420 [  7198] By: jhi                                   on 2000/10/10  23:30:46
60421         Log: (Retracted by #7200.)
60422      Branch: perl
60423            ! pp_hot.c
60424 ____________________________________________________________________________
60425 [  7197] By: jhi                                   on 2000/10/10  21:49:30
60426         Log: Add the test case for #7190, from the original bug report
60427              by Andreas König.
60428      Branch: perl
60429            ! t/pragma/utf8.t
60430 ____________________________________________________________________________
60431 [  7196] By: jhi                                   on 2000/10/10  21:40:49
60432         Log: Reapply Andy's patch and regen Configure.
60433      Branch: perl
60434            ! Configure INSTALL Makefile.SH Porting/Glossary
60435            ! Porting/config.sh config_h.SH epoc/config.sh installperl
60436            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
60437            ! win32/config.vc
60438 ____________________________________________________________________________
60439 [  7195] By: jhi                                   on 2000/10/10  21:09:30
60440         Log: Use the versiononly instead of the installscripts,
60441              retract the changes 7146 and 7147.
60442      Branch: perl
60443            ! Configure INSTALL Makefile.SH Porting/Glossary
60444            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
60445            ! installperl uconfig.sh vos/config.def win32/config.bc
60446            ! win32/config.gc win32/config.vc
60447 ____________________________________________________________________________
60448 [  7194] By: jhi                                   on 2000/10/10  21:06:15
60449         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
60450              From: Peter Prymmer <pvhp@forte.com>
60451              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
60452              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
60453      Branch: perl
60454            ! t/op/ver.t
60455 ____________________________________________________________________________
60456 [  7193] By: jhi                                   on 2000/10/10  21:05:12
60457         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
60458              From: Peter Prymmer <pvhp@forte.com>
60459              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
60460              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
60461      Branch: perl
60462            ! t/op/tr.t
60463 ____________________________________________________________________________
60464 [  7192] By: jhi                                   on 2000/10/10  20:57:30
60465         Log: Add versiononly, delete installscripts, from Andy Dougherty.
60466      Branch: metaconfig
60467            - U/installdirs/installscripts.U
60468      Branch: metaconfig/U/perl
60469            + versiononly.U
60470 ____________________________________________________________________________
60471 [  7191] By: jhi                                   on 2000/10/10  19:41:21
60472         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
60473              From: Peter Prymmer <pvhp@forte.com>
60474              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
60475              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
60476      Branch: perl
60477            ! pod/perlebcdic.pod
60478 ____________________________________________________________________________
60479 [  7190] By: jhi                                   on 2000/10/10  19:26:14
60480         Log: Subject: Re: utf8 concat, mg_get
60481              From: Simon Cozens <simon@cozens.net>
60482              Date: Tue, 10 Oct 2000 17:40:17 +0100
60483              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
60484      Branch: perl
60485            ! pp_hot.c
60486 ____________________________________________________________________________
60487 [  7189] By: jhi                                   on 2000/10/10  19:23:03
60488         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
60489              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
60490              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
60491              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
60492      Branch: perl
60493            ! lib/ExtUtils/MM_Unix.pm
60494 ____________________________________________________________________________
60495 [  7188] By: jhi                                   on 2000/10/10  15:31:24
60496         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
60497              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60498              Date: Fri, 14 Jul 2000 10:47:36 +0100
60499              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
60500      Branch: perl
60501            ! README.win32
60502 ____________________________________________________________________________
60503 [  7187] By: jhi                                   on 2000/10/10  13:30:10
60504         Log: Quote the temp file name, needed in Win32 because the
60505              default name unfortunately contains spaces, shouldn't
60506              hurt elsewhere.
60507              
60508              Subject: FW: perldoc fails if $TEMP contains spaces
60509              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60510              Date: Thu, 14 Sep 2000 08:58:45 +0100
60511              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
60512      Branch: perl
60513            ! utils/perldoc.PL
60514 ____________________________________________________________________________
60515 [  7186] By: jhi                                   on 2000/10/10  13:16:27
60516         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
60517              From: hv@hugo.hybyte.com
60518              Date: Tue, 10 Oct 2000 14:10:20 +0100
60519              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
60520      Branch: perl
60521            ! t/lib/thr5005.t util.c
60522 ____________________________________________________________________________
60523 [  7185] By: jhi                                   on 2000/10/10  12:06:22
60524         Log: Upgrade to podlators 1.04, from Russ Allbery.
60525      Branch: perl
60526            ! lib/Pod/Man.pm lib/Pod/Text.pm
60527 ____________________________________________________________________________
60528 [  7184] By: jhi                                   on 2000/10/10  12:01:32
60529         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
60530      Branch: perl
60531            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
60532 ____________________________________________________________________________
60533 [  7183] By: jhi                                   on 2000/10/09  23:47:15
60534         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
60535              From: Peter Prymmer <pvhp@forte.com>
60536              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
60537              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
60538      Branch: perl
60539            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
60540 ____________________________________________________________________________
60541 [  7182] By: jhi                                   on 2000/10/09  23:43:16
60542         Log: Make eq work again with utf8 (disabling the upgrading
60543              should no more be necessary since the copies of the
60544              scalars are upgraded, not the scalars themselves).
60545              Takes care of ID 20001009.001.  (The claimed length()
60546              bug in 20001009.001 seems bogus to me.)
60547      Branch: perl
60548            ! sv.c t/pragma/utf8.t
60549 ____________________________________________________________________________
60550 [  7181] By: gsar                                  on 2000/10/09  19:41:54
60551         Log: tweak for change#7173
60552      Branch: perl
60553            ! win32/win32sck.c
60554 ____________________________________________________________________________
60555 [  7180] By: gsar                                  on 2000/10/09  19:26:56
60556         Log: on Windows, clean targets might not work under some flavors of the shell
60557      Branch: perl
60558            ! win32/Makefile win32/makefile.mk
60559 ____________________________________________________________________________
60560 [  7179] By: jhi                                   on 2000/10/09  19:21:02
60561         Log: Update Changes.
60562      Branch: perl
60563            ! Changes patchlevel.h
60564 ____________________________________________________________________________
60565 [  7178] By: jhi                                   on 2000/10/09  19:18:23
60566         Log: Warn about unknown scripts.
60567              
60568              Subject: Re: ideas? patches? [PATCH bleadperl]
60569              From: Dominic Dunlop <domo@computer.org>
60570              Date: Mon, 9 Oct 2000 14:57:17 +0200
60571              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
60572      Branch: perl
60573            ! lib/charnames.pm
60574 ____________________________________________________________________________
60575 [  7177] By: jhi                                   on 2000/10/09  19:13:27
60576         Log: Change #7160 had a nasty typo.
60577      Branch: metaconfig
60578            ! U/compline/Compile.U
60579      Branch: perl
60580            ! Configure config_h.SH
60581 ____________________________________________________________________________
60582 [  7176] By: gsar                                  on 2000/10/09  18:59:33
60583         Log: pod nit
60584      Branch: perl
60585            ! pod/perlport.pod
60586 ____________________________________________________________________________
60587 [  7175] By: gsar                                  on 2000/10/09  18:54:28
60588         Log: Windows9x doesn't support link(), despite what Config.pm
60589              might think
60590      Branch: perl
60591            ! lib/ExtUtils/Manifest.pm
60592 ____________________________________________________________________________
60593 [  7174] By: gsar                                  on 2000/10/09  18:50:03
60594         Log: avoid nonportable example code
60595      Branch: perl
60596            ! lib/File/Copy.pm
60597 ____________________________________________________________________________
60598 [  7173] By: gsar                                  on 2000/10/09  18:46:54
60599         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
60600              being used) when closing a socket handle
60601      Branch: perl
60602            ! win32/win32.c win32/win32.h win32/win32sck.c
60603 ____________________________________________________________________________
60604 [  7172] By: gsar                                  on 2000/10/09  18:41:40
60605         Log: on Windows, cwd strings in the environment should be of the
60606              form =X:=X:\foo instead of =X=X:\foo\
60607      Branch: perl
60608            ! win32/vdir.h
60609 ____________________________________________________________________________
60610 [  7171] By: gsar                                  on 2000/10/09  18:30:09
60611         Log: on Windows, LoadLibrary() could load an extension DLL multiple
60612              times if forward slashes are used in the path
60613      Branch: perl
60614            ! win32/win32.c
60615 ____________________________________________________________________________
60616 [  7170] By: jhi                                   on 2000/10/09  17:53:59
60617         Log: Add a todo note about overloadable assertions.
60618      Branch: perl
60619            ! Todo-5.6
60620 ____________________________________________________________________________
60621 [  7169] By: jhi                                   on 2000/10/09  13:43:45
60622         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
60623              From: mjd@plover.com
60624              Date: 9 Oct 2000 00:24:44 -0000
60625              Message-ID: <20001009002444.10616.qmail@plover.com>
60626      Branch: perl
60627            ! pod/perldebguts.pod
60628 ____________________________________________________________________________
60629 [  7168] By: nick                                  on 2000/10/08  13:16:33
60630         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
60631              is not right thing to do on (e.g. x86). Network order is also "right" for
60632              X fonts.
60633      Branch: perl
60634            ! ext/Encode/Encode.pm
60635 ____________________________________________________________________________
60636 [  7167] By: nick                                  on 2000/10/08  12:54:42
60637         Log: Make "encodings" work post-install when Encode/*.enc files may not
60638              be in same directory as Encode.pm
60639      Branch: perl
60640            ! ext/Encode/Encode.pm
60641 ____________________________________________________________________________
60642 [  7166] By: nick                                  on 2000/10/08  11:51:26
60643         Log: Work round the fact that $hash->{$key} does not take into account
60644              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
60645              so that key is always in the "expected" encoding - i.e. same way we put
60646              it in the hash.
60647      Branch: perl
60648            ! ext/Encode/Encode.pm
60649 ____________________________________________________________________________
60650 [  7165] By: gsar                                  on 2000/10/08  04:15:29
60651         Log: save_re_context() could reset PL_curcop to freed memory, causing core
60652              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
60653      Branch: perl
60654            ! pp_ctl.c
60655 ____________________________________________________________________________
60656 [  7164] By: jhi                                   on 2000/10/06  20:51:48
60657         Log: UTF8ize split() so that the cloned substrings get the UTF8
60658              flag of the original scalar.  Problem reported by Simon Cozens.
60659      Branch: perl
60660            ! pp.c t/pragma/utf8.t
60661 ____________________________________________________________________________
60662 [  7163] By: nick                                  on 2000/10/06  20:48:34
60663         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
60664              got a false +ve and so did not reach code which would have un-FAKEd the SV.
60665      Branch: perl
60666            ! sv.c
60667 ____________________________________________________________________________
60668 [  7162] By: nick                                  on 2000/10/06  20:25:37
60669         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
60670              To fix  (sort {$a <=> $b} keys %hash) in particular but
60671              should cover a number of other as-yet-unknown cases as well.
60672      Branch: perl
60673            ! sv.c
60674 ____________________________________________________________________________
60675 [  7161] By: jhi                                   on 2000/10/06  19:56:18
60676         Log: Change the version number of Tie::Handle in the core to 4.0,
60677              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
60678              
60679              Subject: Note on Tie::Handle
60680              From: andreas.koenig@anima.de (Andreas J. Koenig)
60681              Date:      06 Oct 2000 21:48:58 +0200
60682              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
60683      Branch: perl
60684            ! lib/Tie/Handle.pm
60685 ____________________________________________________________________________
60686 [  7160] By: jhi                                   on 2000/10/06  18:20:35
60687         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
60688              as the first option of cc/ld because of ultrapicky compilers
60689              (e.g. OS/390 R2.5)
60690      Branch: metaconfig
60691            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
60692            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
60693            ! U/compline/orderlib.U U/modified/Cppsym.U
60694            ! U/modified/d_access.U
60695      Branch: metaconfig/U/perl
60696            ! Checkcc.U d_dlsymun.U gccvers.U
60697      Branch: perl
60698            ! Configure config_h.SH
60699 ____________________________________________________________________________
60700 [  7159] By: jhi                                   on 2000/10/06  13:56:39
60701         Log: Update Changes.
60702      Branch: perl
60703            ! Changes patchlevel.h
60704 ____________________________________________________________________________
60705 [  7158] By: jhi                                   on 2000/10/06  12:48:40
60706         Log: Eliminate $Is_VMS code from the test.
60707              
60708              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
60709              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60710              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
60711              Date:     Thu, 5 Oct 2000 07:46:33 EDT
60712      Branch: perl
60713            ! t/lib/b.t
60714 ____________________________________________________________________________
60715 [  7157] By: jhi                                   on 2000/10/06  12:47:13
60716         Log: Also the $ccflags is needed for the C compiler check.
60717              
60718              Subject: Configure (check for C-compiler)
60719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60720              Date: Fri, 06 Oct 2000 08:47:15 +0200
60721              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
60722      Branch: metaconfig/U/perl
60723            ! Checkcc.U
60724      Branch: perl
60725            ! Configure config_h.SH
60726 ____________________________________________________________________________
60727 [  7156] By: jhi                                   on 2000/10/06  11:45:15
60728         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
60729      Branch: perl
60730            ! perl.c pp_ctl.c sv.h utf8.c
60731 ____________________________________________________________________________
60732 [  7155] By: jhi                                   on 2000/10/06  11:40:41
60733         Log: IO::Handle->syswrite() did not handle length omission
60734              like CORE::syswrite() does.
60735              
60736              Subject: [Fwd] IO::Handle, syswrite and arguments
60737              From: Graham Barr <gbarr@pobox.com>
60738              Date: Fri, 6 Oct 2000 10:22:05 +0100
60739              Message-ID: <20001006102205.U6312@pobox.com>
60740              
60741              The original patch from andrew@ugh.net.au.
60742      Branch: perl
60743            ! ext/IO/lib/IO/Handle.pm
60744 ____________________________________________________________________________
60745 [  7154] By: jhi                                   on 2000/10/06  01:42:15
60746         Log: Tweak #7153.
60747      Branch: perl
60748            ! utf8.h
60749 ____________________________________________________________________________
60750 [  7153] By: jhi                                   on 2000/10/06  00:39:55
60751         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
60752      Branch: perl
60753            ! utf8.h
60754 ____________________________________________________________________________
60755 [  7152] By: jhi                                   on 2000/10/06  00:38:11
60756         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
60757      Branch: perl
60758            ! perl.c pp_ctl.c sv.h utf8.c
60759 ____________________________________________________________________________
60760 [  7151] By: jhi                                   on 2000/10/06  00:36:38
60761         Log: Subject: Re: Questions about Tie::Array and perl modules
60762              From: Nick Ing-Simmons <nik@tiuk.ti.com>
60763              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
60764              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
60765              
60766              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
60767      Branch: perl
60768            ! lib/Tie/Array.pm t/op/array.t
60769 ____________________________________________________________________________
60770 [  7150] By: jhi                                   on 2000/10/05  00:20:45
60771         Log: Regen Changes.
60772      Branch: perl
60773            ! Changes patchlevel.h
60774 ____________________________________________________________________________
60775 [  7149] By: jhi                                   on 2000/10/05  00:20:01
60776         Log: Regen toc.
60777      Branch: perl
60778            ! pod/perltoc.pod
60779 ____________________________________________________________________________
60780 [  7148] By: jhi                                   on 2000/10/04  23:35:08
60781         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
60782              reported several times by Dominic Dunlop, for example in
60783              ID 20000315.008.  Patch from Dominic.  Patch affects at
60784              least MachTen, and possibly other oldish BSDs. Should not
60785              break non-broken platforms (tested on LinuxPPC). 
60786      Branch: perl
60787            ! doio.c
60788 ____________________________________________________________________________
60789 [  7147] By: jhi                                   on 2000/10/04  23:26:34
60790         Log: The one that got away from 7146.
60791      Branch: metaconfig
60792            + U/installdirs/installscripts.U
60793 ____________________________________________________________________________
60794 [  7146] By: jhi                                   on 2000/10/04  23:25:04
60795         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
60796              suggested by H. Merijn Brand.
60797      Branch: perl
60798            ! Configure INSTALL Makefile.SH Porting/Glossary
60799            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
60800            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
60801            ! win32/config.vc
60802 ____________________________________________________________________________
60803 [  7145] By: jhi                                   on 2000/10/04  22:08:21
60804         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
60805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60806              Date: Wed, 4 Oct 2000 17:37:46 -0400
60807              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
60808      Branch: perl
60809            ! utils/h2xs.PL
60810 ____________________________________________________________________________
60811 [  7144] By: jhi                                   on 2000/10/04  18:11:41
60812         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
60813              From: Jeff Pinyan <jeffp@crusoe.net>
60814              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
60815              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
60816      Branch: perl
60817            ! pod/perlrun.pod
60818 ____________________________________________________________________________
60819 [  7143] By: jhi                                   on 2000/10/04  18:09:58
60820         Log: Subject: perlhack.pod Patch for Externals Tools
60821              From: Fisher Mark <fisherm@tce.com>
60822              Date: Tue, 3 Oct 2000 15:43:27 -0500 
60823              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
60824      Branch: perl
60825            ! pod/perlhack.pod
60826 ____________________________________________________________________________
60827 [  7142] By: jhi                                   on 2000/10/04  18:08:41
60828         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
60829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60830              Date:     Wed, 4 Oct 2000 12:11:11 EDT
60831              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
60832      Branch: perl
60833            ! vms/vms.c
60834 ____________________________________________________________________________
60835 [  7141] By: jhi                                   on 2000/10/04  12:20:16
60836         Log: Subject: [PATCH 5.7.0] h2xs not working
60837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60838              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
60839              Date: Tue, 3 Oct 2000 21:43:01 -0400
60840              
60841              Subject: [PATCH 5.7.0] h2xs not documenting the created module
60842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60843              Date: Tue, 3 Oct 2000 22:55:19 -0400
60844              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
60845      Branch: perl
60846            ! utils/h2xs.PL
60847 ____________________________________________________________________________
60848 [  7140] By: jhi                                   on 2000/10/04  11:53:44
60849         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
60850              From: nick@babyhippo.com
60851              Date: Wed, 4 Oct 2000 12:06:45 +0100
60852              Message-Id: <20001004120645.A7356@babyhippo.com>
60853              
60854              Retract 7118 and 7135.
60855      Branch: perl
60856            ! installman installperl op.c t/pragma/subs.t
60857 ____________________________________________________________________________
60858 [  7139] By: jhi                                   on 2000/10/03  22:09:41
60859         Log: It is possible to have no hosts database at all.  Pointed out in
60860              
60861              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
60862              From: Peter Prymmer <pvhp@forte.com>
60863              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
60864              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
60865      Branch: metaconfig
60866            ! U/modified/myhostname.U
60867      Branch: perl
60868            ! Configure config_h.SH
60869 ____________________________________________________________________________
60870 [  7138] By: jhi                                   on 2000/10/03  21:49:49
60871         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
60872              From: Peter Prymmer <pvhp@forte.com>
60873              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
60874              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
60875      Branch: perl
60876            ! pp_sys.c
60877 ____________________________________________________________________________
60878 [  7137] By: jhi                                   on 2000/10/03  20:10:05
60879         Log: One remaining nit less at the VMS mailbox sizing.
60880      Branch: perl
60881            ! vms/vms.c
60882 ____________________________________________________________________________
60883 [  7136] By: jhi                                   on 2000/10/03  20:08:47
60884         Log: Test harness update to sync with the new perlcc,
60885              from Simon Cozens.
60886      Branch: perl
60887            ! t/TEST t/UTEST
60888 ____________________________________________________________________________
60889 [  7135] By: jhi                                   on 2000/10/03  15:15:42
60890         Log: Subject: Re: PATCH for 20001003.004
60891              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
60892              From: "AARON B. DOSSETT" <aaron@iglou.com>
60893              Message-Id: <E13gTay-0006od-00@iglou.com>
60894      Branch: perl
60895            ! installman installperl
60896 ____________________________________________________________________________
60897 [  7134] By: jhi                                   on 2000/10/03  15:00:34
60898         Log: Subject: [ID 20001003.006] B::Debug not -w clean
60899              From: Nicholas Clark <nick@babyhippo.co.uk>
60900              Date: Tue, 03 Oct 2000 15:46:32 +0100
60901              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
60902      Branch: perl
60903            ! ext/B/B/Debug.pm
60904 ____________________________________________________________________________
60905 [  7133] By: jhi                                   on 2000/10/03  14:58:39
60906         Log: Scale down the VMS message boxes, by Charles Lane.
60907              Fix for ID 20000903.009, workaround at
60908              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
60909      Branch: perl
60910            ! vms/vms.c
60911 ____________________________________________________________________________
60912 [  7132] By: jhi                                   on 2000/10/03  11:20:37
60913         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
60914      Branch: perl
60915            + t/lib/st-lock.t t/lib/st-utf8.t
60916            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
60917            ! ext/Storable/Storable.xs t/lib/st-recurse.t
60918 ____________________________________________________________________________
60919 [  7131] By: jhi                                   on 2000/10/03  03:38:23
60920         Log: Encode nits.
60921      Branch: perl
60922            ! MANIFEST Makefile.SH
60923 ____________________________________________________________________________
60924 [  7130] By: jhi                                   on 2000/10/03  03:31:05
60925         Log: Update Changes.
60926      Branch: perl
60927            ! Changes patchlevel.h
60928 ____________________________________________________________________________
60929 [  7129] By: jhi                                   on 2000/10/03  02:24:02
60930         Log: Misplaced else.
60931      Branch: metaconfig/U/perl
60932            ! d_strtoll.U
60933      Branch: perl
60934            ! Configure config_h.SH
60935 ____________________________________________________________________________
60936 [  7128] By: jhi                                   on 2000/10/03  02:08:29
60937         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
60938              From: sthoenna@efn.org
60939              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
60940              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
60941      Branch: metaconfig/U/perl
60942            ! d_strtoll.U
60943      Branch: perl
60944            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
60945 ____________________________________________________________________________
60946 [  7127] By: jhi                                   on 2000/10/03  01:13:14
60947         Log: Update Changes.
60948      Branch: perl
60949            ! Changes patchlevel.h
60950 ____________________________________________________________________________
60951 [  7126] By: jhi                                   on 2000/10/03  00:57:08
60952         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
60953              as suggested by Olaf Flebbe and Nick Clark.
60954      Branch: perl
60955            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
60956 ____________________________________________________________________________
60957 [  7125] By: jhi                                   on 2000/10/03  00:50:56
60958         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
60959              From: Nick Clark <nick@plum.flirble.org>
60960              Date: Mon, 2 Oct 2000 11:03:24 +0100
60961              Message-Id: <20001002110324.D20073@plum.flirble.org>
60962              
60963              Also fixes bug ID 20001002.005.
60964      Branch: perl
60965            ! t/lib/encode.t
60966 ____________________________________________________________________________
60967 [  7124] By: jhi                                   on 2000/10/03  00:34:59
60968         Log: Subject: [PATCH 5.7.0] Epoc update
60969              From: Olaf Flebbe <o.flebbe@gmx.de>
60970              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
60971              Message-ID: <26423.969484586@www10.gmx.net>
60972      Branch: perl
60973            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
60974            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
60975            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
60976            ! util.c util.h
60977 ____________________________________________________________________________
60978 [  7123] By: jhi                                   on 2000/10/03  00:30:07
60979         Log: Regen headers.
60980      Branch: perl
60981            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
60982 ____________________________________________________________________________
60983 [  7122] By: jhi                                   on 2000/10/03  00:10:48
60984         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
60985      Branch: perl
60986            ! hints/openbsd.sh
60987 ____________________________________________________________________________
60988 [  7121] By: jhi                                   on 2000/10/03  00:05:06
60989         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
60990              From: <abigail@foad.org>
60991              Date: Tue, 26 Sep 2000 13:36:14 -0400
60992              Message-ID: <20000926173614.4356.qmail@foad.org>
60993      Branch: perl
60994            ! pod/perlop.pod
60995 ____________________________________________________________________________
60996 [  7120] By: jhi                                   on 2000/10/03  00:04:00
60997         Log: Inside require() $^S was always left undefined.
60998              
60999              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
61000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61001              Date: Wed, 27 Sep 2000 18:54:49 -0400
61002              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
61003      Branch: perl
61004            ! cop.h mg.c pp_ctl.c util.c
61005 ____________________________________________________________________________
61006 [  7119] By: jhi                                   on 2000/10/03  00:00:16
61007         Log: Subject: [PATCH] DLL not restartabke with threaded perl
61008              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
61009              Date: Thu, 28 Sep 2000 09:20:46 +0100
61010              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
61011      Branch: perl
61012            ! perl.c
61013 ____________________________________________________________________________
61014 [  7118] By: jhi                                   on 2000/10/02  23:59:20
61015         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
61016              From: Nicholas Clark <nick@ccl4.org>
61017              Date: Thu, 28 Sep 2000 11:52:24 +0100
61018              Message-ID: <20000928115224.D7924@plum.flirble.org>
61019      Branch: perl
61020            ! op.c
61021 ____________________________________________________________________________
61022 [  7117] By: jhi                                   on 2000/10/02  23:57:51
61023         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
61024              From: Nicholas Clark <nick@babyhippo.co.uk>
61025              Date: Thu, 28 Sep 2000 12:18:10 +0100
61026              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
61027              
61028              Did not apply cleanly, manual intervention was needed.
61029      Branch: perl
61030            ! ext/B/B/Bytecode.pm utils/perlcc.PL
61031 ____________________________________________________________________________
61032 [  7116] By: jhi                                   on 2000/10/02  23:50:40
61033         Log: Document the issue (is not a syntax error, kind of)
61034              
61035              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
61036              From: Nicholas Clark <nick@ccl4.org>
61037              Date: Thu, 28 Sep 2000 17:12:42 +0100
61038              Message-ID: <20000928171242.K7924@plum.flirble.org>
61039      Branch: perl
61040            ! pod/perldata.pod
61041 ____________________________________________________________________________
61042 [  7115] By: jhi                                   on 2000/10/02  23:48:58
61043         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
61044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61045              Date: Thu, 28 Sep 2000 21:55:31 -0400
61046              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
61047      Branch: perl
61048            ! regexec.c
61049 ____________________________________________________________________________
61050 [  7114] By: jhi                                   on 2000/10/02  23:47:57
61051         Log: Subject: DOC PATCH 5.6.0
61052              From: mjd@plover.com
61053              Date: 30 Sep 2000 06:02:34 -0000
61054              Message-ID: <20000930060234.4559.qmail@plover.com>
61055      Branch: perl
61056            ! pod/perldebguts.pod
61057 ____________________________________________________________________________
61058 [  7113] By: jhi                                   on 2000/10/02  23:46:43
61059         Log: SOCK_DGRAM and listen() do not mix as reported in
61060              
61061              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
61062              From: Petter Reinholdtsen <pere@hungry.com>
61063              Date: Sun, 1 Oct 2000 10:57:20 +0800
61064              Message-Id: <200010010257.KAA05735@localhost.localdomain>
61065              
61066              The patch for 5.7.0+ had to be reengineered, though.
61067      Branch: perl
61068            ! ext/IO/lib/IO/Socket/UNIX.pm
61069 ____________________________________________________________________________
61070 [  7112] By: jhi                                   on 2000/10/02  23:36:57
61071         Log: Subject: Re: [PATCH 5.005_64 missed]
61072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61073              Date: Sun, 1 Oct 2000 18:50:10 -0400
61074              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
61075      Branch: perl
61076            ! pod/perlxs.pod
61077 ____________________________________________________________________________
61078 [  7111] By: jhi                                   on 2000/10/02  23:35:40
61079         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
61080              From: Radu Greab <radu@netsoft.ro>
61081              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
61082              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
61083      Branch: perl
61084            ! op.c opcode.pl t/op/substr.t
61085 ____________________________________________________________________________
61086 [  7110] By: jhi                                   on 2000/10/02  23:32:38
61087         Log: Subject: [PATCH] Fix aliasing of tied filehandles
61088              From: Daniel Chetlin <daniel@chetlin.com>
61089              Date: Mon, 2 Oct 2000 14:53:27 -0700
61090              Message-ID: <20001002145327.C1617@ilmd>
61091      Branch: perl
61092            ! perl.h pp_hot.c t/op/tiehandle.t
61093 ____________________________________________________________________________
61094 [  7109] By: jhi                                   on 2000/10/02  23:31:30
61095         Log: s/Robin Parker/Robin Barker/
61096      Branch: perl
61097            ! Changes5.6
61098 ____________________________________________________________________________
61099 [  7108] By: jhi                                   on 2000/10/02  23:15:46
61100         Log: Retract #7091 as suggested in
61101              
61102              From: Robin Barker <rmb1@cise.npl.co.uk> 
61103              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
61104              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
61105              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
61106      Branch: perl
61107            ! embed.pl proto.h
61108 ____________________________________________________________________________
61109 [  7107] By: nick                                  on 2000/10/02  18:23:14
61110         Log: A few tweaks to get Tk803 to work with Encode scheme.
61111      Branch: perl
61112            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
61113 ____________________________________________________________________________
61114 [  7106] By: nick                                  on 2000/10/01  21:34:14
61115         Log: Add checking cases to Encode's toUnicode and fromUnicode.
61116      Branch: perl
61117            ! ext/Encode/Encode.pm
61118 ____________________________________________________________________________
61119 [  7105] By: nick                                  on 2000/10/01  17:18:01
61120         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
61121              To read and use them.
61122              Add a lib/encode.t which checks a few things.
61123      Branch: perl
61124            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
61125            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
61126            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
61127            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
61128            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
61129            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
61130            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
61131            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
61132            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
61133            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
61134            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
61135            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
61136            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
61137            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
61138            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
61139            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
61140            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
61141            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
61142            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
61143            + ext/Encode/Encode/iso2022-jp.enc
61144            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
61145            + ext/Encode/Encode/iso8859-1.enc
61146            + ext/Encode/Encode/iso8859-2.enc
61147            + ext/Encode/Encode/iso8859-3.enc
61148            + ext/Encode/Encode/iso8859-4.enc
61149            + ext/Encode/Encode/iso8859-5.enc
61150            + ext/Encode/Encode/iso8859-6.enc
61151            + ext/Encode/Encode/iso8859-7.enc
61152            + ext/Encode/Encode/iso8859-8.enc
61153            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
61154            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
61155            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
61156            + ext/Encode/Encode/macCentEuro.enc
61157            + ext/Encode/Encode/macCroatian.enc
61158            + ext/Encode/Encode/macCyrillic.enc
61159            + ext/Encode/Encode/macDingbats.enc
61160            + ext/Encode/Encode/macGreek.enc
61161            + ext/Encode/Encode/macIceland.enc
61162            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
61163            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
61164            + ext/Encode/Encode/macTurkish.enc
61165            + ext/Encode/Encode/macUkraine.enc
61166            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
61167            + t/lib/encode.t
61168            ! MANIFEST ext/Encode/Encode.pm
61169 ____________________________________________________________________________
61170 [  7104] By: nick                                  on 2000/09/30  13:04:30
61171         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
61172              From: Daniel Chetlin <daniel@chetlin.com>
61173              Date: Mon, 18 Sep 2000 05:05:40 -0700
61174              Message-Id: <20000918050540.C652@ilmd>
61175      Branch: perl
61176            ! lib/overload.pm sv.c t/pragma/overload.t
61177 ____________________________________________________________________________
61178 [  7103] By: nick                                  on 2000/09/30  12:53:36
61179         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
61180              From: Johan Vromans <jvromans@squirrel.nl>
61181              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
61182              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
61183      Branch: perl
61184            ! pod/Makefile.SH
61185 ____________________________________________________________________________
61186 [  7102] By: nick                                  on 2000/09/30  12:52:31
61187         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
61188              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61189              Date: Sat, 16 Sep 2000 16:36:45 -0400
61190              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
61191      Branch: perl
61192            ! ext/B/B/Deparse.pm
61193 ____________________________________________________________________________
61194 [  7101] By: nick                                  on 2000/09/30  12:51:41
61195         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
61196              From: Craig A. Berry <craig.berry@psinetcs.com>
61197              Date: Sat, 16 Sep 2000 10:11:10 -0500
61198              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
61199      Branch: perl
61200            ! vms/vms.c
61201 ____________________________________________________________________________
61202 [  7100] By: nick                                  on 2000/09/30  12:50:33
61203         Log: Subject: Re: unicode support and perl [ID 20000901.097]
61204              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61205              Date: Fri, 15 Sep 2000 16:37:58 -0400
61206              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
61207      Branch: perl
61208            ! t/op/append.t
61209 ____________________________________________________________________________
61210 [  7099] By: nick                                  on 2000/09/30  12:49:35
61211         Log: Subject: Re: unicode support and perl [ID 20000901.097]
61212              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61213              Date: Fri, 15 Sep 2000 16:25:30 -0400
61214              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
61215      Branch: perl
61216            ! pp_hot.c
61217 ____________________________________________________________________________
61218 [  7098] By: nick                                  on 2000/09/30  12:48:00
61219         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
61220              From: Gisle Aas <gisle@ActiveState.com>
61221              Date: 15 Sep 2000 16:23:41 +0200
61222              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
61223      Branch: perl
61224            ! toke.c
61225 ____________________________________________________________________________
61226 [  7097] By: nick                                  on 2000/09/30  12:45:16
61227         Log: Subject: [PATCH] Nits in perlmod.pod
61228              From: Daniel Chetlin <daniel@chetlin.com>
61229              Date: Fri, 15 Sep 2000 02:04:09 -0700
61230              Message-Id: <20000915020409.A2104@ilmd>
61231      Branch: perl
61232            ! pod/perlmod.pod
61233 ____________________________________________________________________________
61234 [  7096] By: nick                                  on 2000/09/30  12:18:00
61235         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
61236              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
61237              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
61238              0 to checking to get the warning.
61239      Branch: perl
61240            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
61241            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
61242            ! regexec.c sv.c toke.c utf8.c
61243 ____________________________________________________________________________
61244 [  7095] By: nick                                  on 2000/09/15  16:55:59
61245         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
61246              
61247              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
61248              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61249              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
61250              Date: Fri, 15 Sep 2000 06:37:30 -0400
61251      Branch: perl
61252            ! ext/Encode/Encode.xs sv.c
61253 ____________________________________________________________________________
61254 [  7094] By: jhi                                   on 2000/09/15  03:23:32
61255         Log: Update Changes.
61256      Branch: perl
61257            ! Changes patchlevel.h
61258 ____________________________________________________________________________
61259 [  7093] By: jhi                                   on 2000/09/15  03:11:44
61260         Log: Fix for the charnames.t failures from Spider Boardman.
61261      Branch: perl
61262            ! toke.c
61263 ____________________________________________________________________________
61264 [  7092] By: jhi                                   on 2000/09/15  00:15:48
61265         Log: Botched the #7090 check-in.
61266      Branch: perl
61267            ! sv.c
61268 ____________________________________________________________________________
61269 [  7091] By: jhi                                   on 2000/09/14  23:33:24
61270         Log: Part of #7081 didn't come through.
61271      Branch: perl
61272            ! embed.pl proto.h
61273 ____________________________________________________________________________
61274 [  7090] By: jhi                                   on 2000/09/14  23:17:39
61275         Log: Subject: Re: perl@7078 
61276              From: Spider Boardman <spider@web.zk3.dec.com>
61277              Date: Thu, 14 Sep 2000 19:06:36 -0400
61278              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
61279      Branch: perl
61280            ! sv.c toke.c
61281 ____________________________________________________________________________
61282 [  7089] By: jhi                                   on 2000/09/14  23:11:21
61283         Log: Small portability tweaks.
61284      Branch: perl
61285            ! ext/Encode/Encode.xs
61286 ____________________________________________________________________________
61287 [  7088] By: jhi                                   on 2000/09/14  22:57:23
61288         Log: Fake return to pacify picky compilers.
61289      Branch: perl
61290            ! ext/Encode/Encode.xs
61291 ____________________________________________________________________________
61292 [  7087] By: jhi                                   on 2000/09/14  22:53:37
61293         Log: Subject: [PATCH] utf8.c apidoc
61294              From: Simon Cozens <simon@cozens.net>
61295              Date: Thu, 14 Sep 2000 23:46:57 +0100
61296              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
61297      Branch: perl
61298            ! perlapi.c pod/perlapi.pod utf8.c
61299 ____________________________________________________________________________
61300 [  7086] By: jhi                                   on 2000/09/14  22:40:38
61301         Log: We don't need to count the high bit bytes, a boolean is enough. 
61302      Branch: perl
61303            ! sv.c
61304 ____________________________________________________________________________
61305 [  7085] By: jhi                                   on 2000/09/14  21:20:09
61306         Log: Replace #7084 with
61307              
61308              Subject: Re: perl@7078 
61309              From: Spider Boardman <spider@web.zk3.dec.com>
61310              Date: Thu, 14 Sep 2000 17:09:36 -0400
61311              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
61312      Branch: perl
61313            ! sv.c utf8.c
61314 ____________________________________________________________________________
61315 [  7084] By: jhi                                   on 2000/09/14  20:03:34
61316         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
61317              convertible to bytes by checking it doesn't go above 0xc3
61318              
61319              Subject: Re: perl@7078
61320              From: Simon Cozens <simon@cozens.net>
61321              Date: Thu, 14 Sep 2000 20:59:19 +0100
61322              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
61323      Branch: perl
61324            ! utf8.c
61325 ____________________________________________________________________________
61326 [  7083] By: jhi                                   on 2000/09/14  19:38:47
61327         Log: Subject: Re: perl@7078
61328              From: Simon Cozens <simon@cozens.net>
61329              Date: Thu, 14 Sep 2000 20:13:09 +0100
61330              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
61331      Branch: perl
61332            ! t/op/bop.t
61333 ____________________________________________________________________________
61334 [  7082] By: jhi                                   on 2000/09/14  17:50:44
61335         Log: The one that got away.
61336      Branch: perl
61337            ! lib/File/Find.pm
61338 ____________________________________________________________________________
61339 [  7081] By: jhi                                   on 2000/09/14  17:45:35
61340         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
61341              From: Robin Barker <rmb1@cise.npl.co.uk>
61342              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
61343              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
61344      Branch: perl
61345            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
61346            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
61347            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
61348            ! regcomp.c toke.c universal.c
61349 ____________________________________________________________________________
61350 [  7080] By: jhi                                   on 2000/09/14  17:40:35
61351         Log: Problems picked up by AIX cc.
61352              
61353              Subject: Re: perl@7078 (patch included)
61354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61355              Date: Thu, 14 Sep 2000 18:53:30 +0200
61356              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
61357      Branch: perl
61358            ! ext/Encode/Encode.xs
61359 ____________________________________________________________________________
61360 [  7079] By: jhi                                   on 2000/09/14  17:38:27
61361         Log: Subject: File::Find 5.7.0 POD nits
61362              From: Rich Morin <rdm@cfcl.com>
61363              Date: Wed, 13 Sep 2000 22:03:58 -0700
61364              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
61365      Branch: perl
61366            ! lib/File/Find.pm
61367 ____________________________________________________________________________
61368 [  7078] By: jhi                                   on 2000/09/14  14:58:20
61369         Log: Update Changes.
61370      Branch: perl
61371            ! Changes patchlevel.h
61372 ____________________________________________________________________________
61373 [  7077] By: jhi                                   on 2000/09/14  14:55:54
61374         Log: Compilation warnings and an error.
61375      Branch: perl
61376            ! sv.c
61377 ____________________________________________________________________________
61378 [  7076] By: jhi                                   on 2000/09/14  14:42:56
61379         Log: Fix for a parsing bug, not for the original bug.
61380              
61381              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
61382              From: Spider Boardman <spider@web.zk3.dec.com>
61383              Date: Wed, 13 Sep 2000 17:52:20 -0400
61384              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
61385      Branch: perl
61386            ! regcomp.c
61387 ____________________________________________________________________________
61388 [  7075] By: jhi                                   on 2000/09/14  14:40:40
61389         Log: Batch of UTF-8 patches from Simon Cozens.
61390      Branch: perl
61391            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
61392            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
61393            ! toke.c utf8.c
61394 ____________________________________________________________________________
61395 [  7074] By: jhi                                   on 2000/09/14  14:29:58
61396         Log: Subject: Re: Two advertising clauses need to be removed
61397              From: Russ Allbery <rra@stanford.edu>
61398              Date: 13 Sep 2000 18:50:26 -0700
61399              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
61400      Branch: perl
61401            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
61402 ____________________________________________________________________________
61403 [  7073] By: jhi                                   on 2000/09/14  14:28:20
61404         Log: Subject: [PATCH] de-wall t/README
61405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61406              Date: Wed, 13 Sep 2000 17:46:55 -0700
61407              Message-ID: <//Bw5gzkge/e092yn@efn.org>
61408      Branch: perl
61409            ! t/README
61410 ____________________________________________________________________________
61411 [  7072] By: jhi                                   on 2000/09/14  14:25:10
61412         Log: Hints optimization.
61413              
61414              Subject: Minor nit
61415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61416              Date: Wed, 13 Sep 2000 21:42:07 +0200
61417              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
61418      Branch: perl
61419            ! hints/hpux.sh
61420 ____________________________________________________________________________
61421 [  7071] By: jhi                                   on 2000/09/14  14:23:30
61422         Log: Allow chop() and chomp() to be overridden.
61423              
61424              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61425              From: "Casey R. Tweten" <crt@kiski.net>
61426              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
61427              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
61428      Branch: perl
61429            ! toke.c
61430 ____________________________________________________________________________
61431 [  7070] By: jhi                                   on 2000/09/14  14:20:36
61432         Log: The return value of setlocale must be copied away.
61433              
61434              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61435              From: Alan Burlison <Alan.Burlison@uk.sun.com>
61436              Date: Wed, 13 Sep 2000 16:27:37 +0100 
61437              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
61438      Branch: perl
61439            ! util.c
61440 ____________________________________________________________________________
61441 [  7069] By: jhi                                   on 2000/09/14  14:16:27
61442         Log: Remove vestiges of tr//CU.
61443              
61444              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61445              From: Nick Clark <nick@plum.flirble.org>
61446              Date: Tue, 12 Sep 2000 22:50:14 +0100
61447              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
61448              
61449              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61450              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61451              Date: Tue, 12 Sep 2000 21:38:48 -0700
61452              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
61453      Branch: perl
61454            ! op.h pod/perlunicode.pod
61455 ____________________________________________________________________________
61456 [  7068] By: jhi                                   on 2000/09/13  14:18:39
61457         Log: Add the Encode extension.  The code is still largely just skeleton.
61458      Branch: perl
61459            + ext/Encode/Encode.pm ext/Encode/Encode.xs
61460            + ext/Encode/Makefile.PL ext/Encode/Todo
61461            ! MANIFEST Todo-5.6
61462 ____________________________________________________________________________
61463 [  7067] By: jhi                                   on 2000/09/12  17:43:33
61464         Log: Allow for whitespace between "#" and "line" in cpp output.
61465              
61466              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
61467              From: Calle Dybedahl <calle@lysator.liu.se>
61468              Date: 12 Sep 2000 19:38:02 +0200 
61469              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
61470      Branch: perl
61471            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
61472 ____________________________________________________________________________
61473 [  7066] By: gsar                                  on 2000/09/12  17:24:29
61474         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
61475              initialization in all the threads on Windows
61476      Branch: perl
61477            ! win32/win32.c
61478 ____________________________________________________________________________
61479 [  7065] By: jhi                                   on 2000/09/12  15:11:31
61480         Log: Update Changes.
61481      Branch: perl
61482            ! Changes patchlevel.h
61483 ____________________________________________________________________________
61484 [  7064] By: jhi                                   on 2000/09/12  14:54:54
61485         Log: Retract #7062, the pod tests are not ready.
61486      Branch: perl
61487            ! t/TEST t/harness
61488 ____________________________________________________________________________
61489 [  7063] By: jhi                                   on 2000/09/12  14:25:41
61490         Log: The #7054 truncated Configure badly.
61491      Branch: metaconfig/U/perl
61492            ! End.U
61493      Branch: perl
61494            ! Configure config_h.SH
61495 ____________________________________________________________________________
61496 [  7062] By: jhi                                   on 2000/09/12  14:08:32
61497         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
61498              From: sthoenna@efn.org
61499              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
61500              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
61501      Branch: perl
61502            ! t/TEST t/harness
61503 ____________________________________________________________________________
61504 [  7061] By: jhi                                   on 2000/09/12  14:07:18
61505         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
61506              From: sthoenna@efn.org
61507              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
61508              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
61509      Branch: perl
61510            ! pod/perlxs.pod
61511 ____________________________________________________________________________
61512 [  7060] By: jhi                                   on 2000/09/12  14:06:08
61513         Log: Break up the myconfig lines a bit.
61514              
61515              Subject: perlbug/perl -V output format
61516              From: sthoenna@efn.org
61517              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
61518              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
61519      Branch: perl
61520            ! myconfig.SH
61521 ____________________________________________________________________________
61522 [  7059] By: jhi                                   on 2000/09/12  14:05:04
61523         Log: Test for the #7049.
61524              
61525              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
61526              From: andreas.koenig@anima.de (Andreas J. Koenig)
61527              Date: 12 Sep 2000 06:42:01 +0200
61528              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
61529      Branch: perl
61530            ! t/op/my.t
61531 ____________________________________________________________________________
61532 [  7058] By: jhi                                   on 2000/09/12  14:03:05
61533         Log: Subject: [patch: perl@7045] vms updates
61534              From: Peter Prymmer <pvhp@forte.com>
61535              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
61536              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
61537      Branch: perl
61538            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
61539 ____________________________________________________________________________
61540 [  7057] By: jhi                                   on 2000/09/12  14:00:51
61541         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
61542              From: sthoenna@efn.org
61543              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
61544              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
61545      Branch: perl
61546            ! t/op/64bitint.t
61547 ____________________________________________________________________________
61548 [  7056] By: jhi                                   on 2000/09/12  13:58:14
61549         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
61550              From: Jeff Pinyan <jeffp@crusoe.net>
61551              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
61552              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
61553      Branch: perl
61554            ! pod/perlfunc.pod
61555 ____________________________________________________________________________
61556 [  7055] By: jhi                                   on 2000/09/12  13:56:32
61557         Log: Do in VMS as the #7054 does.
61558      Branch: perl
61559            ! configure.com
61560 ____________________________________________________________________________
61561 [  7054] By: jhi                                   on 2000/09/12  13:50:31
61562         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
61563              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
61564              Date: Mon, 11 Sep 2000 08:33:09 +0100
61565              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
61566      Branch: metaconfig/U/perl
61567            ! End.U
61568      Branch: perl
61569            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
61570            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
61571 ____________________________________________________________________________
61572 [  7053] By: jhi                                   on 2000/09/12  13:29:19
61573         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
61574              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61575              Date:     Tue, 12 Sep 2000 08:35:59 EDT
61576              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
61577      Branch: perl
61578            ! vms/test.com
61579 ____________________________________________________________________________
61580 [  7052] By: jhi                                   on 2000/09/11  23:01:50
61581         Log: Document the SvUTF8*().
61582      Branch: perl
61583            ! pod/perlapi.pod sv.h
61584 ____________________________________________________________________________
61585 [  7051] By: gsar                                  on 2000/09/11  14:46:30
61586         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
61587              (missed a spot when fixing up op_pmreplroot hack for ithreads)
61588      Branch: perl
61589            ! op.c t/op/split.t
61590 ____________________________________________________________________________
61591 [  7050] By: nick                                  on 2000/09/11  10:03:51
61592         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
61593              
61594              Subject: borland C++ win32.c tweak
61595              From: Vadim Konovalov <vkonovalov@lucent.com>
61596              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
61597              Date: Mon, 11 Sep 2000 11:22:33 +0400
61598      Branch: perl
61599            ! win32/win32.c
61600 ____________________________________________________________________________
61601 [  7049] By: nick                                  on 2000/09/11  09:57:33
61602         Log: Point fix for s/// on foreach (keys %xxx).
61603      Branch: perl
61604            ! pp_hot.c
61605 ____________________________________________________________________________
61606 [  7048] By: jhi                                   on 2000/09/10  23:37:09
61607         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
61608              by Pod::Text, from Brad Appleton.
61609      Branch: perl
61610            ! t/pod/testp2pt.pl
61611 ____________________________________________________________________________
61612 [  7047] By: jhi                                   on 2000/09/10  14:32:53
61613         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
61614              by Russ Allbery.
61615      Branch: perl
61616            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
61617 ____________________________________________________________________________
61618 [  7046] By: jhi                                   on 2000/09/10  14:15:08
61619         Log: Upgrade to CPAN 1.57_65, from Andreas König.
61620      Branch: perl
61621            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61622 ____________________________________________________________________________
61623 [  7045] By: jhi                                   on 2000/09/08  21:36:32
61624         Log: Update Changes.
61625      Branch: perl
61626            ! Changes patchlevel.h
61627 ____________________________________________________________________________
61628 [  7044] By: jhi                                   on 2000/09/08  21:29:56
61629         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
61630              From: Peter Prymmer <pvhp@forte.com>
61631              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
61632              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
61633      Branch: perl
61634            ! configure.com
61635 ____________________________________________________________________________
61636 [  7043] By: jhi                                   on 2000/09/08  21:27:50
61637         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
61638              From: Peter Prymmer <pvhp@forte.com>
61639              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
61640              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
61641      Branch: perl
61642            ! Makefile.SH installperl
61643 ____________________________________________________________________________
61644 [  7042] By: jhi                                   on 2000/09/08  21:23:21
61645         Log: Continue #7041.
61646      Branch: perl
61647            ! cygwin/Makefile.SHs os2/Makefile.SHs
61648 ____________________________________________________________________________
61649 [  7041] By: jhi                                   on 2000/09/08  21:18:10
61650         Log: Do away with memory models cruft.  Sorry, PDP users.
61651      Branch: metaconfig
61652            ! U/modified/cc.U U/modified/libpth.U
61653      Branch: perl
61654            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
61655            ! Porting/config_H cflags.SH config_h.SH configure.com
61656            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
61657            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
61658            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
61659 ____________________________________________________________________________
61660 [  7040] By: jhi                                   on 2000/09/08  14:34:18
61661         Log: Major rewrite of s2p.  And I mean really major, it is
61662              an implementation of sed in perl.  If called as s2p it
61663              will function as s2p.  Note: needs non-UNIXifying.
61664              
61665              Subject: s2p
61666              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
61667              Date: Mon, 28 Aug 2000 14:05:12 +0200
61668              Message-ID: <39AA5578.2102E2AA@alcatel.at>
61669      Branch: perl
61670            ! x2p/s2p.PL
61671 ____________________________________________________________________________
61672 [  7039] By: jhi                                   on 2000/09/08  14:19:49
61673         Log: Re-allow vec() for characters > 255.
61674              
61675              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
61676              From: Spider Boardman <spider@web.zk3.dec.com>
61677              Date: Fri, 08 Sep 2000 02:21:02 -0400
61678              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
61679      Branch: perl
61680            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
61681            ! t/op/vec.t
61682 ____________________________________________________________________________
61683 [  7038] By: jhi                                   on 2000/09/08  14:14:18
61684         Log: Subject: [PATCH lib/Benchmark.pm]
61685              From: <abigail@foad.org>
61686              Date: Thu, 7 Sep 2000 15:03:20 -0400
61687              Message-ID: <20000907190320.888.qmail@foad.org>
61688      Branch: perl
61689            ! lib/Benchmark.pm
61690 ____________________________________________________________________________
61691 [  7037] By: jhi                                   on 2000/09/08  14:11:06
61692         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
61693              
61694              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
61695              From: Spider Boardman <spider@web.zk3.dec.com>
61696              Date: Fri, 08 Sep 2000 01:30:27 -0400
61697              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
61698      Branch: perl
61699            ! op.c
61700 ____________________________________________________________________________
61701 [  7036] By: jhi                                   on 2000/09/08  14:08:58
61702         Log: Subject: [ID 20000908.002] perlipc documentation bug.
61703              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
61704              Date: Fri, 08 Sep 2000 12:38:32 +0200
61705              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
61706      Branch: perl
61707            ! pod/perlipc.pod
61708 ____________________________________________________________________________
61709 [  7035] By: jhi                                   on 2000/09/08  14:03:12
61710         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61712              Date: Fri, 08 Sep 2000 11:47:34 +0200
61713              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
61714      Branch: perl
61715            ! hints/dec_osf.sh
61716 ____________________________________________________________________________
61717 [  7034] By: jhi                                   on 2000/09/08  13:59:35
61718         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
61719              From: Simon Cozens <simon@cozens.net>
61720              Date: Thu, 7 Sep 2000 20:40:38 +0100
61721              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
61722      Branch: perl
61723            ! pp_hot.c
61724 ____________________________________________________________________________
61725 [  7033] By: jhi                                   on 2000/09/08  04:03:03
61726         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
61727              From: "Larry W. Virden" <lvirden@cas.org>
61728              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
61729              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
61730      Branch: perl
61731            ! pod/perldiag.pod
61732 ____________________________________________________________________________
61733 [  7032] By: jhi                                   on 2000/09/07  22:18:30
61734         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
61735              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
61736              Date: Mon, 04 Sep 2000 13:16:38 -0700
61737              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
61738      Branch: perl
61739            ! lib/perl5db.pl
61740 ____________________________________________________________________________
61741 [  7031] By: jhi                                   on 2000/09/07  22:02:29
61742         Log: Fix the ccversion detection for 5.1 and beyond.
61743              
61744              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61745              From: Spider Boardman <spider@leggy.zk3.dec.com>
61746              Date: Thu, 7 Sep 2000 17:54:27 -0400
61747              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
61748      Branch: perl
61749            ! hints/dec_osf.sh
61750 ____________________________________________________________________________
61751 [  7030] By: jhi                                   on 2000/09/07  19:12:28
61752         Log: Fix for
61753              
61754              Subject: [ID 20000903.001] \w in utf8-strings
61755              From: Marc Lehmann <pcg@goof.com>
61756              Date: Sun, 03 Sep 2000 09:44:29 +0200
61757              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
61758              
61759              and various related nits.
61760      Branch: perl
61761            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
61762 ____________________________________________________________________________
61763 [  7029] By: jhi                                   on 2000/09/07  18:49:09
61764         Log: Fix the URL, but the server is still missing in action.
61765              
61766              Subject: [ID 20000905.002] perlfaq1.pod URL error
61767              From: "Larry W. Virden" <lvirden@cas.org>
61768              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
61769              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
61770      Branch: perl
61771            ! pod/perlfaq1.pod
61772 ____________________________________________________________________________
61773 [  7028] By: jhi                                   on 2000/09/07  18:47:13
61774         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
61775              From: Hugo <hv@crypt.compulink.co.uk>
61776              Date: Tue, 05 Sep 2000 14:13:37 +0100
61777              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
61778      Branch: perl
61779            ! toke.c
61780 ____________________________________________________________________________
61781 [  7027] By: jhi                                   on 2000/09/07  18:45:35
61782         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
61783              From: Daniel Chetlin <daniel@chetlin.com>
61784              Date: Tue, 5 Sep 2000 04:57:07 -0700
61785              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
61786      Branch: perl
61787            ! pod/perlfaq6.pod pod/perlop.pod
61788 ____________________________________________________________________________
61789 [  7026] By: jhi                                   on 2000/09/07  18:44:01
61790         Log: Document the new ref() semantics.
61791              
61792              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
61793              From: Gisle Aas <gisle@ActiveState.com>
61794              Date: 05 Sep 2000 08:10:30 +0200
61795              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
61796      Branch: perl
61797            ! pod/perldelta.pod
61798 ____________________________________________________________________________
61799 [  7025] By: jhi                                   on 2000/09/07  18:42:27
61800         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
61801              
61802              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
61803              From: Gisle Aas <gisle@ActiveState.com>
61804              Date: 05 Sep 2000 08:11:40 +0200
61805              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
61806      Branch: perl
61807            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
61808 ____________________________________________________________________________
61809 [  7024] By: jhi                                   on 2000/09/07  18:39:32
61810         Log: Subject: [PATCH] Modernize Opcode.pm documentation
61811              From: Gisle Aas <gisle@ActiveState.com>
61812              Date: 4 Sep 2000 00:18:55 -0000
61813              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
61814      Branch: perl
61815            ! ext/Opcode/Opcode.pm
61816 ____________________________________________________________________________
61817 [  7023] By: jhi                                   on 2000/09/07  18:37:42
61818         Log: Subject: [PATCH] Tied filehandle documentation
61819              From: Gisle Aas <gisle@ActiveState.com>
61820              Date: 4 Sep 2000 00:14:40 -0000
61821              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
61822      Branch: perl
61823            ! pod/perlfunc.pod pod/perltie.pod
61824 ____________________________________________________________________________
61825 [  7022] By: jhi                                   on 2000/09/07  18:35:37
61826         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
61827              From: Gisle Aas <gisle@ActiveState.com>
61828              Date: 4 Sep 2000 00:04:22 -0000
61829              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
61830      Branch: perl
61831            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
61832 ____________________________________________________________________________
61833 [  7021] By: jhi                                   on 2000/09/07  18:33:22
61834         Log: Subject: small apidoc fix
61835              From: Marc Lehmann <pcg@goof.com>
61836              Date: Sun, 3 Sep 2000 05:12:06 +0200
61837              Message-ID: <20000903051206.A5909@cerebro.laendle>
61838      Branch: perl
61839            ! pod/perlapi.pod utf8.c
61840 ____________________________________________________________________________
61841 [  7020] By: jhi                                   on 2000/09/07  16:14:57
61842         Log: Tiny perldelta nits.
61843      Branch: perl
61844            ! pod/perldelta.pod
61845 ____________________________________________________________________________
61846 [  7019] By: jhi                                   on 2000/09/07  16:04:20
61847         Log: Guard against bad string->int conversion for quads.
61848      Branch: perl
61849            ! t/op/64bitint.t
61850 ____________________________________________________________________________
61851 [  7018] By: jhi                                   on 2000/09/06  17:07:03
61852         Log: Update Unicode todo list.
61853      Branch: perl
61854            ! Todo-5.6
61855 ____________________________________________________________________________
61856 [  7017] By: jhi                                   on 2000/09/05  21:16:01
61857         Log: Document the SvIOK_.*UV().
61858      Branch: perl
61859            ! pod/perlapi.pod sv.h
61860 ____________________________________________________________________________
61861 [  7016] By: nick                                  on 2000/09/03  21:54:46
61862         Log: Hash lookup of constant strings optimization:
61863              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
61864              to string table (as per sharepvn). Add newSV_pvn_share to create such
61865              a thing. Make hv.c compare addresses of strings and skip string compare
61866              if equal. Make method_named and helem ops use these shared-string SVs
61867              when arg is constant. Make keys op return shared-string SVs (less clearly
61868              a win).
61869      Branch: perl
61870            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
61871            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
61872            ! pod/perlintern.pod pp_hot.c proto.h sv.c
61873 ____________________________________________________________________________
61874 [  7015] By: jhi                                   on 2000/09/02  17:48:59
61875         Log: This is 5.7.0.
61876      Branch: perl
61877            ! Changes
61878 ____________________________________________________________________________
61879 [  7014] By: jhi                                   on 2000/09/02  17:35:45
61880         Log: Changes and patchlevel tweaks.
61881      Branch: perl
61882            ! Changes patchlevel.h
61883 ____________________________________________________________________________
61884 [  7013] By: jhi                                   on 2000/09/02  17:30:50
61885         Log: Update Changes.
61886      Branch: perl
61887            ! Changes patchlevel.h
61888 ____________________________________________________________________________
61889 [  7012] By: nick                                  on 2000/09/02  17:25:20
61890         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
61891      Branch: perl
61892            ! gv.c lib/overload.pm
61893 ____________________________________________________________________________
61894 [  7011] By: jhi                                   on 2000/09/02  17:16:25
61895         Log: Update perlhist.
61896      Branch: perl
61897            ! pod/perlhist.pod
61898 ____________________________________________________________________________
61899 [  7010] By: jhi                                   on 2000/09/02  17:01:35
61900         Log: perldelta nits.
61901      Branch: perl
61902            ! pod/perldelta.pod
61903 ____________________________________________________________________________
61904 [  7009] By: nick                                  on 2000/09/02  16:48:35
61905         Log: If overloaded %{} etc. return the object do not loop.
61906              Thus  sub deref { $_[0] } functions if object is wanted type.
61907      Branch: perl
61908            ! pp.h
61909 ____________________________________________________________________________
61910 [  7008] By: jhi                                   on 2000/09/02  16:26:11
61911         Log: Retab MANIFEST.
61912      Branch: perl
61913            ! ext/Storable/MANIFEST
61914 ____________________________________________________________________________
61915 [  7007] By: jhi                                   on 2000/09/02  16:23:02
61916         Log: Make certain cc is set before trying to run it.
61917      Branch: perl
61918            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
61919 ____________________________________________________________________________
61920 [  7006] By: jhi                                   on 2000/09/02  15:45:41
61921         Log: Unicode notes.
61922      Branch: perl
61923            ! pod/perldelta.pod
61924 ____________________________________________________________________________
61925 [  7005] By: jhi                                   on 2000/09/02  15:42:11
61926         Log: Various Configure nits by Philip Newton,
61927              plus the ebcdic one by me.
61928      Branch: metaconfig
61929            + U/modified/pager.U
61930            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
61931      Branch: metaconfig/U/perl
61932            ! Devel.U quadfio.U
61933      Branch: perl
61934            ! Configure config_h.SH
61935 ____________________________________________________________________________
61936 [  7004] By: jhi                                   on 2000/09/02  15:06:14
61937         Log: Apparently avoiding the swapping is too costly.
61938              
61939              From: "Ben Tilly" <ben_tilly@hotmail.com>
61940              Subject: Re: the door is closed.
61941              Date: Fri, 01 Sep 2000 20:23:16 EDT
61942              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
61943      Branch: perl
61944            ! pod/perlfaq4.pod
61945 ____________________________________________________________________________
61946 [  7003] By: nick                                  on 2000/09/02  12:26:04
61947         Log: Undo part of change 6489 which looks like a bulk edit which
61948              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
61949              The supressing of main:: on return from select() is undesirable.
61950      Branch: perl
61951            ! pp_sys.c
61952 ____________________________________________________________________________
61953 [  7002] By: jhi                                   on 2000/09/01  23:08:54
61954         Log: Update Changes.
61955      Branch: perl
61956            ! Changes patchlevel.h
61957 ____________________________________________________________________________
61958 [  7001] By: jhi                                   on 2000/09/01  23:00:13
61959         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
61960              From: Peter Prymmer <pvhp@forte.com>
61961              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
61962              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
61963              
61964              plus rework the http: spots as suggested by Tom Christiansen,
61965              plus regen perltoc.
61966      Branch: perl
61967            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
61968            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
61969 ____________________________________________________________________________
61970 [  7000] By: jhi                                   on 2000/09/01  22:36:01
61971         Log: Only the first line, thank you very much.
61972      Branch: perl
61973            ! hints/solaris_2.sh
61974 ____________________________________________________________________________
61975 [  6999] By: gsar                                  on 2000/09/01  22:16:40
61976         Log: change#6791 accidentally clobbered change#6710, put it back
61977      Branch: perl
61978            ! win32/win32.c
61979 ____________________________________________________________________________
61980 [  6998] By: jhi                                   on 2000/09/01  22:14:16
61981         Log: Mention the HP-UX LP64 freak failure.
61982      Branch: perl
61983            ! pod/perldelta.pod
61984 ____________________________________________________________________________
61985 [  6997] By: jhi                                   on 2000/09/01  21:48:32
61986         Log: Detypo.
61987      Branch: perl
61988            ! hints/hpux.sh
61989 ____________________________________________________________________________
61990 [  6996] By: jhi                                   on 2000/09/01  21:27:10
61991         Log: Update Changes.
61992      Branch: perl
61993            ! Changes patchlevel.h
61994 ____________________________________________________________________________
61995 [  6995] By: jhi                                   on 2000/09/01  21:14:24
61996         Log: Mi splgn s gnin.g
61997      Branch: perl
61998            ! pp_ctl.c
61999 ____________________________________________________________________________
62000 [  6994] By: jhi                                   on 2000/09/01  21:09:54
62001         Log: Subject: http:// in L<>
62002              From: Nicholas Clark <nick@ccl4.org>
62003              Date: Fri, 1 Sep 2000 22:03:21 +0100
62004              Message-ID: <20000901220321.B72074@plum.flirble.org>
62005      Branch: perl
62006            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
62007 ____________________________________________________________________________
62008 [  6993] By: jhi                                   on 2000/09/01  21:06:54
62009         Log: Update to Storable 1.0, from Raphael Manfredi.
62010      Branch: perl
62011            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
62012            ! ext/Storable/Makefile.PL ext/Storable/README
62013            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62014            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
62015            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
62016            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
62017            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
62018            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
62019 ____________________________________________________________________________
62020 [  6992] By: jhi                                   on 2000/09/01  20:43:05
62021         Log: Mention known sfio+linux buglet.
62022      Branch: perl
62023            ! pod/perldelta.pod
62024 ____________________________________________________________________________
62025 [  6991] By: jhi                                   on 2000/09/01  20:40:11
62026         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
62027              From: Peter Prymmer <pvhp@forte.com>
62028              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
62029              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
62030      Branch: perl
62031            ! vms/vms.c
62032 ____________________________________________________________________________
62033 [  6990] By: jhi                                   on 2000/09/01  20:25:26
62034         Log: Retract #6986.
62035      Branch: perl
62036            ! hints/solaris_2.sh
62037 ____________________________________________________________________________
62038 [  6989] By: jhi                                   on 2000/09/01  20:23:00
62039         Log: Mergesort is back.
62040      Branch: perl
62041            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
62042 ____________________________________________________________________________
62043 [  6988] By: jhi                                   on 2000/09/01  19:37:40
62044         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
62045              From: Mike Guy <mjtg@cam.ac.uk>
62046              Date: Fri, 01 Sep 2000 17:43:33 +0100
62047              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
62048      Branch: perl
62049            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
62050            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
62051 ____________________________________________________________________________
62052 [  6987] By: jhi                                   on 2000/09/01  19:17:10
62053         Log: Regen perltoc.
62054      Branch: perl
62055            ! pod/perltoc.pod
62056 ____________________________________________________________________________
62057 [  6986] By: jhi                                   on 2000/09/01  18:51:10
62058         Log: Subject: Re: Solaris x86 has no SPARC libraries!
62059              From: Lupe Christoph <lupe@lupe-christoph.de>
62060              Date: Fri, 1 Sep 2000 20:41:20 +0200
62061              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
62062      Branch: perl
62063            ! hints/solaris_2.sh
62064 ____________________________________________________________________________
62065 [  6985] By: jhi                                   on 2000/09/01  18:28:10
62066         Log: Update Changes.
62067      Branch: perl
62068            ! Changes patchlevel.h
62069 ____________________________________________________________________________
62070 [  6984] By: jhi                                   on 2000/09/01  18:26:53
62071         Log: Feature ordering tweak.
62072      Branch: perl
62073            ! myconfig.SH
62074 ____________________________________________________________________________
62075 [  6983] By: jhi                                   on 2000/09/01  18:19:50
62076         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62077              From: <abigail@foad.org>
62078              Date: Fri, 1 Sep 2000 13:07:32 -0400
62079              Message-ID: <20000901170732.18249.qmail@foad.org>
62080      Branch: perl
62081            ! t/pragma/overload.t
62082 ____________________________________________________________________________
62083 [  6982] By: jhi                                   on 2000/09/01  18:17:54
62084         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
62085              so that case-ignoring systems like DCL can tell them from
62086              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
62087      Branch: metaconfig/U/perl
62088            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
62089      Branch: perl
62090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62091            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
62092            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
62093            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
62094            ! vos/config.def vos/config.h vos/config_h.SH_orig
62095            ! win32/config.bc win32/config.gc win32/config.vc
62096 ____________________________________________________________________________
62097 [  6981] By: nick                                  on 2000/09/01  17:21:57
62098         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
62099              warning when UNTIE exists and instead pass the count of extra references to
62100              the UNTIE method.
62101      Branch: perl
62102            ! pod/perltie.pod pp_sys.c
62103 ____________________________________________________________________________
62104 [  6980] By: jhi                                   on 2000/09/01  16:54:44
62105         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
62106              From: Peter Prymmer <pvhp@forte.com>
62107              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
62108              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
62109      Branch: perl
62110            ! configure.com
62111 ____________________________________________________________________________
62112 [  6979] By: jhi                                   on 2000/09/01  16:06:20
62113         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
62114              From: Mike Guy <mjtg@cam.ac.uk> 
62115              Date: Fri, 01 Sep 2000 16:49:27 +0100
62116              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
62117      Branch: perl
62118            ! t/base/rs.t
62119 ____________________________________________________________________________
62120 [  6978] By: jhi                                   on 2000/09/01  16:00:42
62121         Log: Update to PodParser 1.18, from Brad Appleton.
62122      Branch: perl
62123            ! lib/Pod/Checker.pm t/pod/find.t
62124 ____________________________________________________________________________
62125 [  6977] By: jhi                                   on 2000/09/01  14:48:58
62126         Log: Subject: Nit in Configure (bleadperl@6961)
62127              From: Lupe Christoph <lupe@lupe-christoph.de>
62128              Date: Fri, 1 Sep 2000 16:34:29 +0200
62129              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
62130      Branch: metaconfig
62131            ! U/compline/ccflags.U
62132      Branch: perl
62133            ! Configure config_h.SH
62134 ____________________________________________________________________________
62135 [  6976] By: jhi                                   on 2000/09/01  14:39:52
62136         Log: Update Changes.
62137      Branch: perl
62138            ! Changes patchlevel.h
62139 ____________________________________________________________________________
62140 [  6975] By: jhi                                   on 2000/09/01  14:37:36
62141         Log: microperl config update.
62142      Branch: perl
62143            ! uconfig.h uconfig.sh
62144 ____________________________________________________________________________
62145 [  6974] By: jhi                                   on 2000/09/01  14:36:53
62146         Log: Document known deficiencies.
62147      Branch: perl
62148            ! pod/perldelta.pod
62149 ____________________________________________________________________________
62150 [  6973] By: jhi                                   on 2000/09/01  14:10:20
62151         Log: Mention warnings fixes and updates.
62152      Branch: perl
62153            ! pod/perldelta.pod
62154 ____________________________________________________________________________
62155 [  6972] By: jhi                                   on 2000/09/01  14:01:52
62156         Log: Drop unused argument.
62157              
62158              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
62159              From: Spider Boardman <spider@web.zk3.dec.com>
62160              Date: Thu, 31 Aug 2000 16:10:15 -0400
62161              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
62162      Branch: perl
62163            ! toke.c
62164 ____________________________________________________________________________
62165 [  6971] By: jhi                                   on 2000/09/01  13:59:24
62166         Log: Add the overload warnings to perldiag.
62167      Branch: perl
62168            ! lib/overload.pm pod/perldiag.pod
62169 ____________________________________________________________________________
62170 [  6970] By: jhi                                   on 2000/09/01  13:55:10
62171         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62172              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62173              Date: Fri, 1 Sep 2000 13:43:15 +0100 
62174              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
62175      Branch: perl
62176            ! lib/overload.pm t/pragma/overload.t
62177 ____________________________________________________________________________
62178 [  6969] By: jhi                                   on 2000/09/01  13:52:27
62179         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62180              From: <abigail@foad.org>
62181              Date: Fri, 1 Sep 2000 05:46:54 -0400
62182              Message-ID: <20000901094654.6476.qmail@foad.org>
62183      Branch: perl
62184            ! lib/overload.pm
62185 ____________________________________________________________________________
62186 [  6968] By: jhi                                   on 2000/09/01  13:50:05
62187         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
62188              From: Daniel Chetlin <daniel@chetlin.com>
62189              Date: Fri, 1 Sep 2000 02:10:55 -0700
62190              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
62191      Branch: perl
62192            ! pod/perlretut.pod
62193 ____________________________________________________________________________
62194 [  6967] By: jhi                                   on 2000/09/01  13:47:54
62195         Log: Part of the solution.
62196              
62197              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
62198              From: Mike Guy <mjtg@cam.ac.uk>
62199              Date: Fri, 01 Sep 2000 14:16:01 +0100
62200              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
62201      Branch: perl
62202            ! gv.c mg.c
62203 ____________________________________________________________________________
62204 [  6966] By: jhi                                   on 2000/09/01  13:46:17
62205         Log: Subject: CPAN.pm beta 1.57_57 for the core
62206              From: andreas.koenig@anima.de (Andreas J. Koenig)
62207              Date: 01 Sep 2000 15:16:31 +0200
62208              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
62209      Branch: perl
62210            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62211 ____________________________________________________________________________
62212 [  6965] By: jhi                                   on 2000/09/01  13:43:18
62213         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
62214              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62215              Date: Fri, 01 Sep 2000 01:47:22 -0500
62216              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
62217      Branch: perl
62218            ! pod/perldelta.pod vms/vms.c
62219 ____________________________________________________________________________
62220 [  6964] By: jhi                                   on 2000/09/01  13:35:35
62221         Log: File::Temp patches from Andreas König,
62222              
62223              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
62224              From: andreas.koenig@anima.de (Andreas J. Koenig)
62225              Date: 01 Sep 2000 10:07:20 +0200
62226              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
62227              
62228              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
62229              From: andreas.koenig@anima.de (Andreas J. Koenig)
62230              Date: 31 Aug 2000 23:26:08 +0200
62231              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
62232      Branch: perl
62233            ! lib/File/Temp.pm t/lib/ftmp-security.t
62234 ____________________________________________________________________________
62235 [  6963] By: jhi                                   on 2000/09/01  02:22:24
62236         Log: Retract the mergesort code, way too incompatible licensing
62237              and copyrights.
62238      Branch: perl
62239            ! pod/perldelta.pod pp_ctl.c
62240 ____________________________________________________________________________
62241 [  6962] By: jhi                                   on 2000/08/31  23:27:32
62242         Log: Update Changes.
62243      Branch: perl
62244            ! Changes patchlevel.h
62245 ____________________________________________________________________________
62246 [  6961] By: jhi                                   on 2000/08/31  23:20:04
62247         Log: Small tweaks all over.
62248      Branch: metaconfig
62249            ! U/compline/d_gconvert.U
62250      Branch: perl
62251            ! AUTHORS Configure config_h.SH pp_ctl.c
62252 ____________________________________________________________________________
62253 [  6960] By: jhi                                   on 2000/08/31  22:39:36
62254         Log: Further rewording.
62255      Branch: perl
62256            ! pp_ctl.c
62257 ____________________________________________________________________________
62258 [  6959] By: jhi                                   on 2000/08/31  21:26:44
62259         Log: More address tweaking.
62260      Branch: perl
62261            ! AUTHORS Changes
62262 ____________________________________________________________________________
62263 [  6958] By: jhi                                   on 2000/08/31  20:47:25
62264         Log: AUTHORS tweaks, from Peter Prymmer.
62265              
62266              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
62267              From: Peter Prymmer <pvhp@forte.com>
62268              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
62269              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
62270      Branch: perl
62271            ! AUTHORS MAINTAIN
62272 ____________________________________________________________________________
62273 [  6957] By: jhi                                   on 2000/08/31  20:34:43
62274         Log: perldelta tweaks.
62275      Branch: perl
62276            ! pod/perldelta.pod
62277 ____________________________________________________________________________
62278 [  6956] By: jhi                                   on 2000/08/31  19:11:06
62279         Log: Regen perltoc.
62280      Branch: perl
62281            ! pod/perltoc.pod
62282 ____________________________________________________________________________
62283 [  6955] By: jhi                                   on 2000/08/31  19:06:30
62284         Log: Clarify the mergesort situation.
62285      Branch: perl
62286            ! pp_ctl.c
62287 ____________________________________________________________________________
62288 [  6954] By: jhi                                   on 2000/08/31  18:24:17
62289         Log: Move the Solaris 7 scan to use64bitall, make the
62290              failure to find 64-bot sparc libc to mention the
62291              possibility of being in an intel, from Lupe and Alan.
62292      Branch: perl
62293            ! hints/solaris_2.sh
62294 ____________________________________________________________________________
62295 [  6953] By: jhi                                   on 2000/08/31  18:09:20
62296         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
62297              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
62298      Branch: metaconfig
62299            ! U/compline/d_gconvert.U U/threads/archname.U
62300      Branch: metaconfig/U/perl
62301            ! perlxv.U
62302      Branch: perl
62303            ! Configure config_h.SH sv.c
62304 ____________________________________________________________________________
62305 [  6952] By: jhi                                   on 2000/08/31  17:42:24
62306         Log: :: not allowed in pathnames, change to .
62307              
62308              Subject: [PATCH perl@6938] cygwin port
62309              From: "Fifer, Eric" <EFifer@sanwaint.com>
62310              Date: Thu, 31 Aug 2000 16:32:59 +0100
62311              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
62312      Branch: metaconfig/U/perl
62313            ! perlxv.U
62314 ____________________________________________________________________________
62315 [  6951] By: jhi                                   on 2000/08/31  17:02:05
62316         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
62317      Branch: perl
62318            ! perl.h
62319 ____________________________________________________________________________
62320 [  6950] By: jhi                                   on 2000/08/31  16:26:08
62321         Log: More author updates.
62322              
62323              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
62324              From: Simon Cozens <simon@cozens.net>
62325              Date: Thu, 31 Aug 2000 17:13:32 +0100
62326              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
62327      Branch: perl
62328            ! AUTHORS
62329 ____________________________________________________________________________
62330 [  6949] By: jhi                                   on 2000/08/31  16:04:49
62331         Log: POSIX doesn't report long double values under -Duselongdouble
62332              when the long doubles are "real" (bigger than doubles).
62333              
62334              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
62335              From: Spider Boardman <spider@peano.zk3.dec.com>
62336              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
62337              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
62338      Branch: perl
62339            ! ext/POSIX/POSIX.xs
62340 ____________________________________________________________________________
62341 [  6948] By: jhi                                   on 2000/08/31  15:25:10
62342         Log: Update Changes.
62343      Branch: perl
62344            ! Changes patchlevel.h
62345 ____________________________________________________________________________
62346 [  6947] By: jhi                                   on 2000/08/31  15:22:29
62347         Log: Document UNTIE in a very minimalistic way.
62348      Branch: perl
62349            ! pod/perlfunc.pod pod/perltie.pod
62350 ____________________________________________________________________________
62351 [  6946] By: jhi                                   on 2000/08/31  15:15:23
62352         Log: Document known failures.
62353      Branch: perl
62354            ! pod/perldelta.pod
62355 ____________________________________________________________________________
62356 [  6945] By: jhi                                   on 2000/08/31  15:07:00
62357         Log: Don't attach -ld to the archname if pointless.
62358      Branch: metaconfig
62359            ! U/threads/archname.U
62360      Branch: perl
62361            ! Configure config_h.SH
62362 ____________________________________________________________________________
62363 [  6944] By: jhi                                   on 2000/08/31  14:37:42
62364         Log: Wrap the test in eval.
62365              
62366              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
62367              From: Tim Jenness <timj@jach.hawaii.edu>
62368              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
62369              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
62370      Branch: perl
62371            ! t/lib/ftmp-security.t
62372 ____________________________________________________________________________
62373 [  6943] By: jhi                                   on 2000/08/31  14:30:57
62374         Log: Make -Dusemorebits find long doubles in Solaris.
62375      Branch: perl
62376            ! hints/solaris_2.sh
62377 ____________________________________________________________________________
62378 [  6942] By: jhi                                   on 2000/08/31  13:48:45
62379         Log: Clarify the third case of ftmp-security warnings.
62380      Branch: perl
62381            ! INSTALL
62382 ____________________________________________________________________________
62383 [  6941] By: jhi                                   on 2000/08/31  13:40:31
62384         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
62385              From: <abigail@foad.org>
62386              Date: Thu, 31 Aug 2000 01:35:05 -0400
62387              Message-ID: <20000831053505.32120.qmail@foad.org>
62388      Branch: perl
62389            ! pod/perldelta.pod
62390 ____________________________________________________________________________
62391 [  6940] By: jhi                                   on 2000/08/31  13:38:48
62392         Log: Issue useful diagnostic on unknown pod commands.
62393              
62394              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
62395              From: <abigail@foad.org>
62396              Date: Thu, 31 Aug 2000 03:41:18 -0400
62397              Message-ID: <20000831074118.24880.qmail@foad.org>
62398      Branch: perl
62399            ! lib/Pod/Man.pm
62400 ____________________________________________________________________________
62401 [  6939] By: jhi                                   on 2000/08/31  13:34:33
62402         Log: Reveal Borland's isnan.
62403              
62404              Subject: build with BC++ tweak
62405              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62406              Date: Thu, 31 Aug 2000 13:09:37 +0400
62407              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
62408      Branch: perl
62409            ! win32/win32.h
62410 ____________________________________________________________________________
62411 [  6938] By: jhi                                   on 2000/08/31  05:01:20
62412         Log: Update Changes.
62413      Branch: perl
62414            ! Changes patchlevel.h
62415 ____________________________________________________________________________
62416 [  6937] By: jhi                                   on 2000/08/31  04:26:23
62417         Log: sscanf() may be the only way to read long doubles from strings.
62418      Branch: metaconfig/U/perl
62419            ! longdblfio.U
62420      Branch: perl
62421            ! Configure config_h.SH perl.h util.c
62422 ____________________________________________________________________________
62423 [  6936] By: jhi                                   on 2000/08/31  04:18:19
62424         Log: The #6929 was too skimpy.
62425      Branch: perl
62426            ! sv.c
62427 ____________________________________________________________________________
62428 [  6935] By: jhi                                   on 2000/08/31  02:47:07
62429         Log: Subject: Re: typos in pods
62430              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62431              Date: Wed, 30 Aug 2000 19:25:34 -0700
62432              Message-ID: <eIcr5gzkg25X092yn@efn.org>
62433      Branch: perl
62434            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
62435 ____________________________________________________________________________
62436 [  6934] By: jhi                                   on 2000/08/31  02:42:55
62437         Log: Missed one Unicode file.
62438      Branch: perl
62439            + lib/unicode/UCDFF301.html
62440 ____________________________________________________________________________
62441 [  6933] By: jhi                                   on 2000/08/30  23:42:27
62442         Log: Update Changes.
62443      Branch: perl
62444            ! Changes patchlevel.h
62445 ____________________________________________________________________________
62446 [  6932] By: jhi                                   on 2000/08/30  23:40:07
62447         Log: Mention UNTIE in perldelta.  Still needs documenting
62448              in perltie et alia.
62449      Branch: perl
62450            ! pod/perldelta.pod
62451 ____________________________________________________________________________
62452 [  6931] By: jhi                                   on 2000/08/30  23:36:02
62453         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
62454              From: <abigail@foad.org>
62455              Date: Wed, 30 Aug 2000 19:28:07 -0400
62456              Message-ID: <20000830232807.305.qmail@foad.org>
62457      Branch: perl
62458            ! pod/perldelta.pod
62459 ____________________________________________________________________________
62460 [  6930] By: jhi                                   on 2000/08/30  23:32:40
62461         Log: Update to Unicode 3.0.1.
62462      Branch: perl
62463            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
62464            + lib/unicode/PropList.txt lib/unicode/README.perl
62465            + lib/unicode/UCD301.html lib/unicode/Unicode.301
62466            - lib/unicode/Props.txt lib/unicode/UCD300.html
62467            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
62468            ! (edit 257 files)
62469 ____________________________________________________________________________
62470 [  6929] By: jhi                                   on 2000/08/30  22:38:18
62471         Log: Heap decorruption.
62472              
62473              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
62474              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62475              Date: Wed, 30 Aug 2000 22:39:52 +0100
62476              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
62477      Branch: perl
62478            ! sv.c
62479 ____________________________________________________________________________
62480 [  6928] By: jhi                                   on 2000/08/30  22:29:34
62481         Log: Retract the dummy test, skip the security tests (instead of failing),
62482              explain what the warnings mean.
62483      Branch: perl
62484            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
62485 ____________________________________________________________________________
62486 [  6927] By: jhi                                   on 2000/08/30  22:14:13
62487         Log: Change the internal implementation of sort() to be mergesort
62488              instead of quicksort, from John Linderman <jpl@research.att.com>.
62489              Gives us better worst case, better average case, and stability.
62490              What's there not to like?  (Small fixes for threaded builds
62491              were required).
62492      Branch: perl
62493            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
62494 ____________________________________________________________________________
62495 [  6926] By: jhi                                   on 2000/08/30  20:55:20
62496         Log: A better fix for the Socket building problem from Craig Berry.
62497      Branch: perl
62498            ! vms/vms.c
62499 ____________________________________________________________________________
62500 [  6925] By: jhi                                   on 2000/08/30  20:20:25
62501         Log: Subject: [PATCH] Re: UNTIE method 
62502              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62503              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
62504              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
62505      Branch: perl
62506            ! pp_sys.c t/op/tie.t
62507 ____________________________________________________________________________
62508 [  6924] By: jhi                                   on 2000/08/30  20:17:11
62509         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
62510              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62511              Date: Wed, 30 Aug 2000 15:03:14 -0500
62512              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
62513      Branch: perl
62514            ! vms/vms.c
62515 ____________________________________________________________________________
62516 [  6923] By: jhi                                   on 2000/08/30  20:15:18
62517         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
62518              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62519              Date: Wed, 30 Aug 2000 13:30:36 -0500
62520              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
62521      Branch: perl
62522            ! vms/vms.c
62523 ____________________________________________________________________________
62524 [  6922] By: jhi                                   on 2000/08/30  19:54:43
62525         Log: Better options for rsync.
62526      Branch: perl
62527            ! pod/perlhack.pod
62528 ____________________________________________________________________________
62529 [  6921] By: jhi                                   on 2000/08/30  19:40:16
62530         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
62531              From: Rick Delaney <rick@consumercontact.com>
62532              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
62533              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
62534      Branch: perl
62535            ! pod/perlfunc.pod
62536 ____________________________________________________________________________
62537 [  6920] By: jhi                                   on 2000/08/30  19:36:40
62538         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
62539              From: Peter Prymmer <pvhp@forte.com>
62540              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
62541              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
62542      Branch: perl
62543            ! configure.com
62544 ____________________________________________________________________________
62545 [  6919] By: jhi                                   on 2000/08/30  14:52:02
62546         Log: Update Changes.
62547      Branch: perl
62548            ! Changes patchlevel.h
62549 ____________________________________________________________________________
62550 [  6918] By: jhi                                   on 2000/08/30  14:48:34
62551         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
62552      Branch: perl
62553            ! lib/ExtUtils/typemap
62554 ____________________________________________________________________________
62555 [  6917] By: jhi                                   on 2000/08/30  14:46:34
62556         Log: Subject: typos in pods
62557              From: Nicholas Clark <nick@ccl4.org>
62558              Date: Wed, 30 Aug 2000 01:12:50 +0100
62559              Message-ID: <20000830011249.A61388@plum.flirble.org>
62560      Branch: perl
62561            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
62562            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
62563            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
62564            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
62565 ____________________________________________________________________________
62566 [  6916] By: jhi                                   on 2000/08/30  14:19:09
62567         Log: Document Storable problems on Crays.  (Will have
62568              to document all the other Storable problems, too.)
62569      Branch: perl
62570            ! pod/perldelta.pod
62571 ____________________________________________________________________________
62572 [  6915] By: jhi                                   on 2000/08/30  14:06:02
62573         Log: Subject: [PATCH] fix misc cast warnings
62574              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62575              Date: Tue, 29 Aug 2000 23:16:14 -0700
62576              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
62577      Branch: perl
62578            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
62579            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
62580            ! os2/os2ish.h
62581 ____________________________________________________________________________
62582 [  6914] By: jhi                                   on 2000/08/30  14:03:45
62583         Log: Timestamp mismatch again.  Need to fix this dependence on
62584              config_h.SH timestamp, since it's the contents of config_h.SH
62585              that matter.
62586      Branch: perl
62587            ! uconfig.h uconfig.sh
62588 ____________________________________________________________________________
62589 [  6913] By: jhi                                   on 2000/08/30  13:54:06
62590         Log: Don't say "Perl 5.0 source kit".
62591      Branch: perl
62592            ! perl.c
62593 ____________________________________________________________________________
62594 [  6912] By: jhi                                   on 2000/08/30  13:51:24
62595         Log: Reset archname and archname64 always, forcing them be
62596              recomputed at each Configure run, make Configure and
62597              the hints files agree on the naming of largefiles variables.
62598      Branch: metaconfig
62599            ! U/threads/archname.U
62600      Branch: metaconfig/U/perl
62601            ! use64bits.U
62602      Branch: perl
62603            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
62604            ! hints/linux.sh hints/solaris_2.sh
62605 ____________________________________________________________________________
62606 [  6911] By: jhi                                   on 2000/08/30  13:30:13
62607         Log: Put back the slice accidentally removed by #6907.
62608      Branch: perl
62609            ! hints/solaris_2.sh
62610 ____________________________________________________________________________
62611 [  6910] By: jhi                                   on 2000/08/30  01:24:26
62612         Log: Be consistent: other Net::get* do export theirs.
62613              
62614              Subject: Re: Net::protoent does not export 'getproto'
62615              From: Yasushi Nakajima <sey@jkc.co.jp>
62616              Date: Wed, 30 Aug 2000 09:53:14 +0900
62617              Message-Id: <200008300051.DAA24700@taku.hut.fi>
62618      Branch: perl
62619            ! lib/Net/protoent.pm
62620 ____________________________________________________________________________
62621 [  6909] By: jhi                                   on 2000/08/30  01:17:25
62622         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
62623              From: Gurusamy Sarathy <gsar@ActiveState.com>
62624              Date: Tue, 29 Aug 2000 17:17:07 -0700
62625              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
62626      Branch: perl
62627            ! cop.h
62628 ____________________________________________________________________________
62629 [  6908] By: jhi                                   on 2000/08/30  00:58:05
62630         Log: Update Changes.
62631      Branch: perl
62632            ! Changes patchlevel.h
62633 ____________________________________________________________________________
62634 [  6907] By: jhi                                   on 2000/08/30  00:57:22
62635         Log: Introduce ccname to keep track of what compiler kind of we have.
62636      Branch: metaconfig/U/perl
62637            ! Checkcc.U gccvers.U
62638      Branch: perl
62639            ! Configure config_h.SH hints/solaris_2.sh
62640 ____________________________________________________________________________
62641 [  6906] By: jhi                                   on 2000/08/30  00:25:47
62642         Log: Put back the flags dump as reasoned in
62643              
62644              Subject: Re: [PATCH] Glob dumping
62645              From: Mike Guy <mjtg@cam.ac.uk> 
62646              Date: Tue, 29 Aug 2000 21:41:32 +0100
62647              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
62648      Branch: perl
62649            ! dump.c t/lib/peek.t
62650 ____________________________________________________________________________
62651 [  6905] By: jhi                                   on 2000/08/30  00:16:17
62652         Log: Make the epsilon to be relative, not absolute.
62653              
62654              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
62655              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
62656              Date: Tue, 29 Aug 2000 19:58:56 -0400
62657              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
62658      Branch: perl
62659            ! t/lib/trig.t
62660 ____________________________________________________________________________
62661 [  6904] By: jhi                                   on 2000/08/30  00:13:09
62662         Log: From now on, Gisle is on my list of usual suspects :-)
62663              Retract #6902.
62664      Branch: perl
62665            ! ext/Opcode/Safe.pm
62666 ____________________________________________________________________________
62667 [  6903] By: jhi                                   on 2000/08/29  23:51:20
62668         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
62669              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62670              Date: Tue, 29 Aug 2000 18:43:26 -0500
62671              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
62672      Branch: perl
62673            + vms/vmspipe.com
62674            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
62675            ! vms/vms.c
62676 ____________________________________________________________________________
62677 [  6902] By: jhi                                   on 2000/08/29  23:44:14
62678         Log: Retry what #6882 attempted.
62679              
62680              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
62681              From: Gisle Aas <gisle@ActiveState.com>
62682              Date: 30 Aug 2000 00:33:09 +0200
62683              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
62684      Branch: perl
62685            ! ext/Opcode/Safe.pm
62686 ____________________________________________________________________________
62687 [  6901] By: jhi                                   on 2000/08/29  22:59:32
62688         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
62689              From: Hugo <hv@crypt.compulink.co.uk>
62690              Date: Mon, 12 Jun 2000 19:36:08 +0100
62691              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
62692      Branch: perl
62693            ! sv.c
62694 ____________________________________________________________________________
62695 [  6900] By: jhi                                   on 2000/08/29  22:58:35
62696         Log: Admit that we are leaking scalars.
62697              
62698              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
62699              From: Spider Boardman <spider@leggy.zk3.dec.com>
62700              Date: Tue, 29 Aug 2000 18:48:29 -0400
62701              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
62702      Branch: perl
62703            ! t/pragma/warnings.t
62704 ____________________________________________________________________________
62705 [  6899] By: jhi                                   on 2000/08/29  20:53:13
62706         Log: Update Changes.
62707      Branch: perl
62708            ! Changes patchlevel.h
62709 ____________________________________________________________________________
62710 [  6898] By: jhi                                   on 2000/08/29  20:46:21
62711         Log: Undo namespace pollution of #6878.
62712              
62713              Subject: Re: Net::protoent does not export 'getproto'
62714              From: Mike Guy <mjtg@cam.ac.uk>
62715              Date: Tue, 29 Aug 2000 21:32:37 +0100
62716              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
62717      Branch: perl
62718            ! lib/Net/protoent.pm
62719 ____________________________________________________________________________
62720 [  6897] By: jhi                                   on 2000/08/29  20:44:29
62721         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
62722              From: Peter Prymmer <pvhp@forte.com>
62723              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
62724              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
62725      Branch: perl
62726            ! pod/perlebcdic.pod
62727 ____________________________________________________________________________
62728 [  6896] By: jhi                                   on 2000/08/29  20:40:57
62729         Log: There's no point repeating the 'revision' (5) of perl5.
62730      Branch: metaconfig/U/perl
62731            ! Devel.U patchlevel.U
62732      Branch: perl
62733            ! Configure config_h.SH
62734 ____________________________________________________________________________
62735 [  6895] By: jhi                                   on 2000/08/29  20:16:58
62736         Log: Regen Configure for #6894.
62737      Branch: metaconfig/U/perl
62738            ! perladmin.U
62739      Branch: perl
62740            ! Configure config_h.SH
62741 ____________________________________________________________________________
62742 [  6894] By: jhi                                   on 2000/08/29  19:59:52
62743         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
62744              From: "Philip Newton" <Philip.Newton@gmx.net>
62745              Date: Tue, 29 Aug 2000 21:39:14 +0200
62746              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
62747      Branch: perl
62748            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
62749            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
62750            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
62751            ! utils/perlbug.PL
62752 ____________________________________________________________________________
62753 [  6893] By: jhi                                   on 2000/08/29  19:55:30
62754         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
62755              From: "Philip Newton" <Philip.Newton@gmx.net>
62756              Date: Tue, 29 Aug 2000 21:39:14 +0200
62757              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
62758      Branch: perl
62759            ! installhtml
62760 ____________________________________________________________________________
62761 [  6892] By: jhi                                   on 2000/08/29  19:53:59
62762         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
62763              From: "Philip Newton" <Philip.Newton@gmx.net>
62764              Date: Tue, 29 Aug 2000 21:48:18 +0200
62765              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
62766      Branch: perl
62767            ! lib/File/Temp.pm
62768 ____________________________________________________________________________
62769 [  6891] By: jhi                                   on 2000/08/29  18:30:03
62770         Log: Nail the ID 20000828.023.
62771      Branch: perl
62772            ! ext/Storable/Storable.xs
62773 ____________________________________________________________________________
62774 [  6890] By: jhi                                   on 2000/08/29  16:50:17
62775         Log: Under usethreads the dumped variable is IN_PAD.
62776              
62777              Subject: Re: [PATCH] Glob dumping
62778              From: Gisle Aas <gisle@ActiveState.com>
62779              Date: 29 Aug 2000 18:45:05 +0200
62780              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
62781      Branch: perl
62782            ! t/lib/peek.t
62783 ____________________________________________________________________________
62784 [  6889] By: jhi                                   on 2000/08/29  15:17:37
62785         Log: Update Changes.
62786      Branch: perl
62787            ! Changes patchlevel.h
62788 ____________________________________________________________________________
62789 [  6888] By: jhi                                   on 2000/08/29  14:49:59
62790         Log: Retract #6882, broke the safe tests.
62791      Branch: perl
62792            ! ext/Opcode/Safe.pm
62793 ____________________________________________________________________________
62794 [  6887] By: jhi                                   on 2000/08/29  14:47:06
62795         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
62796              From: Gisle Aas <gisle@ActiveState.com> 
62797              Date: 09 Jun 2000 20:00:11 +0200
62798              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
62799      Branch: perl
62800            ! utils/perldoc.PL
62801 ____________________________________________________________________________
62802 [  6886] By: jhi                                   on 2000/08/29  14:42:45
62803         Log: The #6881 removed one dump line.
62804      Branch: perl
62805            ! t/lib/peek.t
62806 ____________________________________________________________________________
62807 [  6885] By: jhi                                   on 2000/08/29  14:30:47
62808         Log: Don't forget to tidy up.
62809      Branch: perl
62810            ! t/lib/ftmp-security.t
62811 ____________________________________________________________________________
62812 [  6884] By: jhi                                   on 2000/08/29  14:25:17
62813         Log: Disabling the one test is a bit tricky.
62814      Branch: perl
62815            ! t/lib/ftmp-security.t
62816 ____________________________________________________________________________
62817 [  6883] By: jhi                                   on 2000/08/29  14:16:25
62818         Log: Disable one of the tests for now.
62819      Branch: perl
62820            ! t/lib/ftmp-security.t
62821 ____________________________________________________________________________
62822 [  6882] By: jhi                                   on 2000/08/29  14:05:50
62823         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
62824              From: gisle@aas.no
62825              Date: 29 Aug 2000 10:35:06 -0000
62826              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
62827      Branch: perl
62828            ! ext/Opcode/Safe.pm
62829 ____________________________________________________________________________
62830 [  6881] By: jhi                                   on 2000/08/29  14:03:51
62831         Log: Subject: [PATCH] Glob dumping
62832              From: Gisle Aas <gisle@ActiveState.com>
62833              Date: 29 Aug 2000 07:59:42 -0000
62834              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
62835      Branch: perl
62836            ! dump.c
62837 ____________________________________________________________________________
62838 [  6880] By: jhi                                   on 2000/08/29  14:02:01
62839         Log: Subject: [PATCH] Warnings in B::Deparse
62840              From: <abigail@foad.org>
62841              Date: Tue, 29 Aug 2000 00:00:01 -0400
62842              Message-ID: <20000829040001.2999.qmail@foad.org>
62843      Branch: perl
62844            ! ext/B/B/Deparse.pm
62845 ____________________________________________________________________________
62846 [  6879] By: jhi                                   on 2000/08/29  13:57:26
62847         Log: Missed a change in #6869.
62848      Branch: perl
62849            ! mg.c
62850 ____________________________________________________________________________
62851 [  6878] By: jhi                                   on 2000/08/29  13:45:04
62852         Log: Subject: Net::protoent does not export 'getproto'
62853              From: Yasushi Nakajima <sey@jkc.co.jp>
62854              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
62855      Branch: perl
62856            ! lib/Net/protoent.pm
62857 ____________________________________________________________________________
62858 [  6877] By: jhi                                   on 2000/08/29  13:39:19
62859         Log: Patches all over for people and the files they (hopefully) care about.
62860      Branch: perl
62861            ! AUTHORS Changes MAINTAIN
62862 ____________________________________________________________________________
62863 [  6876] By: jhi                                   on 2000/08/29  12:53:54
62864         Log: Fix for thinko in #6848.
62865              
62866              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
62867              From: Lupe Christoph <lupe@lupe-christoph.de>
62868              Date: Tue, 29 Aug 2000 09:04:08 +0200
62869              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
62870      Branch: perl
62871            ! ext/Thread/Thread.xs
62872 ____________________________________________________________________________
62873 [  6875] By: jhi                                   on 2000/08/29  12:50:14
62874         Log: Update to Getopt::Long 2.24, from Johan Vromans.
62875      Branch: perl
62876            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
62877 ____________________________________________________________________________
62878 [  6874] By: jhi                                   on 2000/08/29  02:09:53
62879         Log: Use minimal @INC in tests, most of the time just '../lib',
62880              so that we simply can't pick up stuff from other Perls than
62881              the one we are testing.  Pointed out by
62882              
62883              From: Mike Guy <mjtg@cam.ac.uk>
62884              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
62885              Date: Fri, 25 Aug 2000 15:15:59 +0100
62886              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
62887      Branch: perl
62888            ! (edit 185 files)
62889 ____________________________________________________________________________
62890 [  6873] By: jhi                                   on 2000/08/29  01:07:11
62891         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
62892              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62893              Date: Mon, 28 Aug 2000 17:45:52 -0700
62894              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
62895      Branch: perl
62896            ! Makefile.SH hints/os2.sh
62897 ____________________________________________________________________________
62898 [  6872] By: jhi                                   on 2000/08/28  23:33:39
62899         Log: Subject: [PATCH bleedperl@6866] spellings
62900              From: marcel@codewerk.com (Marcel Grunauer)
62901              Date: Tue, 29 Aug 2000 01:19:59 +0200
62902              Message-Id: <200008282319.BAA29862@gandalf.local>
62903      Branch: perl
62904            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
62905            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
62906            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
62907 ____________________________________________________________________________
62908 [  6871] By: jhi                                   on 2000/08/28  23:22:09
62909         Log: Take out the SUIDMAIL thing, that will not be
62910              a problem in 5.7.*.
62911      Branch: perl
62912            ! patchlevel.h
62913 ____________________________________________________________________________
62914 [  6870] By: jhi                                   on 2000/08/28  23:19:30
62915         Log: -S is the silent flag, -s is the strip flag.
62916              
62917              Subject: [PATCH] Re: [PATCH] make no-install          
62918              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62919              Date: Mon, 28 Aug 2000 15:12:55 -0700
62920              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
62921      Branch: perl
62922            ! Makefile.SH
62923 ____________________________________________________________________________
62924 [  6869] By: jhi                                   on 2000/08/28  23:12:05
62925         Log: Subject: [PATCH bleedperl@6856] warnings fixes
62926              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62927              Date: Mon, 28 Aug 2000 23:55:06 +0100
62928              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
62929      Branch: perl
62930            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
62931            ! warnings.h warnings.pl
62932 ____________________________________________________________________________
62933 [  6868] By: jhi                                   on 2000/08/28  21:38:22
62934         Log: Potential cruft.
62935      Branch: perl
62936            ! Makefile.SH
62937 ____________________________________________________________________________
62938 [  6867] By: jhi                                   on 2000/08/28  21:35:36
62939         Log: Update Changes.
62940      Branch: perl
62941            ! Changes patchlevel.h
62942 ____________________________________________________________________________
62943 [  6866] By: jhi                                   on 2000/08/28  21:33:49
62944         Log: Subject: hv.h Doc Patch
62945              From: Fisher Mark <fisherm@tce.com>
62946              Date: Mon, 28 Aug 2000 16:24:59 -0500
62947              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
62948      Branch: perl
62949            ! hv.h
62950 ____________________________________________________________________________
62951 [  6865] By: jhi                                   on 2000/08/28  21:02:15
62952         Log: Add -ld to archname on long tr...double platforms.
62953      Branch: metaconfig
62954            ! U/threads/archname.U
62955      Branch: perl
62956            ! Configure config_h.SH
62957 ____________________________________________________________________________
62958 [  6864] By: jhi                                   on 2000/08/28  20:38:59
62959         Log: An attempt to fix the problem reported in
62960              
62961              Subject: Building perl@6856 using gcc/AIX 4.3.3 
62962              From: Daniel Muino <dmuino@afip.gov.ar> 
62963              Date: Mon, 28 Aug 2000 15:50:01 -0300   
62964              Message-ID: <20000828155001.A14403@con2-dgi>
62965              
62966              I can't test this properly since the gcc installation I have
62967              access to seems to be botched (gcc is calling the AIX cpp,
62968              a losing proposition...)
62969      Branch: perl
62970            ! hints/aix.sh
62971 ____________________________________________________________________________
62972 [  6863] By: jhi                                   on 2000/08/28  18:57:52
62973         Log: Fix for ID 20000828.001, long doubles were not formatted
62974              correctly (showed up in $], which stopped installing perl).
62975      Branch: perl
62976            ! sv.c
62977 ____________________________________________________________________________
62978 [  6862] By: jhi                                   on 2000/08/28  18:07:15
62979         Log: Typo in #6858.
62980      Branch: perl
62981            ! lib/Cwd.pm
62982 ____________________________________________________________________________
62983 [  6861] By: jhi                                   on 2000/08/28  17:57:27
62984         Log: opmini.o may be left around if a build is interrupted.
62985      Branch: perl
62986            ! Makefile.SH
62987 ____________________________________________________________________________
62988 [  6860] By: jhi                                   on 2000/08/28  16:52:50
62989         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
62990              From: Daniel Chetlin <daniel@chetlin.com>
62991              Date: Mon, 28 Aug 2000 01:14:18 -0700
62992              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
62993      Branch: perl
62994            ! lib/overload.pm
62995 ____________________________________________________________________________
62996 [  6859] By: jhi                                   on 2000/08/28  16:08:46
62997         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
62998              From: Nicholas Clark <nick@ccl4.org>
62999              Date: Mon, 28 Aug 2000 16:03:27 +0100
63000              Message-Id: <20000828160327.C49785@plum.flirble.org>
63001      Branch: perl
63002            ! ext/ByteLoader/bytecode.h
63003 ____________________________________________________________________________
63004 [  6858] By: jhi                                   on 2000/08/28  16:02:10
63005         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
63006              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
63007              Date: Mon, 28 Aug 2000 13:08:30 +0200
63008              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
63009      Branch: perl
63010            ! lib/Cwd.pm
63011 ____________________________________________________________________________
63012 [  6857] By: jhi                                   on 2000/08/28  15:42:47
63013         Log: display_format used as a class method without arguments was broken,
63014              reported in
63015              
63016              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
63017              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
63018              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
63019              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
63020      Branch: perl
63021            ! lib/Math/Complex.pm t/lib/complex.t
63022 ____________________________________________________________________________
63023 [  6856] By: jhi                                   on 2000/08/27  22:09:48
63024         Log: Update Changes.
63025      Branch: perl
63026            ! Changes patchlevel.h
63027 ____________________________________________________________________________
63028 [  6855] By: jhi                                   on 2000/08/27  21:59:21
63029         Log: Retract #6853 (false alarm).
63030      Branch: perl
63031            ! lib/ExtUtils/xsubpp
63032 ____________________________________________________________________________
63033 [  6854] By: jhi                                   on 2000/08/27  21:37:44
63034         Log: Update Changes.
63035      Branch: perl
63036            ! Changes patchlevel.h
63037 ____________________________________________________________________________
63038 [  6853] By: jhi                                   on 2000/08/27  21:37:16
63039         Log: Subject: [PATCH perl@6850] workaround for xsubpp
63040              From: Hugo <hv@crypt.compulink.co.uk>
63041              Date: Sun, 27 Aug 2000 22:30:25 +0100
63042              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
63043      Branch: perl
63044            ! lib/ExtUtils/xsubpp
63045 ____________________________________________________________________________
63046 [  6852] By: jhi                                   on 2000/08/27  21:33:58
63047         Log: Big-endian 64-bit patch from Raphael Manfredi.
63048      Branch: perl
63049            ! ext/Storable/Storable.xs
63050 ____________________________________________________________________________
63051 [  6851] By: jhi                                   on 2000/08/27  21:22:21
63052         Log: More ruthless editing from Hugo van der Sanden.
63053      Branch: perl
63054            ! pod/perldelta.pod
63055 ____________________________________________________________________________
63056 [  6850] By: jhi                                   on 2000/08/27  16:11:46
63057         Log: Update Changes.
63058      Branch: perl
63059            ! Changes patchlevel.h
63060 ____________________________________________________________________________
63061 [  6849] By: jhi                                   on 2000/08/27  16:11:05
63062         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
63063      Branch: perl
63064            ! configpm pod/perldelta.pod
63065 ____________________________________________________________________________
63066 [  6848] By: jhi                                   on 2000/08/27  15:35:08
63067         Log: Use the actual thread type, not the pointer-to-struct.
63068      Branch: perl
63069            ! ext/Thread/Thread.xs
63070 ____________________________________________________________________________
63071 [  6847] By: jhi                                   on 2000/08/27  15:30:49
63072         Log: Test nit.
63073      Branch: perl
63074            ! t/pragma/warn/pp_sys
63075 ____________________________________________________________________________
63076 [  6846] By: jhi                                   on 2000/08/27  15:19:02
63077         Log: Passing -R in ldflags makes now it to appear in the default
63078              for lddlflags, just like with -L.
63079              
63080              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63081              From: Lupe Christoph <lupe@lupe-christoph.de>
63082              Date: Sun, 27 Aug 2000 10:28:21 +0200
63083              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
63084      Branch: metaconfig/U/perl
63085            ! dlsrc.U
63086      Branch: perl
63087            ! Configure
63088 ____________________________________________________________________________
63089 [  6845] By: jhi                                   on 2000/08/27  15:08:54
63090         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63091              From: Alan Burlison <Alan.Burlison@uk.sun.com>
63092              Date: Sat, 26 Aug 2000 22:23:27 +0100
63093              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
63094      Branch: perl
63095            ! lib/ExtUtils/MM_Unix.pm
63096 ____________________________________________________________________________
63097 [  6844] By: jhi                                   on 2000/08/27  15:02:37
63098         Log: DJGPP update from Laszlo Molnar.
63099              
63100              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
63101              From: ml1050 <ml1050@freemail.hu>
63102              Date: Sat, 26 Aug 2000 23:24:40 +0200
63103              Message-Id: <20000826232440.A439@freemail.hu>
63104      Branch: perl
63105            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
63106            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
63107 ____________________________________________________________________________
63108 [  6843] By: jhi                                   on 2000/08/27  14:53:58
63109         Log: Subject: installman buglet
63110              From: Lupe Christoph <lupe@lupe-christoph.de>
63111              Date: Sun, 27 Aug 2000 14:38:59 +0200
63112              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
63113      Branch: perl
63114            ! installman
63115 ____________________________________________________________________________
63116 [  6842] By: jhi                                   on 2000/08/27  14:52:08
63117         Log: Can't get the test to reliably work thanks to the
63118              inaccurateness of floating point.  "Resolves" bug ids
63119              20000826.003, 20000826.009, 20000826.010,
63120      Branch: perl
63121            ! t/lib/trig.t
63122 ____________________________________________________________________________
63123 [  6841] By: jhi                                   on 2000/08/26  15:53:58
63124         Log: Update Changes.
63125      Branch: perl
63126            ! Changes patchlevel.h
63127 ____________________________________________________________________________
63128 [  6840] By: jhi                                   on 2000/08/26  14:23:03
63129         Log: grep -e isn't portable.
63130              
63131              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
63132              From: chris@broadband.att.com
63133              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
63134              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
63135      Branch: perl
63136            ! hints/solaris_2.sh
63137 ____________________________________________________________________________
63138 [  6839] By: jhi                                   on 2000/08/26  14:12:23
63139         Log: no-install target a la make -n.
63140              
63141              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
63142              From: <abigail@foad.org>
63143              Date: Sat, 26 Aug 2000 03:57:34 -0400
63144              Message-ID: <20000826075735.18912.qmail@foad.org>
63145      Branch: perl
63146            ! Makefile.SH installman installperl
63147 ____________________________________________________________________________
63148 [  6838] By: jhi                                   on 2000/08/26  14:06:33
63149         Log: Retract #6826 as the #6828 should be do the same
63150              in a More Correct Way.
63151      Branch: perl
63152            ! installperl
63153 ____________________________________________________________________________
63154 [  6837] By: jhi                                   on 2000/08/26  05:24:00
63155         Log: More casting.
63156      Branch: perl
63157            ! ext/Storable/Storable.xs
63158 ____________________________________________________________________________
63159 [  6836] By: jhi                                   on 2000/08/26  05:05:46
63160         Log: Nicer in decimal.
63161      Branch: perl
63162            ! ext/Storable/Storable.xs
63163 ____________________________________________________________________________
63164 [  6835] By: jhi                                   on 2000/08/26  05:03:50
63165         Log: There be no UVdf.
63166      Branch: perl
63167            ! ext/Storable/Storable.xs
63168 ____________________________________________________________________________
63169 [  6834] By: jhi                                   on 2000/08/26  05:00:18
63170         Log: Continue IVdfing and UVxfing.
63171      Branch: perl
63172            ! ext/Storable/Storable.xs
63173 ____________________________________________________________________________
63174 [  6833] By: jhi                                   on 2000/08/26  04:53:14
63175         Log: Use IVdf.
63176      Branch: perl
63177            ! ext/Storable/Storable.xs
63178 ____________________________________________________________________________
63179 [  6832] By: jhi                                   on 2000/08/26  04:40:41
63180         Log: Document PTR2XX and INT2PTR.
63181      Branch: perl
63182            ! pod/perlguts.pod
63183 ____________________________________________________________________________
63184 [  6831] By: jhi                                   on 2000/08/26  04:33:18
63185         Log: Use UVxf, PTR2UV, NVff.
63186      Branch: perl
63187            ! ext/Storable/Storable.xs
63188 ____________________________________________________________________________
63189 [  6830] By: jhi                                   on 2000/08/26  04:31:32
63190         Log: Update the test count.
63191      Branch: perl
63192            ! t/lib/trig.t
63193 ____________________________________________________________________________
63194 [  6829] By: jhi                                   on 2000/08/26  03:05:50
63195         Log: Subject: [PATCH] installation not quite silent yet.
63196              From: <abigail@foad.org>
63197              Date: Fri, 25 Aug 2000 20:07:53 -0400
63198              Message-ID: <20000826000753.7822.qmail@foad.org>
63199      Branch: perl
63200            ! installman installperl
63201 ____________________________________________________________________________
63202 [  6828] By: jhi                                   on 2000/08/26  03:05:14
63203         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
63204              From: Spider Boardman <spider@web.zk3.dec.com>
63205              Date: Fri, 25 Aug 2000 19:12:40 -0400
63206              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
63207      Branch: perl
63208            ! gv.c
63209 ____________________________________________________________________________
63210 [  6827] By: jhi                                   on 2000/08/25  23:54:34
63211         Log: Support preserving extremely big/small angles.
63212      Branch: perl
63213            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
63214 ____________________________________________________________________________
63215 [  6826] By: jhi                                   on 2000/08/25  23:01:20
63216         Log: Patch installperl to be long double-aware.
63217              
63218              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
63219              From: Spider Boardman <spider@web.zk3.dec.com>
63220              Date: Fri, 25 Aug 2000 18:15:23 -0400
63221              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
63222      Branch: perl
63223            ! installperl
63224 ____________________________________________________________________________
63225 [  6825] By: jhi                                   on 2000/08/25  22:58:25
63226         Log: Remove duplicately applied patch shards.
63227              
63228              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
63229              From: Spider Boardman <spider@leggy.zk3.dec.com>
63230              Date: Fri, 25 Aug 2000 16:45:03 -0400
63231              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
63232      Branch: perl
63233            ! t/lib/cgi-html.t
63234 ____________________________________________________________________________
63235 [  6824] By: jhi                                   on 2000/08/25  22:57:00
63236         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63237              From: Daniel Chetlin <daniel@chetlin.com>
63238              Date: Fri, 25 Aug 2000 12:23:16 -0700
63239              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
63240              
63241              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63242              From: Daniel Chetlin <daniel@chetlin.com>
63243              Date: Fri, 25 Aug 2000 14:47:19 -0700
63244              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
63245      Branch: perl
63246            ! installman
63247 ____________________________________________________________________________
63248 [  6823] By: jhi                                   on 2000/08/25  22:44:17
63249         Log: Timestamp problem?
63250      Branch: perl
63251            ! uconfig.h uconfig.sh
63252 ____________________________________________________________________________
63253 [  6822] By: jhi                                   on 2000/08/25  19:01:06
63254         Log: One forgotten file from #6816.
63255      Branch: perl
63256            ! vos/config.h
63257 ____________________________________________________________________________
63258 [  6821] By: jhi                                   on 2000/08/25  18:56:39
63259         Log: Regen Changes.
63260      Branch: perl
63261            ! Changes patchlevel.h
63262 ____________________________________________________________________________
63263 [  6820] By: jhi                                   on 2000/08/25  18:52:35
63264         Log: Fix Changes ordering.
63265      Branch: perl
63266            ! Changes
63267 ____________________________________________________________________________
63268 [  6819] By: jhi                                   on 2000/08/25  18:50:25
63269         Log: Update Changes.
63270      Branch: perl
63271            ! Changes patchlevel.h
63272 ____________________________________________________________________________
63273 [  6818] By: jhi                                   on 2000/08/25  18:47:45
63274         Log: Tweak the sfio/useperlio logic, hopefully as wished in
63275              
63276              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
63277              From: Nicholas Clark <nick@babyhippo.co.uk>
63278              Date: Fri, 25 Aug 2000 12:01:45 +0100
63279              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
63280      Branch: metaconfig/U/perl
63281            ! d_sfio.U
63282      Branch: perl
63283            ! Configure
63284 ____________________________________________________________________________
63285 [  6817] By: jhi                                   on 2000/08/25  18:32:51
63286         Log: Allow microperl to assume <math.h>, without it the math
63287              functions like floor() are assumed to return int, which makes
63288              for core dumps in machines where integer and floating register
63289              don't mix.
63290      Branch: perl
63291            ! uconfig.h uconfig.sh
63292 ____________________________________________________________________________
63293 [  6816] By: jhi                                   on 2000/08/25  18:27:17
63294         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
63295              the problem reported in
63296              
63297              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
63298              From: danhale@us.ibm.com
63299              Date: Fri, 25 Aug 2000 10:58:06 -0400
63300              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
63301      Branch: metaconfig/U/perl
63302            + d_socks5_init.U
63303      Branch: perl
63304            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
63305            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
63306            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
63307            ! win32/config.gc win32/config.vc
63308 ____________________________________________________________________________
63309 [  6815] By: jhi                                   on 2000/08/25  17:43:31
63310         Log: A solution for the retrieve_fd autosplit warning,
63311              idea suggested by Mike Guy.
63312      Branch: perl
63313            ! ext/Storable/Storable.pm
63314 ____________________________________________________________________________
63315 [  6814] By: jhi                                   on 2000/08/25  17:16:03
63316         Log: Add install-silent target.
63317      Branch: perl
63318            ! Makefile.SH
63319 ____________________________________________________________________________
63320 [  6813] By: jhi                                   on 2000/08/25  17:14:23
63321         Log: Subject: Re: [PATCH] More silencing of installman.
63322              From: <abigail@foad.org>
63323              Date: Thu, 24 Aug 2000 19:27:03 -0400
63324              Message-ID: <20000824232703.7001.qmail@foad.org>
63325              
63326              Subject: Re: [PATCH] More silencing of installman.
63327              From: <abigail@foad.org>
63328              Date: Fri, 25 Aug 2000 03:00:58 -0400
63329              Message-ID: <20000825070058.10697.qmail@foad.org>
63330      Branch: perl
63331            ! installman
63332 ____________________________________________________________________________
63333 [  6812] By: jhi                                   on 2000/08/25  17:11:28
63334         Log: installperl --verbose and --silent.
63335              
63336              Subject: Re: [PATCH] More silencing of installman.
63337              From: <abigail@foad.org>
63338              Message-ID: <20000825064430.9719.qmail@foad.org>
63339              Date: Fri, 25 Aug 2000 02:44:30 -0400
63340      Branch: perl
63341            ! installperl
63342 ____________________________________________________________________________
63343 [  6811] By: jhi                                   on 2000/08/25  17:05:43
63344         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
63345              From: "Peter J. Farley III" <pjfarley@banet.net>
63346              Date: Thu, 24 Aug 2000 21:58:03 -0400
63347              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
63348              
63349              (applied slightly modified)
63350      Branch: perl
63351            ! lib/ExtUtils/MM_Unix.pm
63352 ____________________________________________________________________________
63353 [  6810] By: jhi                                   on 2000/08/25  17:01:18
63354         Log: Missing parts of 
63355              
63356              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
63357              From: Peter Prymmer <pvhp@forte.com>
63358              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
63359              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
63360      Branch: perl
63361            ! t/lib/cgi-html.t
63362 ____________________________________________________________________________
63363 [  6809] By: jhi                                   on 2000/08/25  16:46:32
63364         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
63365              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63366              Date: Thu, 24 Aug 2000 19:13:11 -0500
63367              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
63368      Branch: perl
63369            ! vms/vms.c
63370 ____________________________________________________________________________
63371 [  6808] By: jhi                                   on 2000/08/25  16:39:22
63372         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
63373              From: Peter Prymmer <pvhp@forte.com>
63374              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
63375              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
63376      Branch: perl
63377            ! configure.com
63378 ____________________________________________________________________________
63379 [  6807] By: jhi                                   on 2000/08/25  16:36:37
63380         Log: Better wording for the vec lvalue diagnostic.
63381              
63382              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63383              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63384              Date: Wed, 23 Aug 2000 14:12:16 -0400
63385              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
63386      Branch: perl
63387            ! pod/perldiag.pod
63388 ____________________________________________________________________________
63389 [  6806] By: jhi                                   on 2000/08/24  18:17:22
63390         Log: Subject: [PATCH] More silencing of installman.
63391              From: <abigail@foad.org>
63392              Date: Thu, 24 Aug 2000 14:01:44 -0400
63393              Message-ID: <20000824180144.20062.qmail@foad.org>
63394      Branch: perl
63395            ! installman
63396 ____________________________________________________________________________
63397 [  6805] By: jhi                                   on 2000/08/24  15:00:31
63398         Log: Update Changes.
63399      Branch: perl
63400            ! Changes patchlevel.h
63401 ____________________________________________________________________________
63402 [  6804] By: jhi                                   on 2000/08/24  14:59:07
63403         Log: Regen perltoc.
63404      Branch: perl
63405            ! pod/perltoc.pod
63406 ____________________________________________________________________________
63407 [  6803] By: jhi                                   on 2000/08/24  14:44:39
63408         Log: Show the doc file, not the temp file.
63409      Branch: perl
63410            ! installman
63411 ____________________________________________________________________________
63412 [  6802] By: jhi                                   on 2000/08/24  14:41:53
63413         Log: Continue silencing.
63414      Branch: perl
63415            ! installman
63416 ____________________________________________________________________________
63417 [  6801] By: jhi                                   on 2000/08/24  14:34:40
63418         Log: Actually do something with the silencer option.
63419      Branch: perl
63420            ! installman
63421 ____________________________________________________________________________
63422 [  6800] By: jhi                                   on 2000/08/24  14:26:22
63423         Log: Make installman to recognize the silence flag -S.
63424      Branch: perl
63425            ! installman
63426 ____________________________________________________________________________
63427 [  6799] By: jhi                                   on 2000/08/24  13:49:38
63428         Log: DOS patches and portability/porting notes, from Tim Jenness.
63429      Branch: perl
63430            ! lib/File/Temp.pm
63431 ____________________________________________________________________________
63432 [  6798] By: jhi                                   on 2000/08/24  13:48:27
63433         Log: Create directories in silence.
63434              
63435              Subject: [PATCH] Another silencer for MakeMaker
63436              From: andreas.koenig@anima.de (Andreas J. Koenig)
63437              Date: 24 Aug 2000 14:18:52 +0200
63438              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
63439      Branch: perl
63440            ! lib/ExtUtils/Command.pm
63441 ____________________________________________________________________________
63442 [  6797] By: jhi                                   on 2000/08/24  13:46:42
63443         Log: More liberal parsing of version numbers.
63444              
63445              Subject: Re: CPAN.pm beta for testing available
63446              From: andreas.koenig@anima.de (Andreas J. Koenig)
63447              Date: 24 Aug 2000 13:51:57 +0200
63448              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
63449      Branch: perl
63450            ! lib/CPAN.pm
63451 ____________________________________________________________________________
63452 [  6796] By: jhi                                   on 2000/08/24  13:44:36
63453         Log: Make "make install" by default silent.  A new "install-verbose"
63454              target is verbose.
63455      Branch: perl
63456            ! Makefile.SH
63457 ____________________________________________________________________________
63458 [  6795] By: jhi                                   on 2000/08/24  13:39:14
63459         Log: Add silencer flags to installperl.
63460              
63461              Subject: [PATCH] Making installperl silent.
63462              From: <abigail@foad.org>
63463              Date: Thu, 24 Aug 2000 05:01:45 -0400
63464              Message-ID: <20000824090145.13141.qmail@foad.org>
63465      Branch: perl
63466            ! installperl
63467 ____________________________________________________________________________
63468 [  6794] By: jhi                                   on 2000/08/24  13:35:50
63469         Log: installperl couldn't tell whether it had run tests or not.
63470              
63471              Subject: [PATCH] Re: installperl and t/TEST
63472              From: <abigail@foad.org>
63473              Date: Thu, 24 Aug 2000 04:00:53 -0400
63474              Message-ID: <20000824080053.2494.qmail@foad.org>
63475      Branch: perl
63476            ! Makefile.SH installperl
63477 ____________________________________________________________________________
63478 [  6793] By: jhi                                   on 2000/08/24  13:27:50
63479         Log: Drop the separate perlbc, perlcc -b should be enough.
63480      Branch: perl
63481            - utils/perlbc.PL
63482            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
63483 ____________________________________________________________________________
63484 [  6792] By: jhi                                   on 2000/08/24  04:41:30
63485         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
63486              plus the typo fix from Peter Prymmer.
63487      Branch: perl
63488            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
63489            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
63490 ____________________________________________________________________________
63491 [  6791] By: jhi                                   on 2000/08/24  02:10:43
63492         Log: Replace #6705 with a minimal doc patch.
63493              
63494              Subject: [PATCH 5.6.0] replace change #6705
63495              From: Jan Dubois <jand@ActiveState.com>
63496              Date: Wed, 23 Aug 2000 18:31:51 -0700
63497              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
63498      Branch: perl
63499            ! lib/Win32.pod win32/win32.c
63500 ____________________________________________________________________________
63501 [  6790] By: jhi                                   on 2000/08/23  17:52:00
63502         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63503              From: Mike Guy <mjtg@cam.ac.uk>
63504              Date: Wed, 23 Aug 2000 18:38:46 +0100
63505              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
63506      Branch: perl
63507            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
63508 ____________________________________________________________________________
63509 [  6789] By: jhi                                   on 2000/08/23  15:34:21
63510         Log: Update Changes.
63511      Branch: perl
63512            ! Changes patchlevel.h
63513 ____________________________________________________________________________
63514 [  6788] By: jhi                                   on 2000/08/23  15:33:40
63515         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
63516              From: Wilfredo Sánchez <wsanchez@apple.com>
63517              Date: Tue, 22 Aug 2000 19:31:27 -0700
63518              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
63519      Branch: perl
63520            ! perl.h
63521 ____________________________________________________________________________
63522 [  6787] By: jhi                                   on 2000/08/23  15:29:31
63523         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
63524              From: Spider Boardman <spider@leggy.zk3.dec.com>
63525              Date: Wed, 23 Aug 2000 10:33:23 -0400
63526              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
63527      Branch: perl
63528            ! lib/Pod/Html.pm
63529 ____________________________________________________________________________
63530 [  6786] By: jhi                                   on 2000/08/23  15:28:11
63531         Log: Bad makefile.
63532      Branch: perl
63533            ! ext/B/Makefile.PL
63534 ____________________________________________________________________________
63535 [  6785] By: jhi                                   on 2000/08/23  14:37:04
63536         Log: Update Changes.
63537      Branch: perl
63538            ! Changes patchlevel.h
63539 ____________________________________________________________________________
63540 [  6784] By: jhi                                   on 2000/08/23  13:58:41
63541         Log: Portability fix from Hugo van der Sanden.
63542      Branch: perl
63543            ! ext/re/Makefile.PL
63544 ____________________________________________________________________________
63545 [  6783] By: jhi                                   on 2000/08/23  13:53:53
63546         Log: Storable support, v-version fixes.
63547              
63548              Subject: CPAN.pm beta for testing available
63549              From: andreas.koenig@anima.de (Andreas J. Koenig)
63550              Date: 22 Aug 2000 23:31:33 +0200
63551              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
63552      Branch: perl
63553            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63554 ____________________________________________________________________________
63555 [  6782] By: jhi                                   on 2000/08/23  13:51:26
63556         Log: Mac and other portability updates from Chris Nandor.
63557      Branch: perl
63558            ! pod/perlmodinstall.pod
63559 ____________________________________________________________________________
63560 [  6781] By: jhi                                   on 2000/08/23  13:47:33
63561         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
63562              From: Peter Prymmer <pvhp@forte.com>
63563              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
63564              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
63565      Branch: perl
63566            ! ext/Storable/Storable.xs
63567 ____________________________________________________________________________
63568 [  6780] By: jhi                                   on 2000/08/23  13:33:34
63569         Log: VMS MMS (make) wants null action.
63570      Branch: perl
63571            ! ext/B/Makefile.PL
63572 ____________________________________________________________________________
63573 [  6779] By: jhi                                   on 2000/08/22  19:44:47
63574         Log: Forgot portability nit.
63575      Branch: perl
63576            ! t/lib/st-forgive.t
63577 ____________________________________________________________________________
63578 [  6778] By: jhi                                   on 2000/08/22  19:35:25
63579         Log: Be portable.
63580      Branch: perl
63581            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
63582            ! t/lib/st-store.t
63583 ____________________________________________________________________________
63584 [  6777] By: jhi                                   on 2000/08/22  18:50:53
63585         Log: Update Changes.
63586      Branch: perl
63587            ! Changes patchlevel.h
63588 ____________________________________________________________________________
63589 [  6776] By: jhi                                   on 2000/08/22  18:44:46
63590         Log: cSVOPo_*v things index into the current PL_curpad
63591              under ithreads, which is different from the curpad
63592              used by the XSUB.  (In other words, the code as-is
63593              before this patch wouldn't work under ithreads.)
63594              From Sarathy.
63595      Branch: perl
63596            ! ext/B/B.xs
63597 ____________________________________________________________________________
63598 [  6775] By: jhi                                   on 2000/08/22  18:18:37
63599         Log: Make the selection of NVff et al stricter.
63600      Branch: metaconfig/U/perl
63601            ! perlxvf.U
63602      Branch: perl
63603            ! Configure config_h.SH
63604 ____________________________________________________________________________
63605 [  6774] By: jhi                                   on 2000/08/22  17:19:42
63606         Log: perldelta nits.
63607      Branch: perl
63608            ! pod/perldelta.pod
63609 ____________________________________________________________________________
63610 [  6773] By: jhi                                   on 2000/08/22  17:06:26
63611         Log: Long double fixes from Spider Boardman.
63612              
63613              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
63614              From: system PRIVILEGED account <root@peano.zk3.dec.com>
63615              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
63616              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
63617      Branch: perl
63618            ! t/lib/bigfltpm.t t/lib/st-06compat.t
63619 ____________________________________________________________________________
63620 [  6772] By: jhi                                   on 2000/08/22  15:04:53
63621         Log: Update Changes.
63622      Branch: perl
63623            ! Changes patchlevel.h
63624 ____________________________________________________________________________
63625 [  6771] By: jhi                                   on 2000/08/22  15:01:44
63626         Log: perldelta fixes from Hugo van der Sanden.
63627      Branch: perl
63628            ! pod/perldelta.pod
63629 ____________________________________________________________________________
63630 [  6770] By: jhi                                   on 2000/08/22  14:34:49
63631         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
63632              From: Hugo <hv@crypt.compulink.co.uk>
63633              Date: Tue, 22 Aug 2000 11:21:53 +0100
63634              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
63635      Branch: perl
63636            ! regcomp.c
63637 ____________________________________________________________________________
63638 [  6769] By: jhi                                   on 2000/08/22  14:30:02
63639         Log: Add Yitzchak, reformat.
63640      Branch: perl
63641            ! Changes config_h.SH
63642 ____________________________________________________________________________
63643 [  6768] By: jhi                                   on 2000/08/22  14:21:35
63644         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
63645              and Spider Boardman.
63646      Branch: metaconfig
63647            ! U/compline/d_gconvert.U
63648      Branch: perl
63649            ! Configure
63650 ____________________________________________________________________________
63651 [  6767] By: jhi                                   on 2000/08/22  14:11:24
63652         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
63653              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63654              Date: Mon, 21 Aug 2000 19:08:31 -0700
63655              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
63656      Branch: perl
63657            - ext/Storable/patchlevel.h
63658            ! MANIFEST ext/Storable/MANIFEST
63659 ____________________________________________________________________________
63660 [  6766] By: jhi                                   on 2000/08/22  13:49:29
63661         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
63662              From: Peter Prymmer <pvhp@forte.com>
63663              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
63664              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
63665      Branch: perl
63666            ! configure.com ext/Storable/Makefile.PL
63667 ____________________________________________________________________________
63668 [  6765] By: jhi                                   on 2000/08/22  13:44:59
63669         Log: Subject: [PATCH blead] B:: missing dependency
63670              From: Hugo <hv@crypt.compulink.co.uk>
63671              Date: Tue, 22 Aug 2000 06:44:33 +0100
63672              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
63673      Branch: perl
63674            ! ext/B/Makefile.PL
63675 ____________________________________________________________________________
63676 [  6764] By: jhi                                   on 2000/08/22  13:38:12
63677         Log: More bytecompiler.
63678      Branch: perl
63679            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
63680 ____________________________________________________________________________
63681 [  6763] By: jhi                                   on 2000/08/22  13:36:44
63682         Log: Bytecompiler patches from Benjamin Stuhl.
63683      Branch: perl
63684            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
63685            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63686            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63687            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63688            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
63689            ! perl.c perlapi.h pod/perldelta.pod
63690 ____________________________________________________________________________
63691 [  6762] By: jhi                                   on 2000/08/21  23:43:40
63692         Log: An obsoleted diagnostic.
63693      Branch: perl
63694            ! pod/perldelta.pod
63695 ____________________________________________________________________________
63696 [  6761] By: jhi                                   on 2000/08/21  23:01:45
63697         Log: The #6759 wasn't quite right.
63698      Branch: perl
63699            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
63700            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
63701            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63702            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63703            ! t/lib/st-tieditems.t
63704 ____________________________________________________________________________
63705 [  6760] By: jhi                                   on 2000/08/21  22:35:49
63706         Log: Be verydeepclean.
63707      Branch: perl
63708            ! Makefile.SH
63709 ____________________________________________________________________________
63710 [  6759] By: jhi                                   on 2000/08/21  22:25:40
63711         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
63712              From: Peter Prymmer <pvhp@forte.com>
63713              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
63714              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
63715      Branch: perl
63716            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
63717            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
63718            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63719            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63720            ! t/lib/st-tieditems.t
63721 ____________________________________________________________________________
63722 [  6758] By: jhi                                   on 2000/08/21  22:22:32
63723         Log: Few more casts, need reported in
63724              
63725              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
63726              From: Mike Stok <mike@stok.co.uk>
63727              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
63728              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
63729              
63730              and
63731              
63732              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
63733              From: abigail@foad.org
63734              Date: 21 Aug 2000 21:31:34 -0000
63735              Message-Id: <20000821213134.30170.qmail@foad.org>
63736      Branch: perl
63737            ! ext/Storable/Storable.xs
63738 ____________________________________________________________________________
63739 [  6757] By: jhi                                   on 2000/08/21  18:37:07
63740         Log: Update Changes.
63741      Branch: perl
63742            ! Changes patchlevel.h
63743 ____________________________________________________________________________
63744 [  6756] By: jhi                                   on 2000/08/21  18:34:02
63745         Log: A pod nit.
63746              
63747              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
63748              From: <abigail@foad.org>
63749              Date: Mon, 21 Aug 2000 14:00:16 -0400
63750              Message-ID: <20000821180016.28627.qmail@foad.org>
63751      Branch: perl
63752            ! pod/perlre.pod
63753 ____________________________________________________________________________
63754 [  6755] By: jhi                                   on 2000/08/21  18:30:56
63755         Log: Use PodParser 1.18 new test.
63756      Branch: perl
63757            ! t/pod/special_seqs.t t/pod/special_seqs.xr
63758 ____________________________________________________________________________
63759 [  6754] By: jhi                                   on 2000/08/21  18:28:35
63760         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
63761              patches cannot be applied since #6712 conflicts.
63762      Branch: perl
63763            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
63764 ____________________________________________________________________________
63765 [  6753] By: jhi                                   on 2000/08/21  18:15:11
63766         Log: Weed out some smaller changes.
63767      Branch: perl
63768            ! pod/perldelta.pod
63769 ____________________________________________________________________________
63770 [  6752] By: jhi                                   on 2000/08/21  18:02:30
63771         Log: Also under djgpp the timestamps are funky.
63772      Branch: perl
63773            ! t/op/stat.t
63774 ____________________________________________________________________________
63775 [  6751] By: jhi                                   on 2000/08/21  17:55:56
63776         Log: Tweak the floating point output routine preferences.
63777      Branch: metaconfig
63778            ! U/compline/d_gconvert.U
63779      Branch: perl
63780            ! Configure
63781 ____________________________________________________________________________
63782 [  6750] By: jhi                                   on 2000/08/21  17:51:29
63783         Log: Unicos/mk requires elaborate paranoia.
63784      Branch: perl
63785            ! lib/Math/Complex.pm
63786 ____________________________________________________________________________
63787 [  6749] By: gsar                                  on 2000/08/21  16:53:31
63788         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
63789      Branch: perl
63790            ! lib/Cwd.pm
63791 ____________________________________________________________________________
63792 [  6748] By: gsar                                  on 2000/08/21  16:22:19
63793         Log: free TLS slot properly on Windows
63794      Branch: perl
63795            ! thread.h win32/perllib.c win32/win32thread.h
63796 ____________________________________________________________________________
63797 [  6747] By: jhi                                   on 2000/08/21  16:20:58
63798         Log: Rename the macro argument because some preprocessors
63799              can't tell the difference and expand arguments also inside
63800              double quoted strings.
63801      Branch: perl
63802            ! regcomp.c
63803 ____________________________________________________________________________
63804 [  6746] By: jhi                                   on 2000/08/21  16:09:41
63805         Log: Support long doubles in Storable.
63806              
63807              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
63808              From: Radu Greab <radu@netsoft.ro>
63809              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
63810              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
63811      Branch: perl
63812            ! ext/Storable/Storable.xs
63813 ____________________________________________________________________________
63814 [  6745] By: jhi                                   on 2000/08/21  15:51:40
63815         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
63816              From: "Fifer, Eric" <EFifer@sanwaint.com>
63817              Date: Mon, 21 Aug 2000 15:34:49 +0100
63818              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
63819      Branch: perl
63820            ! t/pragma/warn/9enabled
63821 ____________________________________________________________________________
63822 [  6744] By: jhi                                   on 2000/08/21  15:39:35
63823         Log: Document the endianness of Alpha more precisely.
63824      Branch: perl
63825            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
63826            ! pod/perlport.pod
63827 ____________________________________________________________________________
63828 [  6743] By: jhi                                   on 2000/08/21  14:47:05
63829         Log: perldelta fixes from the p5p crowd.
63830      Branch: perl
63831            ! pod/perldelta.pod pod/perlop.pod
63832 ____________________________________________________________________________
63833 [  6742] By: jhi                                   on 2000/08/21  13:34:51
63834         Log: Update to Pod::LaTeX 0.53.
63835              
63836              Subject: [PATCH] lib/Pod/LaTeX.pm updates
63837              From: Tim Jenness <timj@jach.hawaii.edu>
63838              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
63839              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
63840      Branch: perl
63841            ! lib/Pod/LaTeX.pm
63842 ____________________________________________________________________________
63843 [  6741] By: jhi                                   on 2000/08/21  13:33:01
63844         Log: Subject: [PATCH] os2.c fix for use64bitint
63845              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63846              Date: Mon, 21 Aug 2000 01:32:25 -0700
63847              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
63848      Branch: perl
63849            ! os2/os2.c
63850 ____________________________________________________________________________
63851 [  6740] By: jhi                                   on 2000/08/21  13:28:52
63852         Log: Array context keeps slithering in.
63853              
63854              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
63855              From: Daniel Chetlin <daniel@chetlin.com>
63856              Date: Sun, 20 Aug 2000 21:40:25 -0700
63857              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
63858      Branch: perl
63859            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
63860            ! pod/perldebtut.pod
63861 ____________________________________________________________________________
63862 [  6739] By: jhi                                   on 2000/08/21  13:23:55
63863         Log: Big-endian quad fixes for Storable from Radu Greab,
63864              plus few explicit null casts for picky compilers.
63865      Branch: perl
63866            ! ext/Storable/Storable.xs
63867 ____________________________________________________________________________
63868 [  6738] By: gsar                                  on 2000/08/21  05:56:13
63869         Log: small tweaks for change#6705: avoid C++ style comments in C code;
63870              use Perl's malloc API rather than the low level system one
63871      Branch: perl
63872            ! win32/win32.c
63873 ____________________________________________________________________________
63874 [  6737] By: gsar                                  on 2000/08/21  05:35:41
63875         Log: add Storable to list of extensions on Windows
63876      Branch: perl
63877            ! win32/Makefile win32/makefile.mk
63878 ____________________________________________________________________________
63879 [  6736] By: jhi                                   on 2000/08/21  02:57:53
63880         Log: Update Changes.
63881      Branch: perl
63882            ! Changes patchlevel.h
63883 ____________________________________________________________________________
63884 [  6735] By: jhi                                   on 2000/08/21  02:57:20
63885         Log: Draft 0.
63886      Branch: perl
63887            ! pod/perldelta.pod
63888 ____________________________________________________________________________
63889 [  6734] By: jhi                                   on 2000/08/21  02:57:03
63890         Log: Add Storable 0.7.2 from Raphael Manfredi,
63891              plus the patch from
63892              
63893              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
63894              From: Radu Greab <radu@netsoft.ro>
63895              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
63896              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
63897              
63898              plus changes to get Storable to compile with
63899              picky ANSI compilers.
63900      Branch: perl
63901            + ext/Storable/ChangeLog ext/Storable/MANIFEST
63902            + ext/Storable/Makefile.PL ext/Storable/README
63903            + ext/Storable/Storable.pm ext/Storable/Storable.xs
63904            + ext/Storable/patchlevel.h t/lib/st-06compat.t
63905            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
63906            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
63907            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63908            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63909            + t/lib/st-tieditems.t
63910            ! MANIFEST
63911 ____________________________________________________________________________
63912 [  6733] By: jhi                                   on 2000/08/21  02:29:09
63913         Log: The correct cleaning order is an art.
63914      Branch: perl
63915            ! Makefile.SH
63916 ____________________________________________________________________________
63917 [  6732] By: jhi                                   on 2000/08/21  01:23:39
63918         Log: The #6724 is here.
63919      Branch: perl
63920            ! t/lib/ftmp-security.t
63921 ____________________________________________________________________________
63922 [  6731] By: jhi                                   on 2000/08/20  23:17:03
63923         Log: s/this one/the 5.6.0 release/
63924      Branch: perl
63925            ! pod/perl56delta.pod
63926 ____________________________________________________________________________
63927 [  6730] By: jhi                                   on 2000/08/20  23:07:34
63928         Log: Mention perlebcdic and perlposix-bc.
63929      Branch: perl
63930            ! pod/perlport.pod
63931 ____________________________________________________________________________
63932 [  6729] By: jhi                                   on 2000/08/20  21:32:59
63933         Log: Document the number of exponent digits.
63934      Branch: perl
63935            ! pod/perlfunc.pod
63936 ____________________________________________________________________________
63937 [  6728] By: jhi                                   on 2000/08/20  21:16:47
63938         Log: Use File::Spec->tmpdir().
63939              
63940              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
63941              From: Tim Jenness <timj@jach.hawaii.edu>
63942              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
63943              MIME-Version: 1.0
63944              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
63945      Branch: perl
63946            ! utils/perlbug.PL
63947 ____________________________________________________________________________
63948 [  6727] By: jhi                                   on 2000/08/20  20:43:32
63949         Log: Update Changes.
63950      Branch: perl
63951            ! Changes patchlevel.h
63952 ____________________________________________________________________________
63953 [  6726] By: jhi                                   on 2000/08/20  20:41:44
63954         Log: The veryclean target needs to clobber.
63955      Branch: perl
63956            ! Makefile.SH
63957 ____________________________________________________________________________
63958 [  6725] By: jhi                                   on 2000/08/20  20:37:38
63959         Log: Document odd vs even subreleases and -Dusedevel.
63960      Branch: perl
63961            ! INSTALL
63962 ____________________________________________________________________________
63963 [  6724] By: jhi                                   on 2000/08/20  19:58:05
63964         Log: Use temporary directory instead of current directory.
63965              
63966              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
63967              From: Tim Jenness <timj@jach.hawaii.edu>
63968              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
63969              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
63970      Branch: perl
63971            ! t/lib/ftmp-security.t
63972 ____________________________________________________________________________
63973 [  6723] By: jhi                                   on 2000/08/20  19:55:55
63974         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
63975              From: andreas.koenig@anima.de (Andreas J. Koenig)
63976              Date: 20 Aug 2000 15:52:03 +0200
63977              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
63978      Branch: perl
63979            ! lib/ExtUtils/MM_Unix.pm
63980 ____________________________________________________________________________
63981 [  6722] By: jhi                                   on 2000/08/20  19:46:01
63982         Log: Update to CGI 2.72, from Lincoln Stein.
63983      Branch: perl
63984            ! lib/CGI.pm
63985 ____________________________________________________________________________
63986 [  6721] By: jhi                                   on 2000/08/20  19:43:54
63987         Log: (Replaced by #8364.)
63988              
63989              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
63990              From: Radu Greab <radu@netsoft.ro>
63991              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
63992              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
63993      Branch: perl
63994            ! ext/GDBM_File/GDBM_File.xs
63995 ____________________________________________________________________________
63996 [  6720] By: jhi                                   on 2000/08/20  19:42:01
63997         Log: pp_open() could pass an uninitialized filename down to do_open9().
63998      Branch: perl
63999            ! pp_sys.c
64000 ____________________________________________________________________________
64001 [  6719] By: jhi                                   on 2000/08/20  14:06:41
64002         Log: UTF8 concat fixes.
64003              
64004              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
64005              From: Hugo <hv@crypt.compulink.co.uk>
64006              Date: Sun, 20 Aug 2000 07:30:46 +0100
64007              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
64008      Branch: perl
64009            ! pp_hot.c t/op/append.t
64010 ____________________________________________________________________________
64011 [  6718] By: jhi                                   on 2000/08/20  02:09:37
64012         Log: Let's try #6717 again.
64013      Branch: perl
64014            ! lib/File/Temp.pm
64015 ____________________________________________________________________________
64016 [  6717] By: jhi                                   on 2000/08/20  01:56:55
64017         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
64018              From: "Craig A. Berry" <craig.berry@metamorgs.com>
64019              Date: Sat, 19 Aug 2000 18:15:39 -0500
64020              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
64021      Branch: perl
64022            ! lib/File/Temp.pm
64023 ____________________________________________________________________________
64024 [  6716] By: jhi                                   on 2000/08/19  15:50:11
64025         Log: Update Changes.
64026      Branch: perl
64027            ! Changes patchlevel.h
64028 ____________________________________________________________________________
64029 [  6715] By: jhi                                   on 2000/08/19  15:39:09
64030         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
64031              From: Jonathan D Johnston <jdjohnston2@juno.com>
64032              Date: Thu, 17 Aug 2000 23:13:01 -0400       
64033              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
64034      Branch: perl
64035            ! pod/perlfunc.pod
64036 ____________________________________________________________________________
64037 [  6714] By: jhi                                   on 2000/08/19  15:34:04
64038         Log: Introduce a 'veryclean' target that is like 'distclean'
64039              but also removes *~ and *.orig.
64040      Branch: perl
64041            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
64042            ! utils/Makefile x2p/Makefile.SH
64043 ____________________________________________________________________________
64044 [  6713] By: jhi                                   on 2000/08/19  14:15:45
64045         Log: Put back the long double avoidance code to POSIX.xs
64046              because VMS seems to need it still.
64047      Branch: perl
64048            ! ext/POSIX/POSIX.xs
64049 ____________________________________________________________________________
64050 [  6712] By: jhi                                   on 2000/08/19  14:10:41
64051         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
64052              From: Peter Prymmer <pvhp@forte.com>
64053              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
64054              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
64055      Branch: perl
64056            ! lib/Pod/Find.pm t/pod/find.t
64057 ____________________________________________________________________________
64058 [  6711] By: jhi                                   on 2000/08/19  14:09:19
64059         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
64060              From: Peter Prymmer <pvhp@forte.com>
64061              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
64062              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
64063              cc: vmsperl@perl.org
64064      Branch: perl
64065            ! t/lib/peek.t
64066 ____________________________________________________________________________
64067 [  6710] By: jhi                                   on 2000/08/19  14:08:01
64068         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
64069              From: Jan Dubois <jand@ActiveState.com>
64070              Date: Fri, 18 Aug 2000 16:31:48 -0700
64071              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
64072      Branch: perl
64073            ! win32/win32.c
64074 ____________________________________________________________________________
64075 [  6709] By: jhi                                   on 2000/08/19  14:06:57
64076         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
64077              
64078              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
64079              From: Spider.Boardman@Orb.Nashua.NH.US
64080              Date: Fri, 18 Aug 2000 18:41:14 -0400
64081              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
64082      Branch: perl
64083            ! regcomp.c
64084 ____________________________________________________________________________
64085 [  6708] By: jhi                                   on 2000/08/18  22:04:49
64086         Log: Update Changes.
64087      Branch: perl
64088            ! Changes patchlevel.h
64089 ____________________________________________________________________________
64090 [  6707] By: jhi                                   on 2000/08/18  21:55:14
64091         Log: Add warnif(), check warnings further up the stack,
64092              all the warnings functions now can take an optional object reference.
64093              
64094              Subject: [PATCH bleedperl@6691] warnings pragma update
64095              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
64096              Date: Fri, 18 Aug 2000 22:42:06 +0100
64097              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
64098      Branch: perl
64099            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
64100            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
64101            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
64102 ____________________________________________________________________________
64103 [  6706] By: jhi                                   on 2000/08/18  21:41:45
64104         Log: Typo in pp_complement().
64105              
64106              Subject: [PATCH perl-current] Deparse
64107              From: Peter Scott <Peter@PSDT.com>
64108              Date: Fri, 18 Aug 2000 12:44:37 -0700
64109              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
64110      Branch: perl
64111            ! ext/B/B/Deparse.pm
64112 ____________________________________________________________________________
64113 [  6705] By: jhi                                   on 2000/08/18  21:25:59
64114         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
64115              From: Jan Dubois <jand@ActiveState.com>
64116              Date: Fri, 18 Aug 2000 14:22:51 -0700
64117              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
64118      Branch: perl
64119            ! lib/Win32.pod win32/win32.c
64120 ____________________________________________________________________________
64121 [  6704] By: jhi                                   on 2000/08/18  21:16:14
64122         Log: Don't eat leading os from index entries.
64123              
64124              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
64125              From: Russ Allbery <rra@stanford.edu>
64126              Date: 10 Aug 2000 20:49:25 -0700
64127              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
64128      Branch: perl
64129            ! lib/Pod/Man.pm
64130 ____________________________________________________________________________
64131 [  6703] By: jhi                                   on 2000/08/18  21:07:06
64132         Log: Add [[:blank:]] as suggested in
64133              
64134              Subject: [ID 20000716.024] [=cc=] / [:blank:]
64135              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
64136              Date: Sun, 16 Jul 2000 17:55:29 -0700
64137              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
64138              
64139              (the [=cc=] has already been taken care of by #6439
64140              so the whole bug report can be closed)
64141              
64142              and make [[:space:]] to be equivalent to isspace(3)
64143              (as opposed to \s, which is isSPACE()).  The difference
64144              is that now [[:space:]] matches the mythical vertical tab,
64145              while \s doesn't.
64146      Branch: perl
64147            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
64148            ! regexec.c t/op/pat.t
64149 ____________________________________________________________________________
64150 [  6702] By: jhi                                   on 2000/08/18  18:47:47
64151         Log: The new tests were missing from #6415.
64152      Branch: perl
64153            ! t/op/bop.t
64154 ____________________________________________________________________________
64155 [  6701] By: jhi                                   on 2000/08/18  18:20:40
64156         Log: Document the NDBM_File and ODBM_File as SDBM_File
64157              was documented in #6417.
64158      Branch: perl
64159            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
64160            ! ext/SDBM_File/SDBM_File.pm
64161 ____________________________________________________________________________
64162 [  6700] By: jhi                                   on 2000/08/18  18:10:39
64163         Log: Subject: [PATCH perl@6698] cygwin port
64164              From: "Fifer, Eric" <EFifer@sanwaint.com>
64165              Date: Fri, 18 Aug 2000 17:30:05 +0100
64166              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
64167      Branch: perl
64168            ! lib/File/Temp.pm
64169 ____________________________________________________________________________
64170 [  6699] By: jhi                                   on 2000/08/18  16:21:49
64171         Log: Document code point which makes if (defined %stash::) to work
64172              (noted by Spider Boardman).
64173      Branch: perl
64174            ! op.c
64175 ____________________________________________________________________________
64176 [  6698] By: jhi                                   on 2000/08/18  13:43:27
64177         Log: Update Changes.
64178      Branch: perl
64179            ! Changes patchlevel.h
64180 ____________________________________________________________________________
64181 [  6697] By: jhi                                   on 2000/08/18  13:35:57
64182         Log: Tiny Getopt::Long patch from Johan Vromans.
64183      Branch: perl
64184            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
64185 ____________________________________________________________________________
64186 [  6696] By: jhi                                   on 2000/08/18  13:26:14
64187         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
64188              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
64189              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
64190              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
64191      Branch: perl
64192            ! pod/perldiag.pod pod/perlsyn.pod
64193 ____________________________________________________________________________
64194 [  6695] By: jhi                                   on 2000/08/18  13:13:26
64195         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
64196              From: Daniel Chetlin <daniel@chetlin.com>
64197              Date: Fri, 18 Aug 2000 03:13:36 -0700
64198              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
64199      Branch: perl
64200            ! pod/perlfunc.pod
64201 ____________________________________________________________________________
64202 [  6694] By: jhi                                   on 2000/08/18  13:08:05
64203         Log: Subject: [PATCH] perltrap.pod spring cleaning
64204              From: Daniel Chetlin <daniel@chetlin.com>
64205              Date: Fri, 18 Aug 2000 03:06:54 -0700
64206              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
64207              
64208              plus Mike Guy's nitfix.
64209      Branch: perl
64210            ! pod/perltrap.pod
64211 ____________________________________________________________________________
64212 [  6693] By: jhi                                   on 2000/08/18  13:00:26
64213         Log: Unbuffer the output.
64214              
64215              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
64216              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64217              Date: Thu, 17 Aug 2000 18:39:29 -0700
64218              Message-ID: <RPJn5gzkgydf092yn@efn.org>
64219      Branch: perl
64220            ! t/op/fork.t
64221 ____________________________________________________________________________
64222 [  6692] By: jhi                                   on 2000/08/18  05:19:17
64223         Log: Delete the image, too, not just its MANIFEStation.
64224      Branch: perl
64225            - lib/CGI/eg/wilogo.gif
64226 ____________________________________________________________________________
64227 [  6691] By: jhi                                   on 2000/08/18  05:10:26
64228         Log: Propagate new Configure vars.
64229      Branch: perl
64230            ! configure.com epoc/config.sh uconfig.h uconfig.sh
64231            ! vos/config.def vos/config.h vos/config_h.SH_orig
64232            ! win32/config.bc win32/config.gc win32/config.vc
64233            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64234 ____________________________________________________________________________
64235 [  6690] By: jhi                                   on 2000/08/18  04:30:56
64236         Log: Update Changes.
64237      Branch: perl
64238            ! Changes patchlevel.h
64239 ____________________________________________________________________________
64240 [  6689] By: jhi                                   on 2000/08/18  04:12:30
64241         Log: Fix the lib/complex failure of
64242              
64243              From: abigail@foad.org
64244              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64245              Date: 15 Aug 2000 04:06:38 -0000
64246              Message-Id: <20000815040638.8524.qmail@foad.org> 
64247              
64248              Linux long double accuracy issue: something that
64249              when printed with %g looks like "2" but int() of it is 1.
64250      Branch: perl
64251            ! lib/Math/Complex.pm
64252 ____________________________________________________________________________
64253 [  6688] By: jhi                                   on 2000/08/18  03:15:35
64254         Log: The byteorder code in #6671 was wrong.
64255      Branch: perl
64256            ! configpm
64257 ____________________________________________________________________________
64258 [  6687] By: jhi                                   on 2000/08/18  02:08:42
64259         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
64260              From: Jan Dubois <jand@ActiveState.com>
64261              Date: Thu, 17 Aug 2000 18:31:55 -0700
64262              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
64263      Branch: perl
64264            ! sv.c
64265 ____________________________________________________________________________
64266 [  6686] By: jhi                                   on 2000/08/18  02:04:15
64267         Log: Use NVs in POSIX math, not doubles.
64268              
64269              From: abigail@foad.org
64270              Subject: [ID 20000817.014] POSIX & modfl
64271              Date: 17 Aug 2000 20:49:18 -0000
64272              Message-Id: <20000817204918.23123.qmail@foad.org>
64273      Branch: perl
64274            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
64275 ____________________________________________________________________________
64276 [  6685] By: jhi                                   on 2000/08/18  02:02:12
64277         Log: Introduce NVef, NVff, and NVgf, use the middle one.
64278              (helps for lib/peek + Linux + long doubles)  Reported in
64279              
64280              From: abigail@foad.org
64281              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64282              Date: 15 Aug 2000 04:06:38 -0000
64283              Message-Id: <20000815040638.8524.qmail@foad.org> 
64284              
64285              (note: the lib/complex failure has not yet been addressed)
64286      Branch: metaconfig/U/perl
64287            ! perlxvf.U
64288      Branch: perl
64289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64290            ! config_h.SH dump.c perl.h pod/perlguts.pod
64291 ____________________________________________________________________________
64292 [  6684] By: jhi                                   on 2000/08/17  23:22:19
64293         Log: Add byteorder to the myconfig output.
64294      Branch: perl
64295            ! myconfig.SH
64296 ____________________________________________________________________________
64297 [  6683] By: jhi                                   on 2000/08/17  23:20:19
64298         Log: The image doth not exist, spotted by Johan Vromans.
64299      Branch: perl
64300            ! MANIFEST
64301 ____________________________________________________________________________
64302 [  6682] By: jhi                                   on 2000/08/17  22:38:16
64303         Log: Document what the backtick returns if the command fails.
64304      Branch: perl
64305            ! pod/perlop.pod
64306 ____________________________________________________________________________
64307 [  6681] By: jhi                                   on 2000/08/17  22:33:12
64308         Log: Do not use prototyping here.
64309              
64310              Subject: [ID 20000817.016] [PATCH] Peek.xs
64311              From: abigail@foad.org
64312              Date: 17 Aug 2000 20:55:56 -0000
64313              Message-Id: <20000817205556.24270.qmail@foad.org>
64314      Branch: perl
64315            ! ext/Devel/Peek/Makefile.PL
64316 ____________________________________________________________________________
64317 [  6680] By: jhi                                   on 2000/08/17  19:46:43
64318         Log: Don't propose using modules built for 5.005 if no binary
64319              compatibility with 5.005 is attempted.
64320              
64321              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64322              Subject: Minor nit with 5.7.0 (6655)
64323              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
64324              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
64325      Branch: metaconfig
64326            ! U/installdirs/inc_version_list.U
64327      Branch: perl
64328            ! Configure config_h.SH
64329 ____________________________________________________________________________
64330 [  6679] By: jhi                                   on 2000/08/17  19:16:39
64331         Log: Microperl config update.
64332      Branch: perl
64333            ! uconfig.h uconfig.sh
64334 ____________________________________________________________________________
64335 [  6678] By: jhi                                   on 2000/08/17  19:16:13
64336         Log: The #6648 wasn't protective enough for limited platforms
64337              (like microperl).
64338      Branch: perl
64339            ! dump.c sv.c
64340 ____________________________________________________________________________
64341 [  6677] By: jhi                                   on 2000/08/17  14:46:35
64342         Log: Update Changes.
64343      Branch: perl
64344            ! Changes patchlevel.h
64345 ____________________________________________________________________________
64346 [  6676] By: jhi                                   on 2000/08/17  14:44:02
64347         Log: Add perlebcdic from Peter Prymmer, regen toc.
64348      Branch: perl
64349            + pod/perlebcdic.pod
64350            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64351 ____________________________________________________________________________
64352 [  6675] By: jhi                                   on 2000/08/17  14:41:52
64353         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
64354      Branch: perl
64355            ! pod/perldebtut.pod
64356 ____________________________________________________________________________
64357 [  6674] By: jhi                                   on 2000/08/17  14:29:43
64358         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
64359              
64360              Subject: [ID 20000724.006] -DLEAKTEST problem
64361              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
64362              Date: Tue, 25 Jul 2000 00:36:32 -0500
64363              Message-Id: <20000725003632.A26186@www.llamacom.com>
64364              
64365              Reminder sent
64366              
64367              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
64368              From: Hugo <hv@crypt.compulink.co.uk>
64369              Date: Thu, 17 Aug 2000 15:23:42 +0100
64370              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
64371      Branch: perl
64372            ! util.c
64373 ____________________________________________________________________________
64374 [  6673] By: jhi                                   on 2000/08/17  04:07:10
64375         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
64376              From: John Peacock <JPeacock@UnivPress.com>
64377              Date: Tue, 01 Aug 2000 09:38:12 -0400
64378              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
64379      Branch: perl
64380            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
64381 ____________________________________________________________________________
64382 [  6672] By: jhi                                   on 2000/08/17  03:04:35
64383         Log: Subject: [PATCH] Cwd.pm now uses strict
64384              From: Tim Jenness <timj@jach.hawaii.edu>
64385              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
64386              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
64387      Branch: perl
64388            ! lib/Cwd.pm
64389 ____________________________________________________________________________
64390 [  6671] By: jhi                                   on 2000/08/17  02:16:35
64391         Log: Make $Config{byteorder} more magical so that it is
64392              dynamically computed: nice for 'fat binaries'.
64393              
64394              Subject: [PATCH]: default byteorder
64395              From: Wilfredo Sánchez <wsanchez@apple.com>
64396              Date: Mon, 31 Jul 2000 19:45:31 -0700
64397              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
64398      Branch: perl
64399            ! configpm
64400 ____________________________________________________________________________
64401 [  6670] By: gsar                                  on 2000/08/17  01:22:21
64402         Log: move WNOHANG definition to where other such things are
64403      Branch: perl
64404            ! win32/win32.h
64405 ____________________________________________________________________________
64406 [  6669] By: jhi                                   on 2000/08/17  01:19:17
64407         Log: Update Changes.
64408      Branch: perl
64409            ! Changes patchlevel.h
64410 ____________________________________________________________________________
64411 [  6668] By: jhi                                   on 2000/08/17  01:16:29
64412         Log: Doc nits spotted by Richard Soderberg.
64413      Branch: perl
64414            ! README.posix-bc README.vmesa
64415 ____________________________________________________________________________
64416 [  6667] By: jhi                                   on 2000/08/17  01:12:11
64417         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
64418              From: "Casey R. Tweten" <crt@kiski.net>
64419              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
64420              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
64421      Branch: perl
64422            ! pod/perldebtut.pod
64423 ____________________________________________________________________________
64424 [  6666] By: jhi                                   on 2000/08/17  01:09:31
64425         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
64426              From: "Casey R. Tweten" <crt@kiski.net>
64427              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
64428              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
64429      Branch: perl
64430            ! lib/Shell.pm
64431 ____________________________________________________________________________
64432 [  6665] By: gsar                                  on 2000/08/17  01:03:52
64433         Log: add "ok" targets from change#6632 in makefile.mk
64434      Branch: perl
64435            ! pod/perlport.pod win32/Makefile win32/makefile.mk
64436 ____________________________________________________________________________
64437 [  6664] By: gsar                                  on 2000/08/17  00:56:11
64438         Log: avoid warnings from dense compiler
64439      Branch: perl
64440            ! win32/win32.c
64441 ____________________________________________________________________________
64442 [  6663] By: jhi                                   on 2000/08/17  00:51:49
64443         Log: Tweak the regex compilation errors once more.
64444      Branch: perl
64445            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
64446            ! t/op/regmesg.t t/pragma/warn/regcomp
64447 ____________________________________________________________________________
64448 [  6662] By: gsar                                  on 2000/08/17  00:28:19
64449         Log: trailing new %ENV entries weren't being pushed into the real
64450              environment of subprocesses on Windows
64451      Branch: perl
64452            ! t/op/magic.t win32/perlhost.h
64453 ____________________________________________________________________________
64454 [  6661] By: gsar                                  on 2000/08/17  00:19:20
64455         Log: waitpid() now handles externally spawned pids correctly;
64456              fixes for backtick/wait/waitpid failures on Windows 9x
64457              
64458              these changes make the pid returned by process functions on
64459              Windows 9x always positive by clearing the high bit (which
64460              is always set on Win9x); pseudo-process PIDs are likewise
64461              always negative now on Win9x (just as on NT/2000)
64462      Branch: perl
64463            ! pp_sys.c win32/perlhost.h win32/win32.c
64464 ____________________________________________________________________________
64465 [  6660] By: jhi                                   on 2000/08/17  00:04:32
64466         Log: Retract #6645.
64467      Branch: perl
64468            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64469            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
64470            ! t/op/sprintf.t
64471 ____________________________________________________________________________
64472 [  6659] By: gsar                                  on 2000/08/16  23:59:28
64473         Log: on windows, the return values from wait() and waitpid() don't
64474              match those of pseudo-pids
64475      Branch: perl
64476            ! pp_sys.c t/op/fork.t util.c win32/win32.c
64477 ____________________________________________________________________________
64478 [  6658] By: gsar                                  on 2000/08/16  23:56:14
64479         Log: pod nit seen in passing
64480      Branch: perl
64481            ! pod/perlfunc.pod
64482 ____________________________________________________________________________
64483 [  6657] By: gsar                                  on 2000/08/16  23:53:42
64484         Log: change#6328 could make close(SOCKET) return false on windows
64485              when it shouldn't
64486      Branch: perl
64487            ! win32/win32sck.c
64488 ____________________________________________________________________________
64489 [  6656] By: gsar                                  on 2000/08/16  23:46:57
64490         Log: check that the number pseudo children doesn't exceed
64491              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
64492              the WaitForMultipleObjects() limit that would cause wait()
64493              to crash)
64494              
64495              wait() and waitpid() could potentially be rewritten to use
64496              more than one thread to do the waiting to eliminate this
64497              limitation
64498      Branch: perl
64499            ! win32/perlhost.h
64500 ____________________________________________________________________________
64501 [  6655] By: jhi                                   on 2000/08/16  14:11:05
64502         Log: Update Changes.
64503      Branch: perl
64504            ! Changes patchlevel.h
64505 ____________________________________________________________________________
64506 [  6654] By: jhi                                   on 2000/08/16  14:10:12
64507         Log: Update to perldebtut 1.9, from Richard Foley.
64508      Branch: perl
64509            ! pod/perldebtut.pod
64510 ____________________________________________________________________________
64511 [  6653] By: jhi                                   on 2000/08/16  14:08:17
64512         Log: Change the regx compilation error markers to use = instead of <
64513              since pod makes using the latter quite messy.  Reported in
64514              ID 20000814.006 by Abigail and in
64515              Subject: Unknown escape E<> ?
64516              From: Lupe Christoph <lupe@lupe-christoph.de>
64517              Date: Fri, 11 Aug 2000 00:30:27 +0200
64518              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
64519      Branch: perl
64520            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
64521            ! t/op/regmesg.t t/pragma/warn/regcomp
64522 ____________________________________________________________________________
64523 [  6652] By: jhi                                   on 2000/08/16  13:25:31
64524         Log: Change the perlbug address to perl.org since it's more forgiving.
64525              
64526              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
64527              From: abigail@foad.org
64528              Date: 15 Aug 2000 04:15:40 -0000
64529              Message-Id: <20000815041540.8633.qmail@foad.org>
64530      Branch: perl
64531            ! utils/perlbug.PL
64532 ____________________________________________________________________________
64533 [  6651] By: jhi                                   on 2000/08/16  13:22:35
64534         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
64535              From: Tim Jenness <timj@jach.hawaii.edu>
64536              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
64537              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
64538      Branch: perl
64539            ! lib/Cwd.pm
64540 ____________________________________________________________________________
64541 [  6650] By: jhi                                   on 2000/08/16  13:18:13
64542         Log: Update to CPAN 1.57.
64543              
64544              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
64545              From: andreas.koenig@anima.de (Andreas J. Koenig)
64546              Date: 16 Aug 2000 15:09:46 +0200
64547              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
64548      Branch: perl
64549            ! lib/CPAN.pm
64550 ____________________________________________________________________________
64551 [  6649] By: jhi                                   on 2000/08/16  13:12:31
64552         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
64553              From: "Larry W. Virden" <lvirden@cas.org>
64554              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
64555              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
64556      Branch: perl
64557            ! README.hpux
64558 ____________________________________________________________________________
64559 [  6648] By: jhi                                   on 2000/08/16  13:03:53
64560         Log: The numeric locale was reset to "C" by s?printf and never restored.
64561              
64562              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
64563              From: Christian Kirsch <ck@held.mind.de>
64564              Date: Wed, 9 Aug 2000 17:05:17 +0200
64565              Message-Id: <20000809170517.A25389@held>
64566              
64567              No test since adding the failing example to locale.t
64568              does not fail -- probably because the locale settings are so
64569              thoroughly tweaked by that time.  Running the example standalone
64570              does fail, though.  UPDATE: test case added at change #7540.
64571      Branch: perl
64572            ! dump.c perl.h pp.c pp_ctl.c sv.c
64573 ____________________________________________________________________________
64574 [  6647] By: jhi                                   on 2000/08/16  00:07:54
64575         Log: Update Changes and test semi-automatic patchlevel updating.
64576      Branch: perl
64577            ! Changes patchlevel.h
64578 ____________________________________________________________________________
64579 [  6646] By: jhi                                   on 2000/08/15  23:35:07
64580         Log: Fix a dependency problem.
64581              
64582              Subject: [PATCH: 6640] VMS Makefile.SH update
64583              From: Peter Prymmer <pvhp@forte.com>
64584              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
64585              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
64586      Branch: perl
64587            ! vms/descrip_mms.template
64588 ____________________________________________________________________________
64589 [  6645] By: jhi                                   on 2000/08/15  23:33:23
64590         Log: (Retracted by #6660)
64591              
64592              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
64593              From: Dominic Dunlop <domo@computer.org>
64594              Date: Tue, 15 Aug 2000 22:20:52 +0200
64595              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
64596      Branch: metaconfig/U/perl
64597            + d_printfed.U
64598      Branch: perl
64599            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64600            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
64601            ! t/op/sprintf.t
64602 ____________________________________________________________________________
64603 [  6644] By: jhi                                   on 2000/08/15  21:17:20
64604         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
64605              From: abigail@foad.org
64606              Date: 15 Aug 2000 20:12:41 -0000
64607              Message-Id: <20000815201241.25556.qmail@foad.org>
64608      Branch: perl
64609            ! INSTALL
64610 ____________________________________________________________________________
64611 [  6643] By: jhi                                   on 2000/08/15  21:15:28
64612         Log: (an already applied patch)
64613      Branch: perl
64614            ! lib/CGI.pm
64615 ____________________________________________________________________________
64616 [  6642] By: gsar                                  on 2000/08/15  19:54:05
64617         Log: magic callbacks all need to have same type signature
64618      Branch: perl
64619            ! embed.pl mg.c proto.h
64620 ____________________________________________________________________________
64621 [  6641] By: jhi                                   on 2000/08/15  17:56:27
64622         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)
64623              From: Mike Guy <mjtg@cam.ac.uk>
64624              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
64625              Date: Tue, 15 Aug 2000 18:26:45 +0100
64626              
64627              Only the peek.t part applied, not the hash quality part.
64628      Branch: perl
64629            ! t/lib/peek.t
64630 ____________________________________________________________________________
64631 [  6640] By: jhi                                   on 2000/08/15  16:37:37
64632         Log: Update Changes.
64633      Branch: perl
64634            ! Changes
64635 ____________________________________________________________________________
64636 [  6639] By: jhi                                   on 2000/08/15  16:34:55
64637         Log: Missed a file from #6638.
64638      Branch: perl
64639            ! lib/File/Temp.pm
64640 ____________________________________________________________________________
64641 [  6638] By: jhi                                   on 2000/08/15  16:33:19
64642         Log: Subject: [PATCH perl@6620] cygwin port
64643              From: "Fifer, Eric" <EFifer@sanwaint.com>
64644              Date: Tue, 15 Aug 2000 17:00:49 +0100
64645              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
64646      Branch: perl
64647            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
64648 ____________________________________________________________________________
64649 [  6637] By: jhi                                   on 2000/08/15  16:29:22
64650         Log: Subject: [PATCH] debugger exit code should reflect user exit code
64651              From: Mike Guy <mjtg@cam.ac.uk>
64652              Date: Tue, 15 Aug 2000 16:55:59 +0100
64653              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
64654      Branch: perl
64655            ! lib/perl5db.pl
64656 ____________________________________________________________________________
64657 [  6636] By: jhi                                   on 2000/08/15  15:30:58
64658         Log: Update Changes.
64659      Branch: perl
64660            ! Changes
64661 ____________________________________________________________________________
64662 [  6635] By: jhi                                   on 2000/08/15  15:27:21
64663         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
64664      Branch: metaconfig
64665            ! U/mkglossary U/mksample
64666      Branch: metaconfig/U/perl
64667            ! Devel.U
64668      Branch: perl
64669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64670 ____________________________________________________________________________
64671 [  6634] By: jhi                                   on 2000/08/15  14:11:55
64672         Log: Don't blow limited stacks, a lower number is enough to
64673              tickle the lookbehind limit.
64674              
64675              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
64676              From: Dominic Dunlop <domo@computer.org>
64677              Date: Tue, 15 Aug 2000 13:51:24 +0200
64678              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
64679      Branch: perl
64680            ! t/op/regmesg.t
64681 ____________________________________________________________________________
64682 [  6633] By: jhi                                   on 2000/08/15  14:01:46
64683         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
64684              From: Mike Guy <mjtg@cam.ac.uk>
64685              Date: Tue, 15 Aug 2000 12:10:50 +0100
64686              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
64687      Branch: perl
64688            ! utils/perldoc.PL
64689 ____________________________________________________________________________
64690 [  6632] By: jhi                                   on 2000/08/15  13:58:48
64691         Log: make ok etc also for win32.
64692              
64693              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
64694              From: Prymmer/Kahn <pvhp@best.com>
64695              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
64696              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
64697      Branch: perl
64698            ! win32/Makefile
64699 ____________________________________________________________________________
64700 [  6631] By: jhi                                   on 2000/08/15  13:45:03
64701         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
64702      Branch: perl
64703            ! lib/Test.pm
64704 ____________________________________________________________________________
64705 [  6630] By: jhi                                   on 2000/08/15  03:25:09
64706         Log: Update Changes.
64707      Branch: perl
64708            ! Changes
64709 ____________________________________________________________________________
64710 [  6629] By: jhi                                   on 2000/08/15  03:23:53
64711         Log: magic_regdatum_set() is void, not int.
64712      Branch: perl
64713            ! embed.pl mg.c proto.h
64714 ____________________________________________________________________________
64715 [  6628] By: jhi                                   on 2000/08/15  03:08:02
64716         Log: Make the user to give up his firstborn, err, to knowingly
64717              verify installing an unstable developer release.  Also bump
64718              the release to 5.7.0, but leave a patch tag in the local
64719              patches saying that this is not yet the real thing.
64720      Branch: metaconfig
64721            ! U/modified/Instruct.U
64722      Branch: metaconfig/U/perl
64723            + Devel.U
64724      Branch: perl
64725            ! Configure patchlevel.h
64726 ____________________________________________________________________________
64727 [  6627] By: jhi                                   on 2000/08/14  22:32:52
64728         Log: README.os2 update.
64729              
64730              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
64731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64732              Date: Wed, 02 Aug 2000 21:55:09 -0700
64733              Message-ID: <tsPi5gzkgegX092yn@efn.org>
64734      Branch: perl
64735            ! README.os2
64736 ____________________________________________________________________________
64737 [  6626] By: jhi                                   on 2000/08/14  21:00:02
64738         Log: Subject: Re: File::Temp problems on VMS in bleedperl
64739              From: Tim Jenness <timj@jach.hawaii.edu>
64740              cc: vmsperl@perl.org
64741              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
64742              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
64743      Branch: perl
64744            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
64745 ____________________________________________________________________________
64746 [  6625] By: jhi                                   on 2000/08/14  20:52:16
64747         Log: Add SUIDMAIL as was done for the CERT alert.
64748      Branch: perl
64749            ! patchlevel.h
64750 ____________________________________________________________________________
64751 [  6624] By: jhi                                   on 2000/08/14  20:48:50
64752         Log: Subject: sfio2000
64753              From: Daniel Muino <dmuino@afip.gov.ar>
64754              Date: Mon, 14 Aug 2000 16:58:11 -0300
64755              Message-ID: <20000814165811.B16368@con2-dgi>
64756      Branch: perl
64757            ! perlsdio.h perlsfio.h
64758 ____________________________________________________________________________
64759 [  6623] By: jhi                                   on 2000/08/14  20:47:36
64760         Log: Subject: warning: storage class after type is obsolescent
64761              From: Daniel Muino <dmuino@afip.gov.ar>
64762              Date: Mon, 14 Aug 2000 16:42:47 -0300
64763              Message-ID: <20000814164247.A16368@con2-dgi>
64764      Branch: perl
64765            ! regcomp.pl regnodes.h
64766 ____________________________________________________________________________
64767 [  6622] By: jhi                                   on 2000/08/14  20:43:05
64768         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
64769              From: abigail@foad.org
64770              Date: 14 Aug 2000 20:00:10 -0000
64771              Message-Id: <20000814200010.27271.qmail@foad.org>
64772      Branch: perl
64773            ! Changes
64774 ____________________________________________________________________________
64775 [  6621] By: jhi                                   on 2000/08/14  15:23:05
64776         Log: Update Changes.
64777      Branch: perl
64778            ! Changes
64779 ____________________________________________________________________________
64780 [  6620] By: jhi                                   on 2000/08/14  15:22:14
64781         Log: Subject: Re: [PATCH] @+, @- readonly
64782              From: Mike Guy <mjtg@cam.ac.uk>
64783              Date: Mon, 14 Aug 2000 15:26:55 +0100
64784              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
64785      Branch: perl
64786            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
64787            ! sv.c t/op/pat.t
64788 ____________________________________________________________________________
64789 [  6619] By: jhi                                   on 2000/08/14  14:12:08
64790         Log: Update Changes.
64791      Branch: perl
64792            ! Changes
64793 ____________________________________________________________________________
64794 [  6618] By: jhi                                   on 2000/08/14  14:09:34
64795         Log: For now remove the mail code.
64796      Branch: perl
64797            ! perl.c
64798 ____________________________________________________________________________
64799 [  6617] By: jhi                                   on 2000/08/14  14:08:28
64800         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
64801      Branch: perl
64802            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
64803            ! pod/perlfaq8.pod pod/perlsec.pod
64804 ____________________________________________________________________________
64805 [  6616] By: jhi                                   on 2000/08/14  14:00:11
64806         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
64807              From: Mike Guy <mjtg@cam.ac.uk>
64808              Date: Mon, 14 Aug 2000 08:26:02 +0100
64809              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
64810      Branch: perl
64811            ! lib/perl5db.pl
64812 ____________________________________________________________________________
64813 [  6615] By: jhi                                   on 2000/08/14  13:58:45
64814         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
64815              From: Mike Guy <mjtg@cam.ac.uk>
64816              Date: Mon, 14 Aug 2000 08:04:22 +0100
64817              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
64818      Branch: perl
64819            ! gv.c mg.c t/op/pat.t
64820 ____________________________________________________________________________
64821 [  6614] By: jhi                                   on 2000/08/14  13:56:45
64822         Log: Subject: Test fails / warnings with perl-current #6612
64823              From: Mike Guy <mjtg@cam.ac.uk>
64824              Date: Mon, 14 Aug 2000 07:57:23 +0100
64825              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
64826      Branch: perl
64827            ! t/lib/b.t t/lib/peek.t
64828 ____________________________________________________________________________
64829 [  6613] By: jhi                                   on 2000/08/14  13:45:33
64830         Log: VMS configure.com update continues.
64831      Branch: perl
64832            - vms/configure.com
64833            ! MANIFEST configure.com
64834 ____________________________________________________________________________
64835 [  6612] By: jhi                                   on 2000/08/13  22:13:35
64836         Log: Update Changes.
64837      Branch: perl
64838            ! Changes
64839 ____________________________________________________________________________
64840 [  6611] By: jhi                                   on 2000/08/13  16:21:45
64841         Log: Upgrade to CGI 2.71, from Lincoln Stein.
64842      Branch: perl
64843            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
64844 ____________________________________________________________________________
64845 [  6610] By: jhi                                   on 2000/08/13  15:09:16
64846         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
64847              From: Mike Guy <mjtg@cam.ac.uk>
64848              Date: Sun, 13 Aug 2000 13:45:51 +0100
64849              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
64850      Branch: perl
64851            ! t/op/regmesg.t
64852 ____________________________________________________________________________
64853 [  6609] By: jhi                                   on 2000/08/13  14:31:26
64854         Log: Andreas says that 1.56 is fine, so reverting back to it.
64855      Branch: perl
64856            ! lib/CPAN.pm
64857 ____________________________________________________________________________
64858 [  6608] By: jhi                                   on 2000/08/13  05:34:20
64859         Log: Update Changes.
64860      Branch: perl
64861            ! Changes
64862 ____________________________________________________________________________
64863 [  6607] By: jhi                                   on 2000/08/13  05:32:01
64864         Log: Put back the \z changes of #5406 to CPAN.pm.
64865      Branch: perl
64866            ! lib/CPAN.pm
64867 ____________________________________________________________________________
64868 [  6606] By: jhi                                   on 2000/08/13  05:20:16
64869         Log: Fix-n-skip the tests under 5005threads.
64870      Branch: perl
64871            ! t/lib/b.t
64872 ____________________________________________________________________________
64873 [  6605] By: jhi                                   on 2000/08/13  05:07:48
64874         Log: Fix the test for 5005threads.
64875      Branch: perl
64876            ! t/lib/peek.t
64877 ____________________________________________________________________________
64878 [  6604] By: jhi                                   on 2000/08/13  03:35:37
64879         Log: Should have deleted this in #6603.
64880      Branch: perl
64881            - vms/subconfigure.com
64882 ____________________________________________________________________________
64883 [  6603] By: jhi                                   on 2000/08/12  18:29:32
64884         Log: Rewrite of vms/subconfigure.com as configure.com,
64885              from Peter Prymmer and the vmsperl crew.
64886      Branch: perl
64887            + vms/configure.com
64888            ! MANIFEST
64889 ____________________________________________________________________________
64890 [  6602] By: jhi                                   on 2000/08/11  13:00:01
64891         Log: PlainText.pm is dead.
64892      Branch: perl
64893            - lib/Pod/PlainText.pm
64894            ! MANIFEST
64895 ____________________________________________________________________________
64896 [  6601] By: jhi                                   on 2000/08/11  04:06:45
64897         Log: Update Changes.
64898      Branch: perl
64899            ! Changes
64900 ____________________________________________________________________________
64901 [  6600] By: jhi                                   on 2000/08/11  04:06:10
64902         Log: Add a few missing files, update MANIFEST.
64903      Branch: perl
64904            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
64905            + lib/Pod/PlainText.pm t/pod/find.t
64906            ! MANIFEST t/op/regmesg.t
64907 ____________________________________________________________________________
64908 [  6599] By: jhi                                   on 2000/08/11  03:31:10
64909         Log: Add Perl debugging tutorial, regen toc. 
64910              
64911              Subject: perldebtut.pod
64912              From: Richard Foley <Richard.Foley@m.dasa.de>
64913              Date: Wed, 09 Aug 2000 10:17:15 +0200
64914              Message-id: <3991138B.262247B8@m.dasa.de>
64915      Branch: perl
64916            + pod/perldebtut.pod
64917            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64918 ____________________________________________________________________________
64919 [  6598] By: jhi                                   on 2000/08/11  02:48:56
64920         Log: tiny Changes edit
64921      Branch: perl
64922            ! Changes
64923 ____________________________________________________________________________
64924 [  6597] By: jhi                                   on 2000/08/11  02:39:04
64925         Log: Tests for #6589.
64926              
64927              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64928              From: simon@brecon.co.uk (Simon Cozens)
64929              Date: 11 Aug 2000 02:24:52 GMT
64930              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
64931      Branch: perl
64932            ! t/lib/b.t
64933 ____________________________________________________________________________
64934 [  6596] By: jhi                                   on 2000/08/11  01:50:07
64935         Log: Update Changes.
64936      Branch: perl
64937            ! Changes
64938 ____________________________________________________________________________
64939 [  6595] By: jhi                                   on 2000/08/11  01:47:16
64940         Log: nitfix
64941      Branch: perl
64942            ! Changes
64943 ____________________________________________________________________________
64944 [  6594] By: jhi                                   on 2000/08/11  01:36:16
64945         Log: Subject: Getting perlio and threads to compile
64946              From: Lupe Christoph <lupe@lupe-christoph.de>
64947              Date: Wed, 9 Aug 2000 11:35:54 +0200
64948              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
64949              
64950              (the Solaris version changes in Configure skipped)
64951      Branch: perl
64952            ! hints/solaris_2.sh thread.h
64953 ____________________________________________________________________________
64954 [  6593] By: jhi                                   on 2000/08/11  01:30:16
64955         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
64956              From: simon@brecon.co.uk (Simon Cozens)
64957              Date: 1 Aug 2000 06:55:19 GMT
64958              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
64959      Branch: perl
64960            ! lib/utf8.pm
64961 ____________________________________________________________________________
64962 [  6592] By: jhi                                   on 2000/08/11  01:26:39
64963         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
64964              From: Peter Scott <Peter@PeterScott.com>
64965              Date: Thu, 10 Aug 2000 08:23:27 -0700
64966              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
64967      Branch: perl
64968            ! lib/perl5db.pl
64969 ____________________________________________________________________________
64970 [  6591] By: jhi                                   on 2000/08/11  01:22:02
64971         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
64972              From: Hugo <hv@crypt.compulink.co.uk>
64973              Date: Thu, 10 Aug 2000 19:23:04 +0100
64974              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
64975      Branch: perl
64976            ! regexec.c t/op/pat.t
64977 ____________________________________________________________________________
64978 [  6590] By: jhi                                   on 2000/08/11  01:19:19
64979         Log: Preprocessing and postprocessing for File::Find.
64980              
64981              Subject: Patch to Find::File.pm to allow alphabetical results
64982              From: Joe Smith <jsmith@inwap.com>
64983              Date: Wed, 9 Aug 2000 02:44:54 -0700
64984              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
64985      Branch: perl
64986            ! lib/File/Find.pm
64987 ____________________________________________________________________________
64988 [  6589] By: jhi                                   on 2000/08/11  01:12:39
64989         Log: B::Deparse didn't do sub attributes.
64990              
64991              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64992              From: simon@brecon.co.uk (Simon Cozens)
64993              Date: 9 Aug 2000 04:49:20 GMT
64994              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
64995      Branch: perl
64996            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
64997 ____________________________________________________________________________
64998 [  6588] By: jhi                                   on 2000/08/11  01:06:40
64999         Log: Subject: debugger "d" command doesnt check line number
65000              From: Mike Guy <mjtg@cam.ac.uk>
65001              Date: Tue, 08 Aug 2000 21:54:29 +0100
65002              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
65003      Branch: perl
65004            ! lib/perl5db.pl mg.c pod/perldiag.pod
65005 ____________________________________________________________________________
65006 [  6587] By: jhi                                   on 2000/08/11  00:45:03
65007         Log: sleep(1) does not necessarily return 1.
65008              
65009              Subject: [PATCH bleadperl] op/lex_assign.t  
65010              From: Hugo <hv@crypt.compulink.co.uk>
65011              Date: Thu, 03 Aug 2000 14:34:22 +0100        
65012              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
65013      Branch: perl
65014            ! t/op/lex_assign.t
65015 ____________________________________________________________________________
65016 [  6586] By: jhi                                   on 2000/08/11  00:31:50
65017         Log: Document the IO::Select timeout.
65018      Branch: perl
65019            ! ext/IO/lib/IO/Select.pm
65020 ____________________________________________________________________________
65021 [  6585] By: jhi                                   on 2000/08/11  00:13:54
65022         Log: Forgot contributor.
65023      Branch: perl
65024            ! Changes
65025 ____________________________________________________________________________
65026 [  6584] By: jhi                                   on 2000/08/11  00:09:19
65027         Log: detypo
65028      Branch: perl
65029            ! Changes
65030 ____________________________________________________________________________
65031 [  6583] By: jhi                                   on 2000/08/11  00:07:53
65032         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
65033              
65034              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
65035              From: Mike Guy <mjtg@cam.ac.uk> 
65036              Date: Thu, 10 Aug 2000 15:50:54 +0100
65037              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
65038      Branch: perl
65039            ! sv.c t/op/int.t
65040 ____________________________________________________________________________
65041 [  6582] By: jhi                                   on 2000/08/10  23:29:32
65042         Log: Update Changes.
65043      Branch: perl
65044            ! Changes
65045 ____________________________________________________________________________
65046 [  6581] By: jhi                                   on 2000/08/10  23:26:16
65047         Log: Put back the std @INC thing.
65048      Branch: perl
65049            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
65050            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
65051            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
65052            ! t/lib/gol-oo.t
65053 ____________________________________________________________________________
65054 [  6580] By: jhi                                   on 2000/08/10  23:03:34
65055         Log: Update to CGI 2.70, from Lincoln Stein.
65056      Branch: perl
65057            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
65058            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
65059            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
65060            ! t/lib/cgi-request.t
65061 ____________________________________________________________________________
65062 [  6579] By: jhi                                   on 2000/08/10  22:41:50
65063         Log: Update to CPAN 1.56, from Andreas König.
65064      Branch: perl
65065            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65066 ____________________________________________________________________________
65067 [  6578] By: jhi                                   on 2000/08/10  22:38:13
65068         Log: Update to Pod::Parser 1.17, from Brad Appleton.
65069      Branch: perl
65070            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
65071            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
65072            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
65073            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
65074            ! t/pod/include.t t/pod/included.t t/pod/lref.t
65075            ! t/pod/multiline_items.t t/pod/nested_items.t
65076            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
65077            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
65078            ! t/pod/special_seqs.t
65079 ____________________________________________________________________________
65080 [  6577] By: jhi                                   on 2000/08/10  22:35:41
65081         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
65082      Branch: perl
65083            ! AUTHORS MAINTAIN
65084 ____________________________________________________________________________
65085 [  6576] By: jhi                                   on 2000/08/10  22:24:54
65086         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
65087      Branch: perl
65088            + t/lib/gol-oo.t
65089            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
65090            ! t/lib/gol-compat.t t/lib/gol-linkage.t
65091 ____________________________________________________________________________
65092 [  6575] By: jhi                                   on 2000/08/10  22:02:07
65093         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
65094      Branch: perl
65095            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
65096 ____________________________________________________________________________
65097 [  6574] By: jhi                                   on 2000/08/10  21:55:03
65098         Log: Iterating perl6 description.
65099      Branch: perl
65100            ! pod/perlfaq1.pod
65101 ____________________________________________________________________________
65102 [  6573] By: jhi                                   on 2000/08/10  21:48:26
65103         Log: Revert the sv.c part of #6559, a better fix is needed.
65104      Branch: perl
65105            ! sv.c
65106 ____________________________________________________________________________
65107 [  6572] By: jhi                                   on 2000/08/10  20:33:43
65108         Log: It's the 2ndO'ROSSC.
65109      Branch: perl
65110            ! pod/perlfaq1.pod
65111 ____________________________________________________________________________
65112 [  6571] By: jhi                                   on 2000/08/10  15:55:48
65113         Log: detypo
65114      Branch: perl
65115            ! pod/perlfaq1.pod
65116 ____________________________________________________________________________
65117 [  6570] By: jhi                                   on 2000/08/10  14:11:17
65118         Log: An exceptionally sticky typo.
65119      Branch: perl
65120            ! Changes
65121 ____________________________________________________________________________
65122 [  6569] By: jhi                                   on 2000/08/10  14:09:33
65123         Log: detypo (and test Changes updating script)
65124      Branch: perl
65125            ! Changes
65126 ____________________________________________________________________________
65127 [  6568] By: jhi                                   on 2000/08/10  14:07:07
65128         Log: Update Changes.
65129      Branch: perl
65130            ! Changes
65131 ____________________________________________________________________________
65132 [  6567] By: jhi                                   on 2000/08/10  14:06:19
65133         Log: Amend the description of Perl6.
65134              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
65135              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
65136              Date: Wed, 9 Aug 2000 22:11:06 -0500
65137              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
65138      Branch: perl
65139            ! pod/perlfaq1.pod
65140 ____________________________________________________________________________
65141 [  6566] By: jhi                                   on 2000/08/10  13:58:57
65142         Log: Subject: Remove dead entry in perldiag
65143              From: Mike Guy <mjtg@cam.ac.uk>
65144              Date: Thu, 10 Aug 2000 14:19:19 +0100
65145              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
65146      Branch: perl
65147            ! pod/perldiag.pod
65148 ____________________________________________________________________________
65149 [  6565] By: jhi                                   on 2000/08/10  13:51:48
65150         Log: Zero entries were skipped, fix from Adrian Goalby
65151              <argoalby@yahoo.co.uk>
65152      Branch: perl
65153            ! lib/unicode/Number.pl lib/unicode/mktables.PL
65154 ____________________________________________________________________________
65155 [  6564] By: jhi                                   on 2000/08/10  13:00:12
65156         Log: Subject: [PATCH 5.6.0] cygwin port
65157              From: "Fifer, Eric" <EFifer@sanwaint.com>
65158              Date: Thu, 10 Aug 2000 13:15:36 +0100
65159              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
65160      Branch: perl
65161            ! README.cygwin hints/cygwin.sh
65162 ____________________________________________________________________________
65163 [  6563] By: jhi                                   on 2000/08/10  12:55:16
65164         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
65165      Branch: perl
65166            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
65167 ____________________________________________________________________________
65168 [  6562] By: gsar                                  on 2000/08/10  08:38:39
65169         Log: warn is a macro, avoid using at a variable to avoid warnings
65170              in some configurations; readdir.t is too conservative in
65171              estimating number of *.t's
65172      Branch: perl
65173            ! t/op/readdir.t util.c
65174 ____________________________________________________________________________
65175 [  6561] By: jhi                                   on 2000/08/09  23:35:42
65176         Log: Update Changes.
65177      Branch: perl
65178            ! Changes
65179 ____________________________________________________________________________
65180 [  6560] By: jhi                                   on 2000/08/09  23:05:47
65181         Log: Subject: Re: enhanced(?) regex error messages
65182              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
65183              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
65184              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
65185              
65186              (plus two small patches sent privately)
65187              (this still seems to leave few test failures)
65188      Branch: perl
65189            + t/op/regmesg.t
65190            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
65191            ! t/pragma/warn/regcomp
65192 ____________________________________________________________________________
65193 [  6559] By: jhi                                   on 2000/08/09  20:41:18
65194         Log: (The fix did work but was not right, retracted in #6573)
65195              
65196              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
65197              From: Christian Kirsch <ck@held.mind.de>
65198              Date: Wed, 9 Aug 2000 17:05:17 +0200
65199              Message-Id: <20000809170517.A25389@held>
65200      Branch: perl
65201            ! sv.c t/pragma/locale.t
65202 ____________________________________________________________________________
65203 [  6558] By: jhi                                   on 2000/08/08  22:34:08
65204         Log: Tiny updates on the contributors list.
65205      Branch: perl
65206            ! Changes
65207 ____________________________________________________________________________
65208 [  6557] By: jhi                                   on 2000/08/08  19:34:28
65209         Log: Double check that we have a dirhandle.
65210      Branch: perl
65211            ! util.c
65212 ____________________________________________________________________________
65213 [  6556] By: jhi                                   on 2000/08/08  19:01:51
65214         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
65215              May be repopulated with fresh maintained examples.
65216      Branch: perl
65217            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
65218            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
65219            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
65220            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
65221            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
65222            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
65223            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
65224            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
65225            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
65226            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
65227            + lib/CGI/eg/wilogo_gif.uu
65228            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
65229            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
65230            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
65231            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
65232            - eg/cgi/frameset.cgi eg/cgi/index.html
65233            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
65234            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
65235            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
65236            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
65237            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
65238            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
65239            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
65240            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
65241            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
65242            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
65243            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
65244            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
65245            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
65246            - eg/van/vanish eg/who eg/wrapsuid
65247            ! MANIFEST
65248 ____________________________________________________________________________
65249 [  6555] By: jhi                                   on 2000/08/08  18:51:08
65250         Log: Delete chat2 as requested by Randal.
65251              
65252              Subject: Re: perlfaq8 coyness
65253              From: merlyn@stonehenge.com (Randal L. Schwartz) 
65254              Date: 15 May 2000 18:52:42 -0700 
65255              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
65256      Branch: perl
65257            - lib/chat2.pl
65258            ! MANIFEST
65259 ____________________________________________________________________________
65260 [  6554] By: jhi                                   on 2000/08/08  18:31:35
65261         Log: Regen global.sym.
65262      Branch: perl
65263            ! global.sym
65264 ____________________________________________________________________________
65265 [  6553] By: jhi                                   on 2000/08/08  18:28:13
65266         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
65267              (either perlbug or p5p ate the original), plus regen
65268              perlapi and perltoc. 
65269      Branch: perl
65270            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
65271            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
65272            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
65273            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
65274            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
65275            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
65276            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
65277            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
65278            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
65279            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
65280 ____________________________________________________________________________
65281 [  6552] By: jhi                                   on 2000/08/08  18:06:29
65282         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
65283              From: Mike Guy <mjtg@cam.ac.uk>
65284              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
65285              Date: Tue, 08 Aug 2000 15:51:27 +0100
65286      Branch: perl
65287            ! doop.c sv.h t/op/join.t t/pragma/overload.t
65288 ____________________________________________________________________________
65289 [  6551] By: jhi                                   on 2000/08/08  18:01:11
65290         Log: Re-apply #6549.
65291      Branch: perl
65292            ! lib/perl5db.pl
65293 ____________________________________________________________________________
65294 [  6550] By: jhi                                   on 2000/08/08  17:43:08
65295         Log: Accidental retraction of #6549.
65296      Branch: perl
65297            ! lib/perl5db.pl
65298 ____________________________________________________________________________
65299 [  6549] By: jhi                                   on 2000/08/08  17:40:04
65300         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65301              From: Mike Guy <mjtg@cam.ac.uk>
65302              Date: Mon, 07 Aug 2000 21:49:58 +0100
65303              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
65304      Branch: perl
65305            ! lib/perl5db.pl
65306 ____________________________________________________________________________
65307 [  6548] By: jhi                                   on 2000/08/08  17:37:57
65308         Log: Document here-doc better.
65309              
65310              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
65311              From: Mike Guy <mjtg@cam.ac.uk>
65312              Date: Mon, 07 Aug 2000 14:02:09 +0100
65313              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
65314      Branch: perl
65315            ! pod/perldata.pod
65316 ____________________________________________________________________________
65317 [  6547] By: jhi                                   on 2000/08/08  17:33:34
65318         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
65319              From: "Randy J. Ray" <rjray@redhat.com>
65320              Date: Mon, 07 Aug 2000 19:12:25 -0700
65321              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
65322      Branch: perl
65323            ! perl.c pod/perlrun.pod
65324 ____________________________________________________________________________
65325 [  6546] By: jhi                                   on 2000/08/08  17:29:26
65326         Log: Subject: Re: enhanced(?) regex error messages 
65327              From: Hugo <hv@crypt.compulink.co.uk>
65328              Date: Tue, 08 Aug 2000 03:25:51 +0100
65329              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
65330              
65331              plus Capitalize the error messages, plus perldiag them.
65332      Branch: perl
65333            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
65334 ____________________________________________________________________________
65335 [  6545] By: jhi                                   on 2000/08/08  13:59:28
65336         Log: Augment #6539 a bit: don't croak if there's magic in the air.
65337              
65338              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
65339              From: Hugo <hv@crypt.compulink.co.uk>
65340              Date: Tue, 08 Aug 2000 03:02:03 +0100
65341              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
65342      Branch: perl
65343            ! pp.c t/op/bless.t
65344 ____________________________________________________________________________
65345 [  6544] By: jhi                                   on 2000/08/07  21:11:52
65346         Log: Make the test -w clean.
65347      Branch: perl
65348            ! t/op/bless.t
65349 ____________________________________________________________________________
65350 [  6543] By: jhi                                   on 2000/08/07  19:49:53
65351         Log: use warnings instead of $^W.
65352      Branch: perl
65353            ! t/op/bless.t
65354 ____________________________________________________________________________
65355 [  6542] By: jhi                                   on 2000/08/07  17:41:41
65356         Log: Disable a portability warning Because We Know What We Are Doing.
65357      Branch: perl
65358            ! t/op/bless.t
65359 ____________________________________________________________________________
65360 [  6541] By: jhi                                   on 2000/08/07  17:29:51
65361         Log: Tiny tidying on report_evil_fh().
65362      Branch: perl
65363            ! util.c
65364 ____________________________________________________________________________
65365 [  6540] By: jhi                                   on 2000/08/07  16:37:38
65366         Log: Make regular expression parse error messages easier to understand.
65367              
65368              Subject: Re: enhanced(?) regex error messages
65369              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
65370              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
65371              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
65372      Branch: perl
65373            ! regcomp.c
65374 ____________________________________________________________________________
65375 [  6539] By: jhi                                   on 2000/08/07  16:12:27
65376         Log: Make bless(REF, REF) a fatal error, add bless tests.
65377              
65378              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
65379              From: Hugo <hv@crypt.compulink.co.uk>
65380              Date: Mon, 07 Aug 2000 16:59:38 +0100
65381              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
65382      Branch: perl
65383            + t/op/bless.t
65384            ! MANIFEST pod/perldiag.pod pp.c sv.c
65385 ____________________________________________________________________________
65386 [  6538] By: jhi                                   on 2000/08/07  15:59:43
65387         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
65388              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
65389              Date: Thu, 3 Aug 2000 14:29:21 -0700
65390              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
65391      Branch: perl
65392            ! lib/lib_pm.PL
65393 ____________________________________________________________________________
65394 [  6537] By: jhi                                   on 2000/08/07  15:47:18
65395         Log: Retract #6419 for now since it breaks in AFS and MachTen.
65396      Branch: perl
65397            ! lib/Cwd.pm
65398 ____________________________________________________________________________
65399 [  6536] By: jhi                                   on 2000/08/07  15:05:29
65400         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
65401              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
65402              The security hole exists only in suidperls, which isn't
65403              installed or even built by default.
65404      Branch: perl
65405            ! perl.c
65406 ____________________________________________________________________________
65407 [  6535] By: jhi                                   on 2000/08/07  14:45:14
65408         Log: tr memory corruption fix from Simon Cozens.
65409      Branch: perl
65410            ! doop.c
65411 ____________________________________________________________________________
65412 [  6534] By: jhi                                   on 2000/08/06  11:38:16
65413         Log: Document a bit that UDP is not what you might think.
65414              
65415              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
65416              From: Lupe Christoph <lupe@lupe-christoph.de>
65417              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
65418              Date: Mon, 24 Jul 2000 08:59:15 +0200
65419      Branch: perl
65420            ! pod/perlipc.pod
65421 ____________________________________________________________________________
65422 [  6533] By: jhi                                   on 2000/08/06  11:35:01
65423         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
65424              From: Jeff Pinyan <jeffp@hut.crusoe.net>
65425              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
65426              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
65427      Branch: perl
65428            ! pod/perlfunc.pod
65429 ____________________________________________________________________________
65430 [  6532] By: jhi                                   on 2000/08/06  03:45:41
65431         Log: Have symbols for the IoTYPEs.
65432      Branch: perl
65433            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
65434 ____________________________________________________________________________
65435 [  6531] By: jhi                                   on 2000/08/06  01:33:55
65436         Log: Continue fixing the io warnings.  This also
65437              sort of fixes bug ID 20000802.003: the core dump
65438              is no more.  Whether the current behaviour is correct
65439              (giving a warning: "Not a format reference"), is another matter.
65440      Branch: perl
65441            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
65442            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
65443 ____________________________________________________________________________
65444 [  6530] By: jhi                                   on 2000/08/05  21:33:12
65445         Log: Change the Policy policy: now -Dprefix= with an existing
65446              Policy.sh and prefix == siteprefix == vendorprefix, then all
65447              of them follow along the new prefix.
65448              
65449              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
65450              From: Andy Dougherty <doughera@lafayette.edu>
65451              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
65452              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
65453      Branch: perl
65454            ! Policy_sh.SH
65455 ____________________________________________________________________________
65456 [  6529] By: jhi                                   on 2000/08/05  18:57:28
65457         Log: Zap lib/Sys directory when cleaning up.
65458      Branch: perl
65459            ! Makefile.SH
65460 ____________________________________________________________________________
65461 [  6528] By: jhi                                   on 2000/08/05  18:40:44
65462         Log: Essential prototype changes were missing from #6527.
65463              Also make report_evil_fh() more bomb-proof.
65464      Branch: perl
65465            ! embed.h util.c
65466 ____________________________________________________________________________
65467 [  6527] By: jhi                                   on 2000/08/05  03:22:05
65468         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
65469              From: "Ronald F. Guilmette" <rfg@monkeys.com>
65470              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
65471              Message-Id: <200007242247.PAA52177@monkeys.com>
65472      Branch: perl
65473            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
65474 ____________________________________________________________________________
65475 [  6526] By: jhi                                   on 2000/08/04  21:23:27
65476         Log: gcc versions might have (parentheses) in them.
65477      Branch: metaconfig/U/perl
65478            ! gccvers.U
65479      Branch: perl
65480            ! Configure config_h.SH
65481 ____________________________________________________________________________
65482 [  6525] By: jhi                                   on 2000/08/04  20:23:12
65483         Log: Weed buglets pointed out by
65484              
65485              From: Lupe Christoph <lupe@lupe-christoph.de>
65486              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
65487              Date: Fri, 4 Aug 2000 17:34:39 +0200
65488              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
65489      Branch: metaconfig/U/perl
65490            ! gccvers.U uselfs.U
65491      Branch: perl
65492            ! Configure config_h.SH
65493 ____________________________________________________________________________
65494 [  6524] By: jhi                                   on 2000/08/04  19:02:08
65495         Log: Warn under -w if lstat(FH) is attempted.
65496              
65497              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
65498              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
65499              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
65500              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
65501      Branch: perl
65502            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
65503            ! t/pragma/warn/pp_sys
65504 ____________________________________________________________________________
65505 [  6523] By: jhi                                   on 2000/08/04  12:31:11
65506         Log: Subject: New perlcc, take 2
65507              From: simon@brecon.co.uk (Simon Cozens)
65508              Date: 4 Aug 2000 06:21:04 GMT
65509              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
65510      Branch: perl
65511            ! utils/perlcc.PL
65512 ____________________________________________________________________________
65513 [  6522] By: jhi                                   on 2000/08/04  12:26:33
65514         Log: Subject: Re: Array vs. List context
65515              From: Daniel Chetlin <daniel@chetlin.com>
65516              Date: Fri, 4 Aug 2000 00:22:44 -0700
65517              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
65518      Branch: perl
65519            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
65520            ! pod/perlfaq4.pod
65521 ____________________________________________________________________________
65522 [  6521] By: jhi                                   on 2000/08/04  12:22:38
65523         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
65524              From: Raymund Will <ray@caldera.de>
65525              Date: Fri, 4 Aug 2000 12:07:09 +0200
65526              Message-Id: <20000804120709.A14982@caldera.de>
65527      Branch: perl
65528            ! configure.gnu
65529 ____________________________________________________________________________
65530 [  6520] By: jhi                                   on 2000/08/04  04:09:06
65531         Log: After the #6519 a warning about stat() is just that,
65532              not about a filetest, which now have their own warning.
65533      Branch: perl
65534            ! pod/perldiag.pod
65535 ____________________________________________________________________________
65536 [  6519] By: jhi                                   on 2000/08/04  04:06:30
65537         Log: In the warnings call filehandles consistently so;
65538              add "unopened" warning for stat().
65539      Branch: perl
65540            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
65541            ! t/pragma/warn/pp_sys
65542 ____________________________________________________________________________
65543 [  6518] By: jhi                                   on 2000/08/04  02:55:35
65544         Log: Subject: Minor tweak to perlvar.pod
65545              From: "Stephen P. Potter" <spp@ds.net>
65546              Date: Tue, 18 Apr 2000 09:26:03 -0400
65547              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
65548      Branch: perl
65549            ! pod/perlvar.pod
65550 ____________________________________________________________________________
65551 [  6517] By: jhi                                   on 2000/08/04  02:50:08
65552         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
65553              From: "Clinton Pierce" <cpierce1@ford.com>
65554              Date: Wed, 21 Jul 1999 16:45:31 -0400
65555              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
65556              
65557              Fix by Stephen Potter (visible in the bug db but not in p5p?)
65558      Branch: perl
65559            ! pod/perlfunc.pod pod/perlop.pod
65560 ____________________________________________________________________________
65561 [  6516] By: jhi                                   on 2000/08/04  02:09:25
65562         Log: This is 6512.  Really.
65563      Branch: perl
65564            ! dump.c
65565 ____________________________________________________________________________
65566 [  6515] By: jhi                                   on 2000/08/04  01:25:50
65567         Log: mention the idea of @( and @)
65568      Branch: perl
65569            ! Todo-5.6
65570 ____________________________________________________________________________
65571 [  6514] By: bailey                                on 2000/08/04  01:18:46
65572         Log: YA resync with mainstem, including VMS patches from others
65573      Branch: vmsperl
65574           +> (branch 48 files)
65575            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
65576           !> (integrate 354 files)
65577 ____________________________________________________________________________
65578 [  6513] By: jhi                                   on 2000/08/04  01:18:18
65579         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
65580              From: Mark Dickinson <dickins3@fas.harvard.edu>
65581              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
65582              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
65583      Branch: perl
65584            ! t/op/grent.t t/op/pwent.t
65585 ____________________________________________________________________________
65586 [  6512] By: jhi                                   on 2000/08/04  01:14:06
65587         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
65588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65589              Date: Wed, 02 Aug 2000 10:51:01 +0100
65590              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
65591      Branch: perl
65592            ! sv.c
65593 ____________________________________________________________________________
65594 [  6511] By: jhi                                   on 2000/08/04  00:57:00
65595         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
65596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65597              Date: Thu, 03 Aug 2000 17:20:04 -0700
65598              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
65599      Branch: metaconfig
65600            ! U/modified/Cppsym.U
65601      Branch: perl
65602            ! Configure config_h.SH
65603 ____________________________________________________________________________
65604 [  6510] By: jhi                                   on 2000/08/04  00:25:28
65605         Log: detypo
65606      Branch: perl
65607            ! Makefile.SH
65608 ____________________________________________________________________________
65609 [  6509] By: jhi                                   on 2000/08/03  23:43:18
65610         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
65611              From: Dominic Dunlop <domo@computer.org>
65612              Date: Thu, 3 Aug 2000 22:16:46 +0200
65613              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
65614      Branch: perl
65615            ! t/op/sprintf.t
65616 ____________________________________________________________________________
65617 [  6508] By: jhi                                   on 2000/08/03  23:40:37
65618         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
65619              From: Hugo <hv@crypt.compulink.co.uk>
65620              Date: Thu, 03 Aug 2000 18:25:30 +0100
65621              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
65622      Branch: perl
65623            ! regcomp.c t/op/re_tests
65624 ____________________________________________________________________________
65625 [  6507] By: jhi                                   on 2000/08/03  23:38:28
65626         Log: Subject: [PATCH] sv.h documentation - SvLEN
65627              From: Mike Guy <mjtg@cam.ac.uk>
65628              Date: Thu, 03 Aug 2000 14:43:09 +0100
65629              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
65630      Branch: perl
65631            ! sv.h
65632 ____________________________________________________________________________
65633 [  6506] By: jhi                                   on 2000/08/03  15:49:14
65634         Log: Disable the fix_pl hack for now.
65635      Branch: perl
65636            ! Makefile.SH
65637 ____________________________________________________________________________
65638 [  6505] By: jhi                                   on 2000/08/03  13:49:04
65639         Log: Add a URL for FSF.
65640              
65641              Subject: Patch for README
65642              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
65643              Date: Wed, 2 Aug 2000 13:25:09 -0500
65644              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
65645      Branch: perl
65646            ! README
65647 ____________________________________________________________________________
65648 [  6504] By: jhi                                   on 2000/08/03  13:29:19
65649         Log: Be more informative on what is skipped and why,
65650              also repeat the list at the end.
65651      Branch: perl
65652            ! Porting/p4desc
65653 ____________________________________________________________________________
65654 [  6503] By: jhi                                   on 2000/08/03  13:07:05
65655         Log: Circumvent the removal of .patch by fix_pl.
65656              
65657              Subject: Re: [ID 20000802.011] unable to 'make test'          
65658              From: simon@brecon.co.uk (Simon Cozens) 
65659              Date: 3 Aug 2000 04:17:00 GMT
65660              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
65661      Branch: perl
65662            ! Makefile.SH
65663 ____________________________________________________________________________
65664 [  6502] By: jhi                                   on 2000/08/03  00:14:34
65665         Log: Add the missing setproctitle unit.
65666      Branch: metaconfig/U/perl
65667            + d_setproctitle.U
65668 ____________________________________________________________________________
65669 [  6501] By: jhi                                   on 2000/08/03  00:00:26
65670         Log: The subtest 4 may fail also on VOBS, as pointed out
65671              by Nick Ing-Simmons in November 1999, bug id 19991124.003
65672              (but the failure in that bug report isn't the subtest 4).
65673      Branch: perl
65674            ! t/op/stat.t
65675 ____________________________________________________________________________
65676 [  6500] By: jhi                                   on 2000/08/02  23:49:30
65677         Log: Better skip message for the test; one of the two problems in
65678              
65679              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
65680              From: Lupe Christoph <lupe@lupe-christoph.de>
65681              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
65682              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
65683      Branch: perl
65684            ! t/op/numconvert.t
65685 ____________________________________________________________________________
65686 [  6499] By: jhi                                   on 2000/08/02  22:49:16
65687         Log: Allow "no Module;" even if there is no 'unimport'.
65688              
65689              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
65690              From: mjd@plover.com
65691              Date: 24 Mar 2000 15:24:34 -0000
65692              Message-Id: <20000324152434.15160.qmail@plover.com>
65693      Branch: perl
65694            ! gv.c
65695 ____________________________________________________________________________
65696 [  6498] By: jhi                                   on 2000/08/02  22:42:58
65697         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
65698              that are hopefully soon put into use.
65699      Branch: perl
65700            ! opcode.h opcode.pl opnames.h
65701 ____________________________________________________________________________
65702 [  6497] By: gsar                                  on 2000/08/02  22:28:59
65703         Log: require.t needs binmode() to work on windows
65704      Branch: perl
65705            ! t/comp/require.t
65706 ____________________________________________________________________________
65707 [  6496] By: jhi                                   on 2000/08/02  22:08:51
65708         Log: Document the IVdf UVuf UVof UVxf.
65709      Branch: perl
65710            ! pod/perlguts.pod
65711 ____________________________________________________________________________
65712 [  6495] By: jhi                                   on 2000/08/02  21:54:26
65713         Log: detypo #6494
65714      Branch: perl
65715            ! ext/Data/Dumper/Dumper.xs
65716 ____________________________________________________________________________
65717 [  6494] By: jhi                                   on 2000/08/02  21:49:17
65718         Log: Dump UVs as UVs in Data::Dumper.
65719              
65720              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
65721              From: Gurusamy Sarathy <gsar@ActiveState.com>
65722              Date: Thu, 27 Apr 2000 12:26:25 -0700
65723              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
65724      Branch: perl
65725            ! ext/Data/Dumper/Dumper.xs
65726 ____________________________________________________________________________
65727 [  6493] By: jhi                                   on 2000/08/02  17:01:58
65728         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
65729              From: Hugo <hv@crypt.compulink.co.uk>
65730              Date: Wed, 02 Aug 2000 14:53:56 +0100
65731              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
65732      Branch: perl
65733            ! regexec.c t/op/re_tests
65734 ____________________________________________________________________________
65735 [  6492] By: jhi                                   on 2000/08/02  15:02:46
65736         Log: The new setproctitle() feature is available only in 
65737              bleeding edge FreeBSD.  From Paul Saab.
65738      Branch: perl
65739            ! mg.c
65740 ____________________________________________________________________________
65741 [  6491] By: jhi                                   on 2000/08/02  13:34:36
65742         Log: The tr utf8 patching continues.
65743              
65744              Subject: Re: #6469, too many tests claimed in require.t
65745              From: simon@brecon.co.uk (Simon Cozens)
65746              Date: 2 Aug 2000 02:37:17 GMT
65747              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
65748              
65749              (the logic of the test was the wrong way round in the patch)
65750      Branch: perl
65751            ! doop.c
65752 ____________________________________________________________________________
65753 [  6490] By: jhi                                   on 2000/08/02  13:27:38
65754         Log: The name of a filehandle does not have <these>.
65755      Branch: perl
65756            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
65757            ! t/pragma/warn/pp_sys util.c
65758 ____________________________________________________________________________
65759 [  6489] By: jhi                                   on 2000/08/02  04:26:46
65760         Log: Remove the extraneous "main::" prefix from all the
65761              "opened only for", "on closed", and "never opened" warnings.
65762              
65763              Subject: Re: inappropriate warning
65764              From: Gurusamy Sarathy <gsar@ActiveState.com>
65765              Date: Mon, 20 Mar 2000 11:28:02 -0800
65766              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
65767      Branch: perl
65768            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
65769            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
65770            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
65771 ____________________________________________________________________________
65772 [  6488] By: jhi                                   on 2000/08/02  03:02:57
65773         Log: memcpy has n o in it, as pinted ut by Sarathy.
65774      Branch: perl
65775            ! pod/perlguts.pod
65776 ____________________________________________________________________________
65777 [  6487] By: jhi                                   on 2000/08/02  02:44:51
65778         Log: Document in one place the memory abstractions used in Perl core.
65779              
65780              Subject: Re: Memory abstraction
65781              From: simon@brecon.co.uk (Simon Cozens)
65782              Date: 2 Aug 2000 02:20:23 GMT
65783              Organization: Earth.li Origins
65784      Branch: perl
65785            ! pod/perlguts.pod
65786 ____________________________________________________________________________
65787 [  6486] By: jhi                                   on 2000/08/02  02:41:57
65788         Log: regen_headers, regen perltoc.
65789      Branch: perl
65790            ! perlapi.c pod/perltoc.pod
65791 ____________________________________________________________________________
65792 [  6485] By: jhi                                   on 2000/08/02  01:43:33
65793         Log: "This little thing tests for a file .patch, and if it contains
65794              a number, pops into patchlevel.h" (making it easier to track
65795              which development version people are reporting bugs against)
65796              
65797              Subject: Patchlevel autogeneration for repository perls
65798              From: simon@brecon.co.uk (Simon Cozens)
65799              Date: 14 Jul 2000 07:12:15 GMT
65800              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
65801      Branch: perl
65802            + fix_pl
65803            ! MANIFEST Makefile.SH
65804 ____________________________________________________________________________
65805 [  6484] By: jhi                                   on 2000/08/02  01:32:54
65806         Log: FreeBSD 3.* updates from
65807              
65808              From: Paul Saab <ps@yahoo-inc.com>
65809              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
65810              Date: Tue, 1 Aug 2000 15:41:39 -0700
65811              Message-Id: <20000801154139.A53740@yahoo-inc.com>
65812      Branch: perl
65813            ! hints/freebsd.sh
65814 ____________________________________________________________________________
65815 [  6483] By: jhi                                   on 2000/08/02  01:27:44
65816         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
65817              instead one must use setproctitle().  This was already addressed
65818              by change #6457, but the below has a new variant for FreeBSD 4.0
65819              or later, and the matter is also documented more.
65820              
65821              From: Paul Saab <ps@yahoo-inc.com>
65822              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
65823              Date: Tue, 1 Aug 2000 15:41:39 -0700
65824              Message-Id: <20000801154139.A53740@yahoo-inc.com>
65825      Branch: metaconfig/U/perl
65826            + i_libutil.U
65827      Branch: perl
65828            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
65829 ____________________________________________________________________________
65830 [  6482] By: jhi                                   on 2000/08/01  22:17:32
65831         Log: The test from this
65832              
65833              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
65834              Date: Sat, 15 Apr 2000 17:03:44 +0100
65835              From: Tom Hughes <tom@compton.nu>
65836              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
65837              
65838              was missing, the code change went in as #5989
65839              (which had a different test?)
65840      Branch: perl
65841            ! t/op/misc.t
65842 ____________________________________________________________________________
65843 [  6481] By: jhi                                   on 2000/08/01  21:48:38
65844         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
65845              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
65846              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
65847              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
65848      Branch: perl
65849            ! perl.h
65850 ____________________________________________________________________________
65851 [  6480] By: jhi                                   on 2000/08/01  18:05:28
65852         Log: Make p4desc to skip non-mainperl branches by default.
65853      Branch: perl
65854            ! Porting/p4desc
65855 ____________________________________________________________________________
65856 [  6479] By: jhi                                   on 2000/08/01  17:29:19
65857         Log: If gccosandvers is equal to osname, clear gccosandvers.
65858      Branch: metaconfig/U/perl
65859            ! gccvers.U
65860      Branch: perl
65861            ! Configure config_h.SH
65862 ____________________________________________________________________________
65863 [  6478] By: jhi                                   on 2000/08/01  15:54:08
65864         Log: BOM patching from Simon Cozens.
65865      Branch: perl
65866            ! toke.c
65867 ____________________________________________________________________________
65868 [  6477] By: jhi                                   on 2000/08/01  04:50:33
65869         Log: Stash away the largefiles flags and libswanted.
65870      Branch: perl
65871            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
65872 ____________________________________________________________________________
65873 [  6476] By: gsar                                  on 2000/08/01  04:24:24
65874         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
65875              on Windows)
65876      Branch: perl
65877            ! t/pragma/utf8.t utf8.c win32/win32.c
65878 ____________________________________________________________________________
65879 [  6475] By: jhi                                   on 2000/08/01  03:35:24
65880         Log: Make chr() for values >127 to create utf8 when under utf8.
65881              
65882              Subject: Re: uft8/chr()
65883              From: simon@brecon.co.uk (Simon Cozens)
65884              Date: 1 Aug 2000 02:37:02 GMT
65885              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
65886      Branch: perl
65887            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
65888 ____________________________________________________________________________
65889 [  6474] By: jhi                                   on 2000/08/01  02:36:18
65890         Log: In Digital UNIX warn if gcc explicitly chosen because even
65891              2.95.2 is known to cause problems.
65892      Branch: perl
65893            ! hints/dec_osf.sh
65894 ____________________________________________________________________________
65895 [  6473] By: jhi                                   on 2000/08/01  02:00:56
65896         Log: Make the safety catch for buggy gccs work with triple version
65897              numbers like 2.95.2.  Reported in
65898              
65899              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
65900              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
65901              Date: Mon, 31 Jul 2000 14:55:06 +0200
65902              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
65903      Branch: perl
65904            ! hints/dec_osf.sh
65905 ____________________________________________________________________________
65906 [  6472] By: jhi                                   on 2000/08/01  01:13:33
65907         Log: Subject: fix and question re: waitpid() under win32
65908              From: Brian Clarke <clarke@appliedmeta.com>
65909              Date: Fri, 28 Jul 2000 15:18:29 -0400
65910              Message-ID: <3981DC85.290314EB@appliedmeta.com>
65911              
65912              Slightly reformatted and WNOHANG # define moved to win32.h
65913              so that also POSIX.xs sees it, as suggsted by Sarathy.
65914      Branch: perl
65915            ! win32/win32.c win32/win32.h
65916 ____________________________________________________________________________
65917 [  6471] By: jhi                                   on 2000/08/01  00:55:05
65918         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
65919              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65920              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
65921              Date: Mon, 31 Jul 2000 13:28:51 +0100
65922              
65923              (aka ID 20000730.002)
65924      Branch: perl
65925            ! op.c t/op/tr.t
65926 ____________________________________________________________________________
65927 [  6470] By: jhi                                   on 2000/07/31  23:34:42
65928         Log: Document the problem with -P in HP-UX and its workaround.
65929              
65930              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
65931              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
65932              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
65933              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
65934      Branch: perl
65935            ! README.hpux
65936 ____________________________________________________________________________
65937 [  6469] By: jhi                                   on 2000/07/31  04:15:02
65938         Log: The swallow_bom() saga continues.  The #23 of require.t
65939              (UTF16-LE) still fails (silently, no output) but the #22
65940              (UTF16-BE) seems to be working now.  The root of the
65941              failure may be in sv_gets(): is it UTF-16LE-aware,
65942              especially when it comes to line endings? 
65943      Branch: perl
65944            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
65945            ! t/comp/require.t toke.c utf8.c
65946 ____________________________________________________________________________
65947 [  6468] By: jhi                                   on 2000/07/30  19:05:48
65948         Log: Find green threads before native threads.
65949              
65950              Subject: Re: Patch to jpl/JNI/Makefile.PL
65951              From: Jens Thomsen <jens@fiend.cis.com>
65952              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
65953              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
65954      Branch: perl
65955            ! jpl/JNI/Makefile.PL
65956 ____________________________________________________________________________
65957 [  6467] By: jhi                                   on 2000/07/30  18:36:22
65958         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
65959      Branch: perl
65960            ! doop.c
65961 ____________________________________________________________________________
65962 [  6466] By: jhi                                   on 2000/07/30  04:37:29
65963         Log: A new version of the "remove UPPERACSE string comparison"
65964              operators.  The problem with the previous one (change #6454)
65965              was that it was for Perl 5.6.0.  From Paul Marquess.
65966      Branch: perl
65967            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
65968            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
65969            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
65970 ____________________________________________________________________________
65971 [  6465] By: jhi                                   on 2000/07/29  22:39:56
65972         Log: Do not upgrade SVs into utf8 just because they participate
65973              in eq or cmp.  Reported and fix suggested in
65974              
65975              Subject: [ID 20000720.009] sv_eq UTF8 bug
65976              From: "Simon Cozens" <simon@othersideofthe.earth.li>
65977              Date: 21 Jul 2000 04:37:29 -0000
65978              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
65979              
65980              Exercise for the kind reader: should we or should we not
65981              cache the utf8 conversion alongside the SV? (as magic,
65982              as the strxfrm()ed version is cached under use locale)
65983              Argue both for and against.
65984      Branch: perl
65985            ! sv.c
65986 ____________________________________________________________________________
65987 [  6464] By: jhi                                   on 2000/07/29  22:36:22
65988         Log: Subject: UTF8 concat
65989              From: simon@brecon.co.uk (Simon Cozens) 
65990              Date: 30 Jun 2000 06:13:25 GMT
65991              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
65992              
65993              (with a memory leak fixed, plus a few casts added)
65994              
65995              This also seems to help for
65996              
65997              Subject: [ID 20000716.015] join UTF8 weirdness
65998              From: root <root@ak-71.mind.de> 
65999              Date: Sat, 15 Jul 2000 15:29:54 +0200
66000              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
66001              
66002              (from Andreas König)
66003      Branch: perl
66004            ! pp_hot.c
66005 ____________________________________________________________________________
66006 [  6463] By: jhi                                   on 2000/07/29  00:55:39
66007         Log: Tune the comments and hopefully stop a memory leak.
66008      Branch: perl
66009            ! toke.c utf8.c
66010 ____________________________________________________________________________
66011 [  6462] By: jhi                                   on 2000/07/29  00:16:53
66012         Log: The problem described in this
66013              
66014              Subject: [ID 20000322.018] named chars aren't magical enough
66015              From: root <root@dixie.cscaper.com>     
66016              Date: Wed, 22 Mar 2000 18:37:42 -0700
66017              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
66018              
66019              has been fixed in perl 5.6.0 but just in case added a test
66020              to keep it away.  (The report from Joseph Hall.)
66021      Branch: perl
66022            ! t/lib/charnames.t
66023 ____________________________________________________________________________
66024 [  6461] By: jhi                                   on 2000/07/28  23:56:36
66025         Log: Tiny fixes for #6460.
66026      Branch: metaconfig/U/perl
66027            ! gccvers.U
66028      Branch: perl
66029            ! Configure config_h.SH
66030 ____________________________________________________________________________
66031 [  6460] By: jhi                                   on 2000/07/28  23:24:41
66032         Log: Warn if the version of the operating system used to compile gcc
66033              differs from the current version of the operating system.
66034              Also display the gcc compilation os and version in myconfig.
66035              Inspiration from
66036              
66037              Subject: Re: [ID 20000710.003] ERRORS!!         
66038              From: "Kurt D. Starsinic" <kstar@chapin.edu>
66039              Date: Mon, 10 Jul 2000 15:54:16 -0400
66040              Message-ID: <20000710155416.A1384@O2.chapin.edu>
66041      Branch: metaconfig/U/perl
66042            ! gccvers.U
66043      Branch: perl
66044            ! Configure config_h.SH myconfig.SH
66045 ____________________________________________________________________________
66046 [  6459] By: jhi                                   on 2000/07/28  22:00:32
66047         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
66048              letter to $Config{osvers}.
66049      Branch: metaconfig
66050            ! U/modified/Oldconfig.U
66051      Branch: perl
66052            ! Configure config_h.SH
66053 ____________________________________________________________________________
66054 [  6458] By: jhi                                   on 2000/07/28  04:15:39
66055         Log: Back out #6454, doesn't seem to work.
66056              (Reason: that patch was for perl 5.6.0, not perl-current)
66057              (A version of the patch for perl-current came in later as #6466)
66058      Branch: perl
66059            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
66060            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
66061            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
66062 ____________________________________________________________________________
66063 [  6457] By: jhi                                   on 2000/07/27  23:31:49
66064         Log: Use setproctitle() if available to modify $0.
66065              
66066              Subject: setting $* on BSD4 broken
66067              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
66068              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
66069              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
66070      Branch: metaconfig
66071            ! U/modified/Myinit.U
66072      Branch: perl
66073            ! Configure config_h.SH mg.c
66074 ____________________________________________________________________________
66075 [  6456] By: jhi                                   on 2000/07/27  14:50:47
66076         Log: Allow "no AutoLoader;", based on change #6444,
66077              suggested by Graham Barr.
66078      Branch: perl
66079            ! lib/AutoLoader.pm
66080 ____________________________________________________________________________
66081 [  6455] By: jhi                                   on 2000/07/27  14:19:10
66082         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
66083              From: rspier@pobox.com (Robert Spier)
66084              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
66085              Message-ID: <14720.15855.787664.424783@rls.cx>
66086      Branch: perl
66087            ! pod/perldiag.pod
66088 ____________________________________________________________________________
66089 [  6454] By: jhi                                   on 2000/07/27  14:03:02
66090         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
66091              for a long time).
66092              
66093              Reported in
66094              
66095              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
66096              From: Ryan Herbert <rherbert@sycamorehq.com>
66097              Date: Mon, 17 Jul 2000 11:40:42 -0400
66098              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
66099              
66100              Patched in
66101              
66102              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
66103              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
66104              Date: Wed, 26 Jul 2000 23:40:18 +0100
66105              Message-ID: <000001bff752$79511880$0a17073e@tiny>
66106              
66107              based on an earlier patch from Stephen P. Potter.
66108              
66109              (Removed later by change #6458 because this patch was for
66110              perl 5.6.0, not perl-current)
66111      Branch: perl
66112            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
66113            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
66114            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
66115 ____________________________________________________________________________
66116 [  6453] By: jhi                                   on 2000/07/27  13:48:02
66117         Log: Subject: [PATCH] fixes bug 20000508.004
66118              From: Michael Stevens <mstevens@globnix.org>
66119              Date: Thu, 27 Jul 2000 13:49:04 +0100
66120              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
66121      Branch: perl
66122            ! pod/perldata.pod
66123 ____________________________________________________________________________
66124 [  6452] By: jhi                                   on 2000/07/26  23:51:26
66125         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
66126              and Craig A. Berry.
66127      Branch: perl
66128            ! lib/File/Temp.pm pod/perlport.pod
66129 ____________________________________________________________________________
66130 [  6451] By: jhi                                   on 2000/07/26  19:43:30
66131         Log: Be wary of close()s, too.
66132              
66133              Subject: Re: [PATCH] perlbug cleanup
66134              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66135              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
66136              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
66137      Branch: perl
66138            ! utils/perlbug.PL
66139 ____________________________________________________________________________
66140 [  6450] By: jhi                                   on 2000/07/26  18:41:40
66141         Log: Subject: Minor doc patch: handy.h
66142              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
66143              Date: Wed, 26 Jul 2000 15:34:25 -0300
66144              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
66145      Branch: perl
66146            ! handy.h pod/perlapi.pod
66147 ____________________________________________________________________________
66148 [  6449] By: jhi                                   on 2000/07/26  18:23:55
66149         Log: Subject: [PATCH] minor doc change - perlguts
66150              From: Michael Stevens <mstevens@globnix.org>
66151              Date: Thu, 13 Jul 2000 12:39:18 +0100
66152              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
66153      Branch: perl
66154            ! pod/perlguts.pod
66155 ____________________________________________________________________________
66156 [  6448] By: jhi                                   on 2000/07/26  18:20:30
66157         Log: open() wariness in perlbug.
66158              
66159              Subject: [PATCH] perlbug cleanup
66160              From: Michael Stevens <mstevens@globnix.org>
66161              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
66162              Date: Thu, 13 Jul 2000 15:52:23 +0100
66163      Branch: perl
66164            ! utils/perlbug.PL
66165 ____________________________________________________________________________
66166 [  6447] By: jhi                                   on 2000/07/26  18:13:04
66167         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
66168      Branch: perl
66169            ! lib/File/Temp.pm t/lib/ftmp-security.t
66170 ____________________________________________________________________________
66171 [  6446] By: jhi                                   on 2000/07/26  18:06:32
66172         Log: docfix from Peter Scott <Peter@PSDT.com>.
66173      Branch: perl
66174            ! pod/perlfunc.pod
66175 ____________________________________________________________________________
66176 [  6445] By: jhi                                   on 2000/07/26  17:53:31
66177         Log: Fix *foo{FORMAT}.
66178              
66179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66180              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
66181              Date: Wed, 26 Jul 2000 19:51:02 +0200
66182              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
66183              
66184              From: Graham Barr <gbarr@pobox.com>
66185              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
66186              Date: Wed, 26 Jul 2000 17:38:36 +0100
66187              Message-ID: <20000726173836.L472@pobox.com>
66188      Branch: perl
66189            ! pp.c sv.c t/op/gv.t
66190 ____________________________________________________________________________
66191 [  6444] By: jhi                                   on 2000/07/26  17:49:14
66192         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
66193              from Graham Barr in the module list.
66194      Branch: perl
66195            ! gv.c pod/perlobj.pod
66196 ____________________________________________________________________________
66197 [  6443] By: jhi                                   on 2000/07/26  16:06:56
66198         Log: More split() doc and test patches from Mike Guy.
66199      Branch: perl
66200            ! pod/perlfunc.pod t/op/split.t
66201 ____________________________________________________________________________
66202 [  6442] By: jhi                                   on 2000/07/26  16:05:30
66203         Log: MacOS nits from Matthias Neeracher.
66204      Branch: perl
66205            ! perl.c pp_ctl.c
66206 ____________________________________________________________________________
66207 [  6441] By: jhi                                   on 2000/07/26  04:39:57
66208         Log: Subject: [PATCH] split /^/
66209              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66210              Date: Tue, 25 Jul 2000 14:18:57 +0100
66211              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
66212              
66213              (with notes from tchrist and gbarr)
66214      Branch: perl
66215            ! pod/perlfunc.pod t/op/split.t
66216 ____________________________________________________________________________
66217 [  6440] By: jhi                                   on 2000/07/26  04:32:32
66218         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
66219              From: Peter Prymmer <pvhp@forte.com>
66220              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
66221              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
66222      Branch: perl
66223            ! vms/munchconfig.c
66224 ____________________________________________________________________________
66225 [  6439] By: jhi                                   on 2000/07/26  04:31:01
66226         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
66227              to be fatal errors (instead of by default ignoring them, and
66228              ignoring with a bug: even though -w gave an error, the opening [
66229              was left in)  Reported in:
66230              
66231              Subject: [ID 20000716.024] [=cc=] / [:blank:]
66232              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
66233              Date: Sun, 16 Jul 2000 17:55:29 -0700
66234              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
66235      Branch: perl
66236            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
66237 ____________________________________________________________________________
66238 [  6438] By: jhi                                   on 2000/07/25  15:41:15
66239         Log: Subject: [PATCH] av.c apidoc
66240              From: simon@brecon.co.uk (Simon Cozens)
66241              Date: 24 Jul 2000 06:40:52 GMT
66242              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
66243      Branch: perl
66244            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
66245            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
66246 ____________________________________________________________________________
66247 [  6437] By: jhi                                   on 2000/07/25  14:05:36
66248         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
66249              From: "Stephen P. Potter" <spp@ds.net>
66250              Date: Mon, 24 Jul 2000 14:22:23 -0400
66251              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
66252      Branch: perl
66253            ! pod/perllocale.pod
66254 ____________________________________________________________________________
66255 [  6436] By: jhi                                   on 2000/07/25  14:02:03
66256         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
66257              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66258              Date: Mon, 24 Jul 2000 18:04:28 +0100
66259              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
66260      Branch: perl
66261            ! t/lib/syslfs.t t/op/lfs.t
66262 ____________________________________________________________________________
66263 [  6435] By: jhi                                   on 2000/07/25  13:59:28
66264         Log: Get UTF16 BOMs working.  Patch from
66265              
66266              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66267              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66268              Date: Tue, 25 Jul 2000 12:52:45 +0100
66269              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
66270              
66271              and notes from
66272              
66273              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66274              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66275              Date: Tue, 25 Jul 2000 11:43:25 +0100
66276              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
66277      Branch: perl
66278            ! t/comp/require.t toke.c utf8.c
66279 ____________________________________________________________________________
66280 [  6434] By: jhi                                   on 2000/07/25  02:39:54
66281         Log: Make the "uninit variable" warning to say "concat or string"
66282              or "join or string" when in concat or join .
66283              
66284              Subject: Re: [ID 20000403.009] uninitialised concatenation???
66285              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66286              Date: Tue, 04 Apr 2000 18:22:58 +0100
66287              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
66288              
66289              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
66290              From: William R Ward <hermit@BayView.COM>
66291              Date: Thu, 30 Mar 2000 19:50:03 -0800
66292              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
66293      Branch: perl
66294            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
66295            ! t/pragma/warn/op t/pragma/warn/sv
66296 ____________________________________________________________________________
66297 [  6433] By: jhi                                   on 2000/07/24  17:52:56
66298         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
66299      Branch: perl
66300            ! lib/File/Spec/VMS.pm
66301 ____________________________________________________________________________
66302 [  6432] By: jhi                                   on 2000/07/24  17:44:44
66303         Log: Test cases for #6431.
66304              
66305              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66307              Date: Mon, 24 Jul 2000 15:32:29 +0100
66308              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
66309      Branch: perl
66310            ! t/op/pat.t t/op/split.t
66311 ____________________________________________________________________________
66312 [  6431] By: jhi                                   on 2000/07/24  17:43:17
66313         Log: Bind op fix.
66314              
66315              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66316              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66317              Date: Mon, 17 Jul 2000 20:04:56 +0100
66318              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
66319      Branch: perl
66320            ! op.c
66321 ____________________________________________________________________________
66322 [  6430] By: jhi                                   on 2000/07/24  03:42:42
66323         Log: Subject: [ID 20000716.023] syslog test fails without sockets
66324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66325              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
66326              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
66327      Branch: metaconfig/U/perl
66328            ! Extensions.U
66329      Branch: perl
66330            ! Configure config_h.SH
66331 ____________________________________________________________________________
66332 [  6429] By: jhi                                   on 2000/07/24  03:11:52
66333         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
66334              case, but add also notes explaining the relationship of this
66335              patch and the earlier notes by Sarathy.
66336              
66337              Subject: Map is still slow
66338              From: "Ben Tilly" <ben_tilly@hotmail.com>
66339              Date: Sat, 15 Jul 2000 17:23:27 EDT
66340              Message-ID: <20000715212327.21656.qmail@hotmail.com>
66341      Branch: perl
66342            ! pp_ctl.c
66343 ____________________________________________________________________________
66344 [  6428] By: jhi                                   on 2000/07/24  02:58:52
66345         Log: Documentation to explain the behaviour of map().
66346              
66347              Subject: Re: Map is still slow 
66348              From: Gurusamy Sarathy <gsar@ActiveState.com>
66349              Date: Sat, 15 Jul 2000 16:05:09 -0700
66350              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
66351      Branch: perl
66352            ! pp_ctl.c
66353 ____________________________________________________________________________
66354 [  6427] By: jhi                                   on 2000/07/24  02:50:03
66355         Log: Add tests for
66356              [ID 19991110.003] another matching finding by pcre author
66357              which has already been fixed by some patch, as verified in
66358              
66359              Subject: Re: two regex bugs from the mists of time (well, last November)
66360              From: Hugo <hv@crypt.compulink.co.uk>
66361              Date: Sat, 22 Jul 2000 18:12:58 +0100
66362              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
66363      Branch: perl
66364            ! t/op/re_tests
66365 ____________________________________________________________________________
66366 [  6426] By: jhi                                   on 2000/07/24  02:11:20
66367         Log: A missing 'break' after the [[:space:]] switch case.
66368              
66369              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
66370              From: "Stephen P. Potter" <spp@ds.net>
66371              Date: Tue, 18 Jul 2000 16:25:17 -0400
66372              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
66373      Branch: perl
66374            ! regcomp.c
66375 ____________________________________________________________________________
66376 [  6425] By: jhi                                   on 2000/07/24  02:06:12
66377         Log: The output might have been produced in the wrong order.
66378              
66379              Subject: [ID 20000720.003] [PATCH] t/op/write.t
66380              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66381              Date: Thu, 20 Jul 2000 18:49:18 +0100
66382              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
66383      Branch: perl
66384            ! t/op/write.t
66385 ____________________________________________________________________________
66386 [  6424] By: jhi                                   on 2000/07/24  02:00:07
66387         Log: Use STDOUT consistently.
66388              
66389              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
66390              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66391              Date: Thu, 20 Jul 2000 18:04:01 +0100
66392              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
66393      Branch: perl
66394            ! lib/Test/Harness.pm
66395 ____________________________________________________________________________
66396 [  6423] By: jhi                                   on 2000/07/24  01:54:54
66397         Log: Protect against "wild next"s, that is, callbacks doing "next"
66398              instead of "return".
66399              
66400              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
66401              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66402              Date: Tue, 18 Jul 2000 11:30:16 +0100
66403              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
66404      Branch: perl
66405            ! lib/File/Find.pm
66406 ____________________________________________________________________________
66407 [  6422] By: jhi                                   on 2000/07/24  01:35:47
66408         Log: Out-of-date note removed.
66409              
66410              Subject: [PATCH] documentation perlipc
66411              From: rspier@pobox.com (Robert Spier)
66412              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
66413              Message-ID: <14711.35178.572612.502654@rls.cx>
66414      Branch: perl
66415            ! pod/perlipc.pod
66416 ____________________________________________________________________________
66417 [  6421] By: jhi                                   on 2000/07/24  00:09:18
66418         Log: Send all installperl messages to STDERR and be -w clean.
66419              
66420              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
66421              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66422              Date: Sat, 22 Jul 2000 14:02:11 +0100
66423              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
66424      Branch: perl
66425            ! installperl
66426 ____________________________________________________________________________
66427 [  6420] By: jhi                                   on 2000/07/24  00:04:19
66428         Log: Decutandpasto.
66429              
66430              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
66431              From: "Richard Soderberg" <rs@crystalflame.net>
66432              Date: Sun, 23 Jul 2000 01:37:23 -0700
66433              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
66434      Branch: perl
66435            ! pod/perlipc.pod
66436 ____________________________________________________________________________
66437 [  6419] By: jhi                                   on 2000/07/24  00:01:12
66438         Log: A cleaner abs_path().
66439              Subject: Re: unix alternative to Cwd.pm
66440              From: Jeff Pinyan <jeffp@crusoe.net>
66441              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
66442              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
66443      Branch: perl
66444            ! lib/Cwd.pm
66445 ____________________________________________________________________________
66446 [  6418] By: jhi                                   on 2000/07/23  23:48:56
66447         Log: Detypo.
66448              
66449              Subject: [PATCH perl-current] Typo in hints/powerux.sh
66450              From: "Richard Soderberg" <rs@crystalflame.net>
66451              Date: Sun, 23 Jul 2000 01:27:33 -0700
66452              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
66453      Branch: perl
66454            ! hints/powerux.sh
66455 ____________________________________________________________________________
66456 [  6417] By: jhi                                   on 2000/07/17  22:13:31
66457         Log: Subject: SDBM_File documentation
66458              From: mjd@plover.com
66459              Date: 16 Jul 2000 17:41:17 -0000
66460              Message-ID: <20000716174117.18515.qmail@plover.com>
66461      Branch: perl
66462            ! ext/SDBM_File/SDBM_File.pm
66463 ____________________________________________________________________________
66464 [  6416] By: jhi                                   on 2000/07/17  19:13:26
66465         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
66466      Branch: perl
66467            ! hints/mpeix.sh mpeix/relink
66468 ____________________________________________________________________________
66469 [  6415] By: jhi                                   on 2000/07/15  14:11:02
66470         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
66471              the utf8 'characters' can be more than one octet).
66472              
66473              Date: Sat, 15 Jul 2000 00:21:56 +0100
66474              From: Tom Hughes <tom@compton.nu>
66475              Subject: Re: [ID 20000714.002]
66476              Message-ID: <db2334de49.tom@compton.compton.nu>
66477              
66478              Reported in
66479              
66480              Subject: [ID 20000714.002]
66481              From: "Simon Cozens" <simon@othersideofthe.earth.li>
66482              Date: 14 Jul 2000 15:13:09 -0000
66483              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
66484      Branch: perl
66485            ! doop.c
66486 ____________________________________________________________________________
66487 [  6414] By: jhi                                   on 2000/07/15  03:13:41
66488         Log: another VMS build tweak from Peter Prymmer
66489      Branch: perl
66490            ! vms/descrip_mms.template
66491 ____________________________________________________________________________
66492 [  6413] By: jhi                                   on 2000/07/15  03:10:40
66493         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
66494      Branch: perl
66495            ! vms/perlvms.pod
66496 ____________________________________________________________________________
66497 [  6412] By: jhi                                   on 2000/07/15  00:31:05
66498         Log: More docs for sv functions.
66499              
66500              Subject: [PATCH cfgperl] sv.c apidoc
66501              From: simon@brecon.co.uk (Simon Cozens)
66502              Date: 13 Jul 2000 09:00:20 GMT
66503              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
66504              
66505              Subject: Re: [PATCH cfgperl] sv.c apidoc
66506              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66507              Date: Thu, 13 Jul 2000 12:27:41 +0100
66508              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
66509              
66510              Subject: Re: [PATCH cfgperl] sv.c apidoc
66511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66512              Date: Thu, 13 Jul 2000 13:23:09 +0100
66513              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
66514              
66515              Subject: Re: [PATCH cfgperl] sv.c apidoc
66516              From: simon@brecon.co.uk (Simon Cozens)
66517              Date: 14 Jul 2000 06:51:02 GMT
66518              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
66519      Branch: perl
66520            ! embed.pl pod/perlapi.pod sv.c
66521 ____________________________________________________________________________
66522 [  6411] By: jhi                                   on 2000/07/15  00:10:41
66523         Log: lib/b test fixes from Peter Prymmer.
66524      Branch: perl
66525            ! t/lib/b.t
66526 ____________________________________________________________________________
66527 [  6410] By: jhi                                   on 2000/07/15  00:02:09
66528         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
66529              From: Hugo <hv@crypt.compulink.co.uk>
66530              Date: Fri, 14 Jul 2000 23:05:20 +0100
66531              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
66532              
66533              Didn't anymore apply, but that point still could use another fix.
66534      Branch: perl
66535            ! pod/perlfunc.pod
66536 ____________________________________________________________________________
66537 [  6409] By: jhi                                   on 2000/07/14  23:15:15
66538         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
66539              not in pod, from Peter Prymmer
66540      Branch: perl
66541            ! vms/descrip_mms.template
66542 ____________________________________________________________________________
66543 [  6408] By: jhi                                   on 2000/07/14  20:35:05
66544         Log: The bug report
66545              [ID 19991110.002] minimal matching discrepancy found by pcre author
66546              seems to have been fixed (though differently from what was suggested
66547              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
66548      Branch: perl
66549            ! t/op/re_tests
66550 ____________________________________________________________________________
66551 [  6407] By: jhi                                   on 2000/07/14  17:38:08
66552         Log: Fix AutoSplit to use File::Spec the right way in VMS,
66553              from Peter Prymmer.
66554      Branch: perl
66555            ! lib/AutoSplit.pm
66556 ____________________________________________________________________________
66557 [  6406] By: jhi                                   on 2000/07/14  14:13:22
66558         Log: Merge perlhacktut into perlhack, update perlguts.
66559              
66560              Subject: Re: Perlhacktut
66561              From: simon@brecon.co.uk (Simon Cozens)
66562              Date: 14 Jul 2000 06:49:21 GMT
66563              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
66564              
66565              Subject: Re: Perlhacktut
66566              From: simon@brecon.co.uk (Simon Cozens)
66567              Date: 14 Jul 2000 07:09:45 GMT
66568              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
66569      Branch: perl
66570            ! pod/perlguts.pod pod/perlhack.pod
66571 ____________________________________________________________________________
66572 [  6405] By: jhi                                   on 2000/07/14  14:02:31
66573         Log: Integrate with Sarathy.
66574      Branch: cfgperl
66575           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
66576           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
66577           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
66578 ____________________________________________________________________________
66579 [  6404] By: gsar                                  on 2000/07/14  12:15:02
66580         Log: PERL_OBJECT build tweaks
66581      Branch: perl
66582            ! toke.c
66583 ____________________________________________________________________________
66584 [  6403] By: gsar                                  on 2000/07/14  11:23:41
66585         Log: inconsistent types needs casts
66586      Branch: perl
66587            ! toke.c
66588 ____________________________________________________________________________
66589 [  6402] By: gsar                                  on 2000/07/14  11:12:04
66590         Log: typos in change#6399, regen headers
66591      Branch: perl
66592            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
66593 ____________________________________________________________________________
66594 [  6401] By: gsar                                  on 2000/07/14  10:59:12
66595         Log: typecasts needed for change#6394
66596      Branch: perl
66597            ! toke.c
66598 ____________________________________________________________________________
66599 [  6400] By: gsar                                  on 2000/07/14  10:49:37
66600         Log: integrate cfgperl contents into mainline
66601      Branch: perl
66602           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
66603           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
66604 ____________________________________________________________________________
66605 [  6399] By: gsar                                  on 2000/07/14  10:38:35
66606         Log: enable UTF-16 filter by default if relevant BOM is seen; various
66607              cleanups (typos, misformatted code, and small bugs)
66608      Branch: perl
66609            ! doop.c embed.pl mg.c op.c pp.c toke.c
66610 ____________________________________________________________________________
66611 [  6398] By: gsar                                  on 2000/07/14  08:55:38
66612         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
66613              name suggests anyway)
66614      Branch: perl
66615            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
66616 ____________________________________________________________________________
66617 [  6397] By: gsar                                  on 2000/07/14  08:44:33
66618         Log: move new variables to the end of the interpreter structure (for
66619              bincompat in code that doesn't #include XSUB.h)
66620      Branch: perl
66621            ! intrpvar.h
66622 ____________________________________________________________________________
66623 [  6396] By: gsar                                  on 2000/07/14  08:13:58
66624         Log: MakeMaker should not remove editor backups (*~) on `make clean`
66625              by default (completes change#6383)
66626      Branch: perl
66627            ! lib/ExtUtils/MM_Unix.pm
66628 ____________________________________________________________________________
66629 [  6395] By: jhi                                   on 2000/07/14  05:20:33
66630         Log: Replace change #6337 with a better one.
66631              
66632              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
66633              From: Hugo <hv@crypt.compulink.co.uk>
66634              Date: Fri, 14 Jul 2000 04:16:20 +0100
66635              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
66636      Branch: cfgperl
66637            ! regexec.c t/op/re_tests
66638 ____________________________________________________________________________
66639 [  6394] By: jhi                                   on 2000/07/14  01:33:59
66640         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
66641      Branch: cfgperl
66642            ! embed.pl global.sym proto.h toke.c
66643 ____________________________________________________________________________
66644 [  6393] By: jhi                                   on 2000/07/13  23:41:23
66645         Log: remove discarded test
66646      Branch: cfgperl
66647            ! MANIFEST
66648 ____________________________________________________________________________
66649 [  6392] By: jhi                                   on 2000/07/13  23:32:25
66650         Log: The {multiplier} of a fixed substring was overlooked which
66651              caused a wrong initial search offset for that substring.
66652              
66653              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
66654              From: Hugo <hv@crypt.compulink.co.uk>
66655              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
66656              Date: Thu, 13 Jul 2000 19:27:13 +0100
66657      Branch: cfgperl
66658            ! regcomp.c t/op/re_tests
66659 ____________________________________________________________________________
66660 [  6391] By: jhi                                   on 2000/07/13  16:37:42
66661         Log: typo fix from Craig Berry
66662      Branch: cfgperl
66663            ! vms/subconfigure.com
66664 ____________________________________________________________________________
66665 [  6390] By: jhi                                   on 2000/07/13  13:20:12
66666         Log: Integrate with Sarathy.
66667      Branch: cfgperl
66668            - t/op/method2entersub.t
66669           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
66670           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
66671           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
66672           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
66673 ____________________________________________________________________________
66674 [  6389] By: jhi                                   on 2000/07/13  13:18:48
66675         Log: Detypo from Peter Prymmer, part of #6388.
66676      Branch: cfgperl
66677            ! Configure config_h.SH
66678      Branch: metaconfig
66679            ! U/modified/d_longlong.U
66680 ____________________________________________________________________________
66681 [  6388] By: gsar                                  on 2000/07/13  06:33:40
66682         Log: typos (spotted by Peter Prymmer)
66683      Branch: perl
66684            ! Configure t/lib/english.t
66685 ____________________________________________________________________________
66686 [  6387] By: gsar                                  on 2000/07/13  05:35:28
66687         Log: new selfloader.t in change#6183 doesn't close DATA handles,
66688              and thus fails to clean up tmp files on dosish platforms
66689      Branch: perl
66690            ! t/lib/selfloader.t
66691 ____________________________________________________________________________
66692 [  6386] By: gsar                                  on 2000/07/12  21:42:39
66693         Log: sprintf test tweaks (from Dominic Dunlop)
66694      Branch: perl
66695            ! t/op/sprintf.t
66696 ____________________________________________________________________________
66697 [  6385] By: gsar                                  on 2000/07/12  21:33:46
66698         Log: fix bugs in processing %v-*d and similar format specs (from
66699              Avi Finkel <avi@finkel.org>)
66700      Branch: perl
66701            ! sv.c t/op/sprintf.t
66702 ____________________________________________________________________________
66703 [  6384] By: gsar                                  on 2000/07/12  16:04:19
66704         Log: readd missing perldelta.pod changes from changes#6339,6376
66705      Branch: perl
66706            ! pod/perldelta.pod
66707 ____________________________________________________________________________
66708 [  6383] By: gsar                                  on 2000/07/12  16:00:51
66709         Log: don't clobber *.orig files on *clean targets
66710      Branch: perl
66711            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
66712 ____________________________________________________________________________
66713 [  6382] By: gsar                                  on 2000/07/12  07:59:12
66714         Log: fix broken integrations in cfgperl
66715      Branch: cfgperl
66716           !> Changes pod/perldelta.pod
66717 ____________________________________________________________________________
66718 [  6381] By: gsar                                  on 2000/07/12  07:42:17
66719         Log: integrate cfgperl changes into mainline
66720      Branch: perl
66721            ! Changes
66722           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
66723           !> pod/perlre.pod
66724 ____________________________________________________________________________
66725 [  6380] By: gsar                                  on 2000/07/12  07:31:00
66726         Log: get sprintf.t to adjust properly for 3-digit exponents
66727      Branch: perl
66728            ! t/op/sprintf.t
66729 ____________________________________________________________________________
66730 [  6379] By: gsar                                  on 2000/07/12  06:40:04
66731         Log: change#6174 needs corresponding change in win32/config_h.PL,
66732              which grovels through config_h.SH to find the config.h name
66733      Branch: perl
66734            ! win32/config_h.PL
66735 ____________________________________________________________________________
66736 [  6378] By: jhi                                   on 2000/07/12  05:03:59
66737         Log: Do the cc sanity check both before the hints and
66738              after the cc selction.
66739      Branch: cfgperl
66740            ! Configure config_h.SH
66741      Branch: metaconfig
66742            ! U/modified/Oldconfig.U U/modified/cc.U
66743      Branch: metaconfig/U/perl
66744            + Checkcc.U
66745 ____________________________________________________________________________
66746 [  6377] By: jhi                                   on 2000/07/12  02:49:22
66747         Log: Fix nits noticed by Boston.pm.
66748      Branch: cfgperl
66749            ! pod/perlre.pod
66750 ____________________________________________________________________________
66751 [  6376] By: jhi                                   on 2000/07/11  21:22:13
66752         Log: Configure cosmetics and perldelta.
66753      Branch: cfgperl
66754            ! Configure config_h.SH pod/perldelta.pod
66755      Branch: metaconfig
66756            ! U/modified/cc.U
66757 ____________________________________________________________________________
66758 [  6375] By: gsar                                  on 2000/07/11  21:17:35
66759         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
66760      Branch: perl
66761            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
66762            ! win32/win32sck.c
66763 ____________________________________________________________________________
66764 [  6374] By: gsar                                  on 2000/07/11  20:48:50
66765         Log: tweak for build failure under multiplicity
66766      Branch: perl
66767            ! toke.c
66768 ____________________________________________________________________________
66769 [  6373] By: gsar                                  on 2000/07/11  20:37:23
66770         Log: integrate cfgperl changes#6325..6373 into mainline
66771              (NOTE: today's batch of integrations still untested)
66772      Branch: perl
66773           +> ext/DynaLoader/hints/netbsd.pl
66774            ! Changes
66775           !> (integrate 26 files)
66776 ____________________________________________________________________________
66777 [  6372] By: jhi                                   on 2000/07/11  20:30:36
66778         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
66779              regen perltoc.
66780      Branch: cfgperl
66781            + pod/perlbook.pod
66782            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
66783            ! pod/perltoc.pod
66784 ____________________________________________________________________________
66785 [  6371] By: jhi                                   on 2000/07/11  20:08:56
66786         Log: Minor cleanups on the booklist.
66787      Branch: cfgperl
66788            ! pod/perlfaq2.pod
66789 ____________________________________________________________________________
66790 [  6370] By: jhi                                   on 2000/07/11  19:31:13
66791         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
66792      Branch: cfgperl
66793            ! t/pragma/overload.t
66794 ____________________________________________________________________________
66795 [  6369] By: gsar                                  on 2000/07/11  19:27:48
66796         Log: integrate cfgperl changes#6293..6324 into mainline
66797      Branch: perl
66798           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
66799            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
66800           !> (integrate 30 files)
66801 ____________________________________________________________________________
66802 [  6368] By: gsar                                  on 2000/07/11  19:18:57
66803         Log: skip integrate of problematic change#6292 from cfgperl into mainline
66804      Branch: perl
66805           !> pp_hot.c
66806 ____________________________________________________________________________
66807 [  6367] By: gsar                                  on 2000/07/11  19:17:21
66808         Log: integrate cfgperl changes#6288..6290 into mainline
66809      Branch: perl
66810           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
66811 ____________________________________________________________________________
66812 [  6366] By: gsar                                  on 2000/07/11  19:11:18
66813         Log: integrate cfgperl changes#6268..6282 into mainline
66814      Branch: perl
66815           !> (integrate 30 files)
66816 ____________________________________________________________________________
66817 [  6365] By: gsar                                  on 2000/07/11  18:57:00
66818         Log: delete new accidentally branched file
66819      Branch: perl
66820            - t/op/method2entersub.t
66821 ____________________________________________________________________________
66822 [  6364] By: gsar                                  on 2000/07/11  18:55:13
66823         Log: skip integrate of change#6267 from cfgperl into mainline (the
66824              method call optimization is flawed without additional hints
66825              from user about immutableness of @ISA and no runtime method
66826              definitions)
66827      Branch: perl
66828           +> t/op/method2entersub.t
66829           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
66830           !> perl.h t/op/sprintf.t xsutils.c
66831 ____________________________________________________________________________
66832 [  6363] By: gsar                                  on 2000/07/11  18:49:43
66833         Log: integrate cfgperl changes#6261..6266 into mainline
66834      Branch: perl
66835           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
66836           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
66837           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
66838           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
66839 ____________________________________________________________________________
66840 [  6362] By: gsar                                  on 2000/07/11  18:43:26
66841         Log: integrate cfgperl changes#6252..6260 into mainline
66842      Branch: perl
66843           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
66844           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
66845           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
66846           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
66847 ____________________________________________________________________________
66848 [  6361] By: gsar                                  on 2000/07/11  18:37:12
66849         Log: skip integrate of problematic change#6251 from cfgperl into mainline
66850      Branch: perl
66851           !> lib/Exporter.pm
66852 ____________________________________________________________________________
66853 [  6360] By: gsar                                  on 2000/07/11  18:34:56
66854         Log: integrate cfgperl change#6250 into mainline
66855      Branch: perl
66856           +> t/op/my_stash.t
66857           !> MANIFEST embed.pl proto.h toke.c
66858 ____________________________________________________________________________
66859 [  6359] By: gsar                                  on 2000/07/11  18:21:19
66860         Log: integrate cfgperl changes#6242..6249 into mainline
66861      Branch: perl
66862           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
66863           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
66864           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
66865           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
66866           !> t/lib/peek.t utf8.c
66867 ____________________________________________________________________________
66868 [  6358] By: gsar                                  on 2000/07/11  18:15:45
66869         Log: skip integrate of problematic change#6241 from cfgperl into mainline
66870      Branch: perl
66871           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
66872 ____________________________________________________________________________
66873 [  6357] By: jhi                                   on 2000/07/11  18:15:16
66874         Log: Fix for
66875              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
66876              From: Roderick Schertler <roderick@argon.org> 
66877              Date: Tue, 11 Jul 2000 13:55:05 -0400 
66878              Message-Id: <200007111755.NAA05077@jones.argon.org> 
66879      Branch: cfgperl
66880            ! doio.c
66881 ____________________________________________________________________________
66882 [  6356] By: jhi                                   on 2000/07/11  18:12:51
66883         Log: Typo in #6341.
66884      Branch: cfgperl
66885            ! pp_hot.c
66886 ____________________________________________________________________________
66887 [  6355] By: gsar                                  on 2000/07/11  18:12:10
66888         Log: integrate cfgperl changes#6231..6240 into mainline
66889      Branch: perl
66890           +> pod/perlutil.pod
66891           !> (integrate 35 files)
66892 ____________________________________________________________________________
66893 [  6354] By: jhi                                   on 2000/07/11  18:04:34
66894         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
66895              From: Dominic Dunlop <domo@computer.org> 
66896              Date: Tue, 11 Jul 2000 12:27:33 +0200 
66897              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
66898              
66899              Replaces change #6268.
66900      Branch: cfgperl
66901            ! t/op/sprintf.t
66902 ____________________________________________________________________________
66903 [  6353] By: gsar                                  on 2000/07/11  17:59:51
66904         Log: skip integrate of problematic change#6230 from cfgperl into mainline
66905              (a later version of File::Spec is already in mainline)
66906      Branch: perl
66907           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
66908           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
66909 ____________________________________________________________________________
66910 [  6352] By: gsar                                  on 2000/07/11  17:57:48
66911         Log: integrate cfgperl changes#6224..6229 into mainline
66912      Branch: perl
66913           +> lib/lib.pm.PL
66914            - lib/lib.pm
66915           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
66916           !> lib/English.pm op.c t/lib/english.t
66917 ____________________________________________________________________________
66918 [  6351] By: gsar                                  on 2000/07/11  17:50:10
66919         Log: skip integrate of problematic change#6223 from cfgperl into mainline
66920      Branch: perl
66921           !> doio.c
66922 ____________________________________________________________________________
66923 [  6350] By: gsar                                  on 2000/07/11  17:48:28
66924         Log: integrate cfgperl changes#6220..6222 into mainline
66925      Branch: perl
66926           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
66927           !> toke.c utf8.c win32/win32.h
66928 ____________________________________________________________________________
66929 [  6349] By: gsar                                  on 2000/07/11  17:46:13
66930         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
66931              mainline
66932      Branch: perl
66933           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
66934           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
66935           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
66936 ____________________________________________________________________________
66937 [  6348] By: jhi                                   on 2000/07/11  17:45:49
66938         Log: README.posix-bc podified from Thomas Dorner.
66939      Branch: cfgperl
66940            ! README.posix-bc
66941 ____________________________________________________________________________
66942 [  6347] By: gsar                                  on 2000/07/11  17:42:04
66943         Log: integrate cfgperl change#6217 into mainline
66944      Branch: perl
66945           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
66946           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
66947           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
66948 ____________________________________________________________________________
66949 [  6346] By: gsar                                  on 2000/07/11  17:39:37
66950         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
66951              mainline
66952      Branch: perl
66953           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
66954           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
66955           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
66956           !> perlapi.h pod/perlapi.pod
66957 ____________________________________________________________________________
66958 [  6345] By: gsar                                  on 2000/07/11  17:36:42
66959         Log: integrate cfgperl changes#6207..6210 into mainline
66960      Branch: perl
66961           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
66962           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
66963 ____________________________________________________________________________
66964 [  6344] By: gsar                                  on 2000/07/11  17:31:20
66965         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
66966              mainline
66967      Branch: perl
66968           !> (integrate 40 files)
66969 ____________________________________________________________________________
66970 [  6343] By: gsar                                  on 2000/07/11  17:19:08
66971         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
66972      Branch: perl
66973           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
66974            ! Changes
66975           !> (integrate 34 files)
66976 ____________________________________________________________________________
66977 [  6342] By: jhi                                   on 2000/07/11  16:05:48
66978         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
66979              To: perl5-porters@perl.org
66980              From: Karsten Sperling <spiff@phreax.net>
66981              Date: Mon, 10 Jul 2000 15:12:52 +0200
66982              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
66983      Branch: cfgperl
66984            ! lib/Symbol.pm
66985 ____________________________________________________________________________
66986 [  6341] By: jhi                                   on 2000/07/11  15:59:23
66987         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
66988              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66989              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
66990              Date: Fri, 07 Jul 2000 17:57:16 +0100
66991      Branch: cfgperl
66992            ! pp_hot.c
66993 ____________________________________________________________________________
66994 [  6340] By: jhi                                   on 2000/07/11  15:55:47
66995         Log: Subject: Re: format bug report  [Patch]
66996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66997              Date: Wed, 05 Jul 2000 13:12:52 +0200
66998              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
66999              
67000              Subject: Re: format bug report  [Patch]
67001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67002              Date: Wed, 05 Jul 2000 14:10:01 +0200
67003              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
67004      Branch: cfgperl
67005            ! t/op/write.t toke.c
67006 ____________________________________________________________________________
67007 [  6339] By: jhi                                   on 2000/07/11  13:54:09
67008         Log: Be less forgiving about ambiguous and illegal tr ranges.
67009              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
67010              From: Mark-Jason Dominus <mjd@plover.com>
67011              Date: Tue, 04 Jul 2000 10:00:12 -0400
67012              Message-ID: <20000704140012.17772.qmail@plover.com>
67013              
67014              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
67015              From: Mark-Jason Dominus <mjd@plover.com>
67016              Date: Wed, 05 Jul 2000 09:37:36 -0400
67017              Message-ID: <20000705133736.27293.qmail@plover.com>
67018      Branch: cfgperl
67019            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
67020 ____________________________________________________________________________
67021 [  6338] By: jhi                                   on 2000/07/11  13:31:24
67022         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
67023              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67024              Date: Tue, 11 Jul 2000 13:50:51 +0100
67025              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
67026      Branch: cfgperl
67027            ! sv.c
67028 ____________________________________________________________________________
67029 [  6337] By: jhi                                   on 2000/07/11  13:29:14
67030         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
67031              From: Hugo <hv@crypt.compulink.co.uk>
67032              Date: Tue, 11 Jul 2000 12:44:50 +0100
67033              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
67034      Branch: cfgperl
67035            ! regexec.c t/op/re_tests
67036 ____________________________________________________________________________
67037 [  6336] By: jhi                                   on 2000/07/11  13:26:47
67038         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
67039              From: simon@brecon.co.uk (Simon Cozens)
67040              Date: 7 Jul 2000 11:26:09 GMT
67041              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
67042      Branch: cfgperl
67043            ! mg.c
67044 ____________________________________________________________________________
67045 [  6335] By: jhi                                   on 2000/07/11  13:23:37
67046         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
67047              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
67048              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
67049              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
67050      Branch: cfgperl
67051            + ext/DynaLoader/hints/netbsd.pl
67052            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
67053 ____________________________________________________________________________
67054 [  6334] By: jhi                                   on 2000/07/11  13:20:38
67055         Log: Subject: PATCH perlguts.pod: Document D and d magic types
67056              From: mjd@plover.com
67057              Date: 5 Jul 2000 18:01:51 -0000
67058              Message-ID: <20000705180151.29413.qmail@plover.com>
67059      Branch: cfgperl
67060            ! pod/perlguts.pod
67061 ____________________________________________________________________________
67062 [  6333] By: jhi                                   on 2000/07/11  13:15:51
67063         Log: Precedence goof, fix based on
67064              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
67065              From: Hugo <hv@crypt.compulink.co.uk>
67066              Date: Tue, 11 Jul 2000 12:52:38 +0100
67067              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
67068      Branch: cfgperl
67069            ! t/op/taint.t
67070 ____________________________________________________________________________
67071 [  6332] By: jhi                                   on 2000/07/11  12:40:17
67072         Log: Integrate with Sarathy.
67073      Branch: cfgperl
67074           !> win32/win32sck.c
67075 ____________________________________________________________________________
67076 [  6331] By: jhi                                   on 2000/07/10  20:14:16
67077         Log: Sprinkle ldlibpath.
67078      Branch: cfgperl
67079            ! pod/Makefile.SH
67080 ____________________________________________________________________________
67081 [  6330] By: jhi                                   on 2000/07/10  17:54:49
67082         Log: More POSIX.pod tweaks.
67083      Branch: cfgperl
67084            ! ext/POSIX/POSIX.pod
67085 ____________________________________________________________________________
67086 [  6329] By: jhi                                   on 2000/07/10  14:02:12
67087         Log: Reorder perl.pod once more.
67088      Branch: cfgperl
67089            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67090 ____________________________________________________________________________
67091 [  6328] By: gsar                                  on 2000/07/10  07:06:00
67092         Log: accept() leaks memory on windows due to incorrect ordering of
67093              closesocket() and fclose() calls
67094      Branch: perl
67095            ! win32/win32sck.c
67096 ____________________________________________________________________________
67097 [  6327] By: gsar                                  on 2000/07/10  06:49:17
67098         Log: winsock options weren't being set in all threads under ithreads
67099              (caused send()s from second and subsequent threads to fail)
67100      Branch: perl
67101            ! win32/win32sck.c
67102 ____________________________________________________________________________
67103 [  6326] By: jhi                                   on 2000/07/08  02:45:40
67104         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
67105              was cast to an unsigned (32-bit) integer with wild abandon.
67106      Branch: cfgperl
67107            ! ext/Devel/DProf/DProf.xs
67108 ____________________________________________________________________________
67109 [  6325] By: jhi                                   on 2000/07/07  18:50:33
67110         Log: Remove perlbook, update perlfaq book listing,
67111              rearrange perl.pod, regenerate perltoc.
67112      Branch: cfgperl
67113            - pod/perlbook.pod
67114            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
67115            ! pod/perlfaq2.pod pod/perltoc.pod
67116 ____________________________________________________________________________
67117 [  6324] By: jhi                                   on 2000/07/07  14:03:40
67118         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
67119      Branch: cfgperl
67120            ! sv.h toke.c
67121 ____________________________________________________________________________
67122 [  6323] By: jhi                                   on 2000/07/06  16:03:55
67123         Log: Fix complaints of buildtoc.
67124      Branch: cfgperl
67125            + lib/Win32.pod
67126            - pod/Win32.pod
67127            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67128 ____________________________________________________________________________
67129 [  6322] By: jhi                                   on 2000/07/06  15:15:52
67130         Log: Add =head1 NAMEs so that buildtoc is happy.
67131              (The CGI::Util nit reported to Lincoln.)
67132      Branch: cfgperl
67133            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
67134            ! pod/perltoc.pod
67135 ____________________________________________________________________________
67136 [  6321] By: jhi                                   on 2000/07/06  03:16:04
67137         Log: Config is being used.
67138      Branch: cfgperl
67139            ! t/op/method.t
67140 ____________________________________________________________________________
67141 [  6320] By: jhi                                   on 2000/07/06  03:13:13
67142         Log: Integrate with Sarathy.
67143      Branch: cfgperl
67144           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
67145 ____________________________________________________________________________
67146 [  6319] By: jhi                                   on 2000/07/06  03:11:46
67147         Log: Autogenerate pod/Makefile and pod/buildtoc.
67148              buildtoc also checks whether the existing pods are
67149              mentioned in MANIFEST and perl.pod, and vice versa.
67150              (None of the thusly found discrepancies fixed yet.)
67151              roffitall also needs to be autogenerated similarly but it
67152              seems so badly out of date that I didn't touch it yet.
67153      Branch: cfgperl
67154            + pod/Makefile.SH pod/buildtoc.PL
67155            - pod/Makefile pod/buildtoc
67156            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
67157 ____________________________________________________________________________
67158 [  6318] By: gsar                                  on 2000/07/05  22:10:54
67159         Log: fix UNC path handling on Windows under ithreads, and chdir()
67160              return value when given a non-existent directory
67161      Branch: perl
67162            ! win32/vdir.h
67163 ____________________________________________________________________________
67164 [  6317] By: gsar                                  on 2000/07/05  22:08:19
67165         Log: winsock cleanup never done on Windows (leads to handle leaks)
67166      Branch: perl
67167            ! win32/perllib.c win32/win32sck.c
67168 ____________________________________________________________________________
67169 [  6316] By: gsar                                  on 2000/07/05  22:06:19
67170         Log: some debugger output does not go to the socket when RemotePort is set
67171      Branch: perl
67172            ! lib/perl5db.pl
67173 ____________________________________________________________________________
67174 [  6315] By: jhi                                   on 2000/07/05  00:25:21
67175         Log: Integrate with Sarathy, preliminary fix for unicos
67176              alignment problems in [ID 20000612.002] Perl problem on Cray system.
67177      Branch: cfgperl
67178            ! sv.h
67179           !> pp_hot.c
67180 ____________________________________________________________________________
67181 [  6314] By: gsar                                  on 2000/07/04  23:34:02
67182         Log: tyop in change#6306
67183      Branch: perl
67184            ! pp_hot.c
67185 ____________________________________________________________________________
67186 [  6313] By: jhi                                   on 2000/07/04  22:14:38
67187         Log: Multiline string literals ENONPORTABLE.
67188      Branch: cfgperl
67189            ! pp_hot.c
67190 ____________________________________________________________________________
67191 [  6312] By: jhi                                   on 2000/07/04  20:34:44
67192         Log: Integrate with Sarathy.
67193      Branch: cfgperl
67194           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
67195           !> t/op/method.t
67196 ____________________________________________________________________________
67197 [  6311] By: jhi                                   on 2000/07/04  20:30:56
67198         Log: More POSIX.pod embellishment.
67199      Branch: cfgperl
67200            ! ext/POSIX/POSIX.pod
67201 ____________________________________________________________________________
67202 [  6310] By: gsar                                  on 2000/07/04  17:28:48
67203         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
67204      Branch: perl
67205            ! t/lib/b.t
67206 ____________________________________________________________________________
67207 [  6309] By: jhi                                   on 2000/07/04  17:22:18
67208         Log: The #6308 required a little bit more.
67209      Branch: cfgperl
67210            ! Makefile.SH win32/Makefile
67211 ____________________________________________________________________________
67212 [  6308] By: jhi                                   on 2000/07/04  16:35:24
67213         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
67214      Branch: cfgperl
67215            + lib/lib_pm.PL
67216            - lib/lib.pm.PL
67217            ! MANIFEST Makefile.SH
67218 ____________________________________________________________________________
67219 [  6307] By: jhi                                   on 2000/07/04  16:28:58
67220         Log: Win32 patches for cfgperl from Sarathy.
67221      Branch: cfgperl
67222            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
67223            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
67224            ! thread.h toke.c util.c win32/Makefile win32/win32.c
67225 ____________________________________________________________________________
67226 [  6306] By: gsar                                  on 2000/07/04  16:28:40
67227         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
67228              (from Richard Soderberg <rs@oregonnet.com>)
67229      Branch: perl
67230            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
67231 ____________________________________________________________________________
67232 [  6305] By: jhi                                   on 2000/07/04  16:24:24
67233         Log: Integrate with Sarathy.
67234      Branch: cfgperl
67235           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
67236           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67237           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
67238           !> proto.h win32/win32.c
67239 ____________________________________________________________________________
67240 [  6304] By: gsar                                  on 2000/07/04  16:17:24
67241         Log: missing perldiag entry for unpack("w",...) diagnostic (from
67242              Andreas Koenig)
67243      Branch: perl
67244            ! pod/perldiag.pod
67245 ____________________________________________________________________________
67246 [  6303] By: gsar                                  on 2000/07/04  16:14:44
67247         Log: remove rel2abs prototypes (from Barrie Slaymaker)
67248      Branch: perl
67249            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
67250            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67251 ____________________________________________________________________________
67252 [  6302] By: gsar                                  on 2000/07/04  04:59:35
67253         Log: adjust change#6299
67254      Branch: perl
67255            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
67256            ! win32/win32.c
67257 ____________________________________________________________________________
67258 [  6301] By: jhi                                   on 2000/07/04  04:50:07
67259         Log: Integrate with Sarathy.
67260      Branch: cfgperl
67261           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
67262           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
67263           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
67264 ____________________________________________________________________________
67265 [  6300] By: gsar                                  on 2000/07/04  04:42:09
67266         Log: PERL_OBJECT build tweak
67267      Branch: perl
67268            ! perl.h
67269 ____________________________________________________________________________
67270 [  6299] By: gsar                                  on 2000/07/04  04:37:00
67271         Log: fix memory leak on Windows (PL_sys_intern contents were never
67272              freed)
67273      Branch: perl
67274            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
67275            ! perlapi.c proto.h win32/win32.c
67276 ____________________________________________________________________________
67277 [  6298] By: gsar                                  on 2000/07/04  04:15:59
67278         Log: fix large memory leak that has been around for ever, masked by
67279              -DPURIFY (most of the arenas were never freed!)
67280      Branch: perl
67281            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
67282 ____________________________________________________________________________
67283 [  6297] By: gsar                                  on 2000/07/04  04:07:46
67284         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
67285      Branch: perl
67286            ! perl.c
67287 ____________________________________________________________________________
67288 [  6296] By: jhi                                   on 2000/06/30  18:28:37
67289         Log: Elaborate POSIX.pod.  Still needs work.
67290      Branch: cfgperl
67291            ! ext/POSIX/POSIX.pod
67292 ____________________________________________________________________________
67293 [  6295] By: jhi                                   on 2000/06/30  14:58:18
67294         Log: Point to perlipc for more SysV IPC examples.
67295      Branch: cfgperl
67296            ! pod/perlfunc.pod
67297 ____________________________________________________________________________
67298 [  6294] By: gsar                                  on 2000/06/30  14:47:45
67299         Log: slurp mode fix in change#4736 still not quite right
67300      Branch: perl
67301            ! pp_hot.c t/io/argv.t
67302 ____________________________________________________________________________
67303 [  6293] By: jhi                                   on 2000/06/30  12:02:55
67304         Log: Integrate with Sarathy.
67305      Branch: cfgperl
67306           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
67307 ____________________________________________________________________________
67308 [  6292] By: jhi                                   on 2000/06/30  12:01:11
67309         Log: From: simon@brecon.co.uk (Simon Cozens)
67310              Subject: UTF8 concat
67311              Date: 30 Jun 2000 06:13:25 GMT
67312              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
67313      Branch: cfgperl
67314            ! pp_hot.c
67315 ____________________________________________________________________________
67316 [  6291] By: gsar                                  on 2000/06/30  04:37:33
67317         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
67318              when @_ is modified, causing coredumps
67319      Branch: perl
67320            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
67321 ____________________________________________________________________________
67322 [  6290] By: jhi                                   on 2000/06/30  02:21:44
67323         Log: Integrate with Sarathy.
67324      Branch: cfgperl
67325           !> vms/vms.c vms/vmsish.h
67326 ____________________________________________________________________________
67327 [  6289] By: jhi                                   on 2000/06/30  02:21:02
67328         Log: Check VERSIONs.
67329      Branch: cfgperl
67330            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67331            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67332            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67333 ____________________________________________________________________________
67334 [  6288] By: jhi                                   on 2000/06/30  02:18:52
67335         Log: Integrate with Sarathy.
67336      Branch: cfgperl
67337           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
67338           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67339           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67340           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
67341 ____________________________________________________________________________
67342 [  6287] By: gsar                                  on 2000/06/30  02:17:08
67343         Log: integrate vmsperl changes into mainline
67344      Branch: perl
67345           !> vms/vms.c vms/vmsish.h
67346 ____________________________________________________________________________
67347 [  6285] By: gsar                                  on 2000/06/30  02:05:28
67348         Log: localize %INC in a Safe compartment so that use/require work
67349              (many other magic globals probably need similar treatment)
67350      Branch: perl
67351            ! ext/Opcode/Opcode.xs
67352 ____________________________________________________________________________
67353 [  6284] By: gsar                                  on 2000/06/30  01:54:54
67354         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
67355              about Windows
67356      Branch: perl
67357            ! pod/perlembed.pod
67358 ____________________________________________________________________________
67359 [  6283] By: jhi                                   on 2000/06/30  01:50:10
67360         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
67361              From: Barrie Slaymaker <barries@jester.slaysys.com>
67362              Date: Wed, 28 Jun 2000 11:35:29 -0400
67363              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
67364      Branch: perl
67365            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
67366            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67367            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67368            ! lib/File/Spec/Win32.pm
67369 ____________________________________________________________________________
67370 [  6282] By: jhi                                   on 2000/06/29  22:57:22
67371         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
67372              From: Dan Sugalski <dan@sidhe.org>
67373              Date: Tue, 06 Jun 2000 11:59:50 -0400
67374              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
67375      Branch: cfgperl
67376            ! vms/vms.c
67377 ____________________________________________________________________________
67378 [  6281] By: jhi                                   on 2000/06/29  22:52:50
67379         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
67380              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67381              Date: Wed, 7 Jun 2000 04:02:04 -0500
67382              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
67383      Branch: cfgperl
67384            ! utils/h2xs.PL
67385 ____________________________________________________________________________
67386 [  6280] By: jhi                                   on 2000/06/29  22:45:47
67387         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
67388              From: rspier@pobox.com (Robert Spier)
67389              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
67390              Message-ID: <14654.31913.845602.610277@rls.cx>
67391      Branch: cfgperl
67392            ! utils/h2xs.PL
67393 ____________________________________________________________________________
67394 [  6279] By: jhi                                   on 2000/06/29  22:38:16
67395         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
67396              From: Tim Ayers <tayers@bridge.com>
67397              Date: Thu, 08 Jun 2000 08:11:06 +0200
67398              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
67399              [resent by Richard Foley, Message-Id probably wrong]
67400      Branch: cfgperl
67401            ! pod/perlsub.pod
67402 ____________________________________________________________________________
67403 [  6278] By: jhi                                   on 2000/06/29  22:21:45
67404         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
67405              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
67406              Date: Fri, 09 Jun 2000 12:39:27 -0400
67407              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
67408              (plus update the version "number" of Text::Wrap)
67409      Branch: cfgperl
67410            ! lib/Text/Wrap.pm
67411 ____________________________________________________________________________
67412 [  6277] By: jhi                                   on 2000/06/29  22:13:10
67413         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
67414              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67415              Date: Mon, 12 Jun 2000 14:55:59 +0100
67416              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
67417      Branch: cfgperl
67418            ! pod/perlfunc.pod
67419 ____________________________________________________________________________
67420 [  6276] By: jhi                                   on 2000/06/29  22:11:06
67421         Log: Subject: [PATCH] Re: eval documentation: context
67422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67423              Date: Mon, 12 Jun 2000 15:07:29 +0100
67424              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
67425      Branch: cfgperl
67426            ! pod/perlfunc.pod
67427 ____________________________________________________________________________
67428 [  6275] By: jhi                                   on 2000/06/29  21:59:46
67429         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
67430              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67431              Date: Tue, 13 Jun 2000 02:43:48 -0500
67432              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
67433      Branch: cfgperl
67434            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
67435 ____________________________________________________________________________
67436 [  6274] By: jhi                                   on 2000/06/29  21:56:14
67437         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
67438              From: Andy Dougherty <doughera@lafayette.edu>
67439              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
67440              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
67441      Branch: cfgperl
67442            ! ext/File/Glob/Glob.pm
67443 ____________________________________________________________________________
67444 [  6273] By: jhi                                   on 2000/06/29  21:49:09
67445         Log: Subject: [PATCH] xsub attributes
67446              From: Doug MacEachern <dougm@covalent.net>
67447              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
67448              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
67449      Branch: cfgperl
67450            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
67451            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
67452 ____________________________________________________________________________
67453 [  6272] By: jhi                                   on 2000/06/29  21:41:28
67454         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
67455              From: Tom Phoenix <rootbeer@redcat.com>
67456              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
67457              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
67458      Branch: cfgperl
67459            ! lib/Net/Ping.pm
67460 ____________________________________________________________________________
67461 [  6271] By: jhi                                   on 2000/06/29  21:36:55
67462         Log: Subject: PATCH pod/perltie.pod
67463              From: Ian Phillipps <Ian.Phillipps@iname.com>
67464              Date: Fri, 16 Jun 2000 00:17:19 +0100
67465              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
67466              (only the first hunk, the second hunk had already been done
67467              by some other patch)
67468      Branch: cfgperl
67469            ! pod/perltie.pod
67470 ____________________________________________________________________________
67471 [  6270] By: jhi                                   on 2000/06/29  21:24:51
67472         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
67473              From: Nicholas Clark <nick@talking.bollo.cx>
67474              Date: Fri, 23 Jun 2000 16:21:15 +0100
67475              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
67476      Branch: cfgperl
67477            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
67478            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
67479 ____________________________________________________________________________
67480 [  6269] By: jhi                                   on 2000/06/29  19:38:15
67481         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
67482              silence few compiler warnings.
67483      Branch: cfgperl
67484            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
67485 ____________________________________________________________________________
67486 [  6268] By: jhi                                   on 2000/06/29  18:21:50
67487         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
67488              From: Dominic Dunlop <domo@computer.org> 
67489              Date: Thu, 29 Jun 2000 12:32:39 +0200 
67490              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
67491      Branch: cfgperl
67492            ! t/op/sprintf.t
67493 ____________________________________________________________________________
67494 [  6267] By: jhi                                   on 2000/06/29  18:16:07
67495         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
67496              From: Doug MacEachern <dougm@covalent.net>
67497              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
67498              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
67499      Branch: cfgperl
67500            + t/op/method2entersub.t
67501            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
67502            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67503            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
67504            ! xsutils.c
67505 ____________________________________________________________________________
67506 [  6266] By: jhi                                   on 2000/06/29  15:11:15
67507         Log: Subject: [PATCH 5.6.0] cygwin port
67508              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
67509              From: "Fifer, Eric" <EFifer@sanwaint.com>
67510              Date: Thu, 29 Jun 2000 12:58:29 +0100
67511      Branch: cfgperl
67512            ! cygwin/Makefile.SHs
67513 ____________________________________________________________________________
67514 [  6265] By: jhi                                   on 2000/06/29  15:04:05
67515         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
67516              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67517              Date: Wed, 28 Jun 2000 17:50:12 -0700
67518              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
67519      Branch: cfgperl
67520            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67521 ____________________________________________________________________________
67522 [  6264] By: jhi                                   on 2000/06/29  15:00:57
67523         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
67524              From: Marty Lucich <marty@netcom.com>
67525              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
67526              Message-Id: <200006282116.OAA11148@netcom.com>
67527              ccdlflags update (the BSD/OS 4.1 part had already been taken
67528              care of by #6141).
67529      Branch: cfgperl
67530            ! hints/bsdos.sh
67531 ____________________________________________________________________________
67532 [  6263] By: jhi                                   on 2000/06/29  13:47:44
67533         Log: tr fixes from Simon Cozens
67534      Branch: cfgperl
67535            ! doop.c
67536 ____________________________________________________________________________
67537 [  6262] By: jhi                                   on 2000/06/28  18:46:01
67538         Log: Subject: 5.6.0 Patch for EPOC
67539              From: Olaf Flebbe <o.flebbe@gmx.de>
67540              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
67541              Message-ID: <23449.960929969@www11.gmx.net>
67542      Branch: cfgperl
67543            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
67544            ! epoc/epocish.h
67545 ____________________________________________________________________________
67546 [  6261] By: jhi                                   on 2000/06/28  18:29:07
67547         Log: Subject: Re: [PATCH cfgperl] BOMs away!
67548              From: simon@brecon.co.uk (Simon Cozens)
67549              Date: 17 Jun 2000 11:49:57 GMT
67550              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
67551      Branch: cfgperl
67552            ! pod/perldiag.pod t/comp/require.t toke.c
67553 ____________________________________________________________________________
67554 [  6260] By: jhi                                   on 2000/06/28  17:47:16
67555         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
67556              From: simon@brecon.co.uk (Simon Cozens) 
67557              Date: 17 Jun 2000 11:56:44 GMT 
67558              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
67559              pack U0, pack C0
67560      Branch: cfgperl
67561            ! pod/perlfunc.pod pp.c t/op/pack.t
67562 ____________________________________________________________________________
67563 [  6259] By: jhi                                   on 2000/06/28  16:43:17
67564         Log: perlnewmod was missing from MANIFEST.
67565      Branch: cfgperl
67566            ! MANIFEST
67567 ____________________________________________________________________________
67568 [  6258] By: jhi                                   on 2000/06/28  15:54:30
67569         Log: linenumber tweak
67570      Branch: cfgperl
67571            ! t/pragma/warn/regcomp
67572 ____________________________________________________________________________
67573 [  6257] By: jhi                                   on 2000/06/28  15:50:44
67574         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
67575              From: Doug MacEachern <dougm@covalent.net>
67576              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
67577              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
67578              (one part of the patch had been applied earlier)
67579      Branch: cfgperl
67580            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
67581 ____________________________________________________________________________
67582 [  6256] By: jhi                                   on 2000/06/28  15:40:22
67583         Log: tweaks from Simon Cozens to further fix tr/// under utf8
67584      Branch: cfgperl
67585            ! doop.c
67586 ____________________________________________________________________________
67587 [  6255] By: jhi                                   on 2000/06/28  15:33:45
67588         Log: small thinko tweaks
67589      Branch: cfgperl
67590            ! lib/IPC/Open3.pm t/op/my_stash.t
67591 ____________________________________________________________________________
67592 [  6254] By: jhi                                   on 2000/06/28  15:33:25
67593         Log: Subject: tr///, help wanted.
67594              From: simon@brecon.co.uk (Simon Cozens)
67595              Date: 28 Jun 2000 11:29:04 GMT
67596              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
67597      Branch: cfgperl
67598            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
67599            ! pp_proto.h proto.h t/op/tr.t
67600 ____________________________________________________________________________
67601 [  6253] By: jhi                                   on 2000/06/28  15:09:17
67602         Log: Paranoia tweak on #6249.
67603              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
67604              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67605              Date: Sun, 25 Jun 2000 23:43:12 -0400
67606              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
67607      Branch: cfgperl
67608            ! lib/IPC/Open3.pm
67609 ____________________________________________________________________________
67610 [  6252] By: jhi                                   on 2000/06/28  15:01:38
67611         Log: Document #6249 and #6251.
67612      Branch: cfgperl
67613            ! lib/Exporter.pm lib/IPC/Open3.pm
67614 ____________________________________________________________________________
67615 [  6251] By: jhi                                   on 2000/06/28  14:50:43
67616         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
67617              From: Doug MacEachern <dougm@covalent.net>
67618              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
67619              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
67620      Branch: cfgperl
67621            ! lib/Exporter.pm
67622 ____________________________________________________________________________
67623 [  6250] By: jhi                                   on 2000/06/28  14:45:23
67624         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
67625              From: Doug MacEachern <dougm@covalent.net>
67626              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
67627              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
67628      Branch: cfgperl
67629            + t/op/my_stash.t
67630            ! MANIFEST embed.pl global.sym proto.h toke.c
67631 ____________________________________________________________________________
67632 [  6249] By: jhi                                   on 2000/06/28  14:36:34
67633         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
67634              From: Frank Tobin <ftobin@uiuc.edu>
67635              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
67636              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
67637      Branch: cfgperl
67638            ! lib/IPC/Open3.pm
67639 ____________________________________________________________________________
67640 [  6248] By: jhi                                   on 2000/06/28  14:11:25
67641         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
67642              From: Mark-Jason Dominus <mjd@plover.com>
67643              Date: Tue, 27 Jun 2000 22:36:42 -0400
67644              Message-ID: <20000628023642.12166.qmail@plover.com>
67645      Branch: cfgperl
67646            ! pod/perlfunc.pod
67647 ____________________________________________________________________________
67648 [  6247] By: jhi                                   on 2000/06/27  12:46:37
67649         Log: Tweak $VERSION, patch from Doug MacEachern.
67650      Branch: cfgperl
67651            ! lib/File/Spec.pm
67652 ____________________________________________________________________________
67653 [  6246] By: jhi                                   on 2000/06/27  03:34:46
67654         Log: Allow for standalone testing.
67655      Branch: cfgperl
67656            ! t/lib/filefunc.t t/lib/filespec.t
67657 ____________________________________________________________________________
67658 [  6245] By: jhi                                   on 2000/06/27  02:50:02
67659         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
67660              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67661              Date: Sat, 24 Jun 2000 13:06:20 +0100
67662              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
67663      Branch: cfgperl
67664            ! ext/DynaLoader/DynaLoader_pm.PL
67665 ____________________________________________________________________________
67666 [  6244] By: jhi                                   on 2000/06/27  02:46:10
67667         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
67668              From: Doug MacEachern <dougm@covalent.net>
67669              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
67670              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
67671      Branch: cfgperl
67672            ! gv.c sv.c t/lib/peek.t
67673 ____________________________________________________________________________
67674 [  6243] By: jhi                                   on 2000/06/27  02:38:07
67675         Log: Subject: [PATCH] is_utf8_string
67676              From: simon@brecon.co.uk (Simon Cozens)
67677              Date: 26 Jun 2000 02:25:59 GMT
67678              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
67679      Branch: cfgperl
67680            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
67681            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
67682            ! proto.h utf8.c
67683 ____________________________________________________________________________
67684 [  6242] By: jhi                                   on 2000/06/27  02:24:00
67685         Log: Subject: [PATCH] bytes<->utf8 fixes
67686              From: simon@brecon.co.uk (Simon Cozens)
67687              Date: 26 Jun 2000 04:55:45 GMT
67688              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
67689      Branch: cfgperl
67690            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
67691 ____________________________________________________________________________
67692 [  6241] By: jhi                                   on 2000/06/27  02:12:42
67693         Log: Do no -warn on \_, only on \alpha.
67694              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
67695              From: David Dyck <dcd@tc.fluke.com>
67696              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
67697              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
67698      Branch: cfgperl
67699            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
67700 ____________________________________________________________________________
67701 [  6240] By: jhi                                   on 2000/06/27  02:00:01
67702         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
67703              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67704              Date: Mon, 26 Jun 2000 18:40:14 +0100
67705              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
67706      Branch: cfgperl
67707            ! utils/h2xs.PL
67708 ____________________________________________________________________________
67709 [  6239] By: jhi                                   on 2000/06/27  01:53:40
67710         Log: Configure maintenance.  Sever some dependency cycles,
67711              separate gccversion from the cc unit,
67712              address [ID 20000623.006] Configure script patch for using gcc on AIX
67713              (but solve it a little bit differently),
67714              unduplex some accidentally duplicated units,
67715              suggest using gcc if no cc available
67716              (p5p thread: "Solaris configure: counterproposal", 1999-09)
67717      Branch: cfgperl
67718            ! Configure Todo-5.6 config_h.SH
67719      Branch: metaconfig
67720            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
67721            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
67722      Branch: metaconfig/U/perl
67723            + gccvers.U
67724            ! d_getespwnam.U d_getprpwnam.U i_prot.U
67725 ____________________________________________________________________________
67726 [  6238] By: jhi                                   on 2000/06/25  18:04:56
67727         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
67728              From: Dan Sugalski <dan@sidhe.org>
67729              Date: Fri, 23 Jun 2000 17:00:00 -0400
67730              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
67731      Branch: cfgperl
67732            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
67733 ____________________________________________________________________________
67734 [  6237] By: jhi                                   on 2000/06/25  16:36:45
67735         Log: Tweak embed.pl, regen headers.
67736      Branch: cfgperl
67737            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
67738            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
67739            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
67740            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
67741            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
67742 ____________________________________________________________________________
67743 [  6236] By: jhi                                   on 2000/06/25  15:26:42
67744         Log: Regen headers.
67745      Branch: cfgperl
67746            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
67747            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
67748            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
67749            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
67750            ! regnodes.h warnings.h
67751 ____________________________________________________________________________
67752 [  6235] By: jhi                                   on 2000/06/23  19:39:35
67753         Log: The thread begun by
67754              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
67755              From: Kevin.Ruscoe@ubsw.com
67756              Date: Fri, 16 Jun 2000 16:38:51 +0100
67757              Message-Id: <H000019b03c300d6@MHS>
67758      Branch: cfgperl
67759            ! hints/solaris_2.sh
67760 ____________________________________________________________________________
67761 [  6234] By: jhi                                   on 2000/06/23  19:23:36
67762         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
67763              because when run as services (Win32ese for daemons)
67764              no environment variables are set and tmpdir ends up as /tmp,
67765              which is ambiguous.
67766              
67767              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
67768              From: matt@sergeant.org
67769              Date: 16 Jun 2000 16:30:43 -0000
67770              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
67771      Branch: cfgperl
67772            ! lib/File/Spec/Win32.pm
67773 ____________________________________________________________________________
67774 [  6233] By: jhi                                   on 2000/06/23  19:18:58
67775         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
67776              From: Mark-Jason Dominus <mjd@plover.com>
67777              Date: Fri, 16 Jun 2000 20:53:04 -0400
67778              Message-ID: <20000617005304.8008.qmail@plover.com>
67779      Branch: cfgperl
67780            ! op.h
67781 ____________________________________________________________________________
67782 [  6232] By: jhi                                   on 2000/06/23  16:10:02
67783         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
67784              From: simon@brecon.co.uk (Simon Cozens)
67785              Date: 19 Jun 2000 15:18:27 GMT
67786              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
67787              
67788              plus update pod/Makefile and regenerate perltoc
67789      Branch: cfgperl
67790            + pod/perlutil.pod
67791            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
67792 ____________________________________________________________________________
67793 [  6231] By: jhi                                   on 2000/06/23  15:19:18
67794         Log: Subject: [PATCH 5.6.0] cygwin port
67795              From: "Fifer, Eric" <EFifer@sanwaint.com>
67796              Date: Tue, 20 Jun 2000 14:30:58 +0100
67797              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
67798      Branch: cfgperl
67799            ! README.cygwin lib/File/Find.pm
67800 ____________________________________________________________________________
67801 [  6230] By: jhi                                   on 2000/06/23  14:25:21
67802         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
67803      Branch: cfgperl
67804            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
67805            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67806            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67807            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
67808 ____________________________________________________________________________
67809 [  6229] By: jhi                                   on 2000/06/23  14:13:34
67810         Log: Subject: README.hpux version 0.6.1
67811              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
67812              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
67813              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
67814      Branch: cfgperl
67815            ! README.hpux
67816 ____________________________________________________________________________
67817 [  6228] By: jhi                                   on 2000/06/23  14:07:20
67818         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
67819              From: Doug MacEachern <dougm@covalent.net>
67820              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
67821              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
67822      Branch: cfgperl
67823            ! op.c
67824 ____________________________________________________________________________
67825 [  6227] By: jhi                                   on 2000/06/23  14:01:06
67826         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
67827              From: Doug MacEachern <dougm@covalent.net>
67828              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
67829              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
67830      Branch: cfgperl
67831            + lib/lib.pm.PL
67832            - lib/lib.pm
67833            ! MANIFEST Makefile.SH
67834 ____________________________________________________________________________
67835 [  6226] By: jhi                                   on 2000/06/23  13:53:07
67836         Log: Subject: [PATCH] remove forward declarations in Socket.pm
67837              From: Doug MacEachern <dougm@covalent.net>
67838              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
67839              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
67840              
67841              From: Doug MacEachern <dougm@covalent.net>
67842              Subject: Re: [PATCH] remove forward declarations in Socket.pm
67843              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
67844              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
67845      Branch: cfgperl
67846            ! ext/Socket/Socket.pm op.c
67847 ____________________________________________________________________________
67848 [  6225] By: jhi                                   on 2000/06/23  13:41:52
67849         Log: Add source code filenames to apidoc.
67850              From: simon@brecon.co.uk (Simon Cozens)
67851              Subject: [PATCH embed.pl] Source X-ref
67852              Date: 22 Jun 2000 02:18:49 GMT
67853              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
67854      Branch: cfgperl
67855            ! embed.pl
67856 ____________________________________________________________________________
67857 [  6224] By: jhi                                   on 2000/06/23  13:32:33
67858         Log: A way to avoid English.pm performance hit.
67859              From: root <root@jester.slaysys.com>
67860              Subject: [YAPATCH English.pm] My turn to putt again
67861              Date: Thu, 22 Jun 2000 20:33:58 -0400
67862              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
67863      Branch: cfgperl
67864            ! lib/English.pm t/lib/english.t
67865 ____________________________________________________________________________
67866 [  6223] By: jhi                                   on 2000/06/23  13:27:06
67867         Log: Avoid double close().
67868              Subject: [PATCH] avoid double close()
67869              From: Doug MacEachern <dougm@covalent.net>
67870              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
67871              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
67872      Branch: cfgperl
67873            ! doio.c
67874 ____________________________________________________________________________
67875 [  6222] By: jhi                                   on 2000/06/23  13:25:54
67876         Log: doc typo fix
67877              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
67878              From: Ian Phillipps <Ian.Phillipps@iname.com>
67879              Date: Fri, 23 Jun 2000 10:40:58 +0100
67880              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
67881      Branch: cfgperl
67882            ! lib/Pod/Usage.pm
67883 ____________________________________________________________________________
67884 [  6221] By: jhi                                   on 2000/06/23  13:24:15
67885         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
67886              From: simon@brecon.co.uk (Simon Cozens)
67887              Subject: [PATCH] Eliminate tr///[CU][CU]
67888              Date: 23 Jun 2000 11:05:40 GMT
67889              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
67890      Branch: cfgperl
67891            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
67892 ____________________________________________________________________________
67893 [  6220] By: jhi                                   on 2000/06/22  16:07:51
67894         Log: Win32 patches from Benjamin Stuhl.
67895      Branch: cfgperl
67896            ! makedef.pl win32/win32.h
67897 ____________________________________________________________________________
67898 [  6219] By: jhi                                   on 2000/06/22  16:06:34
67899         Log: Bytecode patches from Benjamin Stuhl.
67900      Branch: cfgperl
67901            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67902            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
67903            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67904 ____________________________________________________________________________
67905 [  6218] By: jhi                                   on 2000/06/15  23:54:16
67906         Log: Bytecode patches from Benjamin Stuhl.
67907      Branch: cfgperl
67908            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67909 ____________________________________________________________________________
67910 [  6217] By: jhi                                   on 2000/06/09  13:38:29
67911         Log: Rename the fdpid locking and integrate with Sarathy.
67912      Branch: cfgperl
67913            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
67914            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
67915            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
67916            ! win32/win32.c
67917           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
67918 ____________________________________________________________________________
67919 [  6216] By: gsar                                  on 2000/06/08  14:54:21
67920         Log: be more optimal about clearing @_
67921      Branch: perl
67922            ! cop.h
67923 ____________________________________________________________________________
67924 [  6215] By: gsar                                  on 2000/06/08  14:33:04
67925         Log: tweak comment about @DB::args
67926      Branch: perl
67927            ! av.h pp_ctl.c
67928 ____________________________________________________________________________
67929 [  6214] By: gsar                                  on 2000/06/08  13:57:54
67930         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
67931              caller() wants to populate @DB::args with it (causes a coredump
67932              in Carp::confess())
67933      Branch: perl
67934            ! cop.h t/op/runlevel.t
67935 ____________________________________________________________________________
67936 [  6213] By: gsar                                  on 2000/06/08  07:06:35
67937         Log: back out change#6106 (seems problematic)
67938      Branch: perl
67939            ! hints/solaris_2.sh
67940 ____________________________________________________________________________
67941 [  6212] By: jhi                                   on 2000/06/07  03:10:36
67942         Log: Continuing mopup for #6204.
67943      Branch: cfgperl
67944            ! ext/B/defsubs_h.PL
67945 ____________________________________________________________________________
67946 [  6211] By: jhi                                   on 2000/06/07  02:41:50
67947         Log: Mopup for #6204.
67948              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
67949              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
67950              This is comes from const() where POK isn't on when expected.
67951      Branch: cfgperl
67952            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
67953            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67954            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
67955            ! perlapi.h pod/perlapi.pod
67956 ____________________________________________________________________________
67957 [  6210] By: jhi                                   on 2000/06/07  01:56:29
67958         Log: Mopup for #6207 and #6209.
67959      Branch: cfgperl
67960            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
67961 ____________________________________________________________________________
67962 [  6209] By: jhi                                   on 2000/06/07  01:33:12
67963         Log: Lock PL_fdpid against race conditions, based on:
67964              Subject: [PATCH 5.6.0]subprocess fixup for threads
67965              From: Dan Sugalski <dan@sidhe.org>
67966              To: perl5-porters@perl.org
67967              Date: Tue, 11 Apr 2000 17:02:32 -0400
67968              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
67969      Branch: cfgperl
67970            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
67971            ! win32/win32.c
67972 ____________________________________________________________________________
67973 [  6208] By: jhi                                   on 2000/06/07  01:05:23
67974         Log: Regen headers for #6207.
67975      Branch: cfgperl
67976            ! embed.h global.sym objXSUB.h proto.h
67977 ____________________________________________________________________________
67978 [  6207] By: jhi                                   on 2000/06/06  23:43:13
67979         Log: Subject: [PATCH 5.6.0] Threadsafe patches
67980              From: Dan Sugalski <dan@sidhe.org>
67981              To: perl5-porters@perl.org
67982              Date: Mon, 08 May 2000 18:08:13 -0400
67983              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
67984      Branch: cfgperl
67985            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
67986            ! proto.h sv.h util.c
67987 ____________________________________________________________________________
67988 [  6206] By: jhi                                   on 2000/06/06  23:21:23
67989         Log: Subject: [PATCH] Eliminate $a/$b in pod
67990              From: David Glasser <me@davidglasser.net>
67991              To: perl5-porters@perl.org
67992              Date: Mon, 29 May 2000 21:15:59 -0400
67993              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
67994      Branch: cfgperl
67995            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
67996            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
67997            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
67998            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
67999            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
68000            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
68001            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
68002            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
68003            ! pod/perlvar.pod pod/perlxs.pod
68004 ____________________________________________________________________________
68005 [  6205] By: jhi                                   on 2000/06/06  23:12:14
68006         Log: Subject: [PATCH] Win32 improvements
68007              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
68008              To: gsar@activestate.com, perl5-porters@perl.org
68009              Date: Mon, 29 May 2000 17:22:24 PDT
68010              Message-ID: <20000530002224.91142.qmail@hotmail.com>
68011              (MUA had mangled many lines by wordwrapping)
68012      Branch: cfgperl
68013            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
68014 ____________________________________________________________________________
68015 [  6204] By: jhi                                   on 2000/06/06  23:01:50
68016         Log: Subject: [PATCH] B::Bytecode patches
68017              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
68018              To: gsar@activestate.com, jhi@iki.fi
68019              Cc: perl5-porters@perl.org
68020              Message-ID: <20000602202526.48694.qmail@hotmail.com>
68021              (MUA had mangled many lines by wordwrapping)
68022      Branch: cfgperl
68023            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
68024            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
68025            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68026            ! intrpvar.h perl.c
68027 ____________________________________________________________________________
68028 [  6203] By: jhi                                   on 2000/06/06  22:32:43
68029         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
68030              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68031              Date: Tue, 06 Jun 2000 13:07:45 -0700
68032              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
68033      Branch: cfgperl
68034            ! pod/perldiag.pod
68035 ____________________________________________________________________________
68036 [  6202] By: jhi                                   on 2000/06/06  19:38:35
68037         Log: Integrate with Sarathy.
68038      Branch: cfgperl
68039           !> perl.c
68040 ____________________________________________________________________________
68041 [  6201] By: gsar                                  on 2000/06/06  00:42:59
68042         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
68043              does a PUSHMARK that's never ever POPMARKed; in general, only
68044              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
68045              Perl_eval_[sp]v() don't because they don't take any incoming
68046              arguments (this leak has been around since the original version
68047              of perl_eval_pv() in 5.003_97e)
68048      Branch: perl
68049            ! perl.c
68050 ____________________________________________________________________________
68051 [  6200] By: jhi                                   on 2000/06/04  03:44:52
68052         Log: Update to cperl-mode.el 4.31 from
68053              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
68054              Subject: A couple of notes
68055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68056              To: Mailing list Perl5 <perl5-porters@perl.org>
68057              Date: Sat, 3 Jun 2000 23:33:32 -0400
68058              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
68059      Branch: cfgperl
68060            ! emacs/cperl-mode.el
68061 ____________________________________________________________________________
68062 [  6199] By: jhi                                   on 2000/06/03  15:11:05
68063         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
68064              From: Dan Sugalski <dan@sidhe.org>
68065              To: perl5-porters@perl.org, vmsperl@perl.org
68066              Date: Fri, 02 Jun 2000 17:30:51 -0400
68067              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
68068      Branch: cfgperl
68069            ! vms/descrip_mms.template vms/gen_shrfls.pl
68070 ____________________________________________________________________________
68071 [  6198] By: jhi                                   on 2000/06/03  14:59:15
68072         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
68073              From: Dan Sugalski <dan@sidhe.org>
68074              To: vmsperl@perl.org, perl5-porters@perl.org
68075              Date: Fri, 02 Jun 2000 16:00:41 -0400
68076              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
68077              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
68078      Branch: cfgperl
68079            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
68080            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
68081            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
68082 ____________________________________________________________________________
68083 [  6197] By: jhi                                   on 2000/06/03  14:41:30
68084         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
68085              From: John Borwick <jhborwic@unity.ncsu.edu>
68086              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
68087              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
68088      Branch: cfgperl
68089            ! pod/perlsyn.pod
68090 ____________________________________________________________________________
68091 [  6196] By: jhi                                   on 2000/06/03  14:38:09
68092         Log: Integrate with Sarathy.
68093      Branch: cfgperl
68094           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
68095           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
68096           !> vms/perly_c.vms
68097 ____________________________________________________________________________
68098 [  6195] By: gsar                                  on 2000/06/02  22:43:13
68099         Log: fix yet another eval"" leak under USE_ITHREADS
68100      Branch: perl
68101            ! op.c
68102 ____________________________________________________________________________
68103 [  6194] By: gsar                                  on 2000/06/02  18:22:06
68104         Log: fix small eval"" memory leaks under USE_ITHREADS
68105      Branch: perl
68106            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
68107            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
68108            ! vms/perly_c.vms
68109 ____________________________________________________________________________
68110 [  6193] By: jhi                                   on 2000/06/01  13:03:56
68111         Log: Signals-be-gone for microperl.
68112      Branch: cfgperl
68113            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
68114 ____________________________________________________________________________
68115 [  6192] By: jhi                                   on 2000/06/01  12:52:02
68116         Log: Integrate with Sarathy.
68117      Branch: cfgperl
68118           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
68119           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
68120           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
68121           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
68122           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
68123           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
68124           !> t/op/vec.t utils/h2xs.PL
68125 ____________________________________________________________________________
68126 [  6191] By: gsar                                  on 2000/06/01  09:38:21
68127         Log: vec() loses numericalness (modified version of patch suggested
68128              by Robin Barker)
68129      Branch: perl
68130            ! doop.c t/op/vec.t
68131 ____________________________________________________________________________
68132 [  6190] By: gsar                                  on 2000/06/01  09:26:15
68133         Log: submit missing embed.pl change
68134      Branch: perl
68135            ! embed.pl
68136 ____________________________________________________________________________
68137 [  6189] By: gsar                                  on 2000/06/01  09:05:34
68138         Log: counting tr/// corrupts later operation (from M.J.T Guy)
68139      Branch: perl
68140            ! doop.c t/op/tr.t
68141 ____________________________________________________________________________
68142 [  6188] By: gsar                                  on 2000/06/01  08:58:39
68143         Log: h2xs tweaks
68144      Branch: perl
68145            ! utils/h2xs.PL
68146 ____________________________________________________________________________
68147 [  6187] By: gsar                                  on 2000/06/01  08:50:07
68148         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
68149              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
68150      Branch: perl
68151            + lib/Pod/LaTeX.pm
68152            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
68153            ! pod/pod2latex.PL
68154 ____________________________________________________________________________
68155 [  6186] By: gsar                                  on 2000/06/01  08:24:40
68156         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
68157              <wolfgang.laun@alcatel.at>)
68158      Branch: perl
68159            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
68160            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
68161 ____________________________________________________________________________
68162 [  6185] By: gsar                                  on 2000/06/01  08:12:00
68163         Log: remove incorrect documentation about implicit split to @_ in
68164              list context, which never really worked in perl 5 (from
68165              M.J.T. Guy)
68166      Branch: perl
68167            ! pod/perlfunc.pod pod/perltrap.pod
68168 ____________________________________________________________________________
68169 [  6184] By: gsar                                  on 2000/06/01  07:52:27
68170         Log: tweak for change#6127
68171      Branch: perl
68172            ! perl.c
68173 ____________________________________________________________________________
68174 [  6183] By: gsar                                  on 2000/06/01  07:41:02
68175         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
68176              <nick@ccl4.org>)
68177      Branch: perl
68178            + t/lib/selfloader.t
68179            ! MANIFEST lib/SelfLoader.pm
68180 ____________________________________________________________________________
68181 [  6182] By: jhi                                   on 2000/06/01  00:34:42
68182         Log: Be Cleaner Part Deux.
68183      Branch: cfgperl
68184            ! Makefile.SH
68185 ____________________________________________________________________________
68186 [  6181] By: jhi                                   on 2000/06/01  00:32:09
68187         Log: Integrate with Sarathy.
68188      Branch: cfgperl
68189           !> pp.c t/op/arith.t
68190 ____________________________________________________________________________
68191 [  6180] By: jhi                                   on 2000/06/01  00:31:13
68192         Log: microperl nits from Simon Cozens.
68193      Branch: cfgperl
68194            + uconfig.h
68195            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
68196            ! unixish.h
68197 ____________________________________________________________________________
68198 [  6179] By: gsar                                  on 2000/05/31  22:37:51
68199         Log: buggy modulus on UVs introduced by change#3378 (resulted in
68200              4063328477 % 65535 amounting to 27406, instead of 27407)
68201      Branch: perl
68202            ! pp.c t/op/arith.t
68203 ____________________________________________________________________________
68204 [  6178] By: jhi                                   on 2000/05/31  21:52:41
68205         Log: Be cleaner.
68206      Branch: cfgperl
68207            ! Makefile.SH
68208 ____________________________________________________________________________
68209 [  6177] By: jhi                                   on 2000/05/31  21:47:33
68210         Log: Substitution utf8 patch from Simon Cozens.
68211      Branch: cfgperl
68212            ! pp_hot.c
68213 ____________________________________________________________________________
68214 [  6176] By: jhi                                   on 2000/05/31  21:45:34
68215         Log: Single-quoted utf8 patch from Simon Cozens.
68216      Branch: cfgperl
68217            ! toke.c
68218 ____________________________________________________________________________
68219 [  6175] By: jhi                                   on 2000/05/31  21:40:18
68220         Log: Integrate with Sarathy.
68221      Branch: cfgperl
68222           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
68223 ____________________________________________________________________________
68224 [  6174] By: jhi                                   on 2000/05/31  21:37:31
68225         Log: microperl changes from Simon Cozens; Makefile for microperl
68226              written from scratch; few casts added as microperl compilation
68227              doesn't have all prototypes available.
68228      Branch: cfgperl
68229            + Makefile.micro README.micro Todo.micro uconfig.sh
68230            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
68231            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
68232      Branch: metaconfig
68233            + U/modified/Config_h.U
68234 ____________________________________________________________________________
68235 [  6173] By: jhi                                   on 2000/05/31  20:00:24
68236         Log: metaconfig maintenance.
68237      Branch: metaconfig
68238            + U/modified/Inhdr.U U/typedefs/inotype.U
68239      Branch: metaconfig/U/perl
68240            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
68241            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
68242 ____________________________________________________________________________
68243 [  6172] By: gsar                                  on 2000/05/31  05:05:42
68244         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
68245              (from Ilya Zakharevich)
68246      Branch: perl
68247            ! regexec.c t/op/re_tests
68248 ____________________________________________________________________________
68249 [  6171] By: gsar                                  on 2000/05/31  05:01:47
68250         Log: scalar() doesn't force scalar context when used in void context
68251              (from Simon Cozens)
68252      Branch: perl
68253            ! op.c t/op/wantarray.t
68254 ____________________________________________________________________________
68255 [  6170] By: gsar                                  on 2000/05/31  04:41:33
68256         Log: change#6142 needs tweaks to tests to work where there's no symlink()
68257              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
68258      Branch: perl
68259            ! t/lib/filefind.t
68260 ____________________________________________________________________________
68261 [  6169] By: gsar                                  on 2000/05/31  04:29:49
68262         Log: integrate cfgperl contents into mainline
68263      Branch: perl
68264           +> pod/perlmodlib.PL pod/perlnewmod.pod
68265           !> (integrate 42 files)
68266 ____________________________________________________________________________
68267 [  6168] By: jhi                                   on 2000/05/30  22:53:37
68268         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
68269      Branch: cfgperl
68270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68271            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
68272            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
68273            ! win32/config.bc win32/config.gc win32/config.vc
68274            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68275            ! win32/config_h.PL win32/config_sh.PL
68276      Branch: metaconfig/U/perl
68277            ! perlxv.U
68278 ____________________________________________________________________________
68279 [  6167] By: jhi                                   on 2000/05/30  22:20:21
68280         Log: tweak todo 
68281      Branch: cfgperl
68282            ! Todo-5.6
68283 ____________________________________________________________________________
68284 [  6166] By: jhi                                   on 2000/05/30  22:11:51
68285         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
68286              in case somebody wants to write an extension for more
68287              shadow database interfaces.
68288      Branch: cfgperl
68289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68290            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
68291            ! vos/config.def vos/config.h vos/config_h.SH_orig
68292            ! win32/config.bc win32/config.gc win32/config.vc
68293            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68294      Branch: metaconfig
68295            ! U/modified/Myinit.U
68296      Branch: metaconfig/U/perl
68297            + d_getespwnam.U d_getprpwnam.U i_prot.U
68298 ____________________________________________________________________________
68299 [  6165] By: jhi                                   on 2000/05/30  18:35:34
68300         Log: Integrate with Sarathy.
68301      Branch: cfgperl
68302           !> op.c
68303 ____________________________________________________________________________
68304 [  6164] By: jhi                                   on 2000/05/30  18:30:16
68305         Log: detypo
68306      Branch: cfgperl
68307            ! Configure config_h.SH
68308      Branch: metaconfig/U/perl
68309            ! perlxv.U
68310 ____________________________________________________________________________
68311 [  6163] By: gsar                                  on 2000/05/30  03:24:03
68312         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
68313      Branch: perl
68314            ! op.c
68315 ____________________________________________________________________________
68316 [  6162] By: gsar                                  on 2000/05/30  03:09:38
68317         Log: fix memory leak in method call optimization (change#3768);
68318              made C<eval "$x->foo()"> leak
68319      Branch: perl
68320            ! op.c
68321 ____________________________________________________________________________
68322 [  6161] By: jhi                                   on 2000/05/29  17:56:26
68323         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
68324              both from Simon Cozens.
68325      Branch: cfgperl
68326            + pod/perlmodlib.PL pod/perlnewmod.pod
68327            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
68328            ! pod/perlmodlib.pod pod/perltoc.pod
68329 ____________________________________________________________________________
68330 [  6160] By: jhi                                   on 2000/05/29  17:23:55
68331         Log: Changes for the File::Temp 0.08 (change #6159) test suite
68332              to fit better into the Perl distribution test framework.
68333      Branch: cfgperl
68334            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
68335            ! t/lib/ftmp-tempfile.t
68336 ____________________________________________________________________________
68337 [  6159] By: jhi                                   on 2000/05/29  16:55:36
68338         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
68339      Branch: cfgperl
68340            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68341            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68342 ____________________________________________________________________________
68343 [  6158] By: bailey                                on 2000/05/29  16:22:08
68344         Log: Add fallback to tmpfile for use in cases where user's relying on
68345              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
68346              Lane's patch)
68347      Branch: vmsperl
68348            ! vms/vms.c vms/vmsish.h
68349 ____________________________________________________________________________
68350 [  6157] By: jhi                                   on 2000/05/29  03:10:36
68351         Log: Regen Configure to jive with #6149.
68352      Branch: cfgperl
68353            ! Configure
68354      Branch: metaconfig
68355            ! U/modified/Getfile.U
68356 ____________________________________________________________________________
68357 [  6156] By: jhi                                   on 2000/05/29  03:01:38
68358         Log: Integrate with Sarathy.
68359      Branch: cfgperl
68360           +> ext/DynaLoader/dl_mac.xs
68361           !> (integrate 38 files)
68362 ____________________________________________________________________________
68363 [  6155] By: gsar                                  on 2000/05/28  21:15:58
68364         Log: small bug in change#6144; remove random \xA0 character that snuck
68365              in via change#6145
68366      Branch: perl
68367            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
68368 ____________________________________________________________________________
68369 [  6154] By: gsar                                  on 2000/05/28  21:04:19
68370         Log: avoid type mismatch warning
68371      Branch: perl
68372            ! perl.c
68373 ____________________________________________________________________________
68374 [  6153] By: gsar                                  on 2000/05/28  20:58:31
68375         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
68376              <nick@Bagpuss.uk.boo.com>)
68377      Branch: perl
68378            ! lib/Test/Harness.pm
68379 ____________________________________________________________________________
68380 [  6152] By: gsar                                  on 2000/05/28  20:53:42
68381         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
68382      Branch: perl
68383            ! regexec.c
68384 ____________________________________________________________________________
68385 [  6151] By: gsar                                  on 2000/05/28  20:50:28
68386         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
68387      Branch: perl
68388            ! regexec.c
68389 ____________________________________________________________________________
68390 [  6150] By: gsar                                  on 2000/05/28  20:39:58
68391         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
68392      Branch: perl
68393            ! pod/perlrequick.pod
68394 ____________________________________________________________________________
68395 [  6149] By: gsar                                  on 2000/05/28  20:35:16
68396         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
68397              <troc@netrus.net>)
68398      Branch: perl
68399            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
68400            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
68401            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
68402            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
68403 ____________________________________________________________________________
68404 [  6148] By: gsar                                  on 2000/05/28  20:21:07
68405         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
68406      Branch: perl
68407            ! lib/ExtUtils/MM_Unix.pm
68408 ____________________________________________________________________________
68409 [  6147] By: gsar                                  on 2000/05/28  20:12:41
68410         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
68411              (from Peter Prymmer)
68412      Branch: perl
68413            ! vms/subconfigure.com
68414 ____________________________________________________________________________
68415 [  6146] By: gsar                                  on 2000/05/28  20:06:15
68416         Log: doc typo
68417      Branch: perl
68418            ! lib/warnings.pm warnings.h warnings.pl
68419 ____________________________________________________________________________
68420 [  6145] By: gsar                                  on 2000/05/28  18:44:33
68421         Log: make xsubpp skip embedded pod (from Matthias Neeracher
68422              <neeri@iis.ee.ethz.ch>)
68423      Branch: perl
68424            ! lib/ExtUtils/xsubpp
68425 ____________________________________________________________________________
68426 [  6144] By: gsar                                  on 2000/05/28  18:42:49
68427         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
68428              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
68429              <neeri@iis.ee.ethz.ch>)
68430      Branch: perl
68431            ! lib/AutoSplit.pm
68432 ____________________________________________________________________________
68433 [  6143] By: gsar                                  on 2000/05/28  18:41:12
68434         Log: MacOS support, part 1 (from Matthias Neeracher
68435              <neeri@iis.ee.ethz.ch>)
68436      Branch: perl
68437            + ext/DynaLoader/dl_mac.xs
68438            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
68439            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
68440            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
68441            ! util.h
68442 ____________________________________________________________________________
68443 [  6142] By: gsar                                  on 2000/05/28  18:21:51
68444         Log: File::Find fails to chdir when chasing symlinks (from
68445              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
68446      Branch: perl
68447            ! lib/File/Find.pm t/lib/filefind.t
68448 ____________________________________________________________________________
68449 [  6141] By: jhi                                   on 2000/05/28  14:25:15
68450         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
68451              forwarded by Peter Seebach from the bsdi-users mailing list.
68452              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
68453      Branch: perl
68454            ! hints/bsdos.sh
68455 ____________________________________________________________________________
68456 [  6140] By: jhi                                   on 2000/05/28  14:11:57
68457         Log: Integrate with Sarathy.
68458      Branch: cfgperl
68459           +> (branch 30 files)
68460           !> (integrate 93 files)
68461 ____________________________________________________________________________
68462 [  6139] By: gsar                                  on 2000/05/28  10:01:48
68463         Log: revise mktables.PL for bugs and newness in Unicode 3.0
68464              (from James Bence <jbence@amgen.com>)
68465      Branch: perl
68466            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
68467            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
68468            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
68469            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
68470            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
68471            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
68472            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
68473            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
68474            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
68475            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
68476            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
68477            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
68478            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
68479            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
68480            + lib/unicode/Is/SylWU.pl
68481            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
68482            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
68483            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
68484            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
68485            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
68486            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
68487            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
68488            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
68489            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
68490            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
68491            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
68492            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
68493            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
68494            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
68495            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
68496            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
68497            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
68498            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
68499            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
68500            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
68501            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
68502            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
68503            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
68504            ! lib/unicode/Makefile lib/unicode/mktables.PL
68505 ____________________________________________________________________________
68506 [  6138] By: gsar                                  on 2000/05/28  08:50:32
68507         Log: add note about the handling of negative indices to tied arrays
68508              (from Michael G Schwern <schwern@pobox.com>)
68509      Branch: perl
68510            ! pod/perltie.pod
68511 ____________________________________________________________________________
68512 [  6137] By: gsar                                  on 2000/05/28  08:46:10
68513         Log: fix bogus redeclaration warning for "our" variables in different
68514              scopes
68515      Branch: perl
68516            ! op.c t/pragma/strict-vars
68517 ____________________________________________________________________________
68518 [  6136] By: gsar                                  on 2000/05/28  08:31:20
68519         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
68520      Branch: perl
68521            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
68522 ____________________________________________________________________________
68523 [  6135] By: gsar                                  on 2000/05/28  08:17:50
68524         Log: enable Test::Harness to dynamically determine column width etc.
68525              (from Rob Napier <rnapier@employees.org>)
68526      Branch: perl
68527            ! lib/Test/Harness.pm
68528 ____________________________________________________________________________
68529 [  6134] By: gsar                                  on 2000/05/28  08:13:39
68530         Log: make Test::Harness use wait.h/WCOREDUMP if available
68531              (from Ben Tilly <ben_tilly@hotmail.com>)
68532      Branch: perl
68533            ! lib/Test/Harness.pm
68534 ____________________________________________________________________________
68535 [  6133] By: gsar                                  on 2000/05/28  08:08:05
68536         Log: elide bogus test in change#6132
68537      Branch: perl
68538            ! t/pragma/warn/9enabled
68539 ____________________________________________________________________________
68540 [  6132] By: gsar                                  on 2000/05/28  08:03:14
68541         Log: warnings::enabled() doesn't fall back to looking at $^W if
68542              caller isn't using lexical warnings (from Paul Marquess)
68543      Branch: perl
68544            ! pp_ctl.c t/pragma/warn/9enabled
68545 ____________________________________________________________________________
68546 [  6131] By: gsar                                  on 2000/05/28  07:57:47
68547         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
68548      Branch: perl
68549            ! ext/POSIX/POSIX.pm
68550 ____________________________________________________________________________
68551 [  6130] By: gsar                                  on 2000/05/28  07:29:12
68552         Log: fix places that mean C<"word" character> but say C<alphanumeric
68553              character>
68554      Branch: perl
68555            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
68556 ____________________________________________________________________________
68557 [  6129] By: gsar                                  on 2000/05/28  07:18:41
68558         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
68559      Branch: perl
68560            ! vms/test.com
68561 ____________________________________________________________________________
68562 [  6128] By: gsar                                  on 2000/05/28  07:12:55
68563         Log: new perlxstut example for passing/returning refs to arrays
68564              (from David Lowe <dlowe@pootpoot.com>)
68565      Branch: perl
68566            ! pod/perlxstut.pod
68567 ____________________________________________________________________________
68568 [  6127] By: gsar                                  on 2000/05/28  07:02:50
68569         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
68570              failed (from Gisle Aas)
68571      Branch: perl
68572            ! cop.h perl.c
68573 ____________________________________________________________________________
68574 [  6126] By: gsar                                  on 2000/05/28  06:39:53
68575         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
68576              (reworked variant of patch suggested by Simon Cozens)
68577      Branch: perl
68578            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
68579            ! pp_hot.c proto.h t/op/gv.t
68580 ____________________________________________________________________________
68581 [  6125] By: gsar                                  on 2000/05/28  05:14:55
68582         Log: enable propagating exception objects via Perl_croak() in XS code
68583              (from Gisle Aas)
68584      Branch: perl
68585            ! util.c
68586 ____________________________________________________________________________
68587 [  6124] By: gsar                                  on 2000/05/28  05:07:28
68588         Log: integrate vmsperl contents into mainline
68589      Branch: perl
68590           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
68591           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
68592           !> vms/vmsish.h
68593 ____________________________________________________________________________
68594 [  6123] By: gsar                                  on 2000/05/28  05:03:53
68595         Log: clarify gotcha with #line directives (from Rocco Caputo
68596              <troc@netrus.net>)
68597      Branch: perl
68598            ! pod/perldebug.pod pod/perlsyn.pod
68599 ____________________________________________________________________________
68600 [  6122] By: gsar                                  on 2000/05/28  04:58:29
68601         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
68602              (from Mark-Jason Dominus)
68603      Branch: perl
68604            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
68605            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
68606            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
68607            ! toke.c
68608 ____________________________________________________________________________
68609 [  6121] By: bailey                                on 2000/05/25  04:46:54
68610         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
68611              lists (based on fixes by Craig Berry)
68612      Branch: vmsperl
68613            ! lib/File/Spec/VMS.pm
68614 ____________________________________________________________________________
68615 [  6120] By: bailey                                on 2000/05/25  04:25:38
68616         Log: Add missing escape (Charles Lane)
68617      Branch: vmsperl
68618            ! t/op/lex_assign.t
68619 ____________________________________________________________________________
68620 [  6119] By: bailey                                on 2000/05/25  04:21:25
68621         Log: Quiet error messages in vmsish.t (Charles Lane)
68622      Branch: vmsperl
68623            ! vms/ext/vmsish.t
68624 ____________________________________________________________________________
68625 [  6118] By: bailey                                on 2000/05/25  04:17:57
68626         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
68627              Flatten case labels in switch statements uniformly (Charles Bailey)
68628      Branch: vmsperl
68629            ! vms/vms.c
68630 ____________________________________________________________________________
68631 [  6117] By: bailey                                on 2000/05/25  03:58:09
68632         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
68633      Branch: vmsperl
68634            ! vms/vmsish.h
68635 ____________________________________________________________________________
68636 [  6116] By: bailey                                on 2000/05/25  03:11:15
68637         Log: Miscellaneous cosmetic fixes (Charles Lane)
68638      Branch: vmsperl
68639            ! lib/ExtUtils/MM_VMS.pm
68640 ____________________________________________________________________________
68641 [  6115] By: bailey                                on 2000/05/25  03:10:36
68642         Log: Add bounds checking for several strings (Charles Lane)
68643      Branch: vmsperl
68644            ! vms/vms.c
68645 ____________________________________________________________________________
68646 [  6114] By: bailey                                on 2000/05/25  02:25:34
68647         Log: Urk -- undo previous removal of vmsish 'exit' change
68648      Branch: vmsperl
68649            ! vms/ext/vmsish.pm vms/vmsish.h
68650 ____________________________________________________________________________
68651 [  6113] By: bailey                                on 2000/05/24  02:24:40
68652         Log: Ugly workaround for version-specific RTL error
68653      Branch: vmsperl
68654            ! vms/vms.c
68655 ____________________________________________________________________________
68656 [  6112] By: bailey                                on 2000/05/24  02:19:55
68657         Log: Check for existence of file before trying to delete
68658      Branch: vmsperl
68659            ! vms/test.com
68660 ____________________________________________________________________________
68661 [  6111] By: bailey                                on 2000/05/23  23:35:13
68662         Log: Resync with mainline prior to post-5.6.0 updates
68663      Branch: vmsperl
68664           +> (branch 49 files)
68665            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
68666            ! vms/ext/vmsish.pm
68667           !> (integrate 334 files)
68668 ____________________________________________________________________________
68669 [  6110] By: jhi                                   on 2000/05/23  19:28:32
68670         Log: todo tweak
68671      Branch: cfgperl
68672            ! Todo-5.6
68673 ____________________________________________________________________________
68674 [  6109] By: jhi                                   on 2000/05/18  17:38:54
68675         Log: Integrate with Sarathy.
68676      Branch: cfgperl
68677           !> mg.c perl.h win32/perlhost.h
68678 ____________________________________________________________________________
68679 [  6108] By: gsar                                  on 2000/05/17  02:24:56
68680         Log: reenable fake signal handling on Windows, bugs and all
68681      Branch: perl
68682            ! mg.c perl.h win32/perlhost.h
68683 ____________________________________________________________________________
68684 [  6107] By: jhi                                   on 2000/05/15  18:01:41
68685         Log: Tweak the todo list.
68686      Branch: cfgperl
68687            ! Todo-5.6
68688 ____________________________________________________________________________
68689 [  6106] By: jhi                                   on 2000/05/15  13:41:48
68690         Log: The (Configure) script refuses to go on, after asking for
68691              'You may also choose to try maximal 64-bitness....'.
68692              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
68693              -- Patrick Zima
68694              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
68695      Branch: cfgperl
68696            ! hints/solaris_2.sh
68697 ____________________________________________________________________________
68698 [  6105] By: jhi                                   on 2000/05/11  14:37:43
68699         Log: Integrate with Sarathy.
68700      Branch: cfgperl
68701           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68702           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
68703 ____________________________________________________________________________
68704 [  6104] By: gsar                                  on 2000/05/11  03:39:07
68705         Log: PL_sys_intern was being initialized too late on windows
68706      Branch: perl
68707            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68708            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
68709 ____________________________________________________________________________
68710 [  6103] By: jhi                                   on 2000/05/09  19:42:20
68711         Log: Test tweaking for Unicos continues.
68712      Branch: cfgperl
68713            ! t/op/64bitint.t
68714 ____________________________________________________________________________
68715 [  6102] By: jhi                                   on 2000/05/09  16:47:27
68716         Log: The test suite tweak in #6101 wasn't quite right.
68717      Branch: cfgperl
68718            ! t/lib/complex.t
68719 ____________________________________________________________________________
68720 [  6101] By: jhi                                   on 2000/05/09  15:35:34
68721         Log: Hints and test tweaks for Unicos.
68722      Branch: cfgperl
68723            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
68724 ____________________________________________________________________________
68725 [  6100] By: jhi                                   on 2000/05/08  21:15:06
68726         Log: More compilation tweakery from Allen Smith.
68727      Branch: cfgperl
68728            ! hints/irix_6.sh
68729 ____________________________________________________________________________
68730 [  6099] By: jhi                                   on 2000/05/08  19:21:18
68731         Log: Tweaks for the cc bugs from Allen Smith.
68732      Branch: cfgperl
68733            ! hints/irix_6.sh
68734 ____________________________________________________________________________
68735 [  6098] By: jhi                                   on 2000/05/08  19:13:37
68736         Log: Add a note about other, yet unsupported, shadow password APIs.
68737      Branch: cfgperl
68738            ! pp_sys.c
68739 ____________________________________________________________________________
68740 [  6097] By: jhi                                   on 2000/05/08  18:46:34
68741         Log: Add a note about possible compilation problems from Allen Smith.
68742      Branch: cfgperl
68743            ! hints/irix_6.sh
68744 ____________________________________________________________________________
68745 [  6096] By: jhi                                   on 2000/05/08  17:33:10
68746         Log: Integrate with Sarathy.
68747      Branch: cfgperl
68748           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
68749           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
68750 ____________________________________________________________________________
68751 [  6095] By: jhi                                   on 2000/05/08  16:21:33
68752         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
68753              might be useful in future.
68754      Branch: cfgperl
68755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68756            ! config_h.SH
68757      Branch: metaconfig
68758            ! U/installdirs/inc_version_list.U
68759      Branch: metaconfig/U/perl
68760            ! perlxv.U
68761 ____________________________________________________________________________
68762 [  6094] By: gsar                                  on 2000/05/08  14:22:22
68763         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
68764      Branch: perl
68765            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
68766            ! hints/cygwin.sh pp_sys.c
68767 ____________________________________________________________________________
68768 [  6093] By: gsar                                  on 2000/05/08  12:52:28
68769         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
68770              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
68771      Branch: perl
68772            ! pp_sys.c sv.c win32/perlhost.h
68773 ____________________________________________________________________________
68774 [  6092] By: jhi                                   on 2000/05/07  22:40:34
68775         Log: Regen perltoc with the fixed buildtoc.
68776      Branch: cfgperl
68777            ! pod/perltoc.pod
68778 ____________________________________________________________________________
68779 [  6091] By: jhi                                   on 2000/05/07  22:24:16
68780         Log: Integrate with Sarathy.
68781      Branch: cfgperl
68782           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
68783           !> t/op/substr.t toke.c
68784 ____________________________________________________________________________
68785 [  6090] By: gsar                                  on 2000/05/07  19:47:07
68786         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
68787              [NI]OK; added tests for both
68788      Branch: perl
68789            ! perl.c pp_hot.c sv.c t/op/substr.t
68790 ____________________________________________________________________________
68791 [  6089] By: gsar                                  on 2000/05/07  18:18:38
68792         Log: buildtoc tweak to fix newline lossage
68793      Branch: perl
68794            ! pod/buildtoc
68795 ____________________________________________________________________________
68796 [  6088] By: jhi                                   on 2000/05/07  16:35:36
68797         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
68798              because we do not use those.  The HAS_GETSPNAM remains,
68799              though, because we still do use that.
68800      Branch: cfgperl
68801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68802            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
68803            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
68804            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
68805            ! win32/config.vc win32/config_H.bc win32/config_H.gc
68806            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
68807 ____________________________________________________________________________
68808 [  6087] By: gsar                                  on 2000/05/07  16:05:16
68809         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
68810      Branch: perl
68811            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
68812 ____________________________________________________________________________
68813 [  6086] By: jhi                                   on 2000/05/07  15:27:07
68814         Log: Integrate with Sarathy.
68815      Branch: cfgperl
68816           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68817           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68818           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
68819           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
68820           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
68821           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
68822 ____________________________________________________________________________
68823 [  6085] By: gsar                                  on 2000/05/07  05:52:02
68824         Log: repeat operator (x) doesn't preserve utf8-ness
68825      Branch: perl
68826            ! pp.c t/op/substr.t
68827 ____________________________________________________________________________
68828 [  6084] By: gsar                                  on 2000/05/07  05:39:55
68829         Log: substr() does not preserve utf8-ness (from Stefan Eissing
68830              <Eissing@medicaldataservice.de>); added tests
68831      Branch: perl
68832            ! pp.c t/op/substr.t
68833 ____________________________________________________________________________
68834 [  6083] By: gsar                                  on 2000/05/07  05:24:46
68835         Log: note about undocumented caller() return value (from M.J.T. Guy);
68836              yet another peek.t tweak
68837      Branch: perl
68838            ! pod/perlfunc.pod t/lib/peek.t
68839 ____________________________________________________________________________
68840 [  6082] By: gsar                                  on 2000/05/07  05:08:40
68841         Log: peek.t non-portable to ithreads
68842      Branch: perl
68843            ! t/lib/peek.t
68844 ____________________________________________________________________________
68845 [  6081] By: gsar                                  on 2000/05/07  04:17:04
68846         Log: better default perlbug categories for ok reports (from Richard Foley)
68847      Branch: perl
68848            ! utils/perlbug.PL
68849 ____________________________________________________________________________
68850 [  6080] By: gsar                                  on 2000/05/07  04:08:07
68851         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
68852              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
68853      Branch: perl
68854            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68855            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68856            ! AUTHORS MAINTAIN MANIFEST
68857 ____________________________________________________________________________
68858 [  6079] By: gsar                                  on 2000/05/07  04:01:38
68859         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
68860      Branch: perl
68861            ! lib/Carp/Heavy.pm
68862 ____________________________________________________________________________
68863 [  6078] By: gsar                                  on 2000/05/07  01:24:19
68864         Log: workaround for CRT bug in chdir() (from Charles Lane, via
68865              Peter Prymmer)
68866      Branch: perl
68867            ! iperlsys.h vms/vms.c vms/vmsish.h
68868 ____________________________________________________________________________
68869 [  6077] By: gsar                                  on 2000/05/07  01:22:23
68870         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
68871              and Tom Phoenix)
68872      Branch: perl
68873            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
68874 ____________________________________________________________________________
68875 [  6076] By: gsar                                  on 2000/05/06  17:36:29
68876         Log: integrate cfgperl contents into mainline
68877      Branch: perl
68878           +> t/lib/peek.t
68879           !> Configure MANIFEST Porting/Glossary Porting/config.sh
68880           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
68881           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
68882           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
68883 ____________________________________________________________________________
68884 [  6075] By: jhi                                   on 2000/05/05  18:56:10
68885         Log: Make the test more portable.
68886      Branch: cfgperl
68887            ! t/lib/peek.t
68888 ____________________________________________________________________________
68889 [  6074] By: jhi                                   on 2000/05/05  18:49:20
68890         Log: Introduce t/lib/peek.t.
68891      Branch: cfgperl
68892            + t/lib/peek.t
68893            ! MANIFEST
68894 ____________________________________________________________________________
68895 [  6073] By: jhi                                   on 2000/05/05  14:30:45
68896         Log: Complex tweaks.
68897      Branch: cfgperl
68898            ! lib/Math/Complex.pm t/lib/complex.t
68899 ____________________________________________________________________________
68900 [  6072] By: jhi                                   on 2000/05/05  12:27:13
68901         Log: Integrate with Sarathy.
68902      Branch: cfgperl
68903           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68904           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
68905           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
68906           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
68907 ____________________________________________________________________________
68908 [  6071] By: gsar                                  on 2000/05/05  02:24:46
68909         Log: misformatted perllocal.pod (from Tim Jenness
68910              <t.jenness@jach.hawaii.edu>)
68911      Branch: perl
68912            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68913 ____________________________________________________________________________
68914 [  6070] By: gsar                                  on 2000/05/05  02:16:52
68915         Log: remove misleading comment (from M.J.T. Guy)
68916      Branch: perl
68917            ! t/lib/anydbm.t
68918 ____________________________________________________________________________
68919 [  6069] By: gsar                                  on 2000/05/05  02:15:13
68920         Log: File::Spec compatibility update (from Barrie Slaymaker
68921              <barries@slaysys.com>)
68922      Branch: perl
68923            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
68924            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
68925 ____________________________________________________________________________
68926 [  6068] By: gsar                                  on 2000/05/05  02:01:50
68927         Log: note about values()
68928      Branch: perl
68929            ! pod/perlfunc.pod
68930 ____________________________________________________________________________
68931 [  6067] By: gsar                                  on 2000/05/05  01:33:09
68932         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
68933      Branch: perl
68934            ! win32/win32.c
68935 ____________________________________________________________________________
68936 [  6066] By: gsar                                  on 2000/05/05  01:23:43
68937         Log: s/END/CHECK/
68938      Branch: perl
68939            ! perl.c
68940 ____________________________________________________________________________
68941 [  6065] By: jhi                                   on 2000/05/04  17:30:22
68942         Log: Integrate with Sarathy.
68943      Branch: cfgperl
68944           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
68945 ____________________________________________________________________________
68946 [  6064] By: gsar                                  on 2000/05/04  17:26:14
68947         Log: change#5905 wasn't quite right--it's intent only applies when arguments
68948              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
68949      Branch: perl
68950            ! pp_sys.c sv.c
68951 ____________________________________________________________________________
68952 [  6063] By: gsar                                  on 2000/05/04  16:52:29
68953         Log: tokeq() could read unallocated field in argument
68954      Branch: perl
68955            ! toke.c
68956 ____________________________________________________________________________
68957 [  6062] By: gsar                                  on 2000/05/04  16:34:51
68958         Log: additional tests for utf8.t
68959      Branch: perl
68960            ! t/pragma/utf8.t
68961 ____________________________________________________________________________
68962 [  6061] By: gsar                                  on 2000/05/04  16:09:28
68963         Log: change#5921 neglected to make eq honor "use bytes"
68964      Branch: perl
68965            ! sv.c
68966 ____________________________________________________________________________
68967 [  6060] By: jhi                                   on 2000/05/04  15:30:16
68968         Log: Integrate with Sarathy.
68969      Branch: cfgperl
68970           !> perl.c regcomp.c t/pragma/utf8.t
68971 ____________________________________________________________________________
68972 [  6059] By: jhi                                   on 2000/05/04  15:26:37
68973         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
68974              in natively 64-bit platforms where a long is a quad (no need
68975              for long longs).  Also added bias for IVs.
68976      Branch: cfgperl
68977            ! toke.c
68978 ____________________________________________________________________________
68979 [  6058] By: gsar                                  on 2000/05/04  00:19:14
68980         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
68981              (spotted by Donald Kinzer <dkinzer@premia.com>)
68982      Branch: perl
68983            ! perl.c
68984 ____________________________________________________________________________
68985 [  6057] By: gsar                                  on 2000/05/03  18:34:01
68986         Log: fix broken parsing of /\x{ab}/
68987      Branch: perl
68988            ! regcomp.c t/pragma/utf8.t
68989 ____________________________________________________________________________
68990 [  6056] By: jhi                                   on 2000/05/03  17:57:16
68991         Log: The search of infinity continues, this time simplified.
68992      Branch: cfgperl
68993            ! lib/Math/Complex.pm
68994 ____________________________________________________________________________
68995 [  6055] By: jhi                                   on 2000/05/03  17:45:30
68996         Log: Detypo.
68997      Branch: cfgperl
68998            ! hints/unicos.sh
68999 ____________________________________________________________________________
69000 [  6054] By: jhi                                   on 2000/05/02  22:28:27
69001         Log: Be more forgiving in POSIX about HUGE_VALL.
69002      Branch: cfgperl
69003            ! ext/POSIX/POSIX.xs
69004 ____________________________________________________________________________
69005 [  6053] By: jhi                                   on 2000/05/02  22:25:05
69006         Log: Integrate with Sarathy.
69007      Branch: cfgperl
69008           !> hints/irix_6.sh pod/perlop.pod
69009 ____________________________________________________________________________
69010 [  6052] By: jhi                                   on 2000/05/02  22:24:31
69011         Log: Unicos hint tweak.
69012      Branch: cfgperl
69013            ! hints/unicos.sh
69014 ____________________________________________________________________________
69015 [  6051] By: jhi                                   on 2000/05/02  22:21:26
69016         Log: Complex tweakery.
69017      Branch: cfgperl
69018            ! lib/Math/Complex.pm t/lib/complex.t
69019 ____________________________________________________________________________
69020 [  6050] By: jhi                                   on 2000/05/02  19:26:22
69021         Log: Use setxxent()/endxxent().
69022      Branch: cfgperl
69023            ! t/op/grent.t t/op/pwent.t
69024 ____________________________________________________________________________
69025 [  6049] By: jhi                                   on 2000/05/02  19:06:02
69026         Log: Test both the scalar and list contexts.
69027      Branch: cfgperl
69028            ! t/op/grent.t t/op/pwent.t
69029 ____________________________________________________________________________
69030 [  6048] By: gsar                                  on 2000/05/02  18:29:10
69031         Log: add note about how $( doesn't interpolate in REs (from
69032              Philip Newton <newton@ficus.frogspace.net>)
69033      Branch: perl
69034            ! pod/perlop.pod
69035 ____________________________________________________________________________
69036 [  6047] By: jhi                                   on 2000/05/02  17:41:24
69037         Log: Call getspnam() only iff needed.
69038      Branch: cfgperl
69039            ! pp_sys.c
69040 ____________________________________________________________________________
69041 [  6046] By: gsar                                  on 2000/05/02  17:07:25
69042         Log: libscheck has insufficient checks for n32 libs (from
69043              Albert Chin-A-Young <china@thewrittenword.com>)
69044      Branch: perl
69045            ! hints/irix_6.sh
69046 ____________________________________________________________________________
69047 [  6045] By: jhi                                   on 2000/05/02  13:57:17
69048         Log: Integrate with Sarathy.
69049      Branch: cfgperl
69050           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
69051           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
69052 ____________________________________________________________________________
69053 [  6044] By: gsar                                  on 2000/05/02  06:48:19
69054         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
69055              such that underscores are only ignored in literal numbers,
69056              "\x{...}", and hex/oct argument
69057      Branch: perl
69058            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
69059 ____________________________________________________________________________
69060 [  6043] By: gsar                                  on 2000/05/02  02:22:29
69061         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
69062      Branch: perl
69063            ! pod/perlretut.pod
69064 ____________________________________________________________________________
69065 [  6042] By: gsar                                  on 2000/05/02  02:17:51
69066         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
69067      Branch: perl
69068            ! pod/perltrap.pod
69069 ____________________________________________________________________________
69070 [  6041] By: gsar                                  on 2000/05/02  01:53:51
69071         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
69072              to compensate
69073      Branch: perl
69074            ! Porting/makerel
69075 ____________________________________________________________________________
69076 [  6040] By: gsar                                  on 2000/05/02  01:51:57
69077         Log: missing files in MANIFEST
69078      Branch: perl
69079            ! MANIFEST
69080 ____________________________________________________________________________
69081 [  6039] By: jhi                                   on 2000/05/02  00:36:46
69082         Log: Infinite problems.
69083      Branch: cfgperl
69084            ! lib/Math/Complex.pm
69085 ____________________________________________________________________________
69086 [  6038] By: jhi                                   on 2000/05/02  00:06:38
69087         Log: pwent/spent #ifdef imbalance.
69088      Branch: cfgperl
69089            ! pp_sys.c
69090 ____________________________________________________________________________
69091 [  6037] By: jhi                                   on 2000/05/01  22:50:11
69092         Log: Use HUGE_VALL if applicable.
69093      Branch: cfgperl
69094            ! ext/POSIX/POSIX.xs util.c
69095 ____________________________________________________________________________
69096 [  6036] By: jhi                                   on 2000/05/01  22:20:53
69097         Log: Correct Freudian slip.
69098      Branch: cfgperl
69099            ! pp_sys.c
69100 ____________________________________________________________________________
69101 [  6035] By: jhi                                   on 2000/05/01  21:07:38
69102         Log: Continue on the pwent/spent case.
69103      Branch: cfgperl
69104            ! pp_sys.c
69105 ____________________________________________________________________________
69106 [  6034] By: jhi                                   on 2000/05/01  17:45:14
69107         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
69108              adjustments in 6032 conflicted badly with this, will have
69109              to revisit them later.
69110      Branch: cfgperl
69111           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
69112           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
69113           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
69114           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
69115           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
69116           !> t/lib/cgi-html.t t/lib/cgi-request.t
69117 ____________________________________________________________________________
69118 [  6033] By: jhi                                   on 2000/05/01  17:40:49
69119         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
69120      Branch: cfgperl
69121            ! pp_sys.c
69122 ____________________________________________________________________________
69123 [  6032] By: gsar                                  on 2000/05/01  15:56:32
69124         Log: whitespace adjustments
69125      Branch: perl
69126            ! pp_sys.c
69127 ____________________________________________________________________________
69128 [  6031] By: gsar                                  on 2000/05/01  15:19:41
69129         Log: small nits in diagnostics.pm (from Robin Barker)
69130      Branch: perl
69131            ! lib/diagnostics.pm pod/perldiag.pod
69132 ____________________________________________________________________________
69133 [  6030] By: gsar                                  on 2000/05/01  08:39:18
69134         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
69135              for @- and @+ (from Johan Vromans)
69136      Branch: perl
69137            ! lib/English.pm pod/perlvar.pod
69138 ____________________________________________________________________________
69139 [  6029] By: gsar                                  on 2000/05/01  08:16:10
69140         Log: add CGI.pm v2.66 (from Lincoln Stein)
69141      Branch: perl
69142            + lib/CGI/Util.pm t/lib/cgi-pretty.t
69143            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
69144            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
69145            ! t/lib/cgi-html.t t/lib/cgi-request.t
69146 ____________________________________________________________________________
69147 [  6028] By: gsar                                  on 2000/05/01  06:34:41
69148         Log: Pod::Man generates groff-incompatible macro definition (from
69149              Tom Christiansen)
69150      Branch: perl
69151            ! lib/Pod/Man.pm
69152 ____________________________________________________________________________
69153 [  6027] By: gsar                                  on 2000/05/01  06:31:36
69154         Log: podlators-1.02 update (from Russ Allbery)
69155      Branch: perl
69156            ! lib/Pod/Man.pm lib/Pod/Text.pm
69157 ____________________________________________________________________________
69158 [  6026] By: jhi                                   on 2000/04/30  23:24:23
69159         Log: Integrate with Sarathy.
69160      Branch: cfgperl
69161           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
69162           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
69163           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
69164           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
69165           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
69166           !> t/lib/syslog.t toke.c win32/win32.h
69167 ____________________________________________________________________________
69168 [  6025] By: gsar                                  on 2000/04/30  18:17:47
69169         Log: Is{Alnum,Alpha,Word} don't match titlecase
69170              
69171              TODO: IsSpace is defined recursively!
69172              
69173              (both spotted by Larry)
69174      Branch: perl
69175            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
69176            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
69177 ____________________________________________________________________________
69178 [  6024] By: gsar                                  on 2000/04/30  17:50:19
69179         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
69180              (from Hugo van der Sanden)
69181      Branch: perl
69182            ! toke.c
69183 ____________________________________________________________________________
69184 [  6023] By: gsar                                  on 2000/04/30  17:14:43
69185         Log: debugger stomps on $. (from M.J.T. Guy)
69186      Branch: perl
69187            ! lib/perl5db.pl
69188 ____________________________________________________________________________
69189 [  6022] By: gsar                                  on 2000/04/30  16:59:22
69190         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
69191      Branch: perl
69192            ! sv.c
69193 ____________________________________________________________________________
69194 [  6021] By: gsar                                  on 2000/04/29  21:00:08
69195         Log: remove Win2K issue in pod (fixed by change#6020)
69196      Branch: perl
69197            ! README.win32 pod/perl56delta.pod
69198 ____________________________________________________________________________
69199 [  6020] By: gsar                                  on 2000/04/29  20:51:49
69200         Log: test tweak
69201      Branch: perl
69202            ! t/lib/open3.t
69203 ____________________________________________________________________________
69204 [  6019] By: gsar                                  on 2000/04/29  20:34:27
69205         Log: windows portability tweaks
69206      Branch: perl
69207            ! t/lib/b.t win32/win32.h
69208 ____________________________________________________________________________
69209 [  6018] By: gsar                                  on 2000/04/29  19:55:24
69210         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
69211              make _PATH_LOG() return "" if unavailable
69212      Branch: perl
69213            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
69214            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
69215 ____________________________________________________________________________
69216 [  6017] By: jhi                                   on 2000/04/28  22:49:46
69217         Log: Integrate with Sarathy.
69218      Branch: cfgperl
69219           !> op.c perl.c pod/perldiag.pod t/lib/b.t
69220 ____________________________________________________________________________
69221 [  6016] By: jhi                                   on 2000/04/28  22:46:14
69222         Log: Do not warn that an infinity does not look like a number.
69223      Branch: cfgperl
69224            ! sv.c
69225 ____________________________________________________________________________
69226 [  6015] By: gsar                                  on 2000/04/28  22:35:49
69227         Log: tweak test for portability
69228      Branch: perl
69229            ! t/lib/b.t
69230 ____________________________________________________________________________
69231 [  6014] By: gsar                                  on 2000/04/28  22:05:31
69232         Log: glob() loading File::Glob behind the scenes may cause syntax errors
69233      Branch: perl
69234            ! op.c
69235 ____________________________________________________________________________
69236 [  6013] By: gsar                                  on 2000/04/28  21:25:22
69237         Log: tweak change#5945 to display correct switch name in diagnostic
69238      Branch: perl
69239            ! perl.c pod/perldiag.pod
69240 ____________________________________________________________________________
69241 [  6012] By: jhi                                   on 2000/04/28  21:08:12
69242         Log: Integrate with Sarathy.
69243      Branch: cfgperl
69244           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
69245           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
69246           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
69247 ____________________________________________________________________________
69248 [  6011] By: jhi                                   on 2000/04/28  21:04:46
69249         Log: &HUGE_VAL is not defined, it exists.
69250      Branch: cfgperl
69251            ! lib/Math/Complex.pm
69252 ____________________________________________________________________________
69253 [  6010] By: gsar                                  on 2000/04/28  21:02:58
69254         Log: clarify note about shadow password support (from
69255              gellyfish@gellyfish.com)
69256      Branch: perl
69257            ! pod/perlfunc.pod
69258 ____________________________________________________________________________
69259 [  6009] By: gsar                                  on 2000/04/28  21:00:00
69260         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
69261      Branch: perl
69262            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
69263 ____________________________________________________________________________
69264 [  6008] By: gsar                                  on 2000/04/28  20:56:33
69265         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
69266      Branch: perl
69267            ! installperl vms/subconfigure.com
69268 ____________________________________________________________________________
69269 [  6007] By: gsar                                  on 2000/04/28  20:51:21
69270         Log: note about compile failures and END blocks (from M.J.T. Guy)
69271      Branch: perl
69272            ! pod/perl56delta.pod pod/perlmod.pod
69273 ____________________________________________________________________________
69274 [  6006] By: jhi                                   on 2000/04/28  20:42:14
69275         Log: Regen Configure.
69276      Branch: cfgperl
69277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69278            ! config_h.SH
69279 ____________________________________________________________________________
69280 [  6005] By: gsar                                  on 2000/04/28  20:41:16
69281         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
69282      Branch: perl
69283            ! utils/perldoc.PL
69284 ____________________________________________________________________________
69285 [  6004] By: jhi                                   on 2000/04/28  20:28:21
69286         Log: Integrate with Sarathy.
69287      Branch: cfgperl
69288           !> Configure INSTALL Porting/Glossary Porting/config.sh
69289           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
69290           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
69291           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69292           !> win32/config.vc win32/win32.c
69293 ____________________________________________________________________________
69294 [  6003] By: gsar                                  on 2000/04/28  20:11:20
69295         Log: allow REG_EXPAND_SZ keys in Windows registry (from
69296              John Clayton <John.Clayton@barclayscapital.com>)
69297      Branch: perl
69298            ! win32/win32.c
69299 ____________________________________________________________________________
69300 [  6002] By: gsar                                  on 2000/04/28  19:34:16
69301         Log: destructive sv_setsv() can lose UV-ness from source, causing
69302              numeric promotions/comparisons to fail to do the right thing
69303      Branch: perl
69304            ! sv.c
69305 ____________________________________________________________________________
69306 [  6001] By: gsar                                  on 2000/04/28  18:44:15
69307         Log: support additional library locations via $Config{otherlibdirs}
69308              (from Andy Dougherty)
69309      Branch: perl
69310            ! Configure INSTALL Porting/Glossary Porting/config.sh
69311            ! Porting/config_H config_h.SH epoc/config.sh perl.c
69312            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
69313            ! win32/config.bc win32/config.gc win32/config.vc
69314 ____________________________________________________________________________
69315 [  6000] By: gsar                                  on 2000/04/28  18:26:58
69316         Log: reworked otherlibdirs.U (from Andy Dougherty)
69317      Branch: metaconfig
69318            ! U/installdirs/otherlibdirs.U
69319 ____________________________________________________________________________
69320 [  5999] By: gsar                                  on 2000/04/28  18:17:07
69321         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
69322      Branch: perl
69323            ! t/pragma/warn/toke toke.c
69324 ____________________________________________________________________________
69325 [  5998] By: jhi                                   on 2000/04/28  13:32:17
69326         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
69327      Branch: cfgperl
69328            ! lib/Math/Complex.pm
69329 ____________________________________________________________________________
69330 [  5997] By: jhi                                   on 2000/04/28  13:14:04
69331         Log: Preserve $!.
69332      Branch: cfgperl
69333            ! lib/Math/Complex.pm
69334 ____________________________________________________________________________
69335 [  5996] By: jhi                                   on 2000/04/28  12:59:23
69336         Log: Integrate with Sarathy.
69337      Branch: cfgperl
69338           +> pod/perlrequick.pod pod/perlretut.pod
69339           !> (integrate 51 files)
69340 ____________________________________________________________________________
69341 [  5995] By: gsar                                  on 2000/04/28  09:37:36
69342         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
69343      Branch: perl
69344            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
69345 ____________________________________________________________________________
69346 [  5994] By: gsar                                  on 2000/04/28  09:33:26
69347         Log: fix for missed accounting for null byte in pack("Z",...) (from
69348              M.J.T. Guy)
69349      Branch: perl
69350            ! pp.c t/op/pack.t
69351 ____________________________________________________________________________
69352 [  5993] By: gsar                                  on 2000/04/28  09:30:05
69353         Log: various minor tweaks seen on p5p
69354      Branch: perl
69355            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
69356 ____________________________________________________________________________
69357 [  5992] By: gsar                                  on 2000/04/28  09:08:19
69358         Log: pod nit (from Simon Cozens)
69359      Branch: perl
69360            ! pod/perlop.pod
69361 ____________________________________________________________________________
69362 [  5991] By: gsar                                  on 2000/04/28  09:06:36
69363         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
69364      Branch: perl
69365            ! README.posix-bc hints/posix-bc.sh
69366 ____________________________________________________________________________
69367 [  5990] By: gsar                                  on 2000/04/28  08:54:52
69368         Log: use $ENV{LIB} to search for libs under Visual C compiler
69369              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
69370      Branch: perl
69371            ! lib/ExtUtils/Liblist.pm
69372 ____________________________________________________________________________
69373 [  5989] By: gsar                                  on 2000/04/28  08:27:12
69374         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
69375              itself and no other (from Tom Hughes)
69376      Branch: perl
69377            ! t/op/array.t toke.c
69378 ____________________________________________________________________________
69379 [  5988] By: gsar                                  on 2000/04/28  08:01:38
69380         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
69381              <paul@miraclefish.com>)
69382      Branch: perl
69383            ! lib/ExtUtils/MakeMaker.pm
69384 ____________________________________________________________________________
69385 [  5987] By: gsar                                  on 2000/04/28  07:53:09
69386         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
69387      Branch: perl
69388            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
69389 ____________________________________________________________________________
69390 [  5986] By: gsar                                  on 2000/04/28  07:44:17
69391         Log: add regular expressions tutorial and quick-start guide (from
69392              Mark Kvale <kvale@phy.ucsf.edu>)
69393      Branch: perl
69394            + pod/perlrequick.pod pod/perlretut.pod
69395            ! AUTHORS MAINTAIN MANIFEST
69396 ____________________________________________________________________________
69397 [  5985] By: gsar                                  on 2000/04/28  07:30:28
69398         Log: forked child may not exit correctly if it failed to open
69399              /dev/console (from Graham Barr)
69400      Branch: perl
69401            ! ext/Sys/Syslog/Syslog.pm
69402 ____________________________________________________________________________
69403 [  5984] By: gsar                                  on 2000/04/28  07:27:20
69404         Log: attributes::reftype() doesn't work on tied argument
69405      Branch: perl
69406            ! xsutils.c
69407 ____________________________________________________________________________
69408 [  5983] By: gsar                                  on 2000/04/28  07:15:04
69409         Log: numeric conversion of non-number in change#3378 tramples on
69410              OOK offset, causing segfaults
69411      Branch: perl
69412            ! sv.c
69413 ____________________________________________________________________________
69414 [  5982] By: gsar                                  on 2000/04/28  04:48:25
69415         Log: avoid error in IO::Socket::INET when given an unknown service name
69416              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
69417      Branch: perl
69418            ! ext/IO/lib/IO/Socket/INET.pm
69419 ____________________________________________________________________________
69420 [  5981] By: gsar                                  on 2000/04/28  04:31:31
69421         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
69422              prototype mismatch with CORE::glob(); update pod and tests to
69423              suit (File::Glob::glob() is still available for backward
69424              compatibility, but should be considered deprecated)
69425      Branch: perl
69426            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
69427            ! t/lib/glob-taint.t
69428 ____________________________________________________________________________
69429 [  5980] By: gsar                                  on 2000/04/28  03:47:29
69430         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
69431              <ghudson@mit.edu>)
69432      Branch: metaconfig
69433            ! U/modified/Options.U
69434      Branch: perl
69435            ! Configure
69436 ____________________________________________________________________________
69437 [  5979] By: gsar                                  on 2000/04/28  03:07:54
69438         Log: under useithreads, constant pad entries could inadvertently be
69439              shared across threads (from Eric Blood <eblood@xmission.com>);
69440              added Eric's test case to testsuite
69441      Branch: perl
69442            ! op.c t/op/misc.t
69443 ____________________________________________________________________________
69444 [  5978] By: gsar                                  on 2000/04/27  21:13:00
69445         Log: sync version numbers in File::Spec with the ones on CPAN
69446              (from Barrie Slaymaker)
69447      Branch: perl
69448            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
69449            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
69450            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69451 ____________________________________________________________________________
69452 [  5977] By: gsar                                  on 2000/04/27  21:07:29
69453         Log: autoquote barewords followed by newline and arrow properly
69454              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
69455      Branch: perl
69456            ! t/pragma/warn/toke toke.c
69457 ____________________________________________________________________________
69458 [  5976] By: gsar                                  on 2000/04/27  20:41:20
69459         Log: DB_File v1.73 update (from Paul Marquess)
69460      Branch: perl
69461            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69462            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
69463 ____________________________________________________________________________
69464 [  5975] By: gsar                                  on 2000/04/27  20:34:24
69465         Log: allow sort() reentrancy (variant of patch suggested by
69466              Hugo van der Sanden)
69467      Branch: perl
69468            ! pp_ctl.c t/op/sort.t
69469 ____________________________________________________________________________
69470 [  5974] By: gsar                                  on 2000/04/27  19:46:57
69471         Log: change#4197 somehow missed initializing PL_errors, meaning
69472              sytax error queueing wasn't working outside eval"" at all;
69473              also fixed eval"" to localize PL_error_count, so that compile-time
69474              eval's don't clobber the error state of the outer context
69475      Branch: perl
69476            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
69477            ! t/pragma/warn/toke
69478 ____________________________________________________________________________
69479 [  5973] By: gsar                                  on 2000/04/27  18:29:05
69480         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
69481      Branch: perl
69482            ! regcomp.c regexec.c t/op/re_tests
69483 ____________________________________________________________________________
69484 [  5972] By: jhi                                   on 2000/04/27  18:22:41
69485         Log: Integrate with Sarathy.
69486      Branch: cfgperl
69487           +> t/lib/b.t t/lib/syslog.t
69488           !> (integrate 31 files)
69489 ____________________________________________________________________________
69490 [  5971] By: jhi                                   on 2000/04/27  18:18:46
69491         Log: Unicos tweaks from Mark P. Lutz.
69492      Branch: cfgperl
69493            ! hints/unicos.sh lib/Math/Complex.pm
69494 ____________________________________________________________________________
69495 [  5970] By: gsar                                  on 2000/04/27  18:05:11
69496         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
69497              IV is >32bits
69498      Branch: perl
69499            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
69500 ____________________________________________________________________________
69501 [  5969] By: gsar                                  on 2000/04/27  17:50:56
69502         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
69503      Branch: perl
69504            + t/lib/syslog.t
69505            ! MANIFEST ext/Sys/Syslog/Syslog.pm
69506 ____________________________________________________________________________
69507 [  5968] By: gsar                                  on 2000/04/27  17:44:49
69508         Log: tolerate spaces in group names in test on solaris (from David Boyce
69509              <dsb@boyski.com>)
69510      Branch: perl
69511            ! t/op/groups.t
69512 ____________________________________________________________________________
69513 [  5967] By: gsar                                  on 2000/04/27  17:41:22
69514         Log: improved docs on the warn_uninit diagnostic (from David Glasser
69515              and Simon Cozens)
69516      Branch: perl
69517            ! pod/perldiag.pod
69518 ____________________________________________________________________________
69519 [  5966] By: gsar                                  on 2000/04/27  16:54:58
69520         Log: add testsuite for B backends, fix bug in B::Deparse (from
69521              Simon Cozens <simon@brecon.co.uk>)
69522      Branch: perl
69523            + t/lib/b.t
69524            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
69525 ____________________________________________________________________________
69526 [  5965] By: gsar                                  on 2000/04/27  16:10:37
69527         Log: avoid "will not stay shared" warnings for our variables (from
69528              Robin Barker)
69529      Branch: perl
69530            ! op.c t/pragma/warn/op
69531 ____________________________________________________________________________
69532 [  5964] By: gsar                                  on 2000/04/27  07:05:05
69533         Log: reformat to 72 columns (again)
69534      Branch: perl
69535            ! pod/perldiag.pod
69536 ____________________________________________________________________________
69537 [  5963] By: gsar                                  on 2000/04/27  06:28:31
69538         Log: patch from Larry to make (\&) prototype work; added tests for
69539              the same
69540      Branch: perl
69541            ! op.c t/comp/proto.t
69542 ____________________________________________________________________________
69543 [  5962] By: gsar                                  on 2000/04/27  06:15:47
69544         Log: updated README.hpux (from Jeff Okamoto)
69545      Branch: perl
69546            ! README.hpux
69547 ____________________________________________________________________________
69548 [  5961] By: gsar                                  on 2000/04/27  05:55:03
69549         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
69550      Branch: perl
69551            ! emacs/cperl-mode.el
69552 ____________________________________________________________________________
69553 [  5960] By: gsar                                  on 2000/04/27  05:49:26
69554         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
69555      Branch: perl
69556            ! INSTALL
69557 ____________________________________________________________________________
69558 [  5959] By: gsar                                  on 2000/04/27  05:33:41
69559         Log: doubled words in pods (from Simon Cozens
69560              <simon.p.cozens@jp.pwcglobal.com>)
69561      Branch: perl
69562            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
69563            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
69564            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
69565            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
69566            ! pod/perltootc.pod
69567 ____________________________________________________________________________
69568 [  5958] By: gsar                                  on 2000/04/27  05:11:39
69569         Log: change#3569 deleted some essential code, revert; avoid use of
69570              atexit() to make DynaLoader work properly on AIX under mod_perl
69571              (from Jens-Uwe Mager <jum@helios.de>)
69572      Branch: perl
69573            ! ext/DynaLoader/dl_aix.xs
69574 ____________________________________________________________________________
69575 [  5957] By: gsar                                  on 2000/04/27  04:54:51
69576         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
69577      Branch: perl
69578            ! pod/perlmod.pod
69579 ____________________________________________________________________________
69580 [  5956] By: gsar                                  on 2000/04/27  04:51:47
69581         Log: better diagnostics on failed tests (from Ilya Zakharevich)
69582      Branch: perl
69583            ! t/op/lex_assign.t
69584 ____________________________________________________________________________
69585 [  5955] By: gsar                                  on 2000/04/27  04:26:44
69586         Log: longstanding bug exposed by change#3307: sort arguments weren't
69587              compiled with the right wantarray context (ensuing runtime lookup
69588              via block_gimme() was getting the incidental context of the
69589              sort() itself)
69590      Branch: perl
69591            ! op.c t/op/sort.t
69592 ____________________________________________________________________________
69593 [  5954] By: gsar                                  on 2000/04/26  23:42:12
69594         Log: integrate cfgperl contents into mainline
69595      Branch: perl
69596           !> (integrate 30 files)
69597 ____________________________________________________________________________
69598 [  5953] By: jhi                                   on 2000/04/26  23:06:42
69599         Log: Integrate with Sarathy.
69600      Branch: cfgperl
69601           !> README.win32 ext/B/B/Deparse.pm
69602           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
69603           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
69604           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
69605           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
69606           !> utils/perldoc.PL vms/perlvms.pod
69607 ____________________________________________________________________________
69608 [  5952] By: jhi                                   on 2000/04/26  23:03:46
69609         Log: Undo "use integer" addition from 64bitint as it seems
69610              to break most of the subtests in Digital UNIX;
69611              Unicos needs to find another way.
69612      Branch: cfgperl
69613            ! t/op/64bitint.t
69614 ____________________________________________________________________________
69615 [  5951] By: jhi                                   on 2000/04/26  22:57:53
69616         Log: Be more robust on "extreme" (large absolute value)
69617              arguments.  Originally reported by Daniel Connelly
69618              as a problem with asinh() on large negative arguments,
69619              asinh() used to bail out because an argument to log()
69620              ended up being zero.  Ilya Zakharevich proposed using
69621              Taylor's series in such cases, which for such large
69622              arguments is a very good approximation.
69623      Branch: cfgperl
69624            ! lib/Math/Complex.pm t/lib/complex.t
69625 ____________________________________________________________________________
69626 [  5950] By: gsar                                  on 2000/04/25  19:13:12
69627         Log: reformat perldiag to avoid long lines
69628      Branch: perl
69629            ! pod/perldiag.pod
69630 ____________________________________________________________________________
69631 [  5949] By: gsar                                  on 2000/04/25  18:41:11
69632         Log: make perldoc use the pod2man from the same version (from
69633              M.J.T. Guy)
69634      Branch: perl
69635            ! utils/perldoc.PL
69636 ____________________________________________________________________________
69637 [  5948] By: gsar                                  on 2000/04/25  18:21:57
69638         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
69639              <kompas@kompas.usr.onet.pl>)
69640      Branch: perl
69641            ! lib/vars.pm
69642 ____________________________________________________________________________
69643 [  5947] By: gsar                                  on 2000/04/25  18:11:53
69644         Log: use &dl_error rather than &dl_load_file as the guard for calling
69645              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
69646              statically built perl)
69647      Branch: perl
69648            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
69649 ____________________________________________________________________________
69650 [  5946] By: jhi                                   on 2000/04/25  17:37:54
69651         Log: Document that tr() is not tr(1).
69652      Branch: cfgperl
69653            ! pod/perlop.pod
69654 ____________________________________________________________________________
69655 [  5945] By: gsar                                  on 2000/04/25  16:34:33
69656         Log: make module name mandatory after -M switch; reorder perldiag
69657              alphabetically (from Mark-Jason Dominus)
69658      Branch: perl
69659            ! perl.c pod/perldiag.pod
69660 ____________________________________________________________________________
69661 [  5944] By: jhi                                   on 2000/04/25  01:15:18
69662         Log: On second thoughts frexp() does have two arguments.
69663      Branch: cfgperl
69664            ! perl.h
69665 ____________________________________________________________________________
69666 [  5943] By: jhi                                   on 2000/04/24  22:56:32
69667         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
69668              Now pp_ncmp() returns undef is either operand is a NaN.
69669      Branch: cfgperl
69670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69671            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
69672            ! vms/subconfigure.com vos/config.def vos/config.h
69673            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
69674            ! win32/config.vc win32/config_H.bc win32/config_H.gc
69675            ! win32/config_H.vc
69676      Branch: metaconfig/U/perl
69677            + d_modfl.U
69678 ____________________________________________________________________________
69679 [  5942] By: jhi                                   on 2000/04/24  19:45:17
69680         Log: Regen Configure to match #5937.
69681      Branch: cfgperl
69682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69683            ! config_h.SH
69684      Branch: metaconfig
69685            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
69686 ____________________________________________________________________________
69687 [  5941] By: jhi                                   on 2000/04/24  19:24:11
69688         Log: Further Unicos fixes for Mark Lutz.
69689      Branch: cfgperl
69690            ! hints/unicos.sh pp_ctl.c
69691 ____________________________________________________________________________
69692 [  5940] By: jhi                                   on 2000/04/24  19:09:06
69693         Log: Various Unicos 10.0.0.6 fixes.
69694              
69695              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
69696              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
69697              Reply-To: tecmpl1@triton.ca.boeing.com 
69698              To: perl5-porters@perl.org 
69699              Date: Fri, 14 Apr 2000 20:21:00 GMT 
69700              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
69701      Branch: cfgperl
69702            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
69703 ____________________________________________________________________________
69704 [  5939] By: gsar                                  on 2000/04/24  19:01:24
69705         Log: more pod nits (from Larry Virden)
69706      Branch: perl
69707            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
69708            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
69709            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
69710 ____________________________________________________________________________
69711 [  5938] By: gsar                                  on 2000/04/24  18:54:01
69712         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
69713      Branch: perl
69714            ! ext/B/B/Deparse.pm
69715 ____________________________________________________________________________
69716 [  5937] By: jhi                                   on 2000/04/24  17:39:00
69717         Log: Integrate with Sarathy.
69718      Branch: cfgperl
69719           +> (branch 31 files)
69720           !> (integrate 73 files)
69721 ____________________________________________________________________________
69722 [  5936] By: gsar                                  on 2000/04/24  17:30:06
69723         Log: additional tests for change#5934 (from Paul Marquess, who also
69724              sent in the same fix)
69725      Branch: perl
69726            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
69727            ! t/pragma/warn/5nolint t/pragma/warn/6default
69728 ____________________________________________________________________________
69729 [  5935] By: jhi                                   on 2000/04/24  17:26:05
69730         Log: Do not assume sign propagation.
69731              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
69732              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
69733              To: payner@ncifcrf.gov, perl5-porters@perl.org 
69734              Date: Tue, 18 Apr 2000 18:24:49 +0100 
69735              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
69736      Branch: cfgperl
69737            ! t/op/bop.t t/op/misc.t
69738 ____________________________________________________________________________
69739 [  5934] By: gsar                                  on 2000/04/24  17:16:54
69740         Log: propagate lexical warnings from surrounding scope correctly
69741              within string eval()
69742      Branch: perl
69743            ! pp_ctl.c t/pragma/warn/pp_ctl
69744 ____________________________________________________________________________
69745 [  5933] By: jhi                                   on 2000/04/24  17:01:07
69746         Log: Flatten the cpp jungle doing the nosuid checking.
69747      Branch: cfgperl
69748            ! perl.c
69749 ____________________________________________________________________________
69750 [  5932] By: gsar                                  on 2000/04/24  09:08:14
69751         Log: add rsignal(), whichsig() and do_join() to public API list
69752              (mod_perl uses them to good advantage)
69753      Branch: perl
69754            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
69755 ____________________________________________________________________________
69756 [  5931] By: gsar                                  on 2000/04/24  09:01:40
69757         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
69758      Branch: perl
69759            ! pp_hot.c regexec.c t/op/pat.t
69760 ____________________________________________________________________________
69761 [  5930] By: gsar                                  on 2000/04/24  08:58:33
69762         Log: small os390 tweaks (from Peter Prymmer)
69763      Branch: perl
69764            ! config_h.SH makedepend.SH
69765 ____________________________________________________________________________
69766 [  5929] By: gsar                                  on 2000/04/24  08:55:25
69767         Log: pod nits
69768      Branch: perl
69769            ! pod/perlguts.pod
69770 ____________________________________________________________________________
69771 [  5928] By: gsar                                  on 2000/04/24  08:50:13
69772         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
69773      Branch: perl
69774            ! ext/IO/lib/IO/Poll.pm
69775 ____________________________________________________________________________
69776 [  5927] By: gsar                                  on 2000/04/24  08:43:24
69777         Log: arrange for next() to resume at the unstack op rather than the
69778              loop conditional, so that scope cleanup happens correctly
69779              (from Stephen McCamant)
69780      Branch: perl
69781            ! op.c pp_ctl.c t/op/misc.t
69782 ____________________________________________________________________________
69783 [  5926] By: gsar                                  on 2000/04/24  08:18:40
69784         Log: on windows, reserve 16M of stack rather than 128M (allows more
69785              threads to run concurrently)
69786      Branch: perl
69787            ! win32/Makefile win32/makefile.mk
69788 ____________________________________________________________________________
69789 [  5925] By: gsar                                  on 2000/04/24  08:13:52
69790         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
69791      Branch: perl
69792            ! toke.c
69793 ____________________________________________________________________________
69794 [  5924] By: gsar                                  on 2000/04/24  08:08:59
69795         Log: avoid using uninitialized memory in require version check
69796      Branch: perl
69797            ! pp_ctl.c universal.c
69798 ____________________________________________________________________________
69799 [  5923] By: gsar                                  on 2000/04/24  07:20:14
69800         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
69801      Branch: perl
69802            ! ext/IO/lib/IO/Poll.pm
69803 ____________________________________________________________________________
69804 [  5922] By: gsar                                  on 2000/04/24  07:08:42
69805         Log: commentary about IoTYPE() (from Nathan Torkington)
69806      Branch: perl
69807            ! sv.h
69808 ____________________________________________________________________________
69809 [  5921] By: gsar                                  on 2000/04/24  06:58:26
69810         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
69811              by fix
69812      Branch: perl
69813            ! sv.c t/lib/charnames.t t/pragma/utf8.t
69814 ____________________________________________________________________________
69815 [  5920] By: gsar                                  on 2000/04/24  06:37:59
69816         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
69817      Branch: perl
69818            ! doop.c t/op/ver.t
69819 ____________________________________________________________________________
69820 [  5919] By: gsar                                  on 2000/04/24  06:21:58
69821         Log: Configure might miss old directories when prefix must be
69822              expanded (from Robin Barker)
69823      Branch: metaconfig
69824            ! U/installdirs/inc_version_list.U
69825      Branch: perl
69826            ! Configure
69827 ____________________________________________________________________________
69828 [  5918] By: gsar                                  on 2000/04/24  06:16:11
69829         Log: VMS nits in glob() test (from Charles Lane)
69830      Branch: perl
69831            ! t/lib/glob-basic.t
69832 ____________________________________________________________________________
69833 [  5917] By: gsar                                  on 2000/04/24  06:11:56
69834         Log: various pod nits (from Larry Virden and others)
69835      Branch: perl
69836            ! README.amiga README.hpux README.machten README.os2
69837            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
69838            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
69839            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
69840            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
69841            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
69842            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
69843            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
69844            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
69845 ____________________________________________________________________________
69846 [  5916] By: gsar                                  on 2000/04/24  05:52:43
69847         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
69848              <wjones@tc.fluke.com>)
69849      Branch: perl
69850            ! t/lib/glob-basic.t
69851 ____________________________________________________________________________
69852 [  5915] By: gsar                                  on 2000/04/24  05:07:01
69853         Log: supported platforms mixed up
69854      Branch: perl
69855            ! pod/perl56delta.pod pod/perlport.pod
69856 ____________________________________________________________________________
69857 [  5914] By: gsar                                  on 2000/04/24  04:56:08
69858         Log: caller() wasn't returning the right number of elements for
69859              eval {...}
69860      Branch: perl
69861            ! pp_ctl.c t/pragma/warn/9enabled
69862 ____________________________________________________________________________
69863 [  5913] By: gsar                                  on 2000/04/24  04:35:41
69864         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
69865              Mark-Jason Dominus)
69866      Branch: perl
69867            ! pod/perlfunc.pod
69868 ____________________________________________________________________________
69869 [  5912] By: gsar                                  on 2000/04/24  04:17:15
69870         Log: fix totally broken caching in UNIVERSAL::isa() (from
69871              Nick Ing-Simmons)
69872      Branch: perl
69873            ! t/op/universal.t universal.c
69874 ____________________________________________________________________________
69875 [  5911] By: gsar                                  on 2000/04/24  03:39:47
69876         Log: add linebreak properties from unicode/LineBrk.txt (from
69877              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
69878      Branch: perl
69879            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
69880            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
69881            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
69882            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
69883            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
69884            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
69885            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
69886            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
69887            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
69888            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
69889            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
69890            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
69891            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
69892            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
69893            + lib/unicode/Is/LbrkZW.pl
69894            ! lib/unicode/mktables.PL
69895 ____________________________________________________________________________
69896 [  5910] By: gsar                                  on 2000/04/24  03:23:10
69897         Log: typo in pod
69898      Branch: perl
69899            ! ext/Thread/Thread.pm
69900 ____________________________________________________________________________
69901 [  5909] By: gsar                                  on 2000/04/24  03:22:03
69902         Log: mode argument to do_binmode() should be file mode, not boolean
69903      Branch: perl
69904            ! pp_sys.c
69905 ____________________________________________________________________________
69906 [  5908] By: gsar                                  on 2000/04/16  16:51:08
69907         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
69908              always returns a valid GV even when the symbol is trapped by strictures
69909              (avoids coredumps)
69910              
69911              TODO: the C<package;> hack needs similar treatment
69912      Branch: perl
69913            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
69914            ! t/pragma/strict-vars
69915 ____________________________________________________________________________
69916 [  5907] By: jhi                                   on 2000/03/31  23:42:56
69917         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
69918              an assumption which #5905 demolished.
69919      Branch: cfgperl
69920            ! pp_sys.c
69921 ____________________________________________________________________________
69922 [  5906] By: jhi                                   on 2000/03/31  18:54:37
69923         Log: Typo in #5905.
69924      Branch: cfgperl
69925            ! t/op/64bitint.t
69926 ____________________________________________________________________________
69927 [  5905] By: jhi                                   on 2000/03/31  18:50:54
69928         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
69929              reported by Joseph N. Hall.  The bug was that even with use64bitint
69930              one had to use the prefixes q, L, or ll with printf/sprintf,
69931              contrary to the documentation and common sense.
69932      Branch: cfgperl
69933            ! sv.c t/op/64bitint.t
69934 ____________________________________________________________________________
69935 [  5904] By: gsar                                  on 2000/03/28  02:31:32
69936         Log: add Changes, perldelta.pod
69937      Branch: perl
69938            + Changes pod/perldelta.pod
69939 ____________________________________________________________________________
69940 [  5903] By: gsar                                  on 2000/03/28  02:03:55
69941         Log: rename Changes and perldelta.pod
69942      Branch: perl
69943           +> Changes5.6 pod/perl56delta.pod
69944            - Changes pod/perldelta.pod
69945            ! MANIFEST
69946 ____________________________________________________________________________
69947 [  5902] By: gsar                                  on 2000/03/28  01:59:14
69948         Log: create maint-5.6 branch
69949      Branch: maint-5.6/perl
69950           +> (branch 1611 files)
69951 ____________________________________________________________________________
69952 [  5901] By: jhi                                   on 2000/03/23  05:48:43
69953         Log: Integrate with Sarathy.
69954      Branch: cfgperl
69955           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
69956 ____________________________________________________________________________
69957 [  5900] By: gsar                                  on 2000/03/23  05:42:43
69958         Log: three guesses on what this is :-)
69959      Branch: perl
69960            ! Changes